dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 003ccdc37085b6dd4a5af80153b82c02f6d844eb
parent b603178d8de39a93a26ffca381498b74d3617c77
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sat, 11 Jun 2011 16:21:55 +0000

initial exheres for xfce4-mixer

Diffstat:
Mmetadata/categories.conf | 1+
Mmetadata/layout.conf | 2+-
Apackages/xfce-extra/xfce4-mixer/xfce4-mixer-4.8.0.exheres-0 | 29+++++++++++++++++++++++++++++
3 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/metadata/categories.conf b/metadata/categories.conf
@@ -12,3 +12,4 @@ net-misc
 sys-apps
 x11-libs
 x11-misc
+xfce-extra
diff --git a/metadata/layout.conf b/metadata/layout.conf
@@ -2,4 +2,4 @@ layout = exheres
 eapi_when_unknown = exheres-0
 eapi_when_unspecified = exheres-0
 profile_eapi = exheres-0
-masters = arbor x11 gnome
+masters = arbor gnome x11 xfce
diff --git a/packages/xfce-extra/xfce4-mixer/xfce4-mixer-4.8.0.exheres-0 b/packages/xfce-extra/xfce4-mixer/xfce4-mixer-4.8.0.exheres-0
@@ -0,0 +1,29 @@
+# Copyright 2011 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require xfce [ module=apps ]
+
+SUMMARY="Volume control application for the XFCE desktop environment"
+DESCRIPTION="
+The Mixer is a volume control application for the Xfce Desktop Environment. It provides both 
+a volume control plugin for the Xfce Panel and a standalone mixer application. It supports all audio 
+systems supported by the GStreamer project.
+"
+HOMEPAGE="http://www.xfce.org/projects/${PN}"
+
+SLOT="0"
+PLATFORMS="~x86 ~amd64"
+
+DEPENDENCIES="
+    build+run:
+        dev-libs/glib:2[>=2.18]
+        x11-libs/gtk+:2[>=2.14]
+        media-plugins/gst-plugins-base:0.10[>=0.10.2]
+        xfce-base/libxfce4util[>=4.8]
+        xfce-base/libxfce4ui[>=4.8]
+        xfce-base/xfconf[>=4.8]
+        xfce-base/xfce4-panel[>=4.8]
+"
+
+BUGS_TO="djc@djc.id.au"
+