# HG changeset patch # User Eric Joseph-Alexandre # Date 1305756326 -7200 # Node ID a049d48a3c4cdc0ae89815340691b759b1d3cda9 # Parent 35e4900bd5621e391bd880b04e40d33590d79ab4 xfce4-mixer: fix bdeps. diff -r 35e4900bd562 -r a049d48a3c4c xfce4-mixer/receipt --- a/xfce4-mixer/receipt Thu May 19 00:04:57 2011 +0200 +++ b/xfce4-mixer/receipt Thu May 19 00:05:26 2011 +0200 @@ -5,22 +5,23 @@ CATEGORY="x-window" SHORT_DESC="Xfce Audio Mixer" MAINTAINER="erjo@slitaz.org" -DEPENDS="gtk+ libxfce4util gtk+ xfconf xfce4-panel gst-plugins-base" -BUILD_DEPENDS="gtk+-dev libxfce4util-dev libxfcegui4 xfconf-dev xfce4-panel-dev - gst-plugins-base-dev intltool" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" +DEPENDS="gtk+ libxfce4util gtk+ xfconf xfce4-panel gst-plugins-base startup-notification + util-linux-ng-uuid" +BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev xfce4-panel-dev + gst-plugins-base-dev intltool libxfce4ui-dev gstreamer-dev startup-notification-dev \ + util-linux-ng-uuid-dev " + # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr \ - --infodir=/usr/share/info \ - --libexecdir=/usr/lib/$PACKAGE \ - --mandir=/usr/share/man $CONFIGURE_ARGS && \ - make && make DESTDIR=$PWD/_pkg install + --libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \ + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.