xfce4-embed-plugin: updated to 1.0.0

This commit is contained in:
Jose V Beneyto 2012-04-29 20:57:14 +02:00
parent 93a4c2533a
commit 03a7992a7c
3 changed files with 10 additions and 7 deletions

View File

@ -1,9 +1,12 @@
drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/xfce4/ drwxr-xr-x root/root usr/lib/xfce4/
drwxr-xr-x root/root usr/lib/xfce4/panel-plugins/ drwxr-xr-x root/root usr/lib/xfce4/panel/
-rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/xfce4-embed-plugin drwxr-xr-x root/root usr/lib/xfce4/panel/plugins/
-rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libembed.la
-rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libembed.so
drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/xfce4/ drwxr-xr-x root/root usr/share/xfce4/
drwxr-xr-x root/root usr/share/xfce4/panel-plugins/ drwxr-xr-x root/root usr/share/xfce4/panel/
-rw-r--r-- root/root usr/share/xfce4/panel-plugins/embed.desktop drwxr-xr-x root/root usr/share/xfce4/panel/plugins/
-rw-r--r-- root/root usr/share/xfce4/panel/plugins/embed.desktop

View File

@ -1 +1 @@
0637709ae25c31539ce915b00b9a0ff9 xfce4-embed-plugin-0.8.0.tar.bz2 c5b86cbc1c54ee7c1d2e95a4502fed8e xfce4-embed-plugin-1.0.0.tar.bz2

View File

@ -6,7 +6,7 @@
# Group: xfce4 # Group: xfce4
name=xfce4-embed-plugin name=xfce4-embed-plugin
version=0.8.0 version=1.0.0
release=1 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)
@ -21,6 +21,6 @@ build() {
make DESTDIR=$PKG install make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale 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 {} \; -exec sed -r '/\[.+\]=/d' -i {} \;
} }