# HG changeset patch # User Eric Joseph-Alexandre # Date 1305666832 -7200 # Node ID 6cff10e9b8f0575eec9c23bb46902607002a96c8 # Parent 6d7a96eedc9d51afaad037b76d78d24bb0bfd3b1 thunar: fix deps/bdeps diff -r 6d7a96eedc9d -r 6cff10e9b8f0 thunar/receipt --- a/thunar/receipt Tue May 17 23:13:38 2011 +0200 +++ b/thunar/receipt Tue May 17 23:13:52 2011 +0200 @@ -5,16 +5,18 @@ CATEGORY="x-window" SHORT_DESC="Thunar File Manager" MAINTAINER="erjo@slitaz.org" -DEPENDS="libpng jpeg libxfce4util dbus libexo xfce4-panel \ -pcre libexif libgudev gamin" -BUILD_DEPENDS="libpng-dev jpeg-dev libxfce4util-dev dbus-dev - libexo-dev xfce4-panel-dev zlib-dev intltool libgudev-dev" SOURCE="Thunar" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" TAGS="file-manager file-browser" +DEPENDS="libpng jpeg libxfce4util dbus libexo xfce4-panel \ +pcre libexif libgudev gamin libxfce4ui startup-notification util-linux-ng-uuid" +BUILD_DEPENDS="libpng-dev jpeg-dev libxfce4util-dev dbus-dev + libexo-dev xfce4-panel-dev zlib-dev intltool libgudev-dev libxfce4ui-dev \ + startup-notification-dev util-linux-ng-uuid-dev" + # Rules to configure and make the package. compile_rules() { @@ -25,9 +27,9 @@ --enable-startup-notification \ --enable-notifications \ --enable-gudev \ - --libexecdir=/usr/lib/$PACKAGE \ + --libexecdir=/usr/lib \ --enable-debug=no && \ - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -43,17 +45,17 @@ cp -a $_pkg/usr/lib/Thunar $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib +# cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib cp -a $_pkg/usr/lib/thunarx-2/*.so* $fs/usr/lib/thunarx-2 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale cp -a $_pkg/usr/share/applications $fs/usr/share - cp -a $_pkg/usr/share/dbus-1 $fs/usr/share +# cp -a $_pkg/usr/share/dbus-1 $fs/usr/share cp -a $_pkg/usr/share/icons $fs/usr/share cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale cp -a $_pkg/usr/share/pixmaps $fs/usr/share cp -a $_pkg/usr/share/Thunar $fs/usr/share - cp -a $_pkg/usr/share/xfce4 $fs/usr/share +# cp -a $_pkg/usr/share/xfce4 $fs/usr/share }