# HG changeset patch # User Eric Joseph-Alexandre # Date 1305579057 -7200 # Node ID f1502b62ffecfff69573510d75c9ac83f1b45ef4 # Parent 7a33762c5359189f11e1499f3eae1b150534dfe4 xfce4-appfinder: Fix BD diff -r 7a33762c5359 -r f1502b62ffec xfce4-appfinder/receipt --- a/xfce4-appfinder/receipt Mon May 16 22:44:41 2011 +0200 +++ b/xfce4-appfinder/receipt Mon May 16 22:50:57 2011 +0200 @@ -5,20 +5,23 @@ CATEGORY="x-window" SHORT_DESC="Xfce Application Finder" MAINTAINER="erjo@slitaz.org" -DEPENDS="gtk+ garcon libxfce4ui xfconf thunar gamin dbus-glib startup-notification" -BUILD_DEPENDS="intltool" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" +DEPENDS="gtk+ garcon libxfce4ui xfconf thunar gamin dbus-glib startup-notification \ + garcon util-linux-ng-uuid" +BUILD_DEPENDS="intltool libxfce4util-dev libxfce4ui-dev garcon-dev xfconf-dev \ + startup-notification-dev dbus-glib-dev util-linux-ng-uuid-dev " + # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS \ - --disable-static --disable-debug && \ - make && make DESTDIR=$PWD/_pkg install + ./configure --prefix=/usr \ + --disable-static \ + --disable-debug $CONFIGURE_ARGS && + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.