xfce4-clipman-plugin: updated to 1.0.2

This commit is contained in:
Jose V Beneyto 2009-06-29 07:16:04 +00:00
parent a704892412
commit c280780034
3 changed files with 3 additions and 10 deletions

View File

@ -38,12 +38,5 @@ drwxr-xr-x root/root usr/share/xfce4/doc/C/images/
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/clipman-settings-actions.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/clipman-settings-general.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/xfce4-clipman-plugin.html
drwxr-xr-x root/root usr/share/xfce4/doc/gl/
drwxr-xr-x root/root usr/share/xfce4/doc/gl/images/
-rw-r--r-- root/root usr/share/xfce4/doc/gl/images/clipman-action-dialog.png
-rw-r--r-- root/root usr/share/xfce4/doc/gl/images/clipman-menu.png
-rw-r--r-- root/root usr/share/xfce4/doc/gl/images/clipman-settings-actions.png
-rw-r--r-- root/root usr/share/xfce4/doc/gl/images/clipman-settings-general.png
-rw-r--r-- root/root usr/share/xfce4/doc/gl/xfce4-clipman-plugin.html
drwxr-xr-x root/root usr/share/xfce4/panel-plugins/
-rw-r--r-- root/root usr/share/xfce4/panel-plugins/xfce4-clipman-plugin.desktop

View File

@ -1 +1 @@
eb97ccc03bc45ab4e788c0564300d373 xfce4-clipman-plugin-1.0.1.tar.bz2
37fb51a8e268819c5e0c71e26ef4d0f8 xfce4-clipman-plugin-1.0.2.tar.bz2

View File

@ -6,7 +6,7 @@
# Group: xfce4
name=xfce4-clipman-plugin
version=1.0.1
version=1.0.2
release=1
source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.bz2)
@ -18,7 +18,7 @@ build() {
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
rm -rf $PKG/usr/share/{locale,xfce4/doc/{gl,ja}}
find $PKG/usr/share -type f -name '*.desktop' \
-exec sed -r '/\[.+\]=/d' -i {} \;
}