# HG changeset patch # User Eric Joseph-Alexandre # Date 1305586192 -7200 # Node ID 55e23a927f2612c225a85ccb57f2308553c97fef # Parent d62d88327944728d01f27ee7b6c8c0fc62b76963 xfwm4: Fix BD diff -r d62d88327944 -r 55e23a927f26 xfwm4/receipt --- a/xfwm4/receipt Tue May 17 00:45:18 2011 +0200 +++ b/xfwm4/receipt Tue May 17 00:49:52 2011 +0200 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="Xfce Window Manager" MAINTAINER="erjo@slitaz.org" -DEPENDS="libxfce4util libxfce4ui xfconf dbus-glib libwnck libglade" -BUILD_DEPENDS="libxfce4util-dev xfconf-dev libxfce4ui-dev xorg-compositeproto 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 xfconf dbus-glib libwnck libglade" +BUILD_DEPENDS="libxfce4util-dev xfconf-dev libxfce4ui-dev xorg-compositeproto intltool \ + libwnck-dev dbus-glib-dev util-linux-ng-uuid-dev" + # Rules to configure and make the package. compile_rules() { @@ -22,7 +24,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.