# HG changeset patch # User Eric Joseph-Alexandre # Date 1305801041 -7200 # Node ID f9817eda4acbad618e30c305694f1c203e3830e7 # Parent 13e88dff0fe4eeeb3f1b63fb161878ffc385b235 thunar-vfs: fix bdeps diff -r 13e88dff0fe4 -r f9817eda4acb thunar-vfs/receipt --- a/thunar-vfs/receipt Thu May 19 12:29:31 2011 +0200 +++ b/thunar-vfs/receipt Thu May 19 12:30:41 2011 +0200 @@ -5,15 +5,17 @@ CATEGORY="x-window" SHORT_DESC="Thnuar File Manager Libraries" MAINTAINER="erjo@slitaz.org" -DEPENDS="libpng jpeg libxfce4util dbus startup-notification xfce4-panel \ -gamin pcre libexif" -BUILD_DEPENDS="libpng-dev jpeg-dev libxfce4util-dev dbus-dev - startup-notification-dev xfce4-panel-dev zlib-dev intltool" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL" TAGS="file-manager file-browser" +DEPENDS="libpng jpeg libxfce4util dbus startup-notification xfce4-panel \ +gamin pcre libexif util-linux-ng-uuid-dev hal" +BUILD_DEPENDS="libpng-dev jpeg-dev libxfce4util-dev dbus-dev + startup-notification-dev xfce4-panel-dev zlib-dev intltool libexo-dev dbus-glib-dev \ + util-linux-ng-uuid-dev hal-dev" + # Rules to configure and make the package. compile_rules() { @@ -24,7 +26,7 @@ --enable-startup-notification \ --disable-gnome-thumbnailers \ --enable-debug=no && \ - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.