wok rev 4145
Up: thunar-volman (0.3.80) + fix perm
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 13:48:01 2009 +0000 (2009-09-20) |
parents | c55cf2eceac4 |
children | 1e286e57a52f |
files | thunar-volman/receipt |
line diff
1.1 --- a/thunar-volman/receipt Sun Sep 20 13:42:58 2009 +0000 1.2 +++ b/thunar-volman/receipt Sun Sep 20 13:48:01 2009 +0000 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="thunar-volman" 1.7 -VERSION="0.2.0" 1.8 +VERSION="0.3.80" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="Thunar Volum Manager plugin" 1.11 +SHORT_DESC="Thunar Volume Manager plugin" 1.12 MAINTAINER="erjo@slitaz.org" 1.13 -DEPENDS="Thunar" 1.14 -BUILD_DEPENDS="Thunar-dev" 1.15 +DEPENDS="thunar" 1.16 +BUILD_DEPENDS="thunar-dev" 1.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.18 WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html" 1.19 -WGET_URL="http://download.berlios.de/xfce-goodies/$TARBALL" 1.20 +WGET_URL="http://goodies.xfce.org/releases/thunar-volman/$TARBALL" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 @@ -30,5 +30,7 @@ 1.25 cp -a $_pkg/usr/share/applications $fs/usr/share 1.26 cp -a $_pkg/usr/share/icons $fs/usr/share 1.27 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.28 + 1.29 + chmod 0755 $fs/usr/libexec/thunar-* 1.30 } 1.31