summaryrefslogtreecommitdiffstats
path: root/x11-libs/indicator-soundmenu
diff options
context:
space:
mode:
authorArjan Bouter2011-11-15 08:49:46 +0100
committerArjan Bouter2011-11-15 08:49:46 +0100
commit02d6625965ca2b75934b58ccb3b27a37fa7b4932 (patch)
tree0981cbf54ed9e262354ff3bdd3d3e3ef90e27104 /x11-libs/indicator-soundmenu
parent73e9b3cf5f7dcf5d5bc066df4b392d0f2975a2bf (diff)
indicator-soundmenu: new spell, sound menu for indicator
Diffstat (limited to 'x11-libs/indicator-soundmenu')
-rwxr-xr-xx11-libs/indicator-soundmenu/DEPENDS8
-rwxr-xr-xx11-libs/indicator-soundmenu/DETAILS17
-rw-r--r--x11-libs/indicator-soundmenu/HISTORY3
3 files changed, 28 insertions, 0 deletions
diff --git a/x11-libs/indicator-soundmenu/DEPENDS b/x11-libs/indicator-soundmenu/DEPENDS
new file mode 100755
index 0000000000..4250aac216
--- /dev/null
+++ b/x11-libs/indicator-soundmenu/DEPENDS
@@ -0,0 +1,8 @@
+depends libindicator &&
+depends pulseaudio &&
+depends gconf2 &&
+optional_depends gtk+3 '--with-gtk=3' '--with-gtk=2' \
+ 'use gtk+3 instead of gtk+2' &&
+if ! is_depends_enabled $SPELL gtk+3 ; then
+ depends gtk+2
+fi
diff --git a/x11-libs/indicator-soundmenu/DETAILS b/x11-libs/indicator-soundmenu/DETAILS
new file mode 100755
index 0000000000..9e431e853d
--- /dev/null
+++ b/x11-libs/indicator-soundmenu/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=indicator-soundmenu
+ VERSION=0.7.9.1
+ SOURCE="indicator-sound-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://launchpad.net/indicator-sound/fourth/${VERSION}/+download/${SOURCE}
+ SOURCE_HASH=sha512:3247c5046ccf5313582c39581f2ff1216a44d501723f0a5c0f3ccbb45aeb7d24ffffb59fe67c2dc05aa31370a94af675b465783e62d7b349315c93d0bcd0ac96
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/indicator-sound-${VERSION}"
+ WEB_SITE="https://launchpad.net/indicator-sound"
+ LICENSE[0]=GPL
+ ENTERED=20111111
+ SHORT="A unified sound menu for indicator"
+cat << EOF
+A unified sound menu Implementing mpt's https://wiki.ubuntu.com/SoundMenu
+
+"There should be a unified sound menu taking the place of the Gnome
+mixer_applet2. We also offer this design to the Kubuntu and KDE communities
+as a foundation for a possible replacement of the kmix applet."
+EOF
diff --git a/x11-libs/indicator-soundmenu/HISTORY b/x11-libs/indicator-soundmenu/HISTORY
new file mode 100644
index 0000000000..ce26910da3
--- /dev/null
+++ b/x11-libs/indicator-soundmenu/HISTORY
@@ -0,0 +1,3 @@
+2011-11-11 Arjan Bouter <abouter@sourcemage.org>
+ * DEPENDS, DETAILS, HISTORY: spell created
+