xfce4-genmon-plugin: updated to 3.3.0

This commit is contained in:
Jose V Beneyto 2011-04-11 00:54:17 +02:00
parent 5f3eda0035
commit 34795cf086
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
5f292aa102a87d45207b6a373939a35d xfce4-genmon-plugin-3.2.tar.bz2
7c95234dc99efc21bbf9d2b056dd21f9 xfce4-genmon-plugin-3.3.0.tar.bz2

View File

@ -6,18 +6,21 @@
# Group: xfce4
name=xfce4-genmon-plugin
version=3.2
version=3.3.0
release=1
source=(http://archive.xfce.org/src/panel-plugins/$name/$version/$name-$version.tar.bz2)
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
find $PKG/usr/share/xfce4/panel-plugins -type f -name '*.desktop' \
-exec sed -r '/\[.+\]=/d' -i {} \;