wok diff pidgin/receipt @ rev 5573
tcc: add cross compilers
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 15 16:05:09 2010 +0200 (2010-05-15) |
parents | c09bad9ac202 |
children | 87d0b493a4a6 |
line diff
1.1 --- a/pidgin/receipt Sat May 08 08:06:11 2010 +0200 1.2 +++ b/pidgin/receipt Sat May 15 16:05:09 2010 +0200 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pidgin" 1.7 -VERSION="2.6.6" 1.8 +VERSION="2.7.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Instant messaging client using GTK+." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="gtk+ gnutls libgcrypt libgpg-error startup-notification \ 1.13 -xorg-libXdamage libxml2 libxcb xcb-util libidn ncursesw libtasn1" 1.14 +xorg-libXdamage libxml2 libxcb xcb-util libidn ncursesw libtasn1 gstreamer" 1.15 BUILD_DEPENDS="$DEPENDS gtk+-dev gnutls-dev libgcrypt-dev gnutls-dev \ 1.16 -startup-notification-dev libgpg-error-dev libxml2-dev libxcb-dev libidn-dev" 1.17 +startup-notification-dev libgpg-error-dev libxml2-dev libxcb-dev libidn-dev \ 1.18 +gstreamer-dev" 1.19 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.20 SUGGESTED="gnutls" 1.21 WEB_SITE="http://www.pidgin.im/" 1.22 @@ -28,12 +29,16 @@ 1.23 --disable-screensaver \ 1.24 --disable-gtkspell \ 1.25 --disable-gstreamer \ 1.26 + --disable-gstreamer-interfaces \ 1.27 --disable-meanwhile \ 1.28 --disable-avahi \ 1.29 --disable-nm \ 1.30 --disable-tcl \ 1.31 + --disable-tk \ 1.32 --disable-dbus \ 1.33 + --disable-farsight \ 1.34 --disable-vv \ 1.35 + --disable-idn \ 1.36 $CONFIGURE_ARGS && 1.37 make && 1.38 make DESTDIR=$PWD/_pkg install