[Lunar-commits] <moonbase> xfce4-volumed: something new and fresh for moonbase
Samuel Verstraete
samuel.verstraete at gmail.com
Tue Mar 22 14:59:27 CET 2011
commit 24d844bc6c0326c1a652ce901756a96bfe8cfb01
Author: Samuel Verstraete <samuel.verstraete at gmail.com>
Date: Tue Mar 22 14:59:27 2011 +0100
xfce4-volumed: something new and fresh for moonbase
---
xfce4/apps/xfce4-volumed/BUILD | 9 +++++++++
xfce4/apps/xfce4-volumed/DEPENDS | 2 ++
xfce4/apps/xfce4-volumed/DETAILS | 19 +++++++++++++++++++
3 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/xfce4/apps/xfce4-volumed/BUILD b/xfce4/apps/xfce4-volumed/BUILD
new file mode 100644
index 0000000..d668390
--- /dev/null
+++ b/xfce4/apps/xfce4-volumed/BUILD
@@ -0,0 +1,9 @@
+(
+ [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
+
+ # make sure proper PKG_CONFIG_PATH is set
+ export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/xfce4/apps/xfce4-volumed/DEPENDS b/xfce4/apps/xfce4-volumed/DEPENDS
new file mode 100644
index 0000000..80d2f3c
--- /dev/null
+++ b/xfce4/apps/xfce4-volumed/DEPENDS
@@ -0,0 +1,2 @@
+depends xcb-util
+depends keybinder
diff --git a/xfce4/apps/xfce4-volumed/DETAILS b/xfce4/apps/xfce4-volumed/DETAILS
new file mode 100644
index 0000000..a51624e
--- /dev/null
+++ b/xfce4/apps/xfce4-volumed/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=xfce4-volumed
+ MAJOR=0.1
+ VERSION=$MAJOR.13
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://archive.xfce.org/src/apps/$MODULE/$MAJOR/
+ SOURCE_VFY=sha1:0f9668e706f611f502d3d227fca8ac4e5f0ce8ba
+ MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
+ WEB_SITE=http://www.xfce.org
+ ENTERED=20110322
+ UPDATED=20110322
+ SHORT="use the volume buttons of the keyboard to control the volume"
+
+cat << EOF
+This daemon is responsible of making the volume up/down and mute keys of the
+keyboard work automatically, and uses the XFCE 4 mixer's defined card and track
+for chosing which track to act on. It also provides volume change / mute toggle
+notifications if the notification server used supports x-canonical-icon-only
+and x-canonical-synchronous notifications.
+EOF
More information about the Lunar-commits
mailing list