# HG changeset patch # User Pascal Bellard # Date 1236954965 0 # Node ID a2850bc26b121e886160a71293a47059665a72ef # Parent 5914bf41369fa9f9e0a40a25b12e1b2120b10cb5 rox-filer, rssyl, rtorrent, ruby: update depends diff -r 5914bf41369f -r a2850bc26b12 rox-filer/receipt --- a/rox-filer/receipt Fri Mar 13 12:11:02 2009 +0000 +++ b/rox-filer/receipt Fri Mar 13 14:36:05 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="user friendly filer." MAINTAINER="sygne@ombres.eu" -DEPENDS="gtk+" +DEPENDS="gtk+ libglade" BUILD_DEPENDS="libglade-dev libxml2-dev gtk+-dev slitaz-dev-pkgs" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://roscidus.com/desktop/" diff -r 5914bf41369f -r a2850bc26b12 rssyl/receipt --- a/rssyl/receipt Fri Mar 13 12:11:02 2009 +0000 +++ b/rssyl/receipt Fri Mar 13 14:36:05 2009 +0000 @@ -5,7 +5,9 @@ CATEGORY="network" SHORT_DESC="RSS feed aggregator for Claws Mail." MAINTAINER="erjo@slitaz.org" -DEPENDS="claws-mail curl libxml2" +DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \ +xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ +xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender" BUILD_DEPENDS="claws-mail-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl" @@ -17,8 +19,8 @@ { cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make + --mandir=/usr/share/man $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 5914bf41369f -r a2850bc26b12 rtorrent/receipt --- a/rtorrent/receipt Fri Mar 13 12:11:02 2009 +0000 +++ b/rtorrent/receipt Fri Mar 13 14:36:05 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="network" SHORT_DESC="Ncurses based torrent client" MAINTAINER="mimas@slitaz.org" -DEPENDS="ncurses libtorrent" +DEPENDS="ncurses libtorrent zlib" BUILD_DEPENDS="ncurses-dev libtorrent-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://libtorrent.rakshasa.no/" @@ -19,8 +19,8 @@ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r 5914bf41369f -r a2850bc26b12 ruby/receipt --- a/ruby/receipt Fri Mar 13 12:11:02 2009 +0000 +++ b/ruby/receipt Fri Mar 13 14:36:05 2009 +0000 @@ -8,6 +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" # Rules to configure and make the package. compile_rules() @@ -17,8 +18,8 @@ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }