wok-4.x rev 2475
links, lighttpd-modules, libx*: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 15 20:13:13 2009 +0000 (2009-03-15) |
parents | d04823a784db |
children | 59228667f806 |
files | libxfcegui4/receipt libxml++-dev/receipt libxml++/receipt libxml2-python/receipt libxml2/receipt libxslt-dev/receipt libxslt/receipt lighttpd-modules/receipt links/receipt |
line diff
1.1 --- a/libxfcegui4/receipt Sun Mar 15 20:05:38 2009 +0000 1.2 +++ b/libxfcegui4/receipt Sun Mar 15 20:13:13 2009 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Xfce Gtk Widget library" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="gtk+ libxfce4util" 1.8 +DEPENDS="gtk+ libxfce4util startup-notification" 1.9 BUILD_DEPENDS="gtk+-dev libxfce4util-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.xfce.org" 1.12 @@ -17,8 +17,8 @@ 1.13 cd $src 1.14 ./configure --prefix=/usr \ 1.15 --infodir=/usr/share/info \ 1.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.17 - make 1.18 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22
2.1 --- a/libxml++-dev/receipt Sun Mar 15 20:05:38 2009 +0000 2.2 +++ b/libxml++-dev/receipt Sun Mar 15 20:13:13 2009 +0000 2.3 @@ -7,6 +7,7 @@ 2.4 MAINTAINER="pankso@slitaz.org" 2.5 WANTED="libxml++" 2.6 WEB_SITE="http://libxmlplusplus.sourceforge.net/" 2.7 +DEPENDS="glib glibmm libsigc++ libxml2 zlib" 2.8 2.9 # Rules to gen a SliTaz package suitable for Tazpkg. 2.10 genpkg_rules()
3.1 --- a/libxml++/receipt Sun Mar 15 20:05:38 2009 +0000 3.2 +++ b/libxml++/receipt Sun Mar 15 20:13:13 2009 +0000 3.3 @@ -8,6 +8,7 @@ 3.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.5 WEB_SITE="http://libxmlplusplus.sourceforge.net/" 3.6 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.24/$TARBALL" 3.7 +DEPENDS="glibmm libsigc++" 3.8 3.9 # Rules to configure and make the package. 3.10 compile_rules()
4.1 --- a/libxml2-python/receipt Sun Mar 15 20:05:38 2009 +0000 4.2 +++ b/libxml2-python/receipt Sun Mar 15 20:13:13 2009 +0000 4.3 @@ -8,7 +8,7 @@ 4.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.5 WEB_SITE="http://xmlsoft.org/" 4.6 WGET_URL="ftp://xmlsoft.org/libxml2/python/$TARBALL" 4.7 -DEPENDS="python libxml2" 4.8 +DEPENDS="python libxml2 libxslt" 4.9 BUILD_DEPENDS="python python-dev libxml2-dev" 4.10 4.11 # Rules to configure and make the package.
5.1 --- a/libxml2/receipt Sun Mar 15 20:05:38 2009 +0000 5.2 +++ b/libxml2/receipt Sun Mar 15 20:13:13 2009 +0000 5.3 @@ -8,6 +8,7 @@ 5.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.5 WEB_SITE="http://xmlsoft.org/" 5.6 WGET_URL="ftp://xmlsoft.org/libxml2/$TARBALL" 5.7 +DEPENDS="zlib" 5.8 5.9 # Rules to configure and make the package. 5.10 # 5.11 @@ -21,8 +22,8 @@ 5.12 --infodir=/usr/share/info \ 5.13 --mandir=/usr/share/man \ 5.14 --with-html-dir=/usr/share/doc 5.15 - $CONFIGURE_ARGS 5.16 - make 5.17 + $CONFIGURE_ARGS && 5.18 + make && 5.19 make DESTDIR=$PWD/_pkg install 5.20 } 5.21
6.1 --- a/libxslt-dev/receipt Sun Mar 15 20:05:38 2009 +0000 6.2 +++ b/libxslt-dev/receipt Sun Mar 15 20:13:13 2009 +0000 6.3 @@ -6,6 +6,7 @@ 6.4 SHORT_DESC="XSLT devel files support for libxml2." 6.5 MAINTAINER="pankso@slitaz.org" 6.6 WANTED="libxslt" 6.7 +DEPENDS="libxslt" 6.8 WEB_SITE="http://xmlsoft.org/" 6.9 6.10 # Rules to gen a SliTaz package suitable for Tazpkg.
7.1 --- a/libxslt/receipt Sun Mar 15 20:05:38 2009 +0000 7.2 +++ b/libxslt/receipt Sun Mar 15 20:13:13 2009 +0000 7.3 @@ -5,7 +5,7 @@ 7.4 CATEGORY="system-tools" 7.5 SHORT_DESC="XSLT support for libxml2." 7.6 MAINTAINER="pankso@slitaz.org" 7.7 -DEPENDS="libgcrypt" 7.8 +DEPENDS="libgcrypt libxml2 zlib" 7.9 BUILD_DEPENDS="libxml2-dev" 7.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.11 WEB_SITE="http://www.xmlsoft.org/XSLT/" 7.12 @@ -20,8 +20,8 @@ 7.13 --infodir=/usr/share/info \ 7.14 --mandir=/usr/share/man \ 7.15 --with-html-dir=/usr/share/doc \ 7.16 - $CONFIGURE_ARGS 7.17 - make 7.18 + $CONFIGURE_ARGS && 7.19 + make && 7.20 make DESTDIR=$PWD/_pkg install 7.21 } 7.22
8.1 --- a/lighttpd-modules/receipt Sun Mar 15 20:05:38 2009 +0000 8.2 +++ b/lighttpd-modules/receipt Sun Mar 15 20:13:13 2009 +0000 8.3 @@ -5,7 +5,7 @@ 8.4 CATEGORY="network" 8.5 SHORT_DESC="Complementary modules for LightTPD Web server." 8.6 MAINTAINER="pankso@slitaz.org" 8.7 -DEPENDS="lighttpd bzip2" 8.8 +DEPENDS="lighttpd bzip2 zlib" 8.9 WANTED="lighttpd" 8.10 WEB_SITE="http://www.lighttpd.net/" 8.11 BASE_MODULES="
9.1 --- a/links/receipt Sun Mar 15 20:05:38 2009 +0000 9.2 +++ b/links/receipt Sun Mar 15 20:13:13 2009 +0000 9.3 @@ -5,7 +5,8 @@ 9.4 CATEGORY="network" 9.5 SHORT_DESC="Light and speed web browser using Ncurses or Xlib." 9.6 MAINTAINER="pankso@slitaz.org" 9.7 -DEPENDS="ncurses openssl" 9.8 +DEPENDS="ncurses openssl jpeg libpng tiff xorg-libX11 xorg-libXau \ 9.9 +xorg-libXdmcp zlib" 9.10 BUILD_DEPENDS="ncurses-dev openssl-dev" 9.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 9.12 WEB_SITE="http://links.twibright.com/" 9.13 @@ -22,8 +23,8 @@ 9.14 --without-directfb \ 9.15 --without-bzip2 \ 9.16 --enable-graphics \ 9.17 - $CONFIGURE_ARGS 9.18 - make 9.19 + $CONFIGURE_ARGS && 9.20 + make && 9.21 make DESTDIR=$PWD/_pkg install 9.22 } 9.23