wok-4.x rev 2474
lua, lx*, lzlib: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 15 20:05:38 2009 +0000 (2009-03-15) |
parents | 9a057b31dba5 |
children | a714cd6d9d90 |
files | lua/receipt lxlauncher/receipt lxml/receipt lxnetdaemon/receipt lxpanel-extra/receipt lxpanel/receipt lzlib/receipt |
line diff
1.1 --- a/lua/receipt Sun Mar 15 19:58:12 2009 +0100 1.2 +++ b/lua/receipt Sun Mar 15 20:05:38 2009 +0000 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="5.1.4" 1.5 CATEGORY="development" 1.6 SHORT_DESC="Powerful, fast, light-weight, embeddable scripting language." 1.7 -DEPENDS="readline" 1.8 +DEPENDS="readline ncurses" 1.9 BUILD_DEPENDS="readline-dev" 1.10 MAINTAINER="pankso@slitaz.org" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz"
2.1 --- a/lxlauncher/receipt Sun Mar 15 19:58:12 2009 +0100 2.2 +++ b/lxlauncher/receipt Sun Mar 15 20:05:38 2009 +0000 2.3 @@ -4,7 +4,7 @@ 2.4 VERSION="0.2" 2.5 CATEGORY="x-window" 2.6 SHORT_DESC="LXDE desktop launcher." 2.7 -DEPENDS="xorg-libX11 gtk+ gnome-menus" 2.8 +DEPENDS="xorg-libX11 gtk+ gnome-menus startup-notification" 2.9 BUILD_DEPENDS="xorg-libX11-dev gtk+-dev startup-notification gnome-menus gnome-menus-dev" 2.10 MAINTAINER="pankso@slitaz.org" 2.11 TARBALL="$PACKAGE-$VERSION.tar.gz"
3.1 --- a/lxml/receipt Sun Mar 15 19:58:12 2009 +0100 3.2 +++ b/lxml/receipt Sun Mar 15 20:05:38 2009 +0000 3.3 @@ -8,7 +8,7 @@ 3.4 TARBALL="$PACKAGE-$VERSION.tgz" 3.5 WEB_SITE="http://codespeak.net/lxml/" 3.6 WGET_URL="http://codespeak.net/$PACKAGE/$TARBALL" 3.7 -DEPENDS="python libxml2 libxslt" 3.8 +DEPENDS="python libxml2 libxslt zlib" 3.9 BUILD_DEPENDS="python libxslt-dev" 3.10 3.11 # Rules to configure and make the package.
4.1 --- a/lxnetdaemon/receipt Sun Mar 15 19:58:12 2009 +0100 4.2 +++ b/lxnetdaemon/receipt Sun Mar 15 20:05:38 2009 +0000 4.3 @@ -8,6 +8,7 @@ 4.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.5 WEB_SITE="http://lxde.sourceforge.net/" 4.6 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 4.7 +DEPENDS="glib" 4.8 4.9 # Rules to configure and make the package. 4.10 compile_rules() 4.11 @@ -15,10 +16,9 @@ 4.12 cd $src 4.13 ./configure \ 4.14 --prefix=/usr \ 4.15 - $CONFIGURE_ARGS 4.16 - make 4.17 + $CONFIGURE_ARGS && 4.18 + make && 4.19 make DESTDIR=$PWD/_pkg install 4.20 - echo "Continue..." 4.21 } 4.22 4.23 # Rules to gen a SliTaz package suitable for Tazpkg.
5.1 --- a/lxpanel-extra/receipt Sun Mar 15 19:58:12 2009 +0100 5.2 +++ b/lxpanel-extra/receipt Sun Mar 15 20:05:38 2009 +0000 5.3 @@ -5,6 +5,7 @@ 5.4 CATEGORY="x-window" 5.5 SHORT_DESC="LXpanel nestat wifi plugin and keyboard led indicator." 5.6 MAINTAINER="pankso@slitaz.org" 5.7 +DEPENDS="expat gtk+ wireless_tools" 5.8 WANTED="lxpanel" 5.9 WEB_SITE="http://www.cairographics.org/" 5.10
6.1 --- a/lxpanel/receipt Sun Mar 15 19:58:12 2009 +0100 6.2 +++ b/lxpanel/receipt Sun Mar 15 20:05:38 2009 +0000 6.3 @@ -5,7 +5,7 @@ 6.4 CATEGORY="x-window" 6.5 SHORT_DESC="Standard compliant desktop panel." 6.6 MAINTAINER="pankso@slitaz.org" 6.7 -DEPENDS="gtk+ slitaz-menus" 6.8 +DEPENDS="gtk+ slitaz-menus alsa-lib" 6.9 BUILD_DEPENDS="gtk+-dev gettext wireless_tools-dev wireless_tools" 6.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.11 WEB_SITE="http://lxde.sourceforge.net/"
7.1 --- a/lzlib/receipt Sun Mar 15 19:58:12 2009 +0100 7.2 +++ b/lzlib/receipt Sun Mar 15 20:05:38 2009 +0000 7.3 @@ -6,6 +6,7 @@ 7.4 SHORT_DESC="Compressor with a high compression ratio library." 7.5 MAINTAINER="pascal.bellard@slitaz.org" 7.6 WEB_SITE="http://sourceforge.net/projects/sevenzip/" 7.7 +DEPENDS="zlib" 7.8 WANTED="lzma" 7.9 7.10 # Rules to gen a SliTaz package suitable for Tazpkg.