# HG changeset patch # User Christophe Lincoln # Date 1244887293 -7200 # Node ID 61cef885b185b2d1b2b2b9bd867886f9d03231c9 # Parent 455a65a0bf1297828fe726b75bab075d8b488bf1 pidgin: Remove dep on libiconv (gnutls dep must be discuss) diff -r 455a65a0bf12 -r 61cef885b185 ghostscript/receipt --- a/ghostscript/receipt Sat Jun 13 01:40:22 2009 +0000 +++ b/ghostscript/receipt Sat Jun 13 12:01:33 2009 +0200 @@ -10,7 +10,7 @@ libpng tiff zlib cups xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \ xorg-libXdmcp xorg-libXext xorg-libXt" # build depends are optional ; ghostscripts still build but does not compile in cups support -BUILD_DEPENDS="libiconv cairo-dev gtk+-dev" +BUILD_DEPENDS="cairo-dev gtk+-dev" WEB_SITE="http://pages.cs.wisc.edu/~ghost/" #WGET_URL="http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs862/$TARBALL" WGET_URL="http://ghostscript.com/releases/$TARBALL" diff -r 455a65a0bf12 -r 61cef885b185 pidgin/receipt --- a/pidgin/receipt Sat Jun 13 01:40:22 2009 +0000 +++ b/pidgin/receipt Sat Jun 13 12:01:33 2009 +0200 @@ -6,8 +6,7 @@ SHORT_DESC="Instant messaging client using GTK+." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ gnutls libgcrypt libgpg-error startup-notification xorg-libXdamage" -BUILD_DEPENDS="gtk+-dev gnutls-dev libgcrypt-dev libgpg-error-dev - startup-notification-dev libiconv" +BUILD_DEPENDS="gtk+-dev gnutls-dev libgcrypt-dev libgpg-error-dev startup-notification-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" SUGGESTED="gnutls" WEB_SITE="http://www.pidgin.im/"