xfce4-screenshooter: updated to 1.6.0

This commit is contained in:
Jose V Beneyto 2009-06-15 13:43:47 +00:00
parent 55e12f795b
commit 16afae0e52
3 changed files with 5 additions and 11 deletions

View File

@ -24,14 +24,8 @@ drwxr-xr-x root/root usr/share/xfce4/doc/
drwxr-xr-x root/root usr/share/xfce4/doc/C/
drwxr-xr-x root/root usr/share/xfce4/doc/C/images/
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/xfce4-screenshooter-dialog.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/xfce4-screenshooter-zimagez-login-dialog.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/xfce4-screenshooter-zimagez-result-dialog.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/xfce4-screenshooter.html
drwxr-xr-x root/root usr/share/xfce4/doc/fr/
drwxr-xr-x root/root usr/share/xfce4/doc/fr/images/
-rw-r--r-- root/root usr/share/xfce4/doc/fr/images/xfce4-screenshooter-dialog.png
-rw-r--r-- root/root usr/share/xfce4/doc/fr/xfce4-screenshooter.html
drwxr-xr-x root/root usr/share/xfce4/doc/ja/
drwxr-xr-x root/root usr/share/xfce4/doc/ja/images/
-rw-r--r-- root/root usr/share/xfce4/doc/ja/images/xfce4-screenshooter-dialog.png
-rw-r--r-- root/root usr/share/xfce4/doc/ja/xfce4-screenshooter.html
drwxr-xr-x root/root usr/share/xfce4/panel-plugins/
-rw-r--r-- root/root usr/share/xfce4/panel-plugins/screenshooter.desktop

View File

@ -1 +1 @@
a0d51abc2957486fe8aa314b61cf3c85 xfce4-screenshooter-1.5.1.tar.gz
331750879b966eec639eb3fe3045cb16 xfce4-screenshooter-1.6.0.tar.gz

View File

@ -6,7 +6,7 @@
# Group: xfce4
name=xfce4-screenshooter
version=1.5.1
version=1.6.0
release=1
source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.gz)
@ -19,7 +19,7 @@ build () {
--disable-debug
make
make install DESTDIR=$PKG
rm -rf $PKG/usr/share/locale
rm -rf $PKG/usr/share/{locale,xfce4/doc/{da,fr,gl,it,ja,tr}}
find $PKG/usr/share -type f -name '*.desktop' \
-exec sed -r '/\[.+\]=/d' -i {} \;
}