# HG changeset patch # User Pascal Bellard # Date 1237041538 0 # Node ID 4482e0fab13a6073dbef6752885870d29205b2ca # Parent b13b40c7237bc9f516fbda4711dc33fb1fb75888 obby, ocaml, odt2txt, opal, openbox, openldap, opentyrian-classic, orpheus: update depends diff -r b13b40c7237b -r 4482e0fab13a obby/receipt --- a/obby/receipt Sat Mar 14 10:07:15 2009 +0000 +++ b/obby/receipt Sat Mar 14 14:38:58 2009 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Realtime collaborative text-editing functionality." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" -DEPENDS="gnutls libgpg-error libgcrypt net6" +DEPENDS="gnutls libgpg-error libgcrypt net6 libsigc++ zlib" BUILD_DEPENDS="$DEPENDS gnutls-dev libgpg-error-dev libgcrypt-dev net6-dev" WEB_SITE="http://gobby.0x539.de/trac/" WGET_URL="http://releases.0x539.de/obby/$TARBALL" diff -r b13b40c7237b -r 4482e0fab13a ocaml/receipt --- a/ocaml/receipt Sat Mar 14 10:07:15 2009 +0000 +++ b/ocaml/receipt Sat Mar 14 14:38:58 2009 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="General-purpose programming language designed for safety and reliability." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" +DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp" WEB_SITE="http://caml.inria.fr/" WGET_URL="${WEB_SITE}pub/distrib/$PACKAGE-${VERSION%.*}/$TARBALL" diff -r b13b40c7237b -r 4482e0fab13a odt2txt/receipt --- a/odt2txt/receipt Sat Mar 14 10:07:15 2009 +0000 +++ b/odt2txt/receipt Sat Mar 14 14:38:58 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="utilities" SHORT_DESC="A simple converter from OpenDocument Text to plain text" MAINTAINER="milka@konstelacioj.info" -#DEPENDS="" +DEPENDS="zlib" BUILD_DEPENDS="zlib-dev" #SUGGESTED="odfread" TARBALL="$PACKAGE-$VERSION.tar.gz" diff -r b13b40c7237b -r 4482e0fab13a opal/receipt --- a/opal/receipt Sat Mar 14 10:07:15 2009 +0000 +++ b/opal/receipt Sat Mar 14 14:38:58 2009 +0000 @@ -8,6 +8,8 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.ekiga.org/" WGET_URL="$WEB_SITE/admin/downloads/latest/sources/sources/$TARBALL" +DEPENDS="cyrus-sasl expat jpeg libSDL libiconv libogg libtheora libunixODBC \ +openssl ptlib tiff zlib" BUILD_DEPENDS="ptlib ptlib-dev" # Rules to configure and make the package. diff -r b13b40c7237b -r 4482e0fab13a openbox/receipt --- a/openbox/receipt Sat Mar 14 10:07:15 2009 +0000 +++ b/openbox/receipt Sat Mar 14 14:38:58 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Small-footprint and standard compliant Window Manager." MAINTAINER="pankso@slitaz.org" -DEPENDS="startup-notification pango glib xorg-libX11" +DEPENDS="startup-notification pango glib xorg-libX11 fontconfig freetype" SUGGESTED="obconf pcmanfm hsetroot slitaz-configs" BUILD_DEPENDS="xorg-dev pango-dev glib-dev startup-notification-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" diff -r b13b40c7237b -r 4482e0fab13a openldap/receipt --- a/openldap/receipt Sat Mar 14 10:07:15 2009 +0000 +++ b/openldap/receipt Sat Mar 14 14:38:58 2009 +0000 @@ -8,7 +8,7 @@ TARBALL="$PACKAGE-stable-20071118.tgz" WEB_SITE="http://www.openldap.org/" WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-stable/$TARBALL" -DEPENDS="libdb openssl" +DEPENDS="libdb openssl cyrus-sasl" BUILD_DEPENDS="db-dev libdb" CONFIG_FILES="/etc/openldap" DATABASE_FILES="/var/openldap-*" @@ -20,8 +20,8 @@ cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ --sysconfdir=/etc --localstatedir=/var \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make + --mandir=/usr/share/man $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r b13b40c7237b -r 4482e0fab13a opentyrian-classic/receipt --- a/opentyrian-classic/receipt Sat Mar 14 10:07:15 2009 +0000 +++ b/opentyrian-classic/receipt Sat Mar 14 14:38:58 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="games" SHORT_DESC="OpenTyrian is a port of the DOS shoot-em-up Tyrian" MAINTAINER="mallory@skyrock.com" -DEPENDS="libSDL libsdl-mixer" +DEPENDS="libSDL libsdl-mixer libiconv libsdl-net" BUILD_DEPENDS="subversion libSDL-dev libsdl-mixer-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/opentyrian/" @@ -18,7 +18,7 @@ cd "$WOK/$PACKAGE" svn checkout -$VERSION http://opentyrian.googlecode.com/svn/trunk/classic "$PACKAGE-$VERSION" cd $src - make + make || return 1 wget http://camanis.net/tyrian/tyrian21.zip unzip tyrian21.zip } diff -r b13b40c7237b -r 4482e0fab13a orpheus/receipt --- a/orpheus/receipt Sat Mar 14 10:07:15 2009 +0000 +++ b/orpheus/receipt Sat Mar 14 14:38:58 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Ncurses based audio player" MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="ncurses libvorbis libogg" +DEPENDS="ncurses libvorbis libogg libxml2 zlib" SUGGESTED="mpg123" BUILD_DEPENDS="ncurses-dev libvorbis-dev libogg-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" @@ -18,9 +18,10 @@ cd $src ./configure \ --prefix=/usr \ - --mandir=/usr/share/man - make - make DESTDIR=$PWD/_pkg install + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install && } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r b13b40c7237b -r 4482e0fab13a perl-tk/receipt --- a/perl-tk/receipt Sat Mar 14 10:07:15 2009 +0000 +++ b/perl-tk/receipt Sat Mar 14 14:38:58 2009 +0000 @@ -15,8 +15,6 @@ compile_rules() { cd $src - - ./configure && perl Makefile.PL && make DESTDIR=$PWD/_pkg install }