xfce4-mixer: updated to 4.8.0

This commit is contained in:
Jose V Beneyto 2011-03-14 12:01:00 +01:00
parent 766f805f7f
commit 8c330f050f
2 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
a99e2455445480ef5081fe69454a46fc xfce4-mixer-4.6.1.tar.bz2
3fa3a9973e18c04da26709a654e242ff xfce4-mixer-4.8.0.tar.bz2

View File

@ -1,23 +1,26 @@
# Description: Volume control plugin for the Xfce 4 panel
# URL: http://www.xfce.org
# URL: http://www.xfce.org/projects/xfce4-mixer
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Juergen Daubert, juergen dot daubert at t-online dot de
# Depends on: xfce4-panel, gst-plugins-base
# Depends on: xfce4-panel gst-plugins-base
# Group: xfce4
name=xfce4-mixer
version=4.6.1
version=4.8.0
release=1
source=(http://archive.xfce.org/src/apps/$name/${version%.*}/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--disable-static \
--disable-debug
make -j1
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
find $PKG/usr/share -type f -name '*.desktop' \
-exec sed -r '/\[.+\]=/d' -i {} \;