wok diff pidgin/receipt @ rev 2522
p*: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 16 22:31:09 2009 +0000 (2009-03-16) |
parents | d1aba649375c |
children | 6dc653f5ad54 |
line diff
1.1 --- a/pidgin/receipt Sat Mar 14 07:42:38 2009 +0000 1.2 +++ b/pidgin/receipt Mon Mar 16 22:31:09 2009 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Instant messaging client using GTK+." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="gtk+ gnutls libgcrypt libgpg-error startup-notification" 1.8 +DEPENDS="gtk+ gnutls libgcrypt libgpg-error startup-notification xorg-libXdamage" 1.9 BUILD_DEPENDS="gtk+-dev gnutls-dev libgcrypt-dev libgpg-error-dev 1.10 startup-notification-dev libiconv" 1.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 @@ -31,8 +31,8 @@ 1.13 --disable-nm \ 1.14 --disable-tcl \ 1.15 --disable-dbus \ 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