# HG changeset patch # User Eric Joseph-Alexandre # Date 1305583669 -7200 # Node ID 3f4969fca4d94be518a339752c35818c55658c28 # Parent 572ba6d43bbbf2ed900e812a79b6808450528deb xfce4-settings: Fix BD. diff -r 572ba6d43bbb -r 3f4969fca4d9 xfce4-settings/receipt --- a/xfce4-settings/receipt Tue May 17 00:00:14 2011 +0200 +++ b/xfce4-settings/receipt Tue May 17 00:07:49 2011 +0200 @@ -5,14 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Xfce Settings Manager" MAINTAINER="erjo@slitaz.org" +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 libexo xfconf libglade dbus-glib xorg-libXi \ xorg-libXrandr libnotify libwnck" BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev libexo-dev xfconf-dev libglade-dev dbus-glib-dev xorg-libXi-dev xorg-libXrandr-dev xorg-inputproto libnotify-dev \ -intltool exo" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.xfce.org/" -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" +intltool exo startup-notification-dev util-linux-ng-uuid-dev" # Rules to configure and make the package. compile_rules() @@ -28,7 +29,7 @@ --disable-debug \ --disable-static \ --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.