wok rev 912

Up: pidgin (2.4.2)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jun 15 22:06:58 2008 +0200 (2008-06-15)
parents 148faf0d0fce
children e064f7b0de1d
files pidgin/receipt
line diff
     1.1 --- a/pidgin/receipt	Sun Jun 15 19:07:10 2008 +0000
     1.2 +++ b/pidgin/receipt	Sun Jun 15 22:06:58 2008 +0200
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pidgin"
     1.7 -VERSION="2.4.0"
     1.8 +VERSION="2.4.2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Instant messaging client using GTK+."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="gtk+"
    1.13 -BUILD_DEPENDS="gtk+-dev gnutls-dev libgcrypt-dev libgpg-error-dev"
    1.14 +BUILD_DEPENDS="gtk+-dev gnutls-dev libgcrypt-dev libgpg-error-dev
    1.15 +	startup-notification-dev"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17  SUGGESTED="gnutls"
    1.18  WEB_SITE="http://www.pidgin.im/"
    1.19 @@ -22,6 +23,14 @@
    1.20  		--infodir=/usr/share/info \
    1.21  		--mandir=/usr/share/man \
    1.22  		--disable-perl \
    1.23 +		--disable-screensaver \
    1.24 +		--disable-gtkspell \
    1.25 +		--disable-gstreamer \
    1.26 +		--disable-meanwhile \
    1.27 +		--disable-avahi \
    1.28 +		--disable-nm \
    1.29 +		--disable-tcl \
    1.30 +		--disable-dbus \
    1.31  		$CONFIGURE_ARGS
    1.32  	make
    1.33  	make DESTDIR=$PWD/_pkg install