wok-6.x diff gpicview/receipt @ rev 3028
mesa: update build-depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 12 01:50:43 2009 +0200 (2009-05-12) |
parents | 30095ccadedb |
children | 4872ce496b05 |
line diff
1.1 --- a/gpicview/receipt Thu Jan 08 21:12:02 2009 +0100 1.2 +++ b/gpicview/receipt Tue May 12 01:50:43 2009 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="graphics" 1.5 SHORT_DESC="Light pictures viewer." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="gtk+ xorg" 1.8 +DEPENDS="gtk+ xorg xorg-libXdamage" 1.9 BUILD_DEPENDS="gtk+-dev xorg-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://lxde.sourceforge.net/gpicview/" 1.12 @@ -18,8 +18,8 @@ 1.13 ./configure \ 1.14 --prefix=/usr \ 1.15 --mandir=/usr/share/man \ 1.16 - $CONFIGURE_ARGS 1.17 - make 1.18 + $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22