# HG changeset patch # User Pascal Bellard # Date 1246267472 -7200 # Node ID fee531f1e85ef264d04567896adcd0496739a152 # Parent 586729753bf931685ddb81ce5b81c66c153e50bf Various fix: darkstat gettext glibc iptables keepassx nscd openerp-server diff -r 586729753bf9 -r fee531f1e85e darkstat/receipt --- a/darkstat/receipt Sun Jun 28 23:44:16 2009 +0200 +++ b/darkstat/receipt Mon Jun 29 11:24:32 2009 +0200 @@ -2,7 +2,7 @@ PACKAGE="darkstat" VERSION="3.0.712" -CATEGORY="system-tool" +CATEGORY="network" SHORT_DESC="Simpel network traffic statistics" MAINTAINER="erjo@slitaz.org" DEPENDS="libpcap" diff -r 586729753bf9 -r fee531f1e85e gettext/receipt --- a/gettext/receipt Sun Jun 28 23:44:16 2009 +0200 +++ b/gettext/receipt Mon Jun 29 11:24:32 2009 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Utilities for the GNU Translation Project." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" -DEPENDS="gettext-base libgomp flib ncurses glib" +DEPENDS="gettext-base libgomp ncurses glib" WEB_SITE="http://www.gnu.org/software/gettext/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" diff -r 586729753bf9 -r fee531f1e85e glibc/receipt --- a/glibc/receipt Sun Jun 28 23:44:16 2009 +0200 +++ b/glibc/receipt Mon Jun 29 11:24:32 2009 +0200 @@ -41,9 +41,8 @@ { LOCALE="" mkdir -p $fs/var - for i in base extra-samba locale dev - do - tazwok genpkg glibc-$i + for i in $(grep -l 'WANTED="glibc"' */receipt); do + tazwok genpkg $(dirname $i) done echo "" echo "--> Install glibc-base, glibc-dev and cook busybox" diff -r 586729753bf9 -r fee531f1e85e iptables/receipt --- a/iptables/receipt Sun Jun 28 23:44:16 2009 +0200 +++ b/iptables/receipt Mon Jun 29 11:24:32 2009 +0200 @@ -9,7 +9,6 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.netfilter.org/" WGET_URL="http://www.netfilter.org/projects/iptables/files/$TARBALL" -EXTRAVERSION="_`grep ^VERSION= $WOK/linux/receipt | cut -d '\"' -f 2`" # Rules to configure and make the package. compile_rules() @@ -32,6 +31,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { + EXTRAVERSION="_`grep ^VERSION= $WOK/linux/receipt | cut -d '\"' -f 2`" mkdir -p $fs/usr cp -a $_pkg/usr/sbin $fs/sbin cp -a $_pkg/usr/lib $fs/usr diff -r 586729753bf9 -r fee531f1e85e keepassx/receipt --- a/keepassx/receipt Sun Jun 28 23:44:16 2009 +0200 +++ b/keepassx/receipt Mon Jun 29 11:24:32 2009 +0200 @@ -5,7 +5,7 @@ CATEGORY="graphics" SHORT_DESC="Cross platform password manager" MAINTAINER="jozee@slitaz.org" -DEPENDS="xorg-libXtst libQtcore libQtGui" +DEPENDS="xorg-libXtst libQtCore libQtGui" BUILD_DEPENDS="Qt4-dev xorg-libXtst-dev xorg-libXtst qmake" #SOURCE="KeePassX" TARBALL="$PACKAGE-$VERSION.tar.gz" @@ -13,7 +13,6 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="password key" - # Rules to configure and make the package. compile_rules() { diff -r 586729753bf9 -r fee531f1e85e nscd/receipt --- a/nscd/receipt Sun Jun 28 23:44:16 2009 +0200 +++ b/nscd/receipt Mon Jun 29 11:24:32 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="nscd" -VERSION="2.7" +VERSION="2.10.1" CATEGORY="base-system" SHORT_DESC="passwd, group and host lookups cache." WEB_SITE="http://gcc.gnu.org/" diff -r 586729753bf9 -r fee531f1e85e openerp-server/receipt --- a/openerp-server/receipt Sun Jun 28 23:44:16 2009 +0200 +++ b/openerp-server/receipt Mon Jun 29 11:24:32 2009 +0200 @@ -11,7 +11,7 @@ DEPENDS="python postgresql libxml2-python libxslt psycopg2 python-reportlab \ python-pyparsing graphviz libgcrypt python-pil python-lxml matplotlib \ python-pyxml python-pychart python-pydot egenix-mx-base" -BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt python-reportlab \ +BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt python-reportlab \ python-pychart python-pydot python-dev" # Rules to configure and make the package.