wok-6.x rev 3610
Various fix: darkstat gettext glibc iptables keepassx nscd openerp-server
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 29 11:24:32 2009 +0200 (2009-06-29) |
parents | 586729753bf9 |
children | 833641593145 |
files | darkstat/receipt gettext/receipt glibc/receipt iptables/receipt keepassx/receipt nscd/receipt openerp-server/receipt |
line diff
1.1 --- a/darkstat/receipt Sun Jun 28 23:44:16 2009 +0200 1.2 +++ b/darkstat/receipt Mon Jun 29 11:24:32 2009 +0200 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="darkstat" 1.6 VERSION="3.0.712" 1.7 -CATEGORY="system-tool" 1.8 +CATEGORY="network" 1.9 SHORT_DESC="Simpel network traffic statistics" 1.10 MAINTAINER="erjo@slitaz.org" 1.11 DEPENDS="libpcap"
2.1 --- a/gettext/receipt Sun Jun 28 23:44:16 2009 +0200 2.2 +++ b/gettext/receipt Mon Jun 29 11:24:32 2009 +0200 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="Utilities for the GNU Translation Project." 2.5 MAINTAINER="pankso@slitaz.org" 2.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.7 -DEPENDS="gettext-base libgomp flib ncurses glib" 2.8 +DEPENDS="gettext-base libgomp ncurses glib" 2.9 WEB_SITE="http://www.gnu.org/software/gettext/" 2.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 2.11
3.1 --- a/glibc/receipt Sun Jun 28 23:44:16 2009 +0200 3.2 +++ b/glibc/receipt Mon Jun 29 11:24:32 2009 +0200 3.3 @@ -41,9 +41,8 @@ 3.4 { 3.5 LOCALE="" 3.6 mkdir -p $fs/var 3.7 - for i in base extra-samba locale dev 3.8 - do 3.9 - tazwok genpkg glibc-$i 3.10 + for i in $(grep -l 'WANTED="glibc"' */receipt); do 3.11 + tazwok genpkg $(dirname $i) 3.12 done 3.13 echo "" 3.14 echo "--> Install glibc-base, glibc-dev and cook busybox"
4.1 --- a/iptables/receipt Sun Jun 28 23:44:16 2009 +0200 4.2 +++ b/iptables/receipt Mon Jun 29 11:24:32 2009 +0200 4.3 @@ -9,7 +9,6 @@ 4.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.5 WEB_SITE="http://www.netfilter.org/" 4.6 WGET_URL="http://www.netfilter.org/projects/iptables/files/$TARBALL" 4.7 -EXTRAVERSION="_`grep ^VERSION= $WOK/linux/receipt | cut -d '\"' -f 2`" 4.8 4.9 # Rules to configure and make the package. 4.10 compile_rules() 4.11 @@ -32,6 +31,7 @@ 4.12 # Rules to gen a SliTaz package suitable for Tazpkg. 4.13 genpkg_rules() 4.14 { 4.15 + EXTRAVERSION="_`grep ^VERSION= $WOK/linux/receipt | cut -d '\"' -f 2`" 4.16 mkdir -p $fs/usr 4.17 cp -a $_pkg/usr/sbin $fs/sbin 4.18 cp -a $_pkg/usr/lib $fs/usr
5.1 --- a/keepassx/receipt Sun Jun 28 23:44:16 2009 +0200 5.2 +++ b/keepassx/receipt Mon Jun 29 11:24:32 2009 +0200 5.3 @@ -5,7 +5,7 @@ 5.4 CATEGORY="graphics" 5.5 SHORT_DESC="Cross platform password manager" 5.6 MAINTAINER="jozee@slitaz.org" 5.7 -DEPENDS="xorg-libXtst libQtcore libQtGui" 5.8 +DEPENDS="xorg-libXtst libQtCore libQtGui" 5.9 BUILD_DEPENDS="Qt4-dev xorg-libXtst-dev xorg-libXtst qmake" 5.10 #SOURCE="KeePassX" 5.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.12 @@ -13,7 +13,6 @@ 5.13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 5.14 TAGS="password key" 5.15 5.16 - 5.17 # Rules to configure and make the package. 5.18 compile_rules() 5.19 {
6.1 --- a/nscd/receipt Sun Jun 28 23:44:16 2009 +0200 6.2 +++ b/nscd/receipt Mon Jun 29 11:24:32 2009 +0200 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="nscd" 6.7 -VERSION="2.7" 6.8 +VERSION="2.10.1" 6.9 CATEGORY="base-system" 6.10 SHORT_DESC="passwd, group and host lookups cache." 6.11 WEB_SITE="http://gcc.gnu.org/"
7.1 --- a/openerp-server/receipt Sun Jun 28 23:44:16 2009 +0200 7.2 +++ b/openerp-server/receipt Mon Jun 29 11:24:32 2009 +0200 7.3 @@ -11,7 +11,7 @@ 7.4 DEPENDS="python postgresql libxml2-python libxslt psycopg2 python-reportlab \ 7.5 python-pyparsing graphviz libgcrypt python-pil python-lxml matplotlib \ 7.6 python-pyxml python-pychart python-pydot egenix-mx-base" 7.7 -BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt python-reportlab \ 7.8 +BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt python-reportlab \ 7.9 python-pychart python-pydot python-dev" 7.10 7.11 # Rules to configure and make the package.