# HG changeset patch # User Pascal Bellard # Date 1237147993 0 # Node ID a714cd6d9d908ebebe2e38342b9523b6ff27dbc2 # Parent d04823a784db4139e415a001957202e9785dca3d links, lighttpd-modules, libx*: update depends diff -r d04823a784db -r a714cd6d9d90 libxfcegui4/receipt --- a/libxfcegui4/receipt Sun Mar 15 20:05:38 2009 +0000 +++ b/libxfcegui4/receipt Sun Mar 15 20:13:13 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xfce Gtk Widget library" MAINTAINER="erjo@slitaz.org" -DEPENDS="gtk+ libxfce4util" +DEPENDS="gtk+ libxfce4util startup-notification" BUILD_DEPENDS="gtk+-dev libxfce4util-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" @@ -17,8 +17,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 d04823a784db -r a714cd6d9d90 libxml++-dev/receipt --- a/libxml++-dev/receipt Sun Mar 15 20:05:38 2009 +0000 +++ b/libxml++-dev/receipt Sun Mar 15 20:13:13 2009 +0000 @@ -7,6 +7,7 @@ MAINTAINER="pankso@slitaz.org" WANTED="libxml++" WEB_SITE="http://libxmlplusplus.sourceforge.net/" +DEPENDS="glib glibmm libsigc++ libxml2 zlib" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r d04823a784db -r a714cd6d9d90 libxml++/receipt --- a/libxml++/receipt Sun Mar 15 20:05:38 2009 +0000 +++ b/libxml++/receipt Sun Mar 15 20:13:13 2009 +0000 @@ -8,6 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://libxmlplusplus.sourceforge.net/" WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.24/$TARBALL" +DEPENDS="glibmm libsigc++" # Rules to configure and make the package. compile_rules() diff -r d04823a784db -r a714cd6d9d90 libxml2-python/receipt --- a/libxml2-python/receipt Sun Mar 15 20:05:38 2009 +0000 +++ b/libxml2-python/receipt Sun Mar 15 20:13:13 2009 +0000 @@ -8,7 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://xmlsoft.org/" WGET_URL="ftp://xmlsoft.org/libxml2/python/$TARBALL" -DEPENDS="python libxml2" +DEPENDS="python libxml2 libxslt" BUILD_DEPENDS="python python-dev libxml2-dev" # Rules to configure and make the package. diff -r d04823a784db -r a714cd6d9d90 libxml2/receipt --- a/libxml2/receipt Sun Mar 15 20:05:38 2009 +0000 +++ b/libxml2/receipt Sun Mar 15 20:13:13 2009 +0000 @@ -8,6 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://xmlsoft.org/" WGET_URL="ftp://xmlsoft.org/libxml2/$TARBALL" +DEPENDS="zlib" # Rules to configure and make the package. # @@ -21,8 +22,8 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --with-html-dir=/usr/share/doc - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r d04823a784db -r a714cd6d9d90 libxslt-dev/receipt --- a/libxslt-dev/receipt Sun Mar 15 20:05:38 2009 +0000 +++ b/libxslt-dev/receipt Sun Mar 15 20:13:13 2009 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="XSLT devel files support for libxml2." MAINTAINER="pankso@slitaz.org" WANTED="libxslt" +DEPENDS="libxslt" WEB_SITE="http://xmlsoft.org/" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r d04823a784db -r a714cd6d9d90 libxslt/receipt --- a/libxslt/receipt Sun Mar 15 20:05:38 2009 +0000 +++ b/libxslt/receipt Sun Mar 15 20:13:13 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="XSLT support for libxml2." MAINTAINER="pankso@slitaz.org" -DEPENDS="libgcrypt" +DEPENDS="libgcrypt libxml2 zlib" BUILD_DEPENDS="libxml2-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.xmlsoft.org/XSLT/" @@ -20,8 +20,8 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --with-html-dir=/usr/share/doc \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r d04823a784db -r a714cd6d9d90 lighttpd-modules/receipt --- a/lighttpd-modules/receipt Sun Mar 15 20:05:38 2009 +0000 +++ b/lighttpd-modules/receipt Sun Mar 15 20:13:13 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="network" SHORT_DESC="Complementary modules for LightTPD Web server." MAINTAINER="pankso@slitaz.org" -DEPENDS="lighttpd bzip2" +DEPENDS="lighttpd bzip2 zlib" WANTED="lighttpd" WEB_SITE="http://www.lighttpd.net/" BASE_MODULES=" diff -r d04823a784db -r a714cd6d9d90 links/receipt --- a/links/receipt Sun Mar 15 20:05:38 2009 +0000 +++ b/links/receipt Sun Mar 15 20:13:13 2009 +0000 @@ -5,7 +5,8 @@ CATEGORY="network" SHORT_DESC="Light and speed web browser using Ncurses or Xlib." MAINTAINER="pankso@slitaz.org" -DEPENDS="ncurses openssl" +DEPENDS="ncurses openssl jpeg libpng tiff xorg-libX11 xorg-libXau \ +xorg-libXdmcp zlib" BUILD_DEPENDS="ncurses-dev openssl-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://links.twibright.com/" @@ -22,8 +23,8 @@ --without-directfb \ --without-bzip2 \ --enable-graphics \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }