summaryrefslogtreecommitdiff
path: root/xfce4-mixer
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2006-12-10 19:15:28 +0100
committerJuergen Daubert <jue@jue.li>2006-12-10 19:15:28 +0100
commitc8c5b63f92ab9a2bfd5eca5f3277579e57205107 (patch)
tree49d1a5b6d3f3b791dc585cdc03bd81f59fcb29d3 /xfce4-mixer
parentf1a2ca338c3d7dd8db9d21aa29b5b64973f4dc2b (diff)
downloadxfce-c8c5b63f92ab9a2bfd5eca5f3277579e57205107.tar.gz
xfce-c8c5b63f92ab9a2bfd5eca5f3277579e57205107.tar.xz
inital import
Diffstat (limited to 'xfce4-mixer')
-rw-r--r--xfce4-mixer/.footprint26
-rw-r--r--xfce4-mixer/.md5sum1
-rw-r--r--xfce4-mixer/Pkgfile22
3 files changed, 49 insertions, 0 deletions
diff --git a/xfce4-mixer/.footprint b/xfce4-mixer/.footprint
new file mode 100644
index 0000000..884e70e
--- /dev/null
+++ b/xfce4-mixer/.footprint
@@ -0,0 +1,26 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xfce4-mixer
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/xfce4/
+drwxr-xr-x root/root usr/lib/xfce4/mcs-plugins/
+-rwxr-xr-x root/root usr/lib/xfce4/mcs-plugins/sound_settings.la
+-rwxr-xr-x root/root usr/lib/xfce4/mcs-plugins/sound_settings.so
+drwxr-xr-x root/root usr/lib/xfce4/modules/
+-rwxr-xr-x root/root usr/lib/xfce4/modules/libxfce4mixer.la
+lrwxrwxrwx root/root usr/lib/xfce4/modules/libxfce4mixer.so -> libxfce4mixer.so.0.0.0
+lrwxrwxrwx root/root usr/lib/xfce4/modules/libxfce4mixer.so.0 -> libxfce4mixer.so.0.0.0
+-rwxr-xr-x root/root usr/lib/xfce4/modules/libxfce4mixer.so.0.0.0
+drwxr-xr-x root/root usr/lib/xfce4/panel-plugins/
+-rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/xfce4-mixer-plugin
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/xfce-mixer-settings.desktop
+drwxr-xr-x root/root usr/share/icons/
+drwxr-xr-x root/root usr/share/icons/hicolor/
+drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
+drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce4-mixer.png
+drwxr-xr-x root/root usr/share/xfce4/
+drwxr-xr-x root/root usr/share/xfce4/panel-plugins/
+-rw-r--r-- root/root usr/share/xfce4/panel-plugins/xfce4-mixer.desktop
diff --git a/xfce4-mixer/.md5sum b/xfce4-mixer/.md5sum
new file mode 100644
index 0000000..277fc6a
--- /dev/null
+++ b/xfce4-mixer/.md5sum
@@ -0,0 +1 @@
+9648fc403f9eb4baede230644bf5638d xfce4-mixer-4.3.99.2.tar.bz2
diff --git a/xfce4-mixer/Pkgfile b/xfce4-mixer/Pkgfile
new file mode 100644
index 0000000..ced6b47
--- /dev/null
+++ b/xfce4-mixer/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Volume control plugin for the Xfce 4 panel
+# URL: http://www.xfce.org
+# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
+# Depends on: xfce4-panel, libxml2, alsa-lib
+# Group: xfce4
+
+name=xfce4-mixer
+version=4.3.99.2
+release=1
+source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)
+
+build () {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --disable-static \
+ --disable-debug \
+ --with-sound=alsa
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/locale
+}

Generated by cgit