wok-6.x rev 9922
thunar: fix deps/bdeps
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue May 17 23:13:52 2011 +0200 (2011-05-17) |
parents | 6d7a96eedc9d |
children | 8823ab97b618 |
files | thunar/receipt |
line diff
1.1 --- a/thunar/receipt Tue May 17 23:13:38 2011 +0200 1.2 +++ b/thunar/receipt Tue May 17 23:13:52 2011 +0200 1.3 @@ -5,16 +5,18 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Thunar File Manager" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="libpng jpeg libxfce4util dbus libexo xfce4-panel \ 1.8 -pcre libexif libgudev gamin" 1.9 -BUILD_DEPENDS="libpng-dev jpeg-dev libxfce4util-dev dbus-dev 1.10 - libexo-dev xfce4-panel-dev zlib-dev intltool libgudev-dev" 1.11 SOURCE="Thunar" 1.12 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.13 WEB_SITE="http://www.xfce.org" 1.14 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 1.15 TAGS="file-manager file-browser" 1.16 1.17 +DEPENDS="libpng jpeg libxfce4util dbus libexo xfce4-panel \ 1.18 +pcre libexif libgudev gamin libxfce4ui startup-notification util-linux-ng-uuid" 1.19 +BUILD_DEPENDS="libpng-dev jpeg-dev libxfce4util-dev dbus-dev 1.20 + libexo-dev xfce4-panel-dev zlib-dev intltool libgudev-dev libxfce4ui-dev \ 1.21 + startup-notification-dev util-linux-ng-uuid-dev" 1.22 + 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 @@ -25,9 +27,9 @@ 1.27 --enable-startup-notification \ 1.28 --enable-notifications \ 1.29 --enable-gudev \ 1.30 - --libexecdir=/usr/lib/$PACKAGE \ 1.31 + --libexecdir=/usr/lib \ 1.32 --enable-debug=no && \ 1.33 - make && make DESTDIR=$PWD/_pkg install 1.34 + make && make DESTDIR=$DESTDIR install 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg. 1.38 @@ -43,17 +45,17 @@ 1.39 1.40 cp -a $_pkg/usr/lib/Thunar $fs/usr/lib 1.41 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.42 - cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib 1.43 +# cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib 1.44 cp -a $_pkg/usr/lib/thunarx-2/*.so* $fs/usr/lib/thunarx-2 1.45 1.46 1.47 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.48 cp -a $_pkg/usr/share/applications $fs/usr/share 1.49 - cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 1.50 +# cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 1.51 cp -a $_pkg/usr/share/icons $fs/usr/share 1.52 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.53 cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.54 cp -a $_pkg/usr/share/Thunar $fs/usr/share 1.55 - cp -a $_pkg/usr/share/xfce4 $fs/usr/share 1.56 +# cp -a $_pkg/usr/share/xfce4 $fs/usr/share 1.57 } 1.58