wok diff gpicview/receipt @ rev 2886

pekwm: add custom keys, start and improve menu
author Rohit Joshi <jozee@slitaz.org>
date Mon May 04 12:27:31 2009 +0000 (2009-05-04)
parents 30095ccadedb
children 4872ce496b05
line diff
     1.1 --- a/gpicview/receipt	Thu Jan 08 21:12:02 2009 +0100
     1.2 +++ b/gpicview/receipt	Mon May 04 12:27:31 2009 +0000
     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