xfce4-genmon-plugin: updated to 3.4.0

This commit is contained in:
Jose V Beneyto 2012-05-13 22:34:03 +02:00
parent 4c13d71be9
commit d7b2db3ad6
3 changed files with 11 additions and 8 deletions

View File

@ -1,9 +1,12 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/xfce4/
drwxr-xr-x root/root usr/lib/xfce4/panel-plugins/
-rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/xfce4-genmon-plugin
drwxr-xr-x root/root usr/lib/xfce4/panel/
drwxr-xr-x root/root usr/lib/xfce4/panel/plugins/
-rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libgenmon.la
-rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libgenmon.so
drwxr-xr-x root/root usr/share/
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/genmon.desktop
drwxr-xr-x root/root usr/share/xfce4/panel/
drwxr-xr-x root/root usr/share/xfce4/panel/plugins/
-rw-r--r-- root/root usr/share/xfce4/panel/plugins/genmon.desktop

View File

@ -1 +1 @@
e0022e15d4211a87c17d9f252b68e1d3 xfce4-genmon-plugin-3.3.1.tar.bz2
24108b339bb040ed360266f53a245224 xfce4-genmon-plugin-3.4.0.tar.bz2

View File

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