wok-current rev 3422
pidgin: Remove dep on libiconv (gnutls dep must be discuss)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Jun 13 12:01:33 2009 +0200 (2009-06-13) |
parents | 455a65a0bf12 |
children | dda533844d18 |
files | ghostscript/receipt pidgin/receipt |
line diff
1.1 --- a/ghostscript/receipt Sat Jun 13 01:40:22 2009 +0000 1.2 +++ b/ghostscript/receipt Sat Jun 13 12:01:33 2009 +0200 1.3 @@ -10,7 +10,7 @@ 1.4 libpng tiff zlib cups xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \ 1.5 xorg-libXdmcp xorg-libXext xorg-libXt" 1.6 # build depends are optional ; ghostscripts still build but does not compile in cups support 1.7 -BUILD_DEPENDS="libiconv cairo-dev gtk+-dev" 1.8 +BUILD_DEPENDS="cairo-dev gtk+-dev" 1.9 WEB_SITE="http://pages.cs.wisc.edu/~ghost/" 1.10 #WGET_URL="http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs862/$TARBALL" 1.11 WGET_URL="http://ghostscript.com/releases/$TARBALL"
2.1 --- a/pidgin/receipt Sat Jun 13 01:40:22 2009 +0000 2.2 +++ b/pidgin/receipt Sat Jun 13 12:01:33 2009 +0200 2.3 @@ -6,8 +6,7 @@ 2.4 SHORT_DESC="Instant messaging client using GTK+." 2.5 MAINTAINER="pankso@slitaz.org" 2.6 DEPENDS="gtk+ gnutls libgcrypt libgpg-error startup-notification xorg-libXdamage" 2.7 -BUILD_DEPENDS="gtk+-dev gnutls-dev libgcrypt-dev libgpg-error-dev 2.8 - startup-notification-dev libiconv" 2.9 +BUILD_DEPENDS="gtk+-dev gnutls-dev libgcrypt-dev libgpg-error-dev startup-notification-dev" 2.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.11 SUGGESTED="gnutls" 2.12 WEB_SITE="http://www.pidgin.im/"