wok-stable rev 6212

Up: pidgin, pidgin-dev, libpurple-dev to 2.7.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Sep 11 10:43:38 2010 +0000 (2010-09-11)
parents f30b360e4e96
children 7df78965b6cb
files libpurple-dev/receipt pidgin-dev/receipt pidgin/receipt
line diff
     1.1 --- a/libpurple-dev/receipt	Sat Sep 11 10:10:13 2010 +0000
     1.2 +++ b/libpurple-dev/receipt	Sat Sep 11 10:43:38 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libpurple-dev"
     1.7 -VERSION="2.7.1"
     1.8 +VERSION="2.7.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Purple library devel files."
    1.11  MAINTAINER="mallory@skyrock.com"
     2.1 --- a/pidgin-dev/receipt	Sat Sep 11 10:10:13 2010 +0000
     2.2 +++ b/pidgin-dev/receipt	Sat Sep 11 10:43:38 2010 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="pidgin-dev"
     2.7 -VERSION="2.7.1"
     2.8 +VERSION="2.7.3"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Pidgin devel files."
    2.11  MAINTAINER="mallory@skyrock.com"
     3.1 --- a/pidgin/receipt	Sat Sep 11 10:10:13 2010 +0000
     3.2 +++ b/pidgin/receipt	Sat Sep 11 10:43:38 2010 +0000
     3.3 @@ -1,15 +1,15 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="pidgin"
     3.7 -VERSION="2.7.1"
     3.8 +VERSION="2.7.3"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="Instant messaging client using GTK+."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12  DEPENDS="gtk+ gnutls libgcrypt libgpg-error startup-notification \
    3.13 -xorg-libXdamage libxml2 libxcb xcb-util libidn ncursesw libtasn1 gstreamer"
    3.14 +xorg-libXdamage libxml2 libxcb xcb-util libidn ncursesw libtasn1"
    3.15  BUILD_DEPENDS="$DEPENDS gtk+-dev gnutls-dev libgcrypt-dev gnutls-dev \
    3.16  startup-notification-dev libgpg-error-dev libxml2-dev libxcb-dev libidn-dev \
    3.17 -libtasn1-dev"
    3.18 +libtasn1-dev intltool expat-dev"
    3.19  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.20  SUGGESTED="gnutls"
    3.21  WEB_SITE="http://www.pidgin.im/"
    3.22 @@ -39,6 +39,7 @@
    3.23  		--disable-farsight \
    3.24  		--disable-vv \
    3.25  		--disable-idn \
    3.26 +		--disable-sm \
    3.27  		$CONFIGURE_ARGS &&
    3.28  	make -j 4 &&
    3.29  	make DESTDIR=$PWD/_pkg install