wok-current diff pidgin/receipt @ rev 988
hal: Fix pci.ids while compiling
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jul 03 22:57:27 2008 +0200 (2008-07-03) |
parents | bc579f419add |
children | 409681c3f732 |
line diff
1.1 --- a/pidgin/receipt Thu May 08 17:18:06 2008 +0200 1.2 +++ b/pidgin/receipt Thu Jul 03 22:57:27 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