# HG changeset patch # User Christopher Rogers # Date 1295490756 0 # Node ID 9ccb202251ce29e453b32a13914cb81d015bd2a0 # Parent 63f42530d9353180a8e08465fd20967b0cb05028 Add garcon to xfce4-appfinder depends. diff -r 63f42530d935 -r 9ccb202251ce xfce4-appfinder/receipt --- a/xfce4-appfinder/receipt Thu Jan 20 02:31:02 2011 +0000 +++ b/xfce4-appfinder/receipt Thu Jan 20 02:32:36 2011 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xfce Application Finder" MAINTAINER="erjo@slitaz.org" -DEPENDS="libxfce4ui thunar gamin hal" +DEPENDS="garcon libxfce4ui thunar gamin hal" BUILD_DEPENDS="libxfce4ui-dev " TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" @@ -16,7 +16,8 @@ { cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && \ + --mandir=/usr/share/man $CONFIGURE_ARGS \ + --disable-static --disable-debug && \ make && make DESTDIR=$PWD/_pkg install }