wok-4.x rev 8035
Add garcon to xfce4-appfinder depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Jan 20 02:32:36 2011 +0000 (2011-01-20) |
parents | 63f42530d935 |
children | 270cb2f9020e |
files | xfce4-appfinder/receipt |
line diff
1.1 --- a/xfce4-appfinder/receipt Thu Jan 20 02:31:02 2011 +0000 1.2 +++ b/xfce4-appfinder/receipt Thu Jan 20 02:32:36 2011 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Xfce Application Finder" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="libxfce4ui thunar gamin hal" 1.8 +DEPENDS="garcon libxfce4ui thunar gamin hal" 1.9 BUILD_DEPENDS="libxfce4ui-dev " 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.xfce.org" 1.12 @@ -16,7 +16,8 @@ 1.13 { 1.14 cd $src 1.15 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.16 - --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.17 + --mandir=/usr/share/man $CONFIGURE_ARGS \ 1.18 + --disable-static --disable-debug && \ 1.19 make && make DESTDIR=$PWD/_pkg install 1.20 } 1.21