# HG changeset patch # User Eric Joseph-Alexandre # Date 1305801054 -7200 # Node ID 7bb7f7870666762bdc1a0b8811d629e42f49a9d3 # Parent f9817eda4acbad618e30c305694f1c203e3830e7 thunar-volman: fix bdeps diff -r f9817eda4acb -r 7bb7f7870666 thunar-volman/receipt --- a/thunar-volman/receipt Thu May 19 12:30:41 2011 +0200 +++ b/thunar-volman/receipt Thu May 19 12:30:54 2011 +0200 @@ -5,20 +5,21 @@ CATEGORY="x-window" SHORT_DESC="Thunar Volume Manager plugin" MAINTAINER="erjo@slitaz.org" -DEPENDS="thunar" -BUILD_DEPENDS="thunar-dev glibc-locale intltool" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html" WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/0.6/$TARBALL" +DEPENDS="thunar libxfce4ui startup-notification" +BUILD_DEPENDS="thunar-dev glibc-locale intltool libexo-dev libgudev-dev libxfce4ui-dev \ + xfconf-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 + ./configure --prefix=/usr \ + --libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \ + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.