wok diff pidgin/receipt @ rev 2637

Added tag 2.0 for changeset cf71613b81e7
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 16 20:00:00 2009 +0200 (2009-04-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	Thu Apr 16 20:00:00 2009 +0200
     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