# HG changeset patch # User Christophe Lincoln # Date 1244891605 -7200 # Node ID 3ee8a4a0be3d11e8484b389a593311a77ce77a0a # Parent f4178be6d372e56ed37432954252a5ba8c9f334a ruby,xchm,xine-ui,xrick: Remove dep on libiconv diff -r f4178be6d372 -r 3ee8a4a0be3d ruby/receipt --- a/ruby/receipt Sat Jun 13 12:28:38 2009 +0200 +++ b/ruby/receipt Sat Jun 13 13:13:25 2009 +0200 @@ -8,7 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.ruby-lang.org/" WGET_URL="ftp://ftp.ruby-lang.org/pub/ruby/1.8/$TARBALL" -DEPENDS="libdb ncurses openssl readline zlib libiconv" +DEPENDS="libdb ncurses openssl readline zlib" # Rules to configure and make the package. compile_rules() diff -r f4178be6d372 -r 3ee8a4a0be3d xchm/receipt --- a/xchm/receipt Sat Jun 13 12:28:38 2009 +0200 +++ b/xchm/receipt Sat Jun 13 13:13:25 2009 +0200 @@ -5,7 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Cross-platform GUI for chmlib" MAINTAINER="allan316@gmail.com" -DEPENDS="wxWidgets chmlib libiconv xorg-libXdamage" +DEPENDS="wxWidgets chmlib xorg-libXdamage" BUILD_DEPENDS="wxWidgets wxWidgets-dev chmlib-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://xchm.sourceforge.net" diff -r f4178be6d372 -r 3ee8a4a0be3d xine-ui/receipt --- a/xine-ui/receipt Sat Jun 13 12:28:38 2009 +0200 +++ b/xine-ui/receipt Sat Jun 13 13:13:25 2009 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xine media player user interface." MAINTAINER="pankso@slitaz.org" DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv curl libldap cyrus-sasl \ -openssl libiconv libpng ncurses readline xorg-libXft" +openssl libpng ncurses readline xorg-libXft" BUILD_DEPENDS="xine-lib xine-lib-dev xorg-dev xorg-libXtst-dev xorg-libXv-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.xine-project.org/" diff -r f4178be6d372 -r 3ee8a4a0be3d xrick/receipt --- a/xrick/receipt Sat Jun 13 12:28:38 2009 +0200 +++ b/xrick/receipt Sat Jun 13 13:13:25 2009 +0200 @@ -5,7 +5,7 @@ CATEGORY="games" SHORT_DESC="Rick Dangerous" MAINTAINER="erjo@slitaz.org" -DEPENDS="libsdl libiconv zlib" +DEPENDS="libsdl zlib" BUILD_DEPENDS="libsdl-dev" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://www.bigorno.net/xrick/"