wok-6.x rev 14833
Up: thunar-volman (0.8.0)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Jul 17 13:57:30 2013 +0200 (2013-07-17) |
parents | 6cfc359f6b14 |
children | 5a982ae26b2e |
files | thunar-volman/receipt |
line diff
1.1 --- a/thunar-volman/receipt Wed Jul 17 13:56:18 2013 +0200 1.2 +++ b/thunar-volman/receipt Wed Jul 17 13:57:30 2013 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="thunar-volman" 1.7 -VERSION="0.6.0" 1.8 +VERSION="0.8.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Thunar Volume Manager plugin" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -11,15 +11,19 @@ 1.13 1.14 DEPENDS="thunar libxfce4ui startup-notification" 1.15 BUILD_DEPENDS="thunar-dev glibc-locale intltool libexo-dev libgudev-dev libxfce4ui-dev \ 1.16 - xfconf-dev startup-notification-dev util-linux-uuid-dev" 1.17 + xfconf-dev startup-notification-dev util-linux-uuid-dev libxml2-dev libnotify-dev 1.18 + libxfce4util-dev" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 cd $src 1.24 - ./configure --prefix=/usr \ 1.25 - --libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \ 1.26 - make && make DESTDIR=$DESTDIR install 1.27 + ./configure \ 1.28 + --prefix=/usr \ 1.29 + --disable-debug \ 1.30 + --enable-notifications \ 1.31 + --libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \ 1.32 + make && make install 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg. 1.36 @@ -27,9 +31,11 @@ 1.37 { 1.38 mkdir -p $fs/usr/share/locale $fs/usr/lib 1.39 1.40 - cp -a $_pkg/usr/bin $fs/usr 1.41 - cp -a $_pkg/usr/share/applications $fs/usr/share 1.42 - cp -a $_pkg/usr/share/icons $fs/usr/share 1.43 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.44 + cp -a $install/usr/bin $fs/usr 1.45 + cp -a $install/usr/share/applications $fs/usr/share 1.46 + cp -a $install/usr/share/icons $fs/usr/share 1.47 + cp -a $install/usr/share/locale/fr $fs/usr/share/locale 1.48 + 1.49 + #gtk-update-icon-cache -f -t $fs/usr/share/icons/hicolor 1.50 } 1.51