wok diff pidgin/receipt @ rev 11277

Up: lxtask, lxrandr, lxmenu-data
author Alexander Medvedev <devl547@gmail.com>
date Thu Nov 10 03:21:19 2011 +0000 (2011-11-10)
parents d65075aee643
children fafbec11f825
line diff
     1.1 --- a/pidgin/receipt	Fri Mar 11 02:28:46 2011 +0000
     1.2 +++ b/pidgin/receipt	Thu Nov 10 03:21:19 2011 +0000
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pidgin"
     1.7 -VERSION="2.7.11"
     1.8 +VERSION="2.10.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 nss"
    1.14 +DEPENDS="gtk+ gnutls libgcrypt libgpg-error \
    1.15 +xorg-libXdamage libxml2 libxcb xcb-util libidn libtasn1 nss"
    1.16  BUILD_DEPENDS="gtk+-dev libgcrypt-dev gnutls-dev \
    1.17 -startup-notification-dev libgpg-error-dev libxml2-dev libxcb-dev \
    1.18 +libgpg-error-dev libxml2-dev libxcb-dev \
    1.19  libidn-dev libtasn1-dev intltool expat-dev nss-dev \
    1.20 -ncursesw-dev xcb-util-dev"
    1.21 +xcb-util-dev optipng"
    1.22  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.23  WEB_SITE="http://www.pidgin.im/"
    1.24  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.25 @@ -19,6 +19,7 @@
    1.26  compile_rules()
    1.27  {
    1.28  	cd $src
    1.29 +	find | grep .png | xargs optipng -o7
    1.30  	touch pidgin.desktop
    1.31  	MSGFMT=/usr/bin/msgfmt
    1.32  	./configure \
    1.33 @@ -26,8 +27,10 @@
    1.34  		--infodir=/usr/share/info \
    1.35  		--mandir=/usr/share/man \
    1.36  		--disable-perl \
    1.37 +		--disable-consoleui \
    1.38  		--disable-screensaver \
    1.39  		--disable-gtkspell \
    1.40 +		--disable-startup-notification \
    1.41  		--disable-gstreamer \
    1.42  		--disable-gstreamer-interfaces \
    1.43  		--disable-meanwhile \
    1.44 @@ -40,8 +43,9 @@
    1.45  		--disable-vv \
    1.46  		--disable-idn \
    1.47  		--disable-sm \
    1.48 +		--enable-trayicon-compat \
    1.49  		$CONFIGURE_ARGS &&
    1.50 -	make -j 4 &&
    1.51 +	make $MAKEFLAGS &&
    1.52  	make DESTDIR=$PWD/_pkg install
    1.53  }
    1.54