# HG changeset patch # User Eric Joseph-Alexandre # Date 1305578681 -7200 # Node ID 7a33762c5359189f11e1499f3eae1b150534dfe4 # Parent 588b8e050fb4fcbb0a08ae15a776f24a695813d4 fix build_deps diff -r 588b8e050fb4 -r 7a33762c5359 xfce-utils/receipt --- a/xfce-utils/receipt Mon May 16 22:27:26 2011 +0200 +++ b/xfce-utils/receipt Mon May 16 22:44:41 2011 +0200 @@ -5,25 +5,26 @@ CATEGORY="x-window" SHORT_DESC="Xfce utilities" MAINTAINER="erjo@slitaz.org" -DEPENDS="libxfce4util libxfce4ui startup-notification dbus-glib" -BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev intltool" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" +DEPENDS="libxfce4util libxfce4ui startup-notification dbus-glib" +BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev intltool startup-notification-dev \ + util-linux-ng-uuid-dev dbus-glib-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr \ --sysconfdir=/etc \ - --disable-gdm \ --enable-dbus \ --disable-debug \ --with-browser=browser \ --with-terminal=xterm \ --mandir=/usr/share/man $CONFIGURE_ARGS && \ - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.