wok rev 8693

Automated merge with http://repos.slitaz.org/wok
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Feb 17 19:08:45 2011 +0100 (2011-02-17)
parents c3d23bc104d3 5b4581f8e476
children bfb04d3fd311
files dillo-hg/receipt dillo-hg/stuff/dillo.desktop dillo-hg/stuff/dillo.png dillo-hg/stuff/dillorc dillo-hg/stuff/webhome/dillo.css dillo-hg/stuff/webhome/dillo.html ewl-dev/receipt ewl/receipt fltk-2.0.x/stuff/filename_list-dirent.patch lighttpd-ssl/stuff lxml/receipt opentyrian-classic/receipt qt4/stuff/fix-multisampling-with-ati-card.patch qt4/stuff/fix-scroll-when-last-item-is-removed.patch
line diff
     1.1 --- a/PyQt-x11-gpl/receipt	Thu Feb 17 15:35:13 2011 +0100
     1.2 +++ b/PyQt-x11-gpl/receipt	Thu Feb 17 19:08:45 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="PyQt-x11-gpl"
     1.7 -VERSION="4.8.2"
     1.8 +VERSION="4.8.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="PyQt"
    1.11  MAINTAINER="allan316@gmail.com"
     2.1 --- a/Qt4-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
     2.2 +++ b/Qt4-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
     2.3 @@ -8,7 +8,7 @@
     2.4  DEPENDS="QtDesigner jpeg tiff libpng mesa libglu-mesa \
     2.5  freetds libmysqlclient libpostgresqlclient libunixODBC xcb-util \
     2.6  libQt3Support libQtClucene libQtDBus libQtHelp libQtOpenGL \
     2.7 -libQtScript libQtSql libQtWebkit qtconfig gcc-lib-base"
     2.8 +libQtScript libQtSql libQtWebkit libQtTest qtconfig gcc-lib-base"
     2.9  SUGGESTED="libmng nvidia"
    2.10  WEB_SITE="http://qt.nokia.com/"
    2.11  WANTED="qt4"
    2.12 @@ -18,7 +18,6 @@
    2.13  genpkg_rules()
    2.14  {
    2.15  	mkdir -p $fs/usr/lib
    2.16 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
    2.17  	cp -a $_pkg/usr/include $fs/usr
    2.18  	cp -a $_pkg/usr/lib/pkgconfig  $fs/usr/lib
    2.19  	cp -a $_pkg/usr/lib/*.*a  $fs/usr/lib/	
     3.1 --- a/QtDesigner/receipt	Thu Feb 17 15:35:13 2011 +0100
     3.2 +++ b/QtDesigner/receipt	Thu Feb 17 19:08:45 2011 +0100
     3.3 @@ -9,7 +9,6 @@
     3.4  expat fontconfig freetype glib xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \
     3.5  xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXrandr xorg-libXrender zlib \
     3.6  libpng gcc-lib-base"
     3.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.8  WEB_SITE="http://qt.nokia.com/"
     3.9  WANTED="qt4"
    3.10  SOURCE="qt-everywhere-opensource-src"
    3.11 @@ -21,8 +20,7 @@
    3.12  	mkdir -p $fs/usr/bin \
    3.13  			 $fs/usr/share/pixmaps \
    3.14  			 $fs/usr/share/applications
    3.15 -	src="$WOK/$WANTED/$SOURCE-$VERSION"
    3.16 -	_pkg="$src/_pkg"
    3.17 +
    3.18  	cp -a $_pkg/usr/bin/designer* $fs/usr/bin
    3.19  	cp -a $_pkg/usr/bin/linguist* $fs/usr/bin
    3.20  	cp -a $_pkg/usr/bin/assistant* $fs/usr/bin
     4.1 --- a/TeXmacs-windows-fonts/receipt	Thu Feb 17 15:35:13 2011 +0100
     4.2 +++ b/TeXmacs-windows-fonts/receipt	Thu Feb 17 19:08:45 2011 +0100
     4.3 @@ -10,16 +10,9 @@
     4.4  WEB_SITE="http://www.texmacs.org"
     4.5  WGET_URL="ftp://ftp.texmacs.org/pub/TeXmacs/fonts/$TARBALL"
     4.6  
     4.7 -# Rules to configure and make the package.
     4.8 -compile_rules()
     4.9 -{
    4.10 -   echo "Nothing to compile"
    4.11 -   [ -d fonts ]
    4.12 -}
    4.13 -
    4.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.15  genpkg_rules()
    4.16  {
    4.17       mkdir -p $fs/usr/share/TeXmacs/
    4.18 -     cp -a fonts $fs/usr/share/TeXmacs
    4.19 +     cp -a $src $fs/usr/share/TeXmacs/fonts
    4.20  }
     5.1 --- a/accessx/receipt	Thu Feb 17 15:35:13 2011 +0100
     5.2 +++ b/accessx/receipt	Thu Feb 17 19:08:45 2011 +0100
     5.3 @@ -17,7 +17,7 @@
     5.4  	mv $PACKAGE $PACKAGE-$VERSION 2> /dev/null
     5.5  	cd $src
     5.6  	# Patch for deprecated <iostream.h>
     5.7 -	patch -p0 < ../stuff/accessx.diff || exit 1
     5.8 +	patch -p0 < ../stuff/accessx.diff || return 1
     5.9  	make
    5.10  }
    5.11  
     6.1 --- a/aircrack-ng/receipt	Thu Feb 17 15:35:13 2011 +0100
     6.2 +++ b/aircrack-ng/receipt	Thu Feb 17 19:08:45 2011 +0100
     6.3 @@ -15,11 +15,11 @@
     6.4  compile_rules()
     6.5  {
     6.6  	cd $src
     6.7 -	sed -i s#/usr/local#/usr#g common.mak || exit 1
     6.8 -	sed -i s#/man/man1#/share/man/man1# common.mak || exit 1
     6.9 +	sed -i s#/usr/local#/usr#g common.mak || return 1
    6.10 +	sed -i s#/man/man1#/share/man/man1# common.mak || return 1
    6.11  	
    6.12  	# fix build with gcc45
    6.13 -	sed -i s/-Werror// common.mak || exit 1
    6.14 +	sed -i s/-Werror// common.mak || return 1
    6.15  	
    6.16  	make &&
    6.17  	make DESTDIR=$PWD/_pkg install
     7.1 --- a/alsa-plugins/receipt	Thu Feb 17 15:35:13 2011 +0100
     7.2 +++ b/alsa-plugins/receipt	Thu Feb 17 19:08:45 2011 +0100
     7.3 @@ -19,7 +19,7 @@
     7.4  		--prefix=/usr \
     7.5  		$CONFIGURE_ARGS &&
     7.6  	make &&
     7.7 -	make DESTDIR=$PWD/_pkg install
     7.8 +	make -j1 DESTDIR=$PWD/_pkg install
     7.9  }
    7.10  
    7.11  # Rules to gen a SliTaz package suitable for Tazpkg.
     8.1 --- a/ario/receipt	Thu Feb 17 15:35:13 2011 +0100
     8.2 +++ b/ario/receipt	Thu Feb 17 19:08:45 2011 +0100
     8.3 @@ -7,7 +7,7 @@
     8.4  MAINTAINER="erjo@slitaz.org"
     8.5  DEPENDS="libgcrypt gtk+ libcurl libglade libmpdclient taglib dbus-glib \
     8.6  gcc-lib-base libunique libtasn1"
     8.7 -BUILD_DEPENDS="libgcrypt-dev libglade-dev curl-dev gnutls-dev libmpdclient-dev taglib-dev"
     8.8 +BUILD_DEPENDS="gnutls-dev taglib-dev intltool"
     8.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    8.10  WEB_SITE="http://ario-player.sourceforge.net/index.php?en"
    8.11  WGET_URL="http://freefr.dl.sourceforge.net/sourceforge/ario-player/$TARBALL"
     9.1 --- a/aspell-en/receipt	Thu Feb 17 15:35:13 2011 +0100
     9.2 +++ b/aspell-en/receipt	Thu Feb 17 19:08:45 2011 +0100
     9.3 @@ -1,7 +1,7 @@
     9.4  # SliTaz package receipt.
     9.5  
     9.6  PACKAGE="aspell-en"
     9.7 -VERSION="6.0-0"
     9.8 +VERSION="7.1-0"
     9.9  CATEGORY="system-tools"
    9.10  SHORT_DESC="English aspell dictionary."
    9.11  MAINTAINER="paul@slitaz.org"
    9.12 @@ -17,7 +17,7 @@
    9.13  {
    9.14  	cd $src
    9.15  	./configure && \
    9.16 -	make && make DESTDIR=$PWD/_pkg install
    9.17 +	make && make DESTDIR=$DESTDIR install
    9.18  }
    9.19  
    9.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    10.1 --- a/assaultcube-data/receipt	Thu Feb 17 15:35:13 2011 +0100
    10.2 +++ b/assaultcube-data/receipt	Thu Feb 17 19:08:45 2011 +0100
    10.3 @@ -7,15 +7,10 @@
    10.4  MAINTAINER="slaxemulator@gmail.com"
    10.5  SOURCE="AssaultCube"
    10.6  TARBALL="${SOURCE}_v${VERSION}.tar.bz2"
    10.7 +SOURCE="AssaultCube-Data"
    10.8  WEB_SITE="http://assault.cubers.net/"
    10.9  WGET_URL="$SF_MIRROR/actiongame/$TARBALL"
   10.10  
   10.11 -# Rules to configure and make the package.
   10.12 -compile_rules()
   10.13 -{
   10.14 -	ln -s $WOK/$PACKAGE/$VERSION $WOK/$PACKAGE/$SOURCE-$VERSION
   10.15 -}
   10.16 -
   10.17  # Rules to gen a SliTaz package suitable for Tazpkg.
   10.18  genpkg_rules()
   10.19  {
    11.1 --- a/assaultcube/receipt	Thu Feb 17 15:35:13 2011 +0100
    11.2 +++ b/assaultcube/receipt	Thu Feb 17 19:08:45 2011 +0100
    11.3 @@ -9,28 +9,31 @@
    11.4  BUILD_DEPENDS="openal-dev libsdl-image-dev libsdl-mixer-dev mesa-dev"
    11.5  SOURCE="AssaultCube"
    11.6  TARBALL="${SOURCE}_v${VERSION}_source.tar.bz2"
    11.7 +SOURCE="AssaultCube-Source"
    11.8  WEB_SITE="http://assault.cubers.net/"
    11.9  WGET_URL="$SF_MIRROR/actiongame/$TARBALL"
   11.10  
   11.11  # Rules to configure and make the package.
   11.12  compile_rules()
   11.13 -{
   11.14 -	[ -d $WOK/$PACKAGE/$VERSION ] && ln -s $WOK/$PACKAGE/$VERSION $WOK/$PACKAGE/$SOURCE-$VERSION	
   11.15 +{	
   11.16  	cd $src/source/src
   11.17  	make
   11.18 +	[ ! -d $DESTDIR/usr/bin ] && mkdir -p $DESTDIR/usr/bin
   11.19 +	cp -a ac_client $DESTDIR/usr/bin
   11.20 +	cp -a ac_server $DESTDIR/usr/bin
   11.21 +	
   11.22  }
   11.23  
   11.24  # Rules to gen a SliTaz package suitable for Tazpkg.
   11.25  genpkg_rules()
   11.26  {
   11.27 -	_src=$src/source/src
   11.28 -	_stuff=$WOK/$PACKAGE/stuff
   11.29 +	stuff=$WOK/$PACKAGE/stuff
   11.30  	mkdir -p $fs/usr/bin $fs/usr/share/pixmaps $fs/usr/share/applications
   11.31 -	cp -a $_src/ac_client $fs/usr/bin
   11.32 -	cp -a $_src/ac_server $fs/usr/bin
   11.33 -	cp -a $_stuff/assaultcube $fs/usr/bin
   11.34 -	cp -a $_stuff/assaultcube-server $fs/usr/bin
   11.35 -	cp -a $_stuff/assaultcube.png $fs/usr/share/pixmaps
   11.36 +	cp -a $_pkg/usr/bin/ac_client $fs/usr/bin
   11.37 +	cp -a $_pkg/usr/bin/ac_server $fs/usr/bin
   11.38 +	cp -a $stuff/assaultcube $fs/usr/bin
   11.39 +	cp -a $stuff/assaultcube-server $fs/usr/bin
   11.40 +	cp -a $stuff/assaultcube.png $fs/usr/share/pixmaps
   11.41  	chmod +x $fs/usr/bin/assaultcube
   11.42  	chmod +x $fs/usr/bin/assaultcube-server
   11.43  }
    12.1 --- a/aterm/receipt	Thu Feb 17 15:35:13 2011 +0100
    12.2 +++ b/aterm/receipt	Thu Feb 17 19:08:45 2011 +0100
    12.3 @@ -6,7 +6,7 @@
    12.4  SHORT_DESC="terminal emulator"
    12.5  MAINTAINER="allan316@gmail.com"
    12.6  DEPENDS="xorg-libSM xorg-libXext"
    12.7 -BUILD_DEPENDS="xorg-libSM-dev xorg-libXest-dev xorg-libXt-dev"
    12.8 +BUILD_DEPENDS="xorg-libSM-dev xorg-libXext-dev xorg-libXt-dev"
    12.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   12.10  WEB_SITE="http://aterm.sourceforge.net"
   12.11  WGET_URL="http://nchc.dl.sourceforge.net/sourceforge/aterm/$TARBALL"
    13.1 --- a/aufs-utils/receipt	Thu Feb 17 15:35:13 2011 +0100
    13.2 +++ b/aufs-utils/receipt	Thu Feb 17 19:08:45 2011 +0100
    13.3 @@ -1,29 +1,19 @@
    13.4  # SliTaz package receipt.
    13.5  
    13.6  PACKAGE="aufs-utils"
    13.7 -VERSION="20110124"
    13.8 +VERSION="20110214"
    13.9  CATEGORY="system-tools"
   13.10  SHORT_DESC="The aufs utils."
   13.11  MAINTAINER="pankso@slitaz.org"
   13.12  DEPENDS="aufs"
   13.13  BUILD_DEPENDS="git linux-module-headers"
   13.14  WEB_SITE="http://aufs.sourceforge.net/"
   13.15 -
   13.16 +WGET_URL="git|http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git"
   13.17 +BRANCH="origin/aufs2.1"
   13.18  # Rules to configure and make the package.
   13.19  compile_rules()
   13.20  {
   13.21 -	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
   13.22 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma
   13.23 -	if [ -f $TARBALL ]; then
   13.24 -		unlzma -c $TARBALL | tar xf -
   13.25 -		cd $src && git checkout origin/aufs2.1
   13.26 -	else
   13.27 -		git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git $PACKAGE-$VERSION
   13.28 -		tar cf - $PACKAGE-$VERSION | lzma e $TARBALL -si
   13.29 -		cd $src && git checkout origin/aufs2.1
   13.30 -	fi
   13.31 -
   13.32 -		KERNEL_VERSION=`grep  ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
   13.33 +	KERNEL_VERSION=`grep  ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
   13.34  	cd $src
   13.35  	sed -i 's/-m 644 -T/-m 644/' Makefile
   13.36  	make && 
    14.1 --- a/aufs/receipt	Thu Feb 17 15:35:13 2011 +0100
    14.2 +++ b/aufs/receipt	Thu Feb 17 19:08:45 2011 +0100
    14.3 @@ -1,7 +1,7 @@
    14.4  # SliTaz package receipt.
    14.5  
    14.6  PACKAGE="aufs"
    14.7 -VERSION="20110124"
    14.8 +VERSION="20110214"
    14.9  CATEGORY="base-system"
   14.10  SHORT_DESC="aufs2 kernel module"
   14.11  MAINTAINER="slaxemulator@gmail.com"
   14.12 @@ -9,21 +9,12 @@
   14.13  BUILD_DEPENDS="linux-module-headers git lzma"
   14.14  WEB_SITE="http://aufs.sf.net/"
   14.15  PROVIDE="linux-aufs"
   14.16 +WGET_URL="git|http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git"
   14.17 +BRANCH="origin/${PACKAGE}2.1-37"
   14.18  
   14.19  # Rules to configure and make the package.
   14.20  compile_rules()
   14.21  {
   14.22 -	AUFSDIR="$PACKAGE-$VERSION"
   14.23 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma
   14.24 -	if [ -f $TARBALL ]; then
   14.25 -		unlzma -c $TARBALL | tar xf -
   14.26 -		cd $AUFSDIR && git checkout origin/aufs2.1-37
   14.27 -	else
   14.28 -		# Aufs2 from git repository
   14.29 -		git clone git://aufs.git.sourceforge.net/gitroot/aufs/aufs2-standalone.git $AUFSDIR
   14.30 -		tar cf - $AUFSDIR | lzma e $TARBALL -si
   14.31 -		cd $AUFSDIR && git checkout origin/aufs2.1-37
   14.32 -	fi
   14.33  	cd $src
   14.34  
   14.35  	sed -i 's|CONFIG_AUFS_BRANCH_MAX_127 =.*|CONFIG_AUFS_BRANCH_MAX_127 =|' \
    15.1 --- a/bazaar/receipt	Thu Feb 17 15:35:13 2011 +0100
    15.2 +++ b/bazaar/receipt	Thu Feb 17 19:08:45 2011 +0100
    15.3 @@ -2,7 +2,7 @@
    15.4  
    15.5  PACKAGE="bazaar"
    15.6  SOURCE="bzr"
    15.7 -VERSION="2.2.0"
    15.8 +VERSION="2.3.0"
    15.9  CATEGORY="development"
   15.10  SHORT_DESC="A free distributed version control system."
   15.11  MAINTAINER="rcx@zoominternet.net"
    16.1 --- a/bcrypt/receipt	Thu Feb 17 15:35:13 2011 +0100
    16.2 +++ b/bcrypt/receipt	Thu Feb 17 19:08:45 2011 +0100
    16.3 @@ -16,7 +16,7 @@
    16.4  compile_rules()
    16.5  {
    16.6  	cd $src
    16.7 -	make || exit 1
    16.8 +	make
    16.9  }
   16.10  
   16.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    17.1 --- a/busybox-pam/receipt	Thu Feb 17 15:35:13 2011 +0100
    17.2 +++ b/busybox-pam/receipt	Thu Feb 17 19:08:45 2011 +0100
    17.3 @@ -1,7 +1,7 @@
    17.4  # SliTaz package receipt.
    17.5  
    17.6  PACKAGE="busybox-pam"
    17.7 -VERSION="1.18.2"
    17.8 +VERSION="1.18.3"
    17.9  CATEGORY="base-system"
   17.10  SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities."
   17.11  MAINTAINER="pascal.bellard@slitaz.org"
    18.1 --- a/busybox-static/receipt	Thu Feb 17 15:35:13 2011 +0100
    18.2 +++ b/busybox-static/receipt	Thu Feb 17 19:08:45 2011 +0100
    18.3 @@ -1,7 +1,7 @@
    18.4  # SliTaz package receipt.
    18.5  
    18.6  PACKAGE="busybox-static"
    18.7 -VERSION="1.18.2"
    18.8 +VERSION="1.18.3"
    18.9  CATEGORY="base-system"
   18.10  SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities."
   18.11  MAINTAINER="pascal.bellard@slitaz.org"
    19.1 --- a/busybox/receipt	Thu Feb 17 15:35:13 2011 +0100
    19.2 +++ b/busybox/receipt	Thu Feb 17 19:08:45 2011 +0100
    19.3 @@ -1,7 +1,7 @@
    19.4  # SliTaz package receipt.
    19.5  
    19.6  PACKAGE="busybox"
    19.7 -VERSION="1.18.2"
    19.8 +VERSION="1.18.3"
    19.9  CATEGORY="base-system"
   19.10  SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities."
   19.11  MAINTAINER="pascal.bellard@slitaz.org"
    20.1 --- a/cdrdao/receipt	Thu Feb 17 15:35:13 2011 +0100
    20.2 +++ b/cdrdao/receipt	Thu Feb 17 19:08:45 2011 +0100
    20.3 @@ -25,6 +25,7 @@
    20.4  	grep -qs 'define u8' scsilib/libscg/scsi-linux-sg.c ||
    20.5  	sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \
    20.6  		scsilib/libscg/scsi-linux-sg.c
    20.7 +	patch -Np1 -i ../stuff/$PACKAGE-$VERSION-stat.patch || return 1
    20.8  	./configure --prefix=/usr --with-lame &&
    20.9  	make &&
   20.10  	make DESTDIR=$PWD/_pkg install
    21.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    21.2 +++ b/cdrdao/stuff/cdrdao-1.2.3-stat.patch	Thu Feb 17 19:08:45 2011 +0100
    21.3 @@ -0,0 +1,13 @@
    21.4 +diff -up cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat cdrdao-1.2.3/dao/ScsiIf-linux.cc
    21.5 +--- cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat	2010-01-20 20:11:36.000000000 +0100
    21.6 ++++ cdrdao-1.2.3/dao/ScsiIf-linux.cc	2010-01-20 20:14:07.000000000 +0100
    21.7 +@@ -19,6 +19,9 @@
    21.8 + 
    21.9 + #include <config.h>
   21.10 + 
   21.11 ++#include <sys/types.h>
   21.12 ++#include <sys/stat.h>
   21.13 ++
   21.14 + #include <stdio.h>
   21.15 + #include <fcntl.h>
   21.16 + #include <unistd.h>
    22.1 --- a/cdrkit/receipt	Thu Feb 17 15:35:13 2011 +0100
    22.2 +++ b/cdrkit/receipt	Thu Feb 17 19:08:45 2011 +0100
    22.3 @@ -17,7 +17,7 @@
    22.4  	cd $src
    22.5  	sed -i -e '/USE_MAGIC/d' -e '/(MAGICLIBS magic)/d' \
    22.6  		genisoimage/CMakeLists.txt
    22.7 -	#patch -p1 < ../stuff/$PACKAGE-1.1.9-glibc-2.10.patch || exit 1
    22.8 +	#patch -p1 < ../stuff/$PACKAGE-1.1.9-glibc-2.10.patch || return 1
    22.9  	#grep -qs 'define u8' libusal/scsi-linux-sg.c ||
   22.10  	#sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' libusal/scsi-linux-sg.c
   22.11  	make &&
    23.1 --- a/celestia/receipt	Thu Feb 17 15:35:13 2011 +0100
    23.2 +++ b/celestia/receipt	Thu Feb 17 19:08:45 2011 +0100
    23.3 @@ -28,9 +28,9 @@
    23.4  # Rules to gen a SliTaz package suitable for Tazpkg.
    23.5  genpkg_rules()
    23.6  {
    23.7 -	mkdir -p $fs/usr/share
    23.8 +	mkdir -p $fs/usr/share/applications
    23.9  	cp -a $_pkg/usr/bin $fs/usr
   23.10 -	cp -a $_pkg/usr/share/applications $fs/usr/share
   23.11 +	cp -a stuff/celestia.desktop $fs/usr/share/applications
   23.12  	cp -a $_pkg/usr/share/celestia $fs/usr/share
   23.13  	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
   23.14  }
    24.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    24.2 +++ b/celestia/stuff/celestia.desktop	Thu Feb 17 19:08:45 2011 +0100
    24.3 @@ -0,0 +1,12 @@
    24.4 +[Desktop Entry]
    24.5 +Encoding=UTF-8
    24.6 +Version=1.4.0
    24.7 +Type=Application
    24.8 +Exec=celestia
    24.9 +Icon=celestia
   24.10 +X-GNOME-DocPath=
   24.11 +Terminal=false
   24.12 +Name=Celestia
   24.13 +Comment=Space Simulator
   24.14 +StartupNotify=true
   24.15 +Categories=Education;Astronomy;Science;
    25.1 --- a/clucene-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
    25.2 +++ b/clucene-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
    25.3 @@ -11,8 +11,6 @@
    25.4  # Rules to gen a SliTaz package suitable for Tazpkg.
    25.5  genpkg_rules()
    25.6  {
    25.7 -	# we need to re-create $_pkg as SOURCE != PACKAGE
    25.8 -	_pkg=$WOK/$WANTED/$WANTED-core-$VERSION/_pkg
    25.9  	mkdir -p $fs/usr/lib $fs/usr/include
   25.10  	cp -a $_pkg/usr/include $fs/usr
   25.11  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    26.1 --- a/clucene/receipt	Thu Feb 17 15:35:13 2011 +0100
    26.2 +++ b/clucene/receipt	Thu Feb 17 19:08:45 2011 +0100
    26.3 @@ -23,7 +23,7 @@
    26.4  		--disable-static \
    26.5  		$CONFIGURE_ARGS
    26.6  	make
    26.7 -	make DESTDIR=$PWD/_pkg install
    26.8 +	make -j1 install
    26.9  }
   26.10  
   26.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    27.1 --- a/clutter-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
    27.2 +++ b/clutter-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
    27.3 @@ -1,7 +1,7 @@
    27.4  # SliTaz package receipt.
    27.5  
    27.6  PACKAGE="clutter-dev"
    27.7 -VERSION="1.4.2"
    27.8 +VERSION="1.6.2"
    27.9  CATEGORY="development"
   27.10  SHORT_DESC="Clutter tool kit devel files."
   27.11  MAINTAINER="pankso@slitaz.org"
    28.1 --- a/clutter/receipt	Thu Feb 17 15:35:13 2011 +0100
    28.2 +++ b/clutter/receipt	Thu Feb 17 19:08:45 2011 +0100
    28.3 @@ -1,7 +1,7 @@
    28.4  # SliTaz package receipt.
    28.5  
    28.6  PACKAGE="clutter"
    28.7 -VERSION="1.4.2"
    28.8 +VERSION="1.6.2"
    28.9  CATEGORY="x-window"
   28.10  SHORT_DESC="Animated graphical user interfaces library."
   28.11  MAINTAINER="pankso@slitaz.org"
    29.1 --- a/cmake/receipt	Thu Feb 17 15:35:13 2011 +0100
    29.2 +++ b/cmake/receipt	Thu Feb 17 19:08:45 2011 +0100
    29.3 @@ -1,7 +1,7 @@
    29.4  # SliTaz package receipt.
    29.5  
    29.6  PACKAGE="cmake"
    29.7 -VERSION="2.8.3"
    29.8 +VERSION="2.8.4"
    29.9  CATEGORY="development"
   29.10  SHORT_DESC="Cross-platform Make."
   29.11  MAINTAINER="pankso@slitaz.org"
   29.12 @@ -18,16 +18,15 @@
   29.13  	./bootstrap \
   29.14  		--prefix=/usr \
   29.15  		--docdir=/share/doc/$PACKAGE \
   29.16 -		--mandir=/share/man \
   29.17 -		$CONFIGURE_ARGS &&
   29.18 +		--mandir=/share/man &&
   29.19  	make &&
   29.20 -	make DESTDIR=$PWD/_pkg install
   29.21 +	make DESTDIR=$DESTDIR install
   29.22  }
   29.23  
   29.24  # Rules to gen a SliTaz package suitable for Tazpkg.
   29.25  genpkg_rules()
   29.26  {
   29.27 -	cp -a $_pkg/* $fs
   29.28 +	cp -a $_pkg/usr $fs
   29.29  	rm -rf $fs/usr/share/man
   29.30  }
   29.31  
    30.1 --- a/compcache/receipt	Thu Feb 17 15:35:13 2011 +0100
    30.2 +++ b/compcache/receipt	Thu Feb 17 19:08:45 2011 +0100
    30.3 @@ -19,7 +19,7 @@
    30.4      cd $src
    30.5      
    30.6      # Fix build with kernel 2.6.34
    30.7 -    patch -p1 < ../stuff/compcache-0.6.2-linux-2.6.34.u || exit 1
    30.8 +    patch -p1 < ../stuff/compcache-0.6.2-linux-2.6.34.u || return 1
    30.9      
   30.10      find -name Makefile | xargs sed -i \
   30.11  		"s|/lib/modules/\$(shell uname -r)/build|/usr/src/linux|"
    31.1 --- a/coreutils-file-output-full/receipt	Thu Feb 17 15:35:13 2011 +0100
    31.2 +++ b/coreutils-file-output-full/receipt	Thu Feb 17 19:08:45 2011 +0100
    31.3 @@ -36,12 +36,13 @@
    31.4  	root=$1
    31.5  	echo "Processing pre-install commands..."
    31.6  	echo -n "Removing all Busybox replaced utils... "
    31.7 -	rm -f $root/bin/cat $root/usr/bin/od
    31.8 +	rm -f $root/bin/cat $root/usr/bin/od $root/usr/bin/tac
    31.9  	status
   31.10  }
   31.11  
   31.12  post_remove()
   31.13  {
   31.14 -	ln -s /bin/busybox /bin/cat
   31.15 -	ln -s /bin/busybox /usr/bin/od
   31.16 +	ln -s /bin/busybox $1/bin/cat
   31.17 +	ln -s /bin/busybox $1/usr/bin/od
   31.18 +	ln -s /bin/busybox $1/usr/bin/tac
   31.19  }
    32.1 --- a/coreutils/receipt	Thu Feb 17 15:35:13 2011 +0100
    32.2 +++ b/coreutils/receipt	Thu Feb 17 19:08:45 2011 +0100
    32.3 @@ -33,8 +33,8 @@
    32.4  uname.u
    32.5  EOT
    32.6  
    32.7 -	sed -i 's/1.10a/1.10.2/' configure.ac || exit 1
    32.8 -	sed -i 's/dist-xz/dist-lzma/' configure.ac || exit 1
    32.9 +	sed -i 's/1.10a/1.10.2/' configure.ac || return 1
   32.10 +	sed -i 's/dist-xz/dist-lzma/' configure.ac || return 1
   32.11  
   32.12  	./configure \
   32.13  		--prefix=/usr \
    33.1 --- a/dahdi-linux/receipt	Thu Feb 17 15:35:13 2011 +0100
    33.2 +++ b/dahdi-linux/receipt	Thu Feb 17 19:08:45 2011 +0100
    33.3 @@ -8,7 +8,7 @@
    33.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
    33.5  WEB_SITE="http://www.asterisk.org/"
    33.6  WGET_URL="http://downloads.asterisk.org/pub/telephony/$PACKAGE/releases/$TARBALL"
    33.7 -DEPENDS="linux"
    33.8 +DEPENDS="linux udev"
    33.9  #PROVIDE="linux-misdn"
   33.10  
   33.11  # Rules to gen a SliTaz package suitable for Tazpkg.
   33.12 @@ -17,13 +17,14 @@
   33.13  	cd $src
   33.14  	sed -i 's/tar -xof/tar -xf/' drivers/dahdi/firmware/Makefile
   33.15  	[ -d $WOK/linux/taz ] || tazwok cook linux
   33.16 -	make KSRC=$WOK/linux/$(ls $WOK/linux/taz) DESTDIR=$PWD/_pkg install
   33.17 +	make KSRC=$WOK/linux/$(ls $WOK/linux/taz) install
   33.18  }
   33.19  
   33.20  # Rules to gen a SliTaz package suitable for Tazpkg.
   33.21  genpkg_rules()
   33.22  {
   33.23  	mkdir -p $fs/usr
   33.24 +	cp -a $_pkg/etc $fs
   33.25  	cp -a $_pkg/dev $fs
   33.26  	cp -a $_pkg/lib $fs
   33.27  	cp -a $_pkg/usr/share $fs/usr
    34.1 --- a/dahdi-tools/receipt	Thu Feb 17 15:35:13 2011 +0100
    34.2 +++ b/dahdi-tools/receipt	Thu Feb 17 19:08:45 2011 +0100
    34.3 @@ -9,7 +9,7 @@
    34.4  WEB_SITE="http://www.asterisk.org/"
    34.5  WGET_URL="http://downloads.asterisk.org/pub/telephony/$PACKAGE/releases/$TARBALL"
    34.6  DEPENDS="libusb newt libpri"
    34.7 -BUILD_DEPENDS="dahdi-linux-dev ppp-dev libusb-dev newt-dev libpri-dev"
    34.8 +BUILD_DEPENDS="dahdi-linux ppp libusb newt libpri"
    34.9  CONFIG_FILES="/etc/dahdi/"
   34.10  
   34.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    35.1 --- a/dillo-hg/receipt	Thu Feb 17 15:35:13 2011 +0100
    35.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    35.3 @@ -1,64 +0,0 @@
    35.4 -# SliTaz package receipt.
    35.5 -
    35.6 -PACKAGE="dillo-hg"
    35.7 -VERSION="1326"
    35.8 -CATEGORY="network"
    35.9 -SHORT_DESC="Light and fast web browse using FLTK (Hg version)."
   35.10 -MAINTAINER="pankso@slitaz.org"
   35.11 -WEB_SITE="http://www.dillo.org/"
   35.12 -DEPENDS="fltk-2.0.x libpng jpeg zlib xorg-libXi xorg-libXinerama gcc-lib-base"
   35.13 -BUILD_DEPENDS="$DEPENDS fltk-2.0.x-dev libpng-dev jpeg-dev zlib-dev \
   35.14 -python mercurial"
   35.15 -SUGGESTED="openssl"
   35.16 -CONFLICTS="dillo"
   35.17 -
   35.18 -# Rules to configure and make the package.
   35.19 -compile_rules()
   35.20 -{
   35.21 -	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
   35.22 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.gz
   35.23 -	if [ -f $TARBALL ]; then
   35.24 -		tar xzf $TARBALL
   35.25 -	else
   35.26 -		echo "Cloning revision $VERSION from Dillo repository..."
   35.27 -		hg clone --rev $VERSION \
   35.28 -			http://hg.dillo.org/dillo $PACKAGE-$VERSION || exit 0
   35.29 -		tar czf $TARBALL $PACKAGE-$VERSION
   35.30 -	fi
   35.31 -	cd $src
   35.32 -	./autogen.sh &&
   35.33 -	./configure \
   35.34 -		--sysconfdir=/etc \
   35.35 -		--prefix=/usr \
   35.36 -		--enable-ssl \
   35.37 -		$CONFIGURE_ARGS &&
   35.38 -	make &&
   35.39 -	make DESTDIR=$PWD/_pkg install
   35.40 -}
   35.41 -
   35.42 -# Rules to gen a SliTaz package suitable for Tazpkg.
   35.43 -genpkg_rules()
   35.44 -{
   35.45 -	mkdir -p $fs/usr/lib \
   35.46 -		$fs/usr/share/applications \
   35.47 -		$fs/usr/share/pixmaps
   35.48 -	cp -a $_pkg/usr/bin $fs/usr
   35.49 -	cp -a $_pkg/usr/lib/dillo $fs/usr/lib
   35.50 -	strip -s $fs/usr/lib/dillo/dpi/*/*
   35.51 -	chmod +x $fs/usr/bin/*
   35.52 -	# Config files with custom dillorc and desktop file.
   35.53 -	cp -a $_pkg/etc $fs
   35.54 -	cp stuff/dillorc $fs/etc/dillo
   35.55 -	cp -a stuff/dillo.desktop $fs/usr/share/applications
   35.56 -	cp -a stuff/dillo.png $fs/usr/share/pixmaps
   35.57 -	# Webhome
   35.58 -	cp -a stuff/webhome $fs/usr/share
   35.59 -	chown -R root.root $fs
   35.60 -}
   35.61 -
   35.62 -pre_install()
   35.63 -{
   35.64 -	if [ -d $1/var/lib/tazpkg/installed/$CONFLICTS ]; then
   35.65 -		echo "y" | tazpkg remove $CONFLICTS
   35.66 -	fi
   35.67 -}
    36.1 --- a/dillo-hg/stuff/dillo.desktop	Thu Feb 17 15:35:13 2011 +0100
    36.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    36.3 @@ -1,11 +0,0 @@
    36.4 -[Desktop Entry]
    36.5 -Name=Dillo Web Browser
    36.6 -Name[de]=Netznavigator Dillo
    36.7 -Name[fr]=Navigateur Web Dillo
    36.8 -Name[pt_PT]=Navegador Web Dillo
    36.9 -Name[zh_CN]=Dillo网页浏览器
   36.10 -Type=Application
   36.11 -Categories=Network;
   36.12 -MimeType=text/html;application/xhtml+xml;
   36.13 -Exec=dillo %u
   36.14 -Icon=dillo.png
    37.1 Binary file dillo-hg/stuff/dillo.png has changed
    38.1 --- a/dillo-hg/stuff/dillorc	Thu Feb 17 15:35:13 2011 +0100
    38.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    38.3 @@ -1,228 +0,0 @@
    38.4 -# dillorc
    38.5 -# Sample dillo initialization file.
    38.6 -#
    38.7 -# Lines that start with a '#' are comments.
    38.8 -# "#option=..." shows the built-in default.
    38.9 -# "# option=..." is an additional example.
   38.10 -# "option=..." overrides the built-in value.
   38.11 -
   38.12 -#-------------------------------------------------------------------------
   38.13 -#                             FIRST SECTION                             :)
   38.14 -#-------------------------------------------------------------------------
   38.15 -
   38.16 -# Set the desired initial browser size
   38.17 -# geometry=650x545+0+20
   38.18 -#geometry=780x580
   38.19 -
   38.20 -# Change this if you want to have text-only browsing from the start.
   38.21 -# (there's a toggle button near the bug meter to change this on-the-fly)
   38.22 -#load_images=YES
   38.23 -
   38.24 -# Change this if you want to disable loading of CSS stylesheets.
   38.25 -#load_stylesheets=YES
   38.26 -
   38.27 -# Change this if you want to disable parsing of embedded CSS.
   38.28 -#parse_embedded_css=YES
   38.29 -
   38.30 -# Change the buffering scheme for drawing
   38.31 -# 0 no double buffering - useful for debugging
   38.32 -# 1 light buffering using a single back buffer for all windows
   38.33 -# 2 full fltk-based double buffering for all windows
   38.34 -#buffered_drawing=1
   38.35 -
   38.36 -# Set your default directory for download/save operations
   38.37 -#save_dir=/tmp
   38.38 -
   38.39 -#-------------------------------------------------------------------------
   38.40 -#                           RENDERING SECTION
   38.41 -#-------------------------------------------------------------------------
   38.42 -
   38.43 -# Fontnames:
   38.44 -#   - some fonts may slow down rendering.
   38.45 -#   - try to tune a fontname/font_factor combination.
   38.46 -# Ex. {helvetica, lucida, times, "new century schoolbook", utopia, ...}
   38.47 -# The values below represent the defaults.
   38.48 -#
   38.49 -#font_serif="DejaVu Serif"
   38.50 -#font_sans_serif="DejaVu Sans"
   38.51 -#font_cursive="DejaVu Sans"
   38.52 -#font_fantasy="DejaVu Sans"
   38.53 -#font_monospace="DejaVu Sans Mono"
   38.54 -
   38.55 -# All font sizes are scaled by this value
   38.56 -# font_factor=1.5
   38.57 -#font_factor=1.0
   38.58 -
   38.59 -# Maximum font size in pixels
   38.60 -#font_max_size=100
   38.61 -
   38.62 -# Minimum font size in pixels
   38.63 -#font_min_size=6
   38.64 -
   38.65 -# Show tooltip popup for images?
   38.66 -# Note: We use the "title" attribute and not "alt".
   38.67 -#       More info at: http://bugzilla.mozilla.org/show_bug.cgi?id=25537
   38.68 -# *** NOT HOOKED UP YET ***
   38.69 -#
   38.70 -#show_tooltip=YES
   38.71 -
   38.72 -# Set this to YES if you want to limit the word wrap width to the viewport
   38.73 -# width (may be useful for iPAQ)
   38.74 -# *** NOT HOOKED UP YET ***
   38.75 -#
   38.76 -#limit_text_width=NO
   38.77 -
   38.78 -
   38.79 -#-------------------------------------------------------------------------
   38.80 -#                            PARSING SECTION
   38.81 -#-------------------------------------------------------------------------
   38.82 -
   38.83 -# If you prefer more accurate HTML bug diagnosis over better rendering
   38.84 -# (page authors and webmasters) set the following to "NO".
   38.85 -#
   38.86 -#w3c_plus_heuristics=YES
   38.87 -
   38.88 -
   38.89 -#-------------------------------------------------------------------------
   38.90 -#                            NETWORK SECTION
   38.91 -#-------------------------------------------------------------------------
   38.92 -
   38.93 -# Set the start page.
   38.94 -# start_page="about:blank"
   38.95 -# start_page="http://www.dillo.org"
   38.96 -# start_page="file:/home/jcid/custom_page.html"
   38.97 -start_page="file:/usr/share/webhome/dillo.html"
   38.98 -
   38.99 -# Set the home location
  38.100 -# home="file:/home/jcid/HomePage/Home.html"
  38.101 -home="file:/usr/share/webhome/dillo.html"
  38.102 -
  38.103 -# Set the URL used by the web search dialog.
  38.104 -# "%s" is replaced with the search keywords separated by '+'.
  38.105 -# search_url="http://search.lycos.com/?query=%s"
  38.106 -# search_url="http://www.alltheweb.com/search?cat=web&query=%s"
  38.107 -#search_url="http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s"
  38.108 -
  38.109 -# If set, dillo will ask web servers to send pages in this language.
  38.110 -# This setting does NOT change dillo's user interface.
  38.111 -# Format explained: www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4
  38.112 -# Language-REGION values: www.iana.org/assignments/language-subtag-registry
  38.113 -# (by default, no Accept-Language header is sent)
  38.114 -# http_language="de"
  38.115 -# http_language="pt-BR"
  38.116 -# http_language="vi,de-CH,de;q=0.5,th;q=0.3"
  38.117 -http_language="en"
  38.118 -
  38.119 -# Set the proxy information for http.
  38.120 -# WARNING: - HTTPS does not currently use the proxy settings.
  38.121 -#          - FTP and downloads plugins use wget. To use a proxy with them,
  38.122 -#            you will need to configure wget accordingly.
  38.123 -# http_proxy="http://localhost:8080/"
  38.124 -#(by default, no proxy is used)
  38.125 -
  38.126 -# If you need to provide a  user/password pair for the proxy,
  38.127 -# set the proxy user name here and Dillo will ask for the password later.
  38.128 -# http_proxyuser="joe"
  38.129 -#(by default, no proxy is used)
  38.130 -
  38.131 -# Set the domains to access without proxy
  38.132 -# no_proxy = ".hola.com .mynet.cl .hi.de"
  38.133 -#(by default, no proxy is used)
  38.134 -
  38.135 -# Set the HTTP Referer (sic) header.
  38.136 -# Note that there is no option to reveal the page that you came from because it
  38.137 -# would endanger your privacy. 'host' and 'path' allow you to pretend that the
  38.138 -# link you followed was on the same site that you're going to.
  38.139 -# none  : Don't send any Referer header at all.
  38.140 -# host  : Send the requested URI's hostname.
  38.141 -# path  : Send the requested URI's host and path.
  38.142 -#http_referer=host
  38.143 -
  38.144 -
  38.145 -#-------------------------------------------------------------------------
  38.146 -#                            COLORS SECTION
  38.147 -#-------------------------------------------------------------------------
  38.148 -
  38.149 -# If your eyes suffer with white backgrounds, change this.
  38.150 -#allow_white_bg=YES
  38.151 -
  38.152 -# When set to YES, the page author's visited link color may be overridden
  38.153 -# to allow better contrast with text/links/background
  38.154 -#contrast_visited_color=YES
  38.155 -
  38.156 -#-------------------------------------------------------------------------
  38.157 -#                        USER INTERFACE SECTION
  38.158 -#-------------------------------------------------------------------------
  38.159 -
  38.160 -# Size of dillo panel (used to enlarge the browsing area)
  38.161 -# tiny   :  recommended for iPAQ (with small_icons)
  38.162 -# small  :  very nice! (it's "medium" without icon titles)
  38.163 -# medium :  nice!
  38.164 -# large  :  Traditional
  38.165 -# panel_size=tiny
  38.166 -panel_size=small
  38.167 -# panel_size=medium
  38.168 -# panel_size=large
  38.169 -
  38.170 -#small_icons=NO
  38.171 -
  38.172 -# Here you can choose to hide some widgets of the dillo panel...
  38.173 -#show_back=YES
  38.174 -#show_forw=YES
  38.175 -#show_home=YES
  38.176 -#show_reload=YES
  38.177 -#show_save=YES
  38.178 -#show_stop=YES
  38.179 -#show_bookmarks=YES
  38.180 -#show_tools=YES
  38.181 -#show_filemenu=YES
  38.182 -#show_clear_url=YES
  38.183 -#show_url=YES
  38.184 -#show_search=YES
  38.185 -#show_progress_box=YES
  38.186 -
  38.187 -# Start dillo with the panels hidden?
  38.188 -#fullwindow_start=NO
  38.189 -
  38.190 -# When filling out forms, our default behaviour is to submit on enterpress,
  38.191 -# but only when there's a single text entry (to avoid incomplete submits).
  38.192 -# OTOH, if you have to fill out the same form repeatedly, you may find it
  38.193 -# useful to keep away from the mouse by forcing enter to submit.
  38.194 -#enterpress_forces_submit=NO
  38.195 -
  38.196 -# A mouse's middle click over a link opens a new Tab.
  38.197 -# If you prefer to open a new Window instead, set it to NO.
  38.198 -#middle_click_opens_new_tab=YES
  38.199 -
  38.200 -# Mouse middle click by default drives drag-scrolling.
  38.201 -# To paste an URL into the window instead of scrolling, set it to NO.
  38.202 -# Note: You could always paste the URL onto the URL box clear button.
  38.203 -#middle_click_drags_page=YES
  38.204 -
  38.205 -# Focus follows new Tabs.
  38.206 -# You can hold SHIFT to temporarily revert this behaviour.
  38.207 -#focus_new_tab=YES
  38.208 -
  38.209 -
  38.210 -#-------------------------------------------------------------------------
  38.211 -#                        DEBUG MESSAGES SECTION
  38.212 -#-------------------------------------------------------------------------
  38.213 -
  38.214 -# Soon we should add the "show_debug_messages=NO" option...
  38.215 -
  38.216 -# Generic messages (mainly for debugging specific parts)
  38.217 -# Change this to disable them.
  38.218 -#show_msg=YES
  38.219 -
  38.220 -
  38.221 -#-------------------------------------------------------------------------
  38.222 -#                        HTML BUG MESSAGES SECTION
  38.223 -#-------------------------------------------------------------------------
  38.224 -
  38.225 -# Accepted by the W3C validator but "strongly discouraged" by the SPEC.
  38.226 -# (Such as "TAB character inside <PRE>").
  38.227 -#show_extra_warnings=NO
  38.228 -
  38.229 -
  38.230 -# -----------------------------------------------------------------------
  38.231 -# dillorc ends here.
    39.1 --- a/dillo-hg/stuff/webhome/dillo.css	Thu Feb 17 15:35:13 2011 +0100
    39.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    39.3 @@ -1,143 +0,0 @@
    39.4 -/* 
    39.5 -	CSS style for SliTaz GNU/Linux *book.
    39.6 -	Pankso 2007 - www.slitaz.org
    39.7 -*/
    39.8 -
    39.9 -body {
   39.10 -	font: 13px sans-serif, vernada, arial;
   39.11 -	background: #222222;
   39.12 -	margin: 0;
   39.13 -	padding-bottom: 100%;
   39.14 -}
   39.15 -
   39.16 -#header {
   39.17 -	background: #f0ba08;
   39.18 -	color: black;
   39.19 -	height: 50px;
   39.20 -	border-top: 1px solid black;
   39.21 -	border-bottom: 1px solid black;
   39.22 -}
   39.23 -#quicknav {
   39.24 -	margin-right: 6px;
   39.25 -	text-align: right;
   39.26 -	font-size: 12px;
   39.27 -	font-weight: bold;
   39.28 -	margin-right: 6px;
   39.29 -	}
   39.30 -
   39.31 -#quicknav a {
   39.32 -	background: inherit;
   39.33 -	color: white;
   39.34 -	text-decoration: none;
   39.35 -}
   39.36 -
   39.37 -#quicknav a:hover {
   39.38 -	background: inherit;
   39.39 -	color: #222222;
   39.40 -}
   39.41 -
   39.42 -/*  content. */
   39.43 -
   39.44 -#content {
   39.45 -	background: #ffffff;
   39.46 -	color: black;
   39.47 -	padding: 20px;
   39.48 -	margin: 20px 50px 0px 50px;
   39.49 -	width: auto;
   39.50 -	text-align: justify;
   39.51 -}
   39.52 -
   39.53 -#content li {
   39.54 -	line-height: 1.5em;
   39.55 -	text-align: left;
   39.56 -}
   39.57 -
   39.58 -/* Legal informations */
   39.59 -
   39.60 -#copy {
   39.61 -	font-size: 11px ;
   39.62 -	text-align: center ;
   39.63 -	background: transparent;
   39.64 -	color: #ffffff;
   39.65 -	padding-top: 20px;
   39.66 -}
   39.67 -
   39.68 -#copy a {
   39.69 -	background: inherit;
   39.70 -	color: #a8a8a8;
   39.71 -}
   39.72 -
   39.73 -#copy a:hover {
   39.74 -	background: inherit;
   39.75 -	color: #EDEDED;
   39.76 -}
   39.77 -
   39.78 -/* Clouds */
   39.79 -
   39.80 -#cloud {
   39.81 -	padding: 10px 80px 40px 80px;
   39.82 -	line-height: 3em;
   39.83 -	text-align: center;
   39.84 -}
   39.85 -#cloud a { padding: 4px; color: #956411; }
   39.86 -#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
   39.87 -#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
   39.88 -#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
   39.89 -#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
   39.90 -#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
   39.91 -#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
   39.92 -#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
   39.93 -#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
   39.94 -#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
   39.95 -#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
   39.96 -
   39.97 -/* General HTML entities for  content. */
   39.98 -
   39.99 -h1 {
  39.100 -	margin: 0px 0px 0px 16px;
  39.101 -}
  39.102 -
  39.103 -h2 {
  39.104 -	margin: 12px 0;
  39.105 -	color: #484B7C;
  39.106 -	background: white;
  39.107 -}
  39.108 -
  39.109 -h3 {
  39.110 -	font-weight: bold;
  39.111 -	color: #6c0023;
  39.112 -	background: white;
  39.113 -}
  39.114 -
  39.115 -a {
  39.116 -	text-decoration: underline;
  39.117 -}
  39.118 -a:hover {
  39.119 -	text-decoration: none;
  39.120 -}
  39.121 -
  39.122 -pre {
  39.123 -	padding: 5px;
  39.124 -	color: black;
  39.125 -	background: #e1e0b0;
  39.126 -}
  39.127 -pre.script {
  39.128 -	padding: 10px;
  39.129 -	color: black;
  39.130 -	background: #e8e8e8;
  39.131 -	border: 1px inset #333333;
  39.132 -}
  39.133 -
  39.134 -code {
  39.135 -	font-size: 12px;
  39.136 -	color: #669900;
  39.137 -	background: transparent;
  39.138 -}
  39.139 -
  39.140 -li {
  39.141 -	line-height: 1.4em;
  39.142 -}
  39.143 -
  39.144 -hr {
  39.145 -	border: 0pt none;
  39.146 -}
    40.1 --- a/dillo-hg/stuff/webhome/dillo.html	Thu Feb 17 15:35:13 2011 +0100
    40.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    40.3 @@ -1,71 +0,0 @@
    40.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    40.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    40.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    40.7 -<head>
    40.8 -	<title>SliTaz Dillo - Web Homepage</title>
    40.9 -	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   40.10 -	<meta name="author" content="Christophe Lincoln"/>
   40.11 -	<link rel="shortcut icon" href="favicon.ico" />
   40.12 -	<link rel="stylesheet" type="text/css" href="dillo.css" />
   40.13 -</head>
   40.14 -<body bgcolor="#ffffff">
   40.15 -
   40.16 -<!-- Header and quick navigation -->
   40.17 -<div id="header">
   40.18 -<div id="quicknav">
   40.19 -	<a name="top"></a>
   40.20 -</div>
   40.21 -<h1 align="center"><font color="#3E1220">Browse the Web</font></h1>
   40.22 -</div>
   40.23 -
   40.24 -<!-- Content. -->
   40.25 -<div id="content">
   40.26 -<div class="content-right"></div>
   40.27 -
   40.28 -<div style="text-align: center; padding: 20px;">
   40.29 -<table>
   40.30 -	<!-- Search Wikipedia -->
   40.31 -	<tr>
   40.32 -		<th><strong>[ Wikipedia ]</strong></th>
   40.33 -		<td>
   40.34 -			<form action="http://www.wikipedia.org/search-redirect.php" method="get">
   40.35 -				<input type="hidden" name="language" value="en" />
   40.36 -				<input type="text" name="search" size="30" />
   40.37 -				<input type="submit" name="go" value="Search" />
   40.38 -			</form>
   40.39 -		</td>
   40.40 -	</tr>
   40.41 -	<!-- Search Google -->
   40.42 -	<tr>
   40.43 -		<th><strong>[ Google ]</strong></th>
   40.44 -		<td>
   40.45 -			<form method="get" action="http://www.google.com/search">
   40.46 -				<input type="text" name="q" size="30" maxlength="255" value="" />
   40.47 -				<input type="submit" value="Search" />
   40.48 -			</form>
   40.49 -		</td>
   40.50 -	</tr>
   40.51 -</table>
   40.52 -</div>
   40.53 -
   40.54 -<!-- 10 Cloud tag are available. -->
   40.55 -<div id="cloud">
   40.56 -<p>
   40.57 -	<a href="http://forum.slitaz.org/" class="tag5">SliTaz Forum</a> -
   40.58 -	<a href="http://www.dillo.org/" class="tag8">Dillo Website</a> -
   40.59 -	<a href="http://www.dillo.org/FAQ.html" class="tag6">Dillo FAQ</a> -
   40.60 -	<a href="http://pkgs.slitaz.org/" class="tag4">Packages</a> -
   40.61 -	<a href="http://www.slitaz.org/" class="tag7">SliTaz GNU/Linux</a> - 
   40.62 -	<a href="http://www.dillo.org/dillo2-help.html" class="tag6">Dillo Manual</a> -
   40.63 -	<a href="http://www.slitaz.org/en/doc/handbook/liveusb.html" class="tag5">LiveUSB</a> -
   40.64 -	<a href="http://labs.slitaz.org/news" class="tag3">Labs News</a> -
   40.65 -	<a href="http://www.slitaz.org/en/get/flavors.html" class="tag6">LiveCD flavor</a> -
   40.66 -	<a href="http://boot.slitaz.org/" class="tag8">Web Boot</a>
   40.67 -</p>
   40.68 -</div>
   40.69 -
   40.70 -<!-- End of content -->
   40.71 -</div>
   40.72 -
   40.73 -</body>
   40.74 -</html>
    41.1 --- a/dmsetup/receipt	Thu Feb 17 15:35:13 2011 +0100
    41.2 +++ b/dmsetup/receipt	Thu Feb 17 19:08:45 2011 +0100
    41.3 @@ -1,7 +1,7 @@
    41.4  # SliTaz package receipt.
    41.5  
    41.6  PACKAGE="dmsetup"
    41.7 -VERSION="2.02.82"
    41.8 +VERSION="2.02.84"
    41.9  CATEGORY="system-tools"
   41.10  SHORT_DESC="Linux device mapper setup tool."
   41.11  MAINTAINER="b1+slitaz@nagel.org"
    42.1 --- a/dvdauthor/receipt	Thu Feb 17 15:35:13 2011 +0100
    42.2 +++ b/dvdauthor/receipt	Thu Feb 17 19:08:45 2011 +0100
    42.3 @@ -14,7 +14,6 @@
    42.4  # Rules to configure and make the package.
    42.5  compile_rules()
    42.6  {
    42.7 -	src=$WOK/$PACKAGE/$PACKAGE
    42.8  	cd $src
    42.9  	./configure \
   42.10  		--prefix=/usr \
   42.11 @@ -27,7 +26,6 @@
   42.12  # Rules to gen a SliTaz package suitable for Tazpkg.
   42.13  genpkg_rules()
   42.14  {
   42.15 -	_pkg=$WOK/$PACKAGE/$PACKAGE/_pkg
   42.16  	mkdir -p $fs/usr/share
   42.17  	cp -a $_pkg/usr/bin $fs/usr
   42.18  	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
    43.1 --- a/ecj/receipt	Thu Feb 17 15:35:13 2011 +0100
    43.2 +++ b/ecj/receipt	Thu Feb 17 19:08:45 2011 +0100
    43.3 @@ -20,10 +20,6 @@
    43.4  # Rules to configure and make the package.
    43.5  compile_rules()
    43.6  {
    43.7 -	# Please see the link below for a feature request addressing jar untar errors
    43.8 -	# http://labs.slitaz.org/issues/show/133
    43.9 -	echo " ** IGNORING ANY UNTAR ERRORS - UNTAR NOT NEEDED **"
   43.10 -
   43.11  	# Build the ecj shell script to use the current version
   43.12  	mkdir -p $src/_pkg/usr/bin && 
   43.13  	echo "#!/bin/sh" > $src/_pkg/usr/bin/ecj &&
   43.14 @@ -32,8 +28,7 @@
   43.15  	chmod +x $src/_pkg/usr/bin/ecj &&
   43.16  
   43.17  	mkdir -p $src/_pkg/usr/share/java &&
   43.18 -	cp -a $SOURCES_REPOSITORY/$TARBALL $src/_pkg/usr/share/java &&
   43.19 -	echo " ** BUILD SUCCEEDED **"
   43.20 +	cp -a $src/$TARBALL $src/_pkg/usr/share/java
   43.21  }
   43.22  
   43.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    44.1 --- a/ecm/receipt	Thu Feb 17 15:35:13 2011 +0100
    44.2 +++ b/ecm/receipt	Thu Feb 17 19:08:45 2011 +0100
    44.3 @@ -9,25 +9,14 @@
    44.4  BUILD_DEPENDS="unzip"
    44.5  TARBALL="${PACKAGE}${VERSION}.zip"
    44.6  WEB_SITE="http://www.neillcorlett.com/ecm/"
    44.7 -WGET="http://www.neillcorlett.com/downloads/$TARBALL"
    44.8 +WGET_URL="http://www.neillcorlett.com/downloads/$TARBALL"
    44.9  
   44.10  # Rules to configure and make the package.
   44.11  compile_rules()
   44.12  {
   44.13 -	src=$WOK/$PACKAGE/$PACKAGE-$VERSION
   44.14 -	mkdir -p $src
   44.15 -	cd $src
   44.16 -	if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then
   44.17 -		unzip $SOURCES_REPOSITORY/$TARBALL
   44.18 -	else
   44.19 -		[ -L /usr/bin/wget ] && tazpkg get-install wget --forced
   44.20 -	        wget -O $SOURCES_REPOSITORY/$TARBALL $WGET
   44.21 -		unzip $SOURCES_REPOSITORY/$TARBALL -d $src
   44.22 -	fi
   44.23 -	for i in {,un}ecm; do
   44.24 +	for i in ecm unecm; do
   44.25  		gcc $i.c -o $i 
   44.26  	done
   44.27 -
   44.28  }
   44.29  
   44.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    45.1 --- a/efreet/receipt	Thu Feb 17 15:35:13 2011 +0100
    45.2 +++ b/efreet/receipt	Thu Feb 17 19:08:45 2011 +0100
    45.3 @@ -25,5 +25,6 @@
    45.4  	cp -a $_pkg/usr/bin $fs/usr
    45.5  	cp -a $_pkg/usr/share $fs/usr
    45.6  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    45.7 +	cp -a $_pkg/usr/lib/efreet $fs/usr/lib
    45.8  }
    45.9  
    46.1 --- a/elementary-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
    46.2 +++ b/elementary-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
    46.3 @@ -1,7 +1,7 @@
    46.4  # SliTaz package receipt.
    46.5  
    46.6  PACKAGE="elementary-dev"
    46.7 -VERSION="0.6.0.063"
    46.8 +VERSION="0.7.0.55225"
    46.9  CATEGORY="development"
   46.10  SHORT_DESC="Elementary devel files."
   46.11  MAINTAINER="pankso@slitaz.org"
   46.12 @@ -11,8 +11,13 @@
   46.13  # Rules to gen a SliTaz package suitable for Tazpkg.
   46.14  genpkg_rules()
   46.15  {
   46.16 -	mkdir -p $fs/usr/lib
   46.17 +	mkdir -p $fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0 \
   46.18 +		$fs/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0
   46.19  	cp -a $_pkg/usr/include $fs/usr
   46.20  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   46.21 +	cp -a $_pkg/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0/module.la \
   46.22 +		$fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0
   46.23 +	cp -a $_pkg/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0/module.la \
   46.24 +		$fs/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0
   46.25  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   46.26  }
    47.1 --- a/elementary/receipt	Thu Feb 17 15:35:13 2011 +0100
    47.2 +++ b/elementary/receipt	Thu Feb 17 19:08:45 2011 +0100
    47.3 @@ -1,7 +1,7 @@
    47.4  # SliTaz package receipt.
    47.5  
    47.6  PACKAGE="elementary"
    47.7 -VERSION="0.6.0.063"
    47.8 +VERSION="0.7.0.55225"
    47.9  CATEGORY="x-window"
   47.10  SHORT_DESC="Widget set based on EFL for mobile touch-screen devices."
   47.11  MAINTAINER="pankso@slitaz.org"
   47.12 @@ -10,7 +10,7 @@
   47.13  BUILD_DEPENDS="cairo-dev evas-dev"
   47.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   47.15  WEB_SITE="http://www.enlightenment.org/"
   47.16 -WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL"
   47.17 +WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL"
   47.18  
   47.19  # Rules to configure and make the package.
   47.20  compile_rules()
   47.21 @@ -27,9 +27,14 @@
   47.22  # Rules to gen a SliTaz package suitable for Tazpkg.
   47.23  genpkg_rules()
   47.24  {
   47.25 -	mkdir -p $fs/usr/lib
   47.26 +	mkdir -p $fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0 \
   47.27 +		$fs/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0
   47.28  	cp -a $_pkg/usr/bin $fs/usr
   47.29  	cp -a $_pkg/usr/share $fs/usr
   47.30  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   47.31 +	cp -a $_pkg/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0/module.so \
   47.32 +		$fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0
   47.33 +	cp -a $_pkg/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0/module.so \
   47.34 +		$fs/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0
   47.35  	cp -a $_pkg/usr/lib/elementary $fs/usr/lib
   47.36  }
    48.1 --- a/emotion-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
    48.2 +++ b/emotion-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
    48.3 @@ -1,7 +1,7 @@
    48.4  # SliTaz package receipt.
    48.5  
    48.6  PACKAGE="emotion-dev"
    48.7 -VERSION="42672"
    48.8 +VERSION="55225"
    48.9  CATEGORY="development"
   48.10  SHORT_DESC="Devel files from E17 emotion libs."
   48.11  MAINTAINER="pankso@slitaz.org"
   48.12 @@ -12,10 +12,12 @@
   48.13  # Rules to gen a SliTaz package suitable for Tazpkg.
   48.14  genpkg_rules()
   48.15  {
   48.16 -	mkdir -p $fs/usr/lib/emotion
   48.17 +	mkdir -p $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0
   48.18  	cp -a $_pkg/usr/include $fs/usr
   48.19  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   48.20  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   48.21  	cp -a $_pkg/usr/lib/emotion/*.*a $fs/usr/lib/emotion
   48.22 +	cp -a $_pkg/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0/*.*a \
   48.23 +		$fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0
   48.24  }
   48.25  
    49.1 --- a/emotion/receipt	Thu Feb 17 15:35:13 2011 +0100
    49.2 +++ b/emotion/receipt	Thu Feb 17 19:08:45 2011 +0100
    49.3 @@ -1,28 +1,21 @@
    49.4  # SliTaz package receipt.
    49.5  
    49.6  PACKAGE="emotion"
    49.7 -VERSION="42672"
    49.8 +VERSION="55225"
    49.9  CATEGORY="x-window"
   49.10  SHORT_DESC="E17 emotion libs."
   49.11  MAINTAINER="pankso@slitaz.org"
   49.12  DEPENDS="xine-lib xorg-libXp xorg-libXss fribidi edje xorg-libXdamage \
   49.13  xorg-libXtst gnutls jpeg fontconfig glib eina libtasn1"
   49.14  BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev xine-lib-dev
   49.15 -xorg-libXp-dev xorg-libXss-dev fribidi-dev"
   49.16 +xorg-libXp-dev xorg-libXss-dev fribidi-dev subversion"
   49.17  WEB_SITE="http://www.enlightenment.org/"
   49.18 +WGET_URL="subversion|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE"
   49.19 +BRANCH="$VERSION"
   49.20  
   49.21  # Rules to configure and make the package.
   49.22  compile_rules()
   49.23  {
   49.24 -	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
   49.25 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-svn-$VERSION.tar.gz
   49.26 -	if [ -f $TARBALL ]; then
   49.27 -		tar xzf $TARBALL
   49.28 -	else
   49.29 -		svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \
   49.30 -			-r $VERSION $PACKAGE-$VERSION &&
   49.31 -		tar czf $TARBALL $PACKAGE-$VERSION
   49.32 -	fi
   49.33  	cd $src
   49.34  	./autogen.sh \
   49.35  		--prefix=/usr \
   49.36 @@ -36,9 +29,11 @@
   49.37  # Rules to gen a SliTaz package suitable for Tazpkg.
   49.38  genpkg_rules()
   49.39  {
   49.40 -	mkdir -p $fs/usr/lib/emotion
   49.41 +	mkdir -p $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0
   49.42  	cp -a $_pkg/usr/share $fs/usr
   49.43  	cp -a $_pkg/usr/bin $fs/usr
   49.44  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   49.45  	cp -a $_pkg/usr/lib/emotion/*.so $fs/usr/lib/emotion
   49.46 +	cp -a $_pkg/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0/*.so \
   49.47 +		$fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0
   49.48  }
    50.1 --- a/esmart/receipt	Thu Feb 17 15:35:13 2011 +0100
    50.2 +++ b/esmart/receipt	Thu Feb 17 19:08:45 2011 +0100
    50.3 @@ -9,19 +9,12 @@
    50.4  xorg-libXp libgpg-error xorg-libXtst libtasn1"
    50.5  BUILD_DEPENDS="cairo-dev evas-dev"
    50.6  WEB_SITE="http://www.enlightenment.org/"
    50.7 +WGET_URL="subversion|http://svn.enlightenment.org/svn/e/OLD/$PACKAGE"
    50.8 +BRANCH="$VERSION"
    50.9  
   50.10  # Rules to configure and make the package.
   50.11  compile_rules()
   50.12  {
   50.13 -	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
   50.14 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-svn-$VERSION.tar.gz
   50.15 -	if [ -f $TARBALL ]; then
   50.16 -		tar xzf $TARBALL
   50.17 -	else
   50.18 -		svn co http://svn.enlightenment.org/svn/e/OLD/$PACKAGE \
   50.19 -			-r $VERSION $PACKAGE-$VERSION &&
   50.20 -		tar czf $TARBALL $PACKAGE-$VERSION
   50.21 -	fi
   50.22  	cd $src
   50.23  	./autogen.sh \
   50.24  		--prefix=/usr \
    51.1 --- a/ewl-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
    51.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    51.3 @@ -1,21 +0,0 @@
    51.4 -# SliTaz package receipt.
    51.5 -
    51.6 -PACKAGE="ewl-dev"
    51.7 -VERSION="42530"
    51.8 -CATEGORY="development"
    51.9 -SHORT_DESC="Devel files from E17 ewl libs."
   51.10 -MAINTAINER="pankso@slitaz.org"
   51.11 -DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev"
   51.12 -WANTED="ewl"
   51.13 -WEB_SITE="http://www.enlightenment.org/"
   51.14 -
   51.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   51.16 -genpkg_rules()
   51.17 -{
   51.18 -	mkdir -p $fs/usr/lib/ewl
   51.19 -	cp -a $_pkg/usr/include $fs/usr
   51.20 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   51.21 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   51.22 -	cp -a $_pkg/usr/lib/ewl $fs/usr/lib
   51.23 -	rm $fs/usr/lib/ewl/*/*.so*
   51.24 -}
    52.1 --- a/ewl/receipt	Thu Feb 17 15:35:13 2011 +0100
    52.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    52.3 @@ -1,45 +0,0 @@
    52.4 -# SliTaz package receipt.
    52.5 -
    52.6 -PACKAGE="ewl"
    52.7 -VERSION="42530"
    52.8 -CATEGORY="x-window"
    52.9 -SHORT_DESC="The Enlightened Widget Library (E17)."
   52.10 -MAINTAINER="pankso@slitaz.org"
   52.11 -DEPENDS="jpeg ecore eet evas edje efreet emotion libcurl openssl \
   52.12 -libpng xorg-libXss libidn libcrypto glib xorg-libXp"
   52.13 -BUILD_DEPENDS="cvs subversion eet-dev evas-dev ecore-dev efreet-dev efreet \
   52.14 -emotion emotion-dev"
   52.15 -WEB_SITE="http://www.enlightenment.org/"
   52.16 -
   52.17 -# Rules to configure and make the package.
   52.18 -compile_rules()
   52.19 -{
   52.20 -	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
   52.21 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-svn-$VERSION.tar.gz
   52.22 -	if [ -f $TARBALL ]; then
   52.23 -		tar xzf $TARBALL
   52.24 -	else
   52.25 -		svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \
   52.26 -			-r $VERSION $PACKAGE-$VERSION &&
   52.27 -		tar czf $TARBALL $PACKAGE-$VERSION
   52.28 -	fi
   52.29 -	cd $src
   52.30 -	./autogen.sh \
   52.31 -		--prefix=/usr \
   52.32 -		--sysconfdir=/etc \
   52.33 -		$CONFIGURE_ARGS &&
   52.34 -	make -j 4 &&
   52.35 -	make DESTDIR=$PWD/_pkg install
   52.36 -}
   52.37 -
   52.38 -# Rules to gen a SliTaz package suitable for Tazpkg.
   52.39 -genpkg_rules()
   52.40 -{
   52.41 -	mkdir -p $fs/usr/lib
   52.42 -	cp -a $_pkg/etc $fs
   52.43 -	cp -a $_pkg/usr/bin $fs/usr
   52.44 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   52.45 -	cp -a $_pkg/usr/lib/ewl $fs/usr/lib
   52.46 -	rm $fs/usr/lib/ewl/*/*.*a
   52.47 -	cp -a $_pkg/usr/share $fs/usr
   52.48 -}
    53.1 --- a/faac/receipt	Thu Feb 17 15:35:13 2011 +0100
    53.2 +++ b/faac/receipt	Thu Feb 17 19:08:45 2011 +0100
    53.3 @@ -15,7 +15,7 @@
    53.4  compile_rules()
    53.5  {
    53.6  	cd $src/common/mp4v2
    53.7 -	patch -p0 < ../../../stuff/gcc44.patch || exit 1
    53.8 +	patch -p0 < ../../../stuff/gcc44.patch || return 1
    53.9  	cd ../..
   53.10  	./configure \
   53.11  		--prefix=/usr \
    54.1 --- a/fcitx-zm/receipt	Thu Feb 17 15:35:13 2011 +0100
    54.2 +++ b/fcitx-zm/receipt	Thu Feb 17 19:08:45 2011 +0100
    54.3 @@ -7,15 +7,11 @@
    54.4  MAINTAINER="lufeng369"
    54.5  DEPENDS="fcitx"
    54.6  BUILD_DEPENDS="fcitx"
    54.7 -FILE="zm.mb"
    54.8 -URL="http://fcitx.googlecode.com/files/$FILE"
    54.9 +TARBALL="zm.mb"
   54.10 +WGET_URL="http://fcitx.googlecode.com/files/$TARBALL"
   54.11  # Rules to gen a SliTaz package suitable for Tazpkg.
   54.12  compile_rules()
   54.13  {
   54.14 -	cd $WOK/$PACKAGE
   54.15 -		echo "Downloading Archive" 
   54.16 -	        wget -O $SOURCES_REPOSITORY/$FILE $URL
   54.17 -	# re-generate
   54.18  	echo -n "Remove All Words,Remained Hanzi only"
   54.19  #	mkdir stuff
   54.20  	mb2txt $SOURCES_REPOSITORY/zm.mb | awk 'NR<=10{print} NR>10{if(length($2)==3)print}' > stuff/zm.txt
   54.21 @@ -30,6 +26,5 @@
   54.22  	mkdir -p $EXTDIR
   54.23  	cp stuff/zm.mb $EXTDIR	
   54.24  	cp stuff/zm.conf $EXTDIR
   54.25 -
   54.26  }
   54.27  
    55.1 --- a/ffmpeg-svn/receipt	Thu Feb 17 15:35:13 2011 +0100
    55.2 +++ b/ffmpeg-svn/receipt	Thu Feb 17 19:08:45 2011 +0100
    55.3 @@ -11,23 +11,13 @@
    55.4  PROVIDE="ffmpeg"
    55.5  SUGGESTED="ffplay"
    55.6  TAGS="audio video convert stream"
    55.7 +WGET_URL="subversion|svn://svn.ffmpeg.org/ffmpeg/trunk"
    55.8 +BRANCH="$VERSION"
    55.9  
   55.10  # Rules to configure and make the package.
   55.11  compile_rules()
   55.12  {
   55.13 -	mkdir -p $src 2> /dev/null
   55.14 -	cd $src
   55.15 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.gz
   55.16 -	if [ -f ffmpeg/configure ]; then
   55.17 -		true
   55.18 -	elif [ -f $TARBALL ]; then
   55.19 -		tar xzf $TARBALL
   55.20 -	else
   55.21 -		svn checkout -r "$VERSION" svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg &&
   55.22 -		tar czf $TARBALL ffmpeg
   55.23 -	fi
   55.24 -
   55.25 -	cd ffmpeg	
   55.26 +	cd $src	
   55.27  	# make busybox compatible or add  coreutils-file-format coreutils-file-special in BUILD_DEPENDS if patch/configure fails
   55.28  	patch -Np1 -i ../../stuff/$PACKAGE-$VERSION-mktemp.patch
   55.29  
    56.1 --- a/ffmpeg/receipt	Thu Feb 17 15:35:13 2011 +0100
    56.2 +++ b/ffmpeg/receipt	Thu Feb 17 19:08:45 2011 +0100
    56.3 @@ -20,7 +20,7 @@
    56.4  	cd $src
    56.5  	
    56.6  	# Fix gcc45 build.
    56.7 -	patch -p1 < ../stuff/ffmpeg-0.5.1-gcc45.u || exit 1
    56.8 +	patch -p1 < ../stuff/ffmpeg-0.5.1-gcc45.u || return 1
    56.9  	
   56.10  	./configure \
   56.11  		--prefix=/usr \
    57.1 --- a/filezilla/receipt	Thu Feb 17 15:35:13 2011 +0100
    57.2 +++ b/filezilla/receipt	Thu Feb 17 19:08:45 2011 +0100
    57.3 @@ -10,13 +10,12 @@
    57.4  SOURCE="FileZilla"
    57.5  TARBALL="${SOURCE}_${VERSION}_src.tar.bz2"
    57.6  WEB_SITE="http://filezilla-project.org/"
    57.7 -WGET_URL="http://d10xg45o6p6dbl.cloudfront.net/projects/f/filezilla/$TARBALL"
    57.8 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    57.9  TAGS="ftp client"
   57.10  
   57.11  # Rules to configure and make the package.
   57.12  compile_rules()
   57.13  {
   57.14 -	src=$PACKAGE-$VERSION
   57.15  	cd $src
   57.16  	./configure \
   57.17  		--prefix=/usr \
   57.18 @@ -31,7 +30,6 @@
   57.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   57.20  genpkg_rules()
   57.21  {
   57.22 -	_pkg=$PACKAGE-$VERSION/_pkg
   57.23  	mkdir -p $fs/usr/share
   57.24  	cp -a $_pkg/usr/bin $fs/usr
   57.25  	cp -a $_pkg/usr/share/filezilla $fs/usr/share
    58.1 --- a/firefox-langpack-fr/receipt	Thu Feb 17 15:35:13 2011 +0100
    58.2 +++ b/firefox-langpack-fr/receipt	Thu Feb 17 19:08:45 2011 +0100
    58.3 @@ -7,38 +7,17 @@
    58.4  MAINTAINER="lufeng369@gmail.com"
    58.5  DEPENDS="firefox"
    58.6  WEB_SITE="http://www.mozilla.com"
    58.7 -SOURCE="firefox"
    58.8  LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'`
    58.9  LANG_DIR="langpack-$LANG@firefox.mozilla.org"
   58.10  TARBALL="$LANG.xpi"
   58.11 -URL="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$TARBALL"
   58.12 -
   58.13 -# Rules to gen a SliTaz package suitable for Tazpkg.
   58.14 -compile_rules()
   58.15 -{
   58.16 -	cd $WOK/$PACKAGE
   58.17 -        mkdir -p $LANG_DIR
   58.18 -
   58.19 -	# Get xpi
   58.20 -	if [ -f $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi ]; then
   58.21 -		echo "Using current langpack ($PACKAGE-$VERSION.xpi)"
   58.22 -	else
   58.23 -		echo "Downloading langpack ($PACKAGE-$VERSION.xpi)"
   58.24 -	        wget -O $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi $URL
   58.25 -	fi
   58.26 -	# Uncompress
   58.27 -	echo -n "Uncompressing langpack ($PACKAGE-$VERSION.xpi)"
   58.28 -	mkdir -p $LANG_DIR && unzip $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi -d $LANG_DIR
   58.29 -	status
   58.30 -        
   58.31 -}
   58.32 +WGET_URL="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$TARBALL"
   58.33  
   58.34  # Rules to gen a SliTaz package suitable for Tazpkg.
   58.35  genpkg_rules()
   58.36  {
   58.37 -	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions"
   58.38 +	EXTDIR="$fs/usr/lib/firefox-$VERSION/extensions/$LANG_DIR"
   58.39  	mkdir -p $EXTDIR
   58.40 -	cp -a $LANG_DIR $EXTDIR
   58.41 +	cp -a $src/* $EXTDIR
   58.42  }
   58.43  
   58.44  post_install()
    59.1 --- a/firefox-langpack-zh_CN/receipt	Thu Feb 17 15:35:13 2011 +0100
    59.2 +++ b/firefox-langpack-zh_CN/receipt	Thu Feb 17 19:08:45 2011 +0100
    59.3 @@ -7,38 +7,17 @@
    59.4  MAINTAINER="lufeng369@gmail.com"
    59.5  DEPENDS="firefox"
    59.6  WEB_SITE="http://www.mozilla.com"
    59.7 -SOURCE="firefox"
    59.8  LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'`
    59.9  LANG_DIR="langpack-$LANG@firefox.mozilla.org"
   59.10  TARBALL="$LANG.xpi"
   59.11 -URL="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$TARBALL"
   59.12 -
   59.13 -# Rules to gen a SliTaz package suitable for Tazpkg.
   59.14 -compile_rules()
   59.15 -{
   59.16 -	cd $WOK/$PACKAGE
   59.17 -        mkdir -p $LANG_DIR
   59.18 -
   59.19 -	# Get xpi
   59.20 -	if [ -f $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi ]; then
   59.21 -		echo "Using current langpack ($PACKAGE-$VERSION.xpi)"
   59.22 -	else
   59.23 -		echo "Downloading langpack ($PACKAGE-$VERSION.xpi)"
   59.24 -	        wget -O $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi $URL
   59.25 -	fi
   59.26 -	# Uncompress
   59.27 -	echo -n "Uncompressing langpack ($PACKAGE-$VERSION.xpi)"
   59.28 -	mkdir -p $LANG_DIR && unzip $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi -d $LANG_DIR
   59.29 -	status
   59.30 -        
   59.31 -}
   59.32 +WGET_URL="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$TARBALL"
   59.33  
   59.34  # Rules to gen a SliTaz package suitable for Tazpkg.
   59.35  genpkg_rules()
   59.36  {
   59.37 -	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions"
   59.38 +	EXTDIR="$fs/usr/lib/firefox-$VERSION/extensions/$LANG_DIR"
   59.39  	mkdir -p $EXTDIR
   59.40 -	cp -a $LANG_DIR $EXTDIR
   59.41 +	cp -a $src/* $EXTDIR
   59.42  }
   59.43  
   59.44  post_install()
    60.1 --- a/firefox-langpack-zh_TW/receipt	Thu Feb 17 15:35:13 2011 +0100
    60.2 +++ b/firefox-langpack-zh_TW/receipt	Thu Feb 17 19:08:45 2011 +0100
    60.3 @@ -7,38 +7,17 @@
    60.4  MAINTAINER="lufeng369@gmail.com"
    60.5  DEPENDS="firefox"
    60.6  WEB_SITE="http://www.mozilla.com"
    60.7 -SOURCE="firefox"
    60.8  LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'`
    60.9  LANG_DIR="langpack-$LANG@firefox.mozilla.org"
   60.10  TARBALL="$LANG.xpi"
   60.11 -URL="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$TARBALL"
   60.12 -
   60.13 -# Rules to gen a SliTaz package suitable for Tazpkg.
   60.14 -compile_rules()
   60.15 -{
   60.16 -	cd $WOK/$PACKAGE
   60.17 -        mkdir -p $LANG_DIR
   60.18 -
   60.19 -	# Get xpi
   60.20 -	if [ -f $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi ]; then
   60.21 -		echo "Using current langpack ($PACKAGE-$VERSION.xpi)"
   60.22 -	else
   60.23 -		echo "Downloading langpack ($PACKAGE-$VERSION.xpi)"
   60.24 -	        wget -O $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi $URL
   60.25 -	fi
   60.26 -	# Uncompress
   60.27 -	echo -n "Uncompressing langpack ($PACKAGE-$VERSION.xpi)"
   60.28 -	mkdir -p $LANG_DIR && unzip $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi -d $LANG_DIR
   60.29 -	status
   60.30 -        
   60.31 -}
   60.32 +WGET_URL="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$TARBALL"
   60.33  
   60.34  # Rules to gen a SliTaz package suitable for Tazpkg.
   60.35  genpkg_rules()
   60.36  {
   60.37 -	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions"
   60.38 +	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions/$LANG_DIR"
   60.39  	mkdir -p $EXTDIR
   60.40 -	cp -a $LANG_DIR $EXTDIR
   60.41 +	cp -a $src/* $EXTDIR
   60.42  }
   60.43  
   60.44  post_install()
    61.1 --- a/fltk-2.0.x-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
    61.2 +++ b/fltk-2.0.x-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
    61.3 @@ -1,7 +1,7 @@
    61.4  # SliTaz package receipt.
    61.5  
    61.6  PACKAGE="fltk-2.0.x-dev"
    61.7 -VERSION="r6671"
    61.8 +VERSION="r7725"
    61.9  CATEGORY="development"
   61.10  SHORT_DESC="Fast Light Tool Kit devel files (FLZK 2.0)."
   61.11  WANTED="fltk-2.0.x"
    62.1 --- a/fltk-2.0.x-fluid2/receipt	Thu Feb 17 15:35:13 2011 +0100
    62.2 +++ b/fltk-2.0.x-fluid2/receipt	Thu Feb 17 19:08:45 2011 +0100
    62.3 @@ -1,7 +1,7 @@
    62.4  # SliTaz package receipt.
    62.5  
    62.6  PACKAGE="fltk-2.0.x-fluid2"
    62.7 -VERSION="r6671"
    62.8 +VERSION="r7725"
    62.9  CATEGORY="development"
   62.10  SHORT_DESC="Fast Light Tool Kit designer 2.0 serie."
   62.11  WANTED="fltk-2.0.x"
    63.1 --- a/fltk-2.0.x-gl/receipt	Thu Feb 17 15:35:13 2011 +0100
    63.2 +++ b/fltk-2.0.x-gl/receipt	Thu Feb 17 19:08:45 2011 +0100
    63.3 @@ -1,7 +1,7 @@
    63.4  # SliTaz package receipt.
    63.5  
    63.6  PACKAGE="fltk-2.0.x-gl"
    63.7 -VERSION="r6671"
    63.8 +VERSION="r7725"
    63.9  CATEGORY="x-window"
   63.10  SHORT_DESC="Fast Light Tool Kit GL library."
   63.11  WANTED="fltk-2.0.x"
    64.1 --- a/fltk-2.0.x/receipt	Thu Feb 17 15:35:13 2011 +0100
    64.2 +++ b/fltk-2.0.x/receipt	Thu Feb 17 19:08:45 2011 +0100
    64.3 @@ -1,14 +1,14 @@
    64.4  # SliTaz package receipt.
    64.5  
    64.6  PACKAGE="fltk-2.0.x"
    64.7 -VERSION="r6671"
    64.8 +VERSION="r7725"
    64.9  CATEGORY="system-tools"
   64.10  SHORT_DESC="Fast Light Tool Kit (provide fluid)."
   64.11  MAINTAINER="pankso@slitaz.org"
   64.12  DEPENDS="expat fontconfig freetype jpeg xorg-libX11 xorg-libXau xorg-libXdmcp \
   64.13  xorg-libXext xorg-libXft xorg-libXrender zlib libpng xorg-libXi \
   64.14  xorg-libXinerama gcc-lib-base"
   64.15 -BUILD_DEPENDS="xorg-dev xorg-libXft-dev mesa mesa-dev"
   64.16 +BUILD_DEPENDS="xorg-dev xorg-libXft-dev libglu-mesa mesa mesa-dev"
   64.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   64.18  WEB_SITE="http://www.fltk.org/"
   64.19  WGET_URL="http://ftp.easysw.com/pub/fltk/snapshots/$TARBALL"
   64.20 @@ -17,7 +17,13 @@
   64.21  compile_rules()
   64.22  {
   64.23  	cd $src
   64.24 -	patch -p 0 < ../stuff/filename_list-dirent.patch || exit 1
   64.25 +	  patch -p0 src/filename_list.cxx <<EOF
   64.26 +66c66
   64.27 +<   int n = scandir(d, list, 0, (int(*)(const void*,const void*))sort);
   64.28 +---
   64.29 +>   int n = scandir(d, list, 0, (int(*)(const dirent64**,const dirent64**))sort);
   64.30 +EOF
   64.31 +
   64.32  	./configure \
   64.33  		--prefix=/usr \
   64.34  		--mandir=/usr/share/man \
    65.1 --- a/fltk-2.0.x/stuff/filename_list-dirent.patch	Thu Feb 17 15:35:13 2011 +0100
    65.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    65.3 @@ -1,11 +0,0 @@
    65.4 ---- src/filename_list.cxx	2009-09-24 21:22:26.000000000 +0200
    65.5 -+++ src/filename_list.cxx	2009-09-24 21:28:12.000000000 +0200
    65.6 -@@ -63,7 +63,7 @@
    65.7 -   // some Unix systems):
    65.8 -   int n = scandir(d, list, 0, sort);
    65.9 - #elif defined(__linux) || defined (__FreeBSD__) || defined (__NetBSD__)
   65.10 --  int n = scandir(d, list, 0, (int(*)(const void*,const void*))sort);
   65.11 -+  int n = scandir(d, list, 0, (int(*)(const dirent **,const dirent **))sort);
   65.12 - #elif defined(__hpux) || defined(__CYGWIN__)
   65.13 -   // HP-UX, Cygwin define the comparison function like this:
   65.14 -   int n = scandir(d, list, 0, (int(*)(const dirent **, const dirent **))sort);
    66.1 --- a/fltk/receipt	Thu Feb 17 15:35:13 2011 +0100
    66.2 +++ b/fltk/receipt	Thu Feb 17 19:08:45 2011 +0100
    66.3 @@ -16,7 +16,7 @@
    66.4  compile_rules()
    66.5  {
    66.6  	cd $src
    66.7 -	patch -p 0 < ../stuff/filename_list-dirent.patch || exit 1
    66.8 +	patch -p 0 < ../stuff/filename_list-dirent.patch || return 1
    66.9  	./configure \
   66.10  		--prefix=/usr \
   66.11  		--mandir=/usr/share/man \
    67.1 --- a/ftjam/receipt	Thu Feb 17 15:35:13 2011 +0100
    67.2 +++ b/ftjam/receipt	Thu Feb 17 19:08:45 2011 +0100
    67.3 @@ -7,6 +7,7 @@
    67.4  SHORT_DESC=="FT Jam - an enhanced version of the Jam build tool"
    67.5  WEB_SITE="http://freetype.org/jam/"
    67.6  DEPENDS="glibc-base"
    67.7 +BUILD_DEPENDS="bison"
    67.8  PROVIDE="jam"
    67.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   67.10  WGET_URL="http://david.freetype.org/jam/$TARBALL"
    68.1 --- a/gcc/receipt	Thu Feb 17 15:35:13 2011 +0100
    68.2 +++ b/gcc/receipt	Thu Feb 17 19:08:45 2011 +0100
    68.3 @@ -18,9 +18,9 @@
    68.4  	cd $src
    68.5  
    68.6  	# GCC requires the GMP, MPFR and MPC packages.
    68.7 -	tazwok get-src mpfr --target=$PWD/mpfr
    68.8 -	tazwok get-src gmp --target=$PWD/gmp
    68.9 -	tazwok get-src mpc-library --target=$PWD/mpc
   68.10 +	tazwok get-src mpfr --target=$PWD/mpfr || { report close-bloc; return 1; }
   68.11 +	tazwok get-src gmp --target=$PWD/gmp || { report close-bloc; return 1; }
   68.12 +	tazwok get-src mpc-library --target=$PWD/mpc || { report close-bloc; return 1; }
   68.13  
   68.14  	report step "Running compilation"
   68.15  
   68.16 @@ -38,7 +38,7 @@
   68.17  		--without-ppl --without-cloog &&
   68.18  	make &&
   68.19  	make install
   68.20 -	} || return 1
   68.21 +	} || { report close-bloc; return 1; }
   68.22  
   68.23  	# See LFS for more detais about this.
   68.24  	ln -s libgcc.a `$BUILD_HOST-gcc -print-libgcc-file-name | \
   68.25 @@ -50,7 +50,7 @@
   68.26  {
   68.27  	report open-bloc
   68.28  	cd $src
   68.29 -	patch -Np1 -i ../stuff/gcc-$VERSION-startfiles_fix-1.patch
   68.30 +	patch -Np1 -i ../stuff/gcc-$VERSION-startfiles_fix-1.patch || { report close-bloc; return 1; }
   68.31  
   68.32  	# Details about theses lines are in LFS book.
   68.33  	sed 's@\./fixinc\.sh@-c true@' -i gcc/Makefile.in
   68.34 @@ -74,9 +74,9 @@
   68.35  	fi
   68.36  	
   68.37  	# GCC requires the GMP, MPFR and MPC packages.
   68.38 -	tazwok get-src mpfr --target=$PWD/mpfr
   68.39 -	tazwok get-src gmp --target=$PWD/gmp
   68.40 -	tazwok get-src mpc-library --target=$PWD/mpc
   68.41 +	tazwok get-src mpfr --target=$PWD/mpfr || { report close-bloc; return 1; }
   68.42 +	tazwok get-src gmp --target=$PWD/gmp || { report close-bloc; return 1; }
   68.43 +	tazwok get-src mpc-library --target=$PWD/mpc || { report close-bloc; return 1; }
   68.44  
   68.45  	report step "Running compilation"
   68.46  
   68.47 @@ -96,7 +96,7 @@
   68.48  		--without-ppl --without-cloog &&
   68.49  	make &&
   68.50  	make install
   68.51 -	} || return 1
   68.52 +	} || { report close-bloc; return 1; }
   68.53  	ln -s gcc /tools/bin/cc
   68.54  	report close-bloc
   68.55  }
   68.56 @@ -106,7 +106,7 @@
   68.57  {
   68.58  	# Use libiberty.a from binutils.
   68.59  	sed -i 's/install_to_$(INSTALL_DEST) //' \
   68.60 -		$PACKAGE-$VERSION/libiberty/Makefile.in || exit 1
   68.61 +		$PACKAGE-$VERSION/libiberty/Makefile.in || return 1
   68.62  	mkdir -p gcc-build && cd gcc-build
   68.63  	$src/configure --enable-nls \
   68.64  	--enable-languages=c,c++,objc,fortran --enable-shared --with-system-zlib \
    69.1 --- a/gens-gs/receipt	Thu Feb 17 15:35:13 2011 +0100
    69.2 +++ b/gens-gs/receipt	Thu Feb 17 19:08:45 2011 +0100
    69.3 @@ -5,7 +5,7 @@
    69.4  CATEGORY="games"
    69.5  SHORT_DESC="An emulator for Sega Genesis, Sega CD and 32X."
    69.6  MAINTAINER="slaxemulator@gmail.com"
    69.7 -DEPENDS="gtk+ libsdl"
    69.8 +DEPENDS="gtk+ libsdl libglu-mesa"
    69.9  BUILD_DEPENDS="gtk+-dev libsdl libsdl-dev nasm autoconf automake"
   69.10  _VERSION=gs-r7
   69.11  TARBALL="Gens-${_VERSION}.tar.gz"
   69.12 @@ -15,15 +15,11 @@
   69.13  # Rules to configure and make the package.
   69.14  compile_rules()
   69.15  {
   69.16 -	ln -s $WOK/$PACKAGE/gens-${_VERSION} $WOK/$PACKAGE/$PACKAGE-$VERSION
   69.17  	cd $src
   69.18 +	patch -Np1 -i ../stuff/gens-gtk.patch || return 1
   69.19  	chmod +x install-sh
   69.20 -	./configure \
   69.21 -		--prefix=/usr \
   69.22 -		--infodir=/usr/share/info \
   69.23 -		--mandir=/usr/share/man \
   69.24 -		$CONFIGURE_ARGS &&
   69.25 -	make && make DESTDIR=$PWD/_pkg install
   69.26 +	./configure &&
   69.27 +	make && make -j1 DESTDIR=$DESTDIR install
   69.28  }
   69.29  
   69.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    70.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    70.2 +++ b/gens-gs/stuff/gens-gtk.patch	Thu Feb 17 19:08:45 2011 +0100
    70.3 @@ -0,0 +1,134 @@
    70.4 +diff -ru gens/src/gens/ui/gtk/about/about_window.cpp gens-build/src/gens/ui/gtk/about/about_window.cpp
    70.5 +--- gens/src/gens/ui/gtk/about/about_window.cpp	2010-10-11 16:32:29.000000000 +0000
    70.6 ++++ gens-build/src/gens/ui/gtk/about/about_window.cpp	2010-10-11 15:46:25.000000000 +0000
    70.7 +@@ -84,7 +84,7 @@
    70.8 + 	gtk_window_set_position(GTK_WINDOW(about_window), GTK_WIN_POS_CENTER);
    70.9 + 	gtk_window_set_resizable(GTK_WINDOW(about_window), FALSE);
   70.10 + 	gtk_window_set_type_hint(GTK_WINDOW(about_window), GDK_WINDOW_TYPE_HINT_DIALOG);
   70.11 +-	gtk_dialog_set_has_separator(GTK_DIALOG(about_window), FALSE);
   70.12 ++	g_object_set(GTK_DIALOG(about_window), "has-separator", FALSE, NULL);
   70.13 + 	
   70.14 + 	// Callbacks for if the window is closed.
   70.15 + 	g_signal_connect((gpointer)about_window, "delete_event",
   70.16 +diff -ru gens/src/gens/ui/gtk/bios_misc_files/bmf_window.cpp gens-build/src/gens/ui/gtk/bios_misc_files/bmf_window.cpp
   70.17 +--- gens/src/gens/ui/gtk/bios_misc_files/bmf_window.cpp	2010-10-11 16:32:29.000000000 +0000
   70.18 ++++ gens-build/src/gens/ui/gtk/bios_misc_files/bmf_window.cpp	2010-10-11 15:33:03.000000000 +0000
   70.19 +@@ -84,7 +84,7 @@
   70.20 + 	gtk_window_set_position(GTK_WINDOW(bmf_window), GTK_WIN_POS_CENTER);
   70.21 + 	gtk_window_set_resizable(GTK_WINDOW(bmf_window), FALSE);
   70.22 + 	gtk_window_set_type_hint(GTK_WINDOW(bmf_window), GDK_WINDOW_TYPE_HINT_DIALOG);
   70.23 +-	gtk_dialog_set_has_separator(GTK_DIALOG(bmf_window), FALSE);
   70.24 ++	g_object_set(GTK_DIALOG(bmf_window), "has-separator", FALSE, NULL);
   70.25 + 	
   70.26 + 	// Callbacks for if the window is closed.
   70.27 + 	g_signal_connect((gpointer)bmf_window, "delete_event",
   70.28 +diff -ru gens/src/gens/ui/gtk/directory_config/dir_window.cpp gens-build/src/gens/ui/gtk/directory_config/dir_window.cpp
   70.29 +--- gens/src/gens/ui/gtk/directory_config/dir_window.cpp	2010-10-11 16:32:29.000000000 +0000
   70.30 ++++ gens-build/src/gens/ui/gtk/directory_config/dir_window.cpp	2010-10-11 15:34:21.000000000 +0000
   70.31 +@@ -110,7 +110,7 @@
   70.32 + 	gtk_window_set_position(GTK_WINDOW(dir_window), GTK_WIN_POS_CENTER);
   70.33 + 	gtk_window_set_resizable(GTK_WINDOW(dir_window), FALSE);
   70.34 + 	gtk_window_set_type_hint(GTK_WINDOW(dir_window), GDK_WINDOW_TYPE_HINT_DIALOG);
   70.35 +-	gtk_dialog_set_has_separator(GTK_DIALOG(dir_window), FALSE);
   70.36 ++	g_object_set(GTK_DIALOG(dir_window), "has-separator", FALSE, NULL);
   70.37 + 	
   70.38 + 	// Callbacks for if the window is closed.
   70.39 + 	g_signal_connect((gpointer)(dir_window), "delete_event",
   70.40 +diff -ru gens/src/gens/ui/gtk/general_options/genopt_window.cpp gens-build/src/gens/ui/gtk/general_options/genopt_window.cpp
   70.41 +--- gens/src/gens/ui/gtk/general_options/genopt_window.cpp	2010-10-11 16:32:29.000000000 +0000
   70.42 ++++ gens-build/src/gens/ui/gtk/general_options/genopt_window.cpp	2010-10-11 15:36:00.000000000 +0000
   70.43 +@@ -138,7 +138,7 @@
   70.44 + 	gtk_window_set_position(GTK_WINDOW(genopt_window), GTK_WIN_POS_CENTER);
   70.45 + 	gtk_window_set_resizable(GTK_WINDOW(genopt_window), false);
   70.46 + 	gtk_window_set_type_hint(GTK_WINDOW(genopt_window), GDK_WINDOW_TYPE_HINT_DIALOG);
   70.47 +-	gtk_dialog_set_has_separator(GTK_DIALOG(genopt_window), false);
   70.48 ++	g_object_set(GTK_DIALOG(genopt_window), "has-separator", false, NULL);
   70.49 + 	
   70.50 + 	// Callbacks for if the window is closed.
   70.51 + 	g_signal_connect((gpointer)genopt_window, "delete_event",
   70.52 +diff -ru gens/src/gens/ui/gtk/gens/gens_window_callbacks.cpp gens-build/src/gens/ui/gtk/gens/gens_window_callbacks.cpp
   70.53 +--- gens/src/gens/ui/gtk/gens/gens_window_callbacks.cpp	2010-10-11 16:32:29.000000000 +0000
   70.54 ++++ gens-build/src/gens/ui/gtk/gens/gens_window_callbacks.cpp	2010-10-11 15:21:28.000000000 +0000
   70.55 +@@ -157,9 +157,9 @@
   70.56 + 	GSFT_UNUSED_PARAMETER(y);
   70.57 + 	GSFT_UNUSED_PARAMETER(user_data);
   70.58 + 	
   70.59 +-	if (context->targets)
   70.60 ++	if (gdk_drag_context_list_targets(context))
   70.61 + 	{
   70.62 +-		GdkAtom target_type = GDK_POINTER_TO_ATOM(g_list_nth_data(context->targets, 0));
   70.63 ++		GdkAtom target_type = GDK_POINTER_TO_ATOM(g_list_nth_data(gdk_drag_context_list_targets(context), 0));
   70.64 + 		gtk_drag_get_data(widget, context, target_type, time);
   70.65 + 		return true;
   70.66 + 	}
   70.67 +diff -ru gens/src/gens/ui/gtk/opengl_resolution/glres_window.cpp gens-build/src/gens/ui/gtk/opengl_resolution/glres_window.cpp
   70.68 +--- gens/src/gens/ui/gtk/opengl_resolution/glres_window.cpp	2010-10-11 16:32:29.000000000 +0000
   70.69 ++++ gens-build/src/gens/ui/gtk/opengl_resolution/glres_window.cpp	2010-10-11 15:46:21.000000000 +0000
   70.70 +@@ -75,7 +75,7 @@
   70.71 + 	gtk_window_set_position(GTK_WINDOW(glres_window), GTK_WIN_POS_CENTER);
   70.72 + 	gtk_window_set_resizable(GTK_WINDOW(glres_window), FALSE);
   70.73 + 	gtk_window_set_type_hint(GTK_WINDOW(glres_window), GDK_WINDOW_TYPE_HINT_DIALOG);
   70.74 +-	gtk_dialog_set_has_separator(GTK_DIALOG(glres_window), FALSE);
   70.75 ++	g_object_set(GTK_DIALOG(glres_window), "has-separator", FALSE, NULL);
   70.76 + 	
   70.77 + 	// Callbacks for if the window is closed.
   70.78 + 	g_signal_connect((gpointer)(glres_window), "delete_event",
   70.79 +diff -ru gens/src/gens/ui/gtk/plugin_manager/pmgr_window.cpp gens-build/src/gens/ui/gtk/plugin_manager/pmgr_window.cpp
   70.80 +--- gens/src/gens/ui/gtk/plugin_manager/pmgr_window.cpp	2010-10-11 16:32:29.000000000 +0000
   70.81 ++++ gens-build/src/gens/ui/gtk/plugin_manager/pmgr_window.cpp	2010-10-11 15:46:29.000000000 +0000
   70.82 +@@ -80,8 +80,7 @@
   70.83 + // Callbacks.
   70.84 + static gboolean	pmgr_window_callback_close(GtkWidget *widget, GdkEvent *event, gpointer user_data);
   70.85 + static void	pmgr_window_callback_response(GtkDialog *dialog, gint response_id, gpointer user_data);
   70.86 +-static void	pmgr_window_callback_tabPluginList_switch_page(GtkNotebook *notebook, GtkNotebookPage *page,
   70.87 +-							       guint page_num, gpointer user_data);
   70.88 ++static void	pmgr_window_callback_tabPluginList_switch_page(GtkNotebook *notebook, guint page_num, gpointer user_data);
   70.89 + static void	pmgr_window_callback_lstPluginList_cursor_changed(GtkTreeView *tree_view, gpointer user_data);
   70.90 + static void	pmgr_window_callback_fraPluginDesc_size_allocate(GtkWidget *widget, GtkAllocation *allocation, gpointer user_data);
   70.91 + 
   70.92 +@@ -119,7 +118,7 @@
   70.93 + 	gtk_window_set_position(GTK_WINDOW(pmgr_window), GTK_WIN_POS_CENTER);
   70.94 + 	gtk_window_set_resizable(GTK_WINDOW(pmgr_window), FALSE);
   70.95 + 	gtk_window_set_type_hint(GTK_WINDOW(pmgr_window), GDK_WINDOW_TYPE_HINT_DIALOG);
   70.96 +-	gtk_dialog_set_has_separator(GTK_DIALOG(pmgr_window), FALSE);
   70.97 ++	g_object_set(GTK_DIALOG(pmgr_window), "has-separator", FALSE, NULL);
   70.98 + 	
   70.99 + 	// Callbacks for if the window is closed.
  70.100 + 	g_signal_connect((gpointer)pmgr_window, "delete_event",
  70.101 +@@ -559,11 +558,9 @@
  70.102 +  * @param page_num New notebook page index.
  70.103 +  * @param user_data User data.
  70.104 +  */
  70.105 +-static void pmgr_window_callback_tabPluginList_switch_page(GtkNotebook *notebook, GtkNotebookPage *page,
  70.106 +-							   guint page_num, gpointer user_data)
  70.107 ++static void pmgr_window_callback_tabPluginList_switch_page(GtkNotebook *notebook, guint page_num, gpointer user_data)
  70.108 + {
  70.109 + 	GSFT_UNUSED_PARAMETER(notebook);
  70.110 +-	GSFT_UNUSED_PARAMETER(page);
  70.111 + 	GSFT_UNUSED_PARAMETER(user_data);
  70.112 + 	
  70.113 + 	// Activate the "cursor-changed" callback for the page.
  70.114 +diff -ru gens/src/gens/ui/gtk/select_cdrom/selcd_window.cpp gens-build/src/gens/ui/gtk/select_cdrom/selcd_window.cpp
  70.115 +--- gens/src/gens/ui/gtk/select_cdrom/selcd_window.cpp	2010-10-11 16:32:29.000000000 +0000
  70.116 ++++ gens-build/src/gens/ui/gtk/select_cdrom/selcd_window.cpp	2010-10-11 15:46:16.000000000 +0000
  70.117 +@@ -94,7 +94,7 @@
  70.118 + 	gtk_window_set_position(GTK_WINDOW(selcd_window), GTK_WIN_POS_CENTER);
  70.119 + 	gtk_window_set_resizable(GTK_WINDOW(selcd_window), FALSE);
  70.120 + 	gtk_window_set_type_hint(GTK_WINDOW(selcd_window), GDK_WINDOW_TYPE_HINT_DIALOG);
  70.121 +-	gtk_dialog_set_has_separator(GTK_DIALOG(selcd_window), FALSE);
  70.122 ++	g_object_set(GTK_DIALOG(selcd_window), "has-separator", FALSE, NULL);
  70.123 + 	
  70.124 + 	// Callbacks for if the window is closed.
  70.125 + 	g_signal_connect((gpointer)(selcd_window), "delete_event",
  70.126 +diff -ru gens/src/mdp/misc/game_genie/gg_window_gtk2.cpp gens-build/src/mdp/misc/game_genie/gg_window_gtk2.cpp
  70.127 +--- gens/src/mdp/misc/game_genie/gg_window_gtk2.cpp	2010-10-11 16:32:29.000000000 +0000
  70.128 ++++ gens-build/src/mdp/misc/game_genie/gg_window_gtk2.cpp	2010-10-11 15:52:05.000000000 +0000
  70.129 +@@ -111,7 +111,7 @@
  70.130 + 	gtk_window_set_position(GTK_WINDOW(gg_window), GTK_WIN_POS_CENTER);
  70.131 + 	gtk_window_set_resizable(GTK_WINDOW(gg_window), TRUE);
  70.132 + 	gtk_window_set_type_hint(GTK_WINDOW(gg_window), GDK_WINDOW_TYPE_HINT_DIALOG);
  70.133 +-	gtk_dialog_set_has_separator(GTK_DIALOG(gg_window), FALSE);
  70.134 ++	g_object_set(GTK_DIALOG(gg_window), "has-separator", FALSE, NULL);
  70.135 + 	
  70.136 + 	// Add the window icon.
  70.137 + 	GList *icon_list = NULL;
    71.1 --- a/get-google-earth/receipt	Thu Feb 17 15:35:13 2011 +0100
    71.2 +++ b/get-google-earth/receipt	Thu Feb 17 19:08:45 2011 +0100
    71.3 @@ -5,7 +5,7 @@
    71.4  CATEGORY="non-free"
    71.5  SHORT_DESC="Get Google Earth."
    71.6  MAINTAINER="pascal.bellard@slitaz.org"
    71.7 -DEPENDS="bzip2 xfree86-base-fonts"
    71.8 +DEPENDS="bzip2 xorg-base-fonts"
    71.9  WEB_SITE="http://earth.google.com/"
   71.10  TAGS="map visualization"
   71.11  
    72.1 --- a/gftp/receipt	Thu Feb 17 15:35:13 2011 +0100
    72.2 +++ b/gftp/receipt	Thu Feb 17 19:08:45 2011 +0100
    72.3 @@ -34,9 +34,8 @@
    72.4  	# Copy custom bookmarks file and remove license, big logo.
    72.5  	cp -a stuff/bookmarks $fs/usr/share/gftp
    72.6  	cp -a stuff/gftp $fs/usr/share
    72.7 -	ln -s ../../../../../../../../usr/share/gftp/gftp-mini-logo.xpm \
    72.8 +	ln -sf /usr/share/gftp/gftp-mini-logo.xpm \
    72.9  		$fs/usr/share/gftp/gftp-logo.xpm
   72.10  	rm -f $fs/usr/share/gftp/COPYING
   72.11 -	rm -f $fs/usr/share/gftp/gftp-logo.xpm
   72.12  	rm -f $fs/usr/share/gftp/gftp.xpm
   72.13  }
    73.1 --- a/ghostscript-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
    73.2 +++ b/ghostscript-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
    73.3 @@ -1,7 +1,7 @@
    73.4  # SliTaz package receipt.
    73.5  
    73.6  PACKAGE="ghostscript-dev"
    73.7 -VERSION="9.00"
    73.8 +VERSION="9.01"
    73.9  CATEGORY="development"
   73.10  SHORT_DESC="Ghostscript devel file"
   73.11  MAINTAINER="jozee@slitaz.org"
    74.1 --- a/ghostscript/receipt	Thu Feb 17 15:35:13 2011 +0100
    74.2 +++ b/ghostscript/receipt	Thu Feb 17 19:08:45 2011 +0100
    74.3 @@ -1,16 +1,16 @@
    74.4  # SliTaz package receipt.
    74.5  
    74.6  PACKAGE="ghostscript"
    74.7 -VERSION="9.00"
    74.8 +VERSION="9.01"
    74.9  CATEGORY="office"
   74.10  SHORT_DESC="Ghostscript tools and utilities."
   74.11  MAINTAINER="jozee@slitaz.org"
   74.12 -TARBALL="$PACKAGE-$VERSION.tar.xz"
   74.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
   74.14  DEPENDS="gtk+ expat fontconfig freetype gnutls jpeg libgcrypt libgpg-error \
   74.15  libpng tiff zlib cups xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \
   74.16 -xorg-libXdmcp xorg-libXext xorg-libXt gcc-lib-base jasper" 
   74.17 +xorg-libXdmcp xorg-libXext xorg-libXt gcc-lib-base jasper jbig2dec" 
   74.18  # build depends are optional ; ghostscripts still build but does not compile in cups support
   74.19 -BUILD_DEPENDS="cairo-dev gtk+-dev xorg-dev expat-dev fontconfig-dev freetype-dev gnutls-dev jpeg-dev libgcrypt-dev libgpg-error-dev libpng-dev tiff-dev zlib-dev cups-dev jasper-dev"
   74.20 +BUILD_DEPENDS="cairo-dev gtk+-dev xorg-dev expat-dev fontconfig-dev freetype-dev gnutls-dev jpeg-dev libgcrypt-dev libgpg-error-dev libpng-dev tiff-dev zlib-dev cups-dev jbig2dec jasper-dev"
   74.21  WEB_SITE="http://pages.cs.wisc.edu/~ghost/"
   74.22  #WGET_URL="http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs862/$TARBALL"
   74.23  WGET_URL="http://ghostscript.com/releases/$TARBALL"
   74.24 @@ -21,10 +21,7 @@
   74.25  {
   74.26  	cd $src
   74.27  	# force it to use system-libs
   74.28 -	rm -rf jpeg libpng zlib jasper expat
   74.29 -
   74.30 -	# fix build with system jasper
   74.31 -	patch -Np1 -i ../stuff/ghostscript-system-jasper.patch
   74.32 +	rm -rf jpeg libpng zlib jasper expat tiff
   74.33  
   74.34  	# --disable-compile-inits is needed for linking with system-zlib
   74.35  
    75.1 --- a/git-gui/receipt	Thu Feb 17 15:35:13 2011 +0100
    75.2 +++ b/git-gui/receipt	Thu Feb 17 19:08:45 2011 +0100
    75.3 @@ -6,25 +6,21 @@
    75.4  MAINTAINER="ben@seawolfsanctuary.com"
    75.5  DEPENDS="tk git"
    75.6  BUILD_DEPENDS="$DEPENDS"
    75.7 -TARBALL="master.tar.gz"
    75.8  WEB_SITE="http://www.kernel.org/pub/software/scm/git/docs/git-gui.html"
    75.9 -WGET_URL="http://repo.or.cz/w/git-gui.git/snapshot/$TARBALL"
   75.10 +WGET_URL="git|http://repo.or.cz/r/git-gui.git"
   75.11 +BRANCH="gitgui-$VERSION"
   75.12  
   75.13  # Rules to configure and make the package.
   75.14  compile_rules()
   75.15  {
   75.16 -	cd $PACKAGE
   75.17 +	cd $src
   75.18  	make clean
   75.19  	make && make DESTDIR=$PWD/_pkg install
   75.20 -	cd ..
   75.21  }
   75.22  
   75.23  # Rules to gen a SliTaz package suitable for Tazpkg.
   75.24  genpkg_rules()
   75.25  {
   75.26 -	# Need to create a shortcut; change with each release :-(
   75.27 -	ln -s $PACKAGE $PACKAGE-$VERSION
   75.28 -	
   75.29  	mkdir -p $fs
   75.30  	cp -a $_pkg/usr $fs/
   75.31  	
    76.1 --- a/git/receipt	Thu Feb 17 15:35:13 2011 +0100
    76.2 +++ b/git/receipt	Thu Feb 17 19:08:45 2011 +0100
    76.3 @@ -1,7 +1,7 @@
    76.4  # SliTaz package receipt.
    76.5  
    76.6  PACKAGE="git"
    76.7 -VERSION="1.7.4"
    76.8 +VERSION="1.7.4.1"
    76.9  CATEGORY="development"
   76.10  SHORT_DESC="Fast version control system"
   76.11  MAINTAINER="b1+slitaz@nagel.org"
    77.1 --- a/glade3/receipt	Thu Feb 17 15:35:13 2011 +0100
    77.2 +++ b/glade3/receipt	Thu Feb 17 19:08:45 2011 +0100
    77.3 @@ -6,11 +6,11 @@
    77.4  SHORT_DESC="Vector drawing application."
    77.5  MAINTAINER="pankso@slitaz.org"
    77.6  DEPENDS="gtk+ libglade xorg-libXdamage"
    77.7 -BUILD_DEPENDS="gtk+-dev libglade-dev intltool libxml2-dev expat-dev"
    77.8 +BUILD_DEPENDS="gtk+-dev libglade-dev intltool libxml2-dev expat-dev python"
    77.9  SUGGESTED="python"
   77.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   77.11  WEB_SITE="http://glade.gnome.org/"
   77.12 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
   77.13 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
   77.14  
   77.15  # Rules to configure and make the package.
   77.16  compile_rules()
    78.1 --- a/glew-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
    78.2 +++ b/glew-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
    78.3 @@ -1,7 +1,7 @@
    78.4  # SliTaz package receipt.
    78.5  
    78.6  PACKAGE="glew-dev"
    78.7 -VERSION="1.5.7"
    78.8 +VERSION="1.5.8"
    78.9  CATEGORY="development"
   78.10  SHORT_DESC="The OpenGL Extension Wrangler Library. (devel files)"
   78.11  MAINTAINER="pascal.bellard@slitaz.org"
    79.1 --- a/glew/receipt	Thu Feb 17 15:35:13 2011 +0100
    79.2 +++ b/glew/receipt	Thu Feb 17 19:08:45 2011 +0100
    79.3 @@ -1,7 +1,7 @@
    79.4  # SliTaz package receipt.
    79.5  
    79.6  PACKAGE="glew"
    79.7 -VERSION="1.5.7"
    79.8 +VERSION="1.5.8"
    79.9  CATEGORY="x-window"
   79.10  SHORT_DESC="The OpenGL Extension Wrangler Library."
   79.11  MAINTAINER="pascal.bellard@slitaz.org"
    80.1 --- a/gnome-menus/receipt	Thu Feb 17 15:35:13 2011 +0100
    80.2 +++ b/gnome-menus/receipt	Thu Feb 17 19:08:45 2011 +0100
    80.3 @@ -5,8 +5,8 @@
    80.4  CATEGORY="x-window"
    80.5  SHORT_DESC="GNOME menu libs and tools (without desktop files)."
    80.6  MAINTAINER="pankso@slitaz.org"
    80.7 -DEPENDS="python gamin glib"
    80.8 -BUILD_DEPENDS="perl perl-xml-parser python-dev glib glib-dev"
    80.9 +DEPENDS="python gamin glib libgio"
   80.10 +BUILD_DEPENDS="intltool"
   80.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
   80.12  WEB_SITE="http://www.gnome.org/"
   80.13  WGET_URL="http://ftp.gnome.org/pub/GNOME/desktop/${VERSION%.*}/$VERSION/sources/$TARBALL"
    81.1 --- a/gparted/receipt	Thu Feb 17 15:35:13 2011 +0100
    81.2 +++ b/gparted/receipt	Thu Feb 17 19:08:45 2011 +0100
    81.3 @@ -1,7 +1,7 @@
    81.4  # SliTaz package receipt.
    81.5  
    81.6  PACKAGE="gparted"
    81.7 -VERSION="0.7.1"
    81.8 +VERSION="0.8.0"
    81.9  CATEGORY="system-tools"
   81.10  SHORT_DESC="GTK partition editor."
   81.11  MAINTAINER="pankso@slitaz.org"
    82.1 --- a/grub2/receipt	Thu Feb 17 15:35:13 2011 +0100
    82.2 +++ b/grub2/receipt	Thu Feb 17 19:08:45 2011 +0100
    82.3 @@ -8,7 +8,7 @@
    82.4  MAINTAINER="pascal.bellard@slitaz.org"
    82.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    82.6  DEPENDS="zlib freetype ncurses libusb-compat libusb"
    82.7 -BUILD_DEPENDS="zlib-dev freetype-dev ncurses-dev libusb-compat-dev libusb-dev"
    82.8 +BUILD_DEPENDS="bison zlib-dev freetype-dev ncurses-dev libusb-compat-dev libusb-dev"
    82.9  WEB_SITE="http://www.gnu.org/software/grub/"
   82.10  WGET_URL="ftp://alpha.gnu.org/gnu/grub/$TARBALL"
   82.11  
    83.1 --- a/gtkdialog/receipt	Thu Feb 17 15:35:13 2011 +0100
    83.2 +++ b/gtkdialog/receipt	Thu Feb 17 19:08:45 2011 +0100
    83.3 @@ -16,7 +16,7 @@
    83.4  {
    83.5  	cd $src
    83.6  	# Fix libgalde support
    83.7 -	patch -p 0 < ../stuff/glade_support.patch || exit 1
    83.8 +	patch -p 0 < ../stuff/glade_support.patch || return 1
    83.9  	./configure \
   83.10  		--prefix=/usr \
   83.11  		--infodir=/usr/share/info \
    84.1 --- a/guile/receipt	Thu Feb 17 15:35:13 2011 +0100
    84.2 +++ b/guile/receipt	Thu Feb 17 19:08:45 2011 +0100
    84.3 @@ -16,7 +16,7 @@
    84.4  	cd $src
    84.5  	
    84.6  	# http://bugs.gentoo.org/show_bug.cgi?id=317175 	
    84.7 -	patch -p1 < ../stuff/guile-1.8.7-gcc45.u || exit 1
    84.8 +	patch -p1 < ../stuff/guile-1.8.7-gcc45.u || return 1
    84.9  	
   84.10  	./configure \
   84.11  		--prefix=/usr \
    85.1 --- a/hal/receipt	Thu Feb 17 15:35:13 2011 +0100
    85.2 +++ b/hal/receipt	Thu Feb 17 19:08:45 2011 +0100
    85.3 @@ -27,8 +27,8 @@
    85.4  {
    85.5  	cd $src
    85.6  	zcat /usr/share/misc/pci.ids.gz > /usr/share/misc/pci.ids &&
    85.7 -	patch -p1 < ../stuff/hal-scripts.u || exit 1 &&
    85.8 -	#patch -p1 < ../stuff/hal-udev.patch || exit 1 &&
    85.9 +	patch -p1 < ../stuff/hal-scripts.u || return 1 &&
   85.10 +	#patch -p1 < ../stuff/hal-udev.patch || return 1 &&
   85.11  	grep -qs 'define u8' hald/linux/probing/linux_dvd_rw_utils.c ||
   85.12  	sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \
   85.13  		hald/linux/probing/linux_dvd_rw_utils.c
    86.1 --- a/hardinfo/receipt	Thu Feb 17 15:35:13 2011 +0100
    86.2 +++ b/hardinfo/receipt	Thu Feb 17 19:08:45 2011 +0100
    86.3 @@ -17,7 +17,7 @@
    86.4  	cd $src
    86.5  	while read file; do
    86.6  		[ -f done.$file ] && continue
    86.7 -		patch -p0 < ../stuff/$file || exit 1
    86.8 +		patch -p0 < ../stuff/$file || return 1
    86.9  		touch done.$file
   86.10  	done <<EOT
   86.11  languages.patch
    87.1 --- a/hostapd/receipt	Thu Feb 17 15:35:13 2011 +0100
    87.2 +++ b/hostapd/receipt	Thu Feb 17 19:08:45 2011 +0100
    87.3 @@ -15,28 +15,30 @@
    87.4  compile_rules()
    87.5  {
    87.6  	cp -a stuff/config $src/hostapd/.config
    87.7 -	mkdir -p $src/_pkg/usr/bin
    87.8 +	mkdir -p $DESTDIR/usr/bin
    87.9  
   87.10  	cd $src/hostapd
   87.11  
   87.12 -	sed -i "s|/usr/local/bin|$src/_pkg/usr/bin|" Makefile
   87.13 +	sed -i "s|/usr/local/bin|$DESTDIR/usr/bin|" Makefile
   87.14  	
   87.15 -	make && make DESTDIR=$PWD/_pkg install
   87.16 +	make && make DESTDIR=$DESTDIR install
   87.17 +
   87.18 +	[ -d $DESTDIR/etc/hostapd ] || mkdir -p $DESTDIR/etc/hostapd
   87.19 +	cp -a $src/hostapd/hostapd.accept $src/hostapd/hostapd.conf \
   87.20 +		$src/hostapd/hostapd.deny $src/hostapd/hostapd.eap_user \
   87.21 +		$src/hostapd/hostapd.radius_clients $src/hostapd/hostapd.sim_db \
   87.22 +		$src/hostapd/hostapd.vlan $src/hostapd/hostapd.wpa_psk \
   87.23 +		$src/hostapd/wired.conf $src/hostapd/hlr_auc_gw.milenage_db \
   87.24 +		$DESTDIR/etc/hostapd
   87.25 +
   87.26  }
   87.27  
   87.28  # Rules to gen a SliTaz package suitable for Tazpkg.
   87.29  genpkg_rules()
   87.30  {
   87.31 -	mkdir -p $fs/usr $fs/etc/hostapd $fs/etc/init.d
   87.32 +	mkdir -p $fs/usr $fs/etc/init.d
   87.33  
   87.34  	cp -a $_pkg/usr/bin $fs/usr
   87.35  
   87.36 -	cp -a $src/hostapd/hostapd.accept $src/hostapd/hostapd.conf \
   87.37 -		$src/hostapd/hostapd.deny $src/hostapd/hostapd.eap_user \
   87.38 -		$src/hostapd/hostapd.radius_clients $src/hostapd/hostapd.sim_db \
   87.39 -		$src/hostapd/hostapd.vlan $src/hostapd/hostapd.wpa_psk \
   87.40 -		$src/hostapd/wired.conf $src/src/hlr_auc_gw/hlr_auc_gw.milenage_db \
   87.41 -		$fs/etc/hostapd
   87.42 -
   87.43  	cp -a stuff/hostapd $fs/etc/init.d
   87.44  }
    88.1 --- a/hubbub/receipt	Thu Feb 17 15:35:13 2011 +0100
    88.2 +++ b/hubbub/receipt	Thu Feb 17 19:08:45 2011 +0100
    88.3 @@ -8,19 +8,12 @@
    88.4  DEPENDS="libparserutils"
    88.5  BUILD_DEPENDS="subversion libparserutils-dev"
    88.6  WEB_SITE="http://www.netsurf-browser.org/projects/hubbub/"
    88.7 +WGET_URL="subversion|svn://svn.netsurf-browser.org/trunk/hubbub"
    88.8 +BRANCH="$VERSION"
    88.9  
   88.10  # Rules to configure and make the package.
   88.11  compile_rules()
   88.12  {
   88.13 -	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
   88.14 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-svn-$VERSION.tar.gz
   88.15 -	if [ -f $TARBALL ]; then
   88.16 -		tar xzf $TARBALL
   88.17 -	else
   88.18 -		svn co svn://svn.netsurf-browser.org/trunk/hubbub \
   88.19 -			-r $VERSION $PACKAGE-$VERSION &&
   88.20 -		tar czf $TARBALL $PACKAGE-$VERSION
   88.21 -	fi
   88.22  	cd $src
   88.23  	make install DESTDIR=$PWD/_pkg PREFIX=/usr &&
   88.24  	make install COMPONENT_TYPE=lib-shared DESTDIR=$PWD/_pkg PREFIX=/usr
    89.1 --- a/icedtea6-jdk/receipt	Thu Feb 17 15:35:13 2011 +0100
    89.2 +++ b/icedtea6-jdk/receipt	Thu Feb 17 19:08:45 2011 +0100
    89.3 @@ -14,7 +14,8 @@
    89.4  freetype-dev gtk+-dev giflib-dev jpeg-dev libpng-dev \
    89.5  xorg-inputproto xorg-kbproto xorg-libXi-dev xorg-libXinerama-dev \
    89.6  xorg-libXp-dev xorg-libXt-dev xorg-libXtst-dev xorg-printproto \
    89.7 -xorg-recordproto xorg-renderproto xorg-xextproto xorg-xineramaproto xorg-xproto"
    89.8 +xorg-recordproto xorg-renderproto xorg-xextproto xorg-xineramaproto xorg-xproto \
    89.9 +nss"
   89.10  TARBALL="$SOURCE-$VERSION.tar.gz"
   89.11  WEB_SITE="http://www.iced-tea.org/"
   89.12  WGET_URL="http://icedtea.classpath.org/download/source/$TARBALL"
   89.13 @@ -100,7 +101,7 @@
   89.14  		--with-rhino=/usr/share/java/js.jar \
   89.15  		--with-abs-install-dir=$JVM_PREFIX \
   89.16  		$CONFIGURE_ARGS &&
   89.17 -	make -j 1 ARCH_PREFIX=  || exit 1
   89.18 +	make -j 1 ARCH_PREFIX=  || return 1
   89.19  
   89.20  	# NOTE: don't build with -j 4. Only build with -j 1 or tank will crash
   89.21  	# NOTE: IcedTea6 does not define an "install" target
    90.1 --- a/id3lib/receipt	Thu Feb 17 15:35:13 2011 +0100
    90.2 +++ b/id3lib/receipt	Thu Feb 17 19:08:45 2011 +0100
    90.3 @@ -15,7 +15,7 @@
    90.4  compile_rules()
    90.5  {
    90.6  	cd $src
    90.7 -	patch -p1 -i ../stuff/id3lib-$VERSION-gcc-4.4.patch || exit 1
    90.8 +	patch -p1 -i ../stuff/id3lib-$VERSION-gcc-4.4.patch || return 1
    90.9  	./configure \
   90.10  		--prefix=/usr \
   90.11  		$CONFIGURE_ARGS &&
    91.1 --- a/le/receipt	Thu Feb 17 15:35:13 2011 +0100
    91.2 +++ b/le/receipt	Thu Feb 17 19:08:45 2011 +0100
    91.3 @@ -15,7 +15,7 @@
    91.4  compile_rules()
    91.5  {
    91.6  	cd $src
    91.7 -	patch -p 0 < ../stuff/gcc-4.patch || exit 1
    91.8 +	patch -p 0 < ../stuff/gcc-4.patch || return 1
    91.9  	./configure \
   91.10  		--prefix=/usr \
   91.11  		--infodir=/usr/share/info \
    92.1 --- a/libQt3Support/receipt	Thu Feb 17 15:35:13 2011 +0100
    92.2 +++ b/libQt3Support/receipt	Thu Feb 17 19:08:45 2011 +0100
    92.3 @@ -6,15 +6,14 @@
    92.4  SHORT_DESC="Qt3 support Library"
    92.5  MAINTAINER="allan316@gmail.com"
    92.6  DEPENDS="libQtGui libQtSql libQtXml"
    92.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    92.8  WEB_SITE="http://qt.nokia.com/"
    92.9  WANTED="qt4"
   92.10  SOURCE="qt-everywhere-opensource-src"
   92.11 +
   92.12  # Rules to gen a SliTaz package suitable for Tazpkg.
   92.13  genpkg_rules()
   92.14  {
   92.15  	mkdir -p $fs/usr/lib
   92.16 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
   92.17  	cp -a $_pkg/usr/lib/libQt3Support.so* $fs/usr/lib
   92.18  }
   92.19  
    93.1 --- a/libQtClucene/receipt	Thu Feb 17 15:35:13 2011 +0100
    93.2 +++ b/libQtClucene/receipt	Thu Feb 17 19:08:45 2011 +0100
    93.3 @@ -6,15 +6,14 @@
    93.4  SHORT_DESC="Qt clucene Library"
    93.5  MAINTAINER="allan316@gmail.com"
    93.6  DEPENDS="libQtCore"
    93.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    93.8  WEB_SITE="http://qt.nokia.com/"
    93.9  WANTED="qt4"
   93.10  SOURCE="qt-everywhere-opensource-src"
   93.11 +
   93.12  # Rules to gen a SliTaz package suitable for Tazpkg.
   93.13  genpkg_rules()
   93.14  {
   93.15  	mkdir -p $fs/usr/lib
   93.16 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
   93.17  	cp -a $_pkg/usr/lib/libQtCLucene.so* $fs/usr/lib
   93.18  }
   93.19  
    94.1 --- a/libQtCore/receipt	Thu Feb 17 15:35:13 2011 +0100
    94.2 +++ b/libQtCore/receipt	Thu Feb 17 19:08:45 2011 +0100
    94.3 @@ -6,7 +6,6 @@
    94.4  SHORT_DESC="Qt Core files"
    94.5  MAINTAINER="allan316@gmail.com"
    94.6  DEPENDS="glib zlib gcc-lib-base"
    94.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    94.8  WEB_SITE="http://qt.nokia.com/"
    94.9  WANTED="qt4"
   94.10  SOURCE="qt-everywhere-opensource-src"
   94.11 @@ -15,8 +14,6 @@
   94.12  genpkg_rules()
   94.13  {
   94.14  	mkdir -p $fs/usr/lib
   94.15 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
   94.16  	cp -a $_pkg/usr/lib/libQtCore.so* $fs/usr/lib
   94.17 -	
   94.18  }
   94.19  
    95.1 --- a/libQtDBus/receipt	Thu Feb 17 15:35:13 2011 +0100
    95.2 +++ b/libQtDBus/receipt	Thu Feb 17 19:08:45 2011 +0100
    95.3 @@ -6,15 +6,14 @@
    95.4  SHORT_DESC="Qt Dbus Library"
    95.5  MAINTAINER="allan316@gmail.com"
    95.6  DEPENDS="libQtXml"
    95.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    95.8  WEB_SITE="http://qt.nokia.com/"
    95.9  WANTED="qt4"
   95.10  SOURCE="qt-everywhere-opensource-src"
   95.11 +
   95.12  # Rules to gen a SliTaz package suitable for Tazpkg.
   95.13  genpkg_rules()
   95.14  {
   95.15  	mkdir -p $fs/usr/lib
   95.16 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
   95.17  	cp -a $_pkg/usr/lib/libQtDBus.so* $fs/usr/lib
   95.18  }
   95.19  
    96.1 --- a/libQtDesigner/receipt	Thu Feb 17 15:35:13 2011 +0100
    96.2 +++ b/libQtDesigner/receipt	Thu Feb 17 19:08:45 2011 +0100
    96.3 @@ -6,7 +6,6 @@
    96.4  SHORT_DESC="Qt Designer"
    96.5  MAINTAINER="allan316@gmail.com"
    96.6  DEPENDS="libQtCore libQtGui libQtScript libQtXml"
    96.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    96.8  WEB_SITE="http://www.trolltech.com"
    96.9  WANTED="qt4"
   96.10  SOURCE="qt-everywhere-opensource-src"
   96.11 @@ -15,7 +14,6 @@
   96.12  genpkg_rules()
   96.13  {
   96.14  	mkdir -p $fs/usr/lib
   96.15 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
   96.16  	cp -a $_pkg/usr/lib/libQtDesigner*.so* $fs/usr/lib
   96.17  }
   96.18  
    97.1 --- a/libQtGui/receipt	Thu Feb 17 15:35:13 2011 +0100
    97.2 +++ b/libQtGui/receipt	Thu Feb 17 19:08:45 2011 +0100
    97.3 @@ -8,7 +8,6 @@
    97.4  DEPENDS="libQtCore expat fontconfig freetype xorg-libICE xorg-libSM \
    97.5  xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXrandr \
    97.6  xorg-libXrender libpng libegl-mesa"
    97.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    97.8  WEB_SITE="http://qt.nokia.com/"
    97.9  WANTED="qt4"
   97.10  SOURCE="qt-everywhere-opensource-src"
   97.11 @@ -17,7 +16,6 @@
   97.12  genpkg_rules()
   97.13  {
   97.14  	mkdir -p $fs/usr/lib
   97.15 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
   97.16  	cp -a $_pkg/usr/lib/libQtGui.so* $fs/usr/lib
   97.17  }
   97.18  
    98.1 --- a/libQtHelp/receipt	Thu Feb 17 15:35:13 2011 +0100
    98.2 +++ b/libQtHelp/receipt	Thu Feb 17 19:08:45 2011 +0100
    98.3 @@ -6,15 +6,14 @@
    98.4  SHORT_DESC="Qt help Library"
    98.5  MAINTAINER="allan316@gmail.com"
    98.6  DEPENDS="libQtGui libQtClucene libQtSql libQtXml"
    98.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    98.8  WEB_SITE="http://qt.nokia.com/"
    98.9  WANTED="qt4"
   98.10  SOURCE="qt-everywhere-opensource-src"
   98.11 +
   98.12  # Rules to gen a SliTaz package suitable for Tazpkg.
   98.13  genpkg_rules()
   98.14  {
   98.15  	mkdir -p $fs/usr/lib
   98.16 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
   98.17  	cp -a $_pkg/usr/lib/libQtHelp.so* $fs/usr/lib
   98.18  }
   98.19  
    99.1 --- a/libQtNetwork/receipt	Thu Feb 17 15:35:13 2011 +0100
    99.2 +++ b/libQtNetwork/receipt	Thu Feb 17 19:08:45 2011 +0100
    99.3 @@ -6,7 +6,6 @@
    99.4  SHORT_DESC="Qt Network Library"
    99.5  MAINTAINER="allan316@gmail.com"
    99.6  DEPENDS="libQtCore"
    99.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    99.8  WEB_SITE="http://qt.nokia.com/"
    99.9  WANTED="qt4"
   99.10  SOURCE="qt-everywhere-opensource-src"
   99.11 @@ -15,7 +14,6 @@
   99.12  genpkg_rules()
   99.13  {
   99.14  	mkdir -p $fs/usr/lib
   99.15 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
   99.16  	cp -a $_pkg/usr/lib/libQtNetwork.so* $fs/usr/lib
   99.17  }
   99.18  
   100.1 --- a/libQtOpenGL/receipt	Thu Feb 17 15:35:13 2011 +0100
   100.2 +++ b/libQtOpenGL/receipt	Thu Feb 17 19:08:45 2011 +0100
   100.3 @@ -6,7 +6,6 @@
   100.4  SHORT_DESC="Qt Network Library"
   100.5  MAINTAINER="allan316@gmail.com"
   100.6  DEPENDS="libQtGui mesa libglu-mesa xorg-libXxf86vm xorg-libXdamage libdrm"
   100.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   100.8  WEB_SITE="http://qt.nokia.com/"
   100.9  WANTED="qt4"
  100.10  SOURCE="qt-everywhere-opensource-src"
  100.11 @@ -15,7 +14,6 @@
  100.12  genpkg_rules()
  100.13  {
  100.14  	mkdir -p $fs/usr/lib
  100.15 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
  100.16  	cp -a $_pkg/usr/lib/libQtOpenGL.so* $fs/usr/lib
  100.17  }
  100.18  
   101.1 --- a/libQtScript/receipt	Thu Feb 17 15:35:13 2011 +0100
   101.2 +++ b/libQtScript/receipt	Thu Feb 17 19:08:45 2011 +0100
   101.3 @@ -6,7 +6,6 @@
   101.4  SHORT_DESC="Qt Script Lib"
   101.5  MAINTAINER="allan316@gmail.com"
   101.6  DEPENDS="libQtCore"
   101.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   101.8  WEB_SITE="http://qt.nokia.com/"
   101.9  WANTED="qt4"
  101.10  SOURCE="qt-everywhere-opensource-src"
  101.11 @@ -15,7 +14,6 @@
  101.12  genpkg_rules()
  101.13  {
  101.14  	mkdir -p $fs/usr/lib
  101.15 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
  101.16  	cp -a $_pkg/usr/lib/libQtScript.so* $fs/usr/lib
  101.17  }
  101.18  
   102.1 --- a/libQtSql/receipt	Thu Feb 17 15:35:13 2011 +0100
   102.2 +++ b/libQtSql/receipt	Thu Feb 17 19:08:45 2011 +0100
   102.3 @@ -6,15 +6,14 @@
   102.4  SHORT_DESC="Qt sql Library"
   102.5  MAINTAINER="allan316@gmail.com"
   102.6  DEPENDS="libQtCore"
   102.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   102.8  WEB_SITE="http://qt.nokia.com/"
   102.9  WANTED="qt4"
  102.10  SOURCE="qt-everywhere-opensource-src"
  102.11 +
  102.12  # Rules to gen a SliTaz package suitable for Tazpkg.
  102.13  genpkg_rules()
  102.14  {
  102.15  	mkdir -p $fs/usr/lib
  102.16 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
  102.17  	cp -a $_pkg/usr/lib/libQtSql.so* $fs/usr/lib
  102.18  }
  102.19  
   103.1 --- a/libQtSvg/receipt	Thu Feb 17 15:35:13 2011 +0100
   103.2 +++ b/libQtSvg/receipt	Thu Feb 17 19:08:45 2011 +0100
   103.3 @@ -6,7 +6,6 @@
   103.4  SHORT_DESC="Qt Svg Library"
   103.5  MAINTAINER="allan316@gmail.com"
   103.6  DEPENDS="libQtCore libQtGui libQtXml libpng"
   103.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   103.8  WEB_SITE="http://qt.nokia.com/"
   103.9  WANTED="qt4"
  103.10  SOURCE="qt-everywhere-opensource-src"
  103.11 @@ -15,7 +14,6 @@
  103.12  genpkg_rules()
  103.13  {
  103.14  	mkdir -p $fs/usr/lib
  103.15 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
  103.16  	cp -a $_pkg/usr/lib/libQtSvg.so* $fs/usr/lib
  103.17  }
  103.18  
   104.1 --- a/libQtTest/receipt	Thu Feb 17 15:35:13 2011 +0100
   104.2 +++ b/libQtTest/receipt	Thu Feb 17 19:08:45 2011 +0100
   104.3 @@ -6,7 +6,6 @@
   104.4  SHORT_DESC="Qt Test library"
   104.5  MAINTAINER="rocky@slitaz.com"
   104.6  DEPENDS="libQtCore"
   104.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   104.8  WEB_SITE="http://qt.nokia.com/"
   104.9  WANTED="qt4"
  104.10  SOURCE="qt-everywhere-opensource-src"
  104.11 @@ -15,7 +14,6 @@
  104.12  genpkg_rules()
  104.13  {
  104.14  	mkdir -p $fs/usr/lib
  104.15 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
  104.16  	cp -a $_pkg/usr/lib/libQtTest.so* $fs/usr/lib
  104.17  }
  104.18  
   105.1 --- a/libQtWebkit/receipt	Thu Feb 17 15:35:13 2011 +0100
   105.2 +++ b/libQtWebkit/receipt	Thu Feb 17 19:08:45 2011 +0100
   105.3 @@ -6,7 +6,6 @@
   105.4  SHORT_DESC="Web browser engine for Qt"
   105.5  MAINTAINER="allan316@gmail.com"
   105.6  DEPENDS="libQtCore libQtGui libQtNetwork libpng"
   105.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   105.8  WEB_SITE="http://qt.nokia.com/"
   105.9  WANTED="qt4"
  105.10  SOURCE="qt-everywhere-opensource-src"
  105.11 @@ -15,7 +14,6 @@
  105.12  genpkg_rules()
  105.13  {
  105.14  	mkdir -p $fs/usr/lib
  105.15 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
  105.16  	cp -a $_pkg/usr/lib/libQtWebKit.so* $fs/usr/lib
  105.17  }
  105.18  
   106.1 --- a/libQtXml/receipt	Thu Feb 17 15:35:13 2011 +0100
   106.2 +++ b/libQtXml/receipt	Thu Feb 17 19:08:45 2011 +0100
   106.3 @@ -6,7 +6,6 @@
   106.4  SHORT_DESC="Qt Xml library"
   106.5  MAINTAINER="allan316@gmail.com"
   106.6  DEPENDS="libQtNetwork"
   106.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   106.8  WEB_SITE="http://qt.nokia.com/"
   106.9  WANTED="qt4"
  106.10  SOURCE="qt-everywhere-opensource-src"
  106.11 @@ -15,7 +14,6 @@
  106.12  genpkg_rules()
  106.13  {
  106.14  	mkdir -p $fs/usr/lib
  106.15 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
  106.16  	cp -a $_pkg/usr/lib/libQtXml.so* $fs/usr/lib
  106.17  	cp -a $_pkg/usr/lib/libQtXmlPatterns.so* $fs/usr/lib
  106.18  }
   107.1 --- a/libarchive/receipt	Thu Feb 17 15:35:13 2011 +0100
   107.2 +++ b/libarchive/receipt	Thu Feb 17 19:08:45 2011 +0100
   107.3 @@ -15,7 +15,6 @@
   107.4  compile_rules()
   107.5  {
   107.6  	cd $src
   107.7 -	sed -i 's|acl/libacl.h|libacl.h|' tar/bsdtar_platform.h
   107.8  	./configure \
   107.9  		--prefix=/usr \
  107.10  		--infodir=/usr/share/info \
   108.1 --- a/libdaq-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   108.2 +++ b/libdaq-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   108.3 @@ -12,10 +12,10 @@
   108.4  # Rules to gen a SliTaz package suitable for Tazpkg.
   108.5  genpkg_rules()
   108.6  {
   108.7 -	_pkg=$WOK/$WANTED/daq-$VERSION/_pkg
   108.8 -	mkdir -p $fs/usr/lib
   108.9 +	mkdir -p $fs/usr/lib/daq
  108.10  	cp -a $_pkg/usr/bin $fs/usr
  108.11  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
  108.12 +	cp -a $_pkg/usr/lib/daq/*.*a $fs/usr/lib/daq/
  108.13  	cp -a $_pkg/usr/include $fs/usr
  108.14  }
  108.15  
   109.1 --- a/libdaq/receipt	Thu Feb 17 15:35:13 2011 +0100
   109.2 +++ b/libdaq/receipt	Thu Feb 17 19:08:45 2011 +0100
   109.3 @@ -6,23 +6,14 @@
   109.4  SHORT_DESC="Data Acquisition library for packet I/O."
   109.5  MAINTAINER="slaxemulator@gmail.com"
   109.6  DEPENDS="libpcap"
   109.7 -BUILD_DEPENDS="libpcap-dev flex bison"
   109.8 +BUILD_DEPENDS="libpcap-dev flex bison wget"
   109.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
  109.10  WEB_SITE="http://www.snort.org/"
  109.11 -WGET="http://www.snort.org/downloads/630"
  109.12 +WGET_URL="http://www.snort.org/downloads/630"
  109.13  
  109.14  # Rules to configure and make the package.
  109.15  compile_rules()
  109.16  {
  109.17 -	src=$WOK/$PACKAGE/daq-$VERSION
  109.18 -	# this is needed even if tazwok support https
  109.19 -	if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then
  109.20 -		tar xzf $SOURCES_REPOSITORY/$TARBALL
  109.21 -	else
  109.22 -		[ -L /usr/bin/wget ] && tazpkg get-install wget --forced
  109.23 -		wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET"
  109.24 -		tar xzf $SOURCES_REPOSITORY/$TARBALL
  109.25 -	fi
  109.26  	cd $src
  109.27  	./configure \
  109.28  		--prefix=/usr \
  109.29 @@ -35,9 +26,8 @@
  109.30  # Rules to gen a SliTaz package suitable for Tazpkg.
  109.31  genpkg_rules()
  109.32  {
  109.33 -	_pkg=$WOK/$PACKAGE/daq-$VERSION/_pkg
  109.34 -	mkdir -p $fs/usr/lib
  109.35 -	cp -a $_pkg/usr/lib/daq $fs/usr/lib
  109.36 +	mkdir -p $fs/usr/lib/daq
  109.37 +	cp -a $_pkg/usr/lib/daq/*.so* $fs/usr/lib/daq
  109.38  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
  109.39  }
  109.40  
   110.1 --- a/libdevmapper-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   110.2 +++ b/libdevmapper-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   110.3 @@ -1,7 +1,7 @@
   110.4  # SliTaz package receipt.
   110.5  
   110.6  PACKAGE="libdevmapper-dev"
   110.7 -VERSION="2.02.82"
   110.8 +VERSION="2.02.84"
   110.9  CATEGORY="development"
  110.10  SHORT_DESC="Linux device mapper library development files."
  110.11  MAINTAINER="b1+slitaz@nagel.org"
   111.1 --- a/libdevmapper/receipt	Thu Feb 17 15:35:13 2011 +0100
   111.2 +++ b/libdevmapper/receipt	Thu Feb 17 19:08:45 2011 +0100
   111.3 @@ -1,7 +1,7 @@
   111.4  # SliTaz package receipt.
   111.5  
   111.6  PACKAGE="libdevmapper"
   111.7 -VERSION="2.02.82"
   111.8 +VERSION="2.02.84"
   111.9  CATEGORY="system-tools"
  111.10  SHORT_DESC="Linux device mapper library."
  111.11  MAINTAINER="b1+slitaz@nagel.org"
   112.1 --- a/libelementary/receipt	Thu Feb 17 15:35:13 2011 +0100
   112.2 +++ b/libelementary/receipt	Thu Feb 17 19:08:45 2011 +0100
   112.3 @@ -1,7 +1,7 @@
   112.4  # SliTaz package receipt.
   112.5  
   112.6  PACKAGE="libelementary"
   112.7 -VERSION="0.6.0.063"
   112.8 +VERSION="0.7.0.55225"
   112.9  CATEGORY="development"
  112.10  SHORT_DESC="Elementary library."
  112.11  MAINTAINER="pankso@slitaz.org"
  112.12 @@ -14,5 +14,5 @@
  112.13  genpkg_rules()
  112.14  {
  112.15  	mkdir -p $fs/usr/lib
  112.16 -	cp -a $_pkg/usr/lib/libelementary* $fs/usr/lib
  112.17 +	cp -a $_pkg/usr/lib/libelementary*so* $fs/usr/lib
  112.18  }
   113.1 --- a/libgudev-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   113.2 +++ b/libgudev-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   113.3 @@ -1,7 +1,7 @@
   113.4  # SliTaz package receipt.
   113.5  
   113.6  PACKAGE="libgudev-dev"
   113.7 -VERSION="165"
   113.8 +VERSION="166"
   113.9  CATEGORY="development"
  113.10  SHORT_DESC="GObject-based wrapper library for libudev. (devel files)"
  113.11  MAINTAINER="pankso@slitaz.org"
   114.1 --- a/libgudev/receipt	Thu Feb 17 15:35:13 2011 +0100
   114.2 +++ b/libgudev/receipt	Thu Feb 17 19:08:45 2011 +0100
   114.3 @@ -1,7 +1,7 @@
   114.4  # SliTaz package receipt.
   114.5  
   114.6  PACKAGE="libgudev"
   114.7 -VERSION="165"
   114.8 +VERSION="166"
   114.9  CATEGORY="development"
  114.10  SHORT_DESC="GObject-based wrapper library for libudev."
  114.11  MAINTAINER="gokhlayeh@slitaz.org"
   115.1 --- a/libldap/receipt	Thu Feb 17 15:35:13 2011 +0100
   115.2 +++ b/libldap/receipt	Thu Feb 17 19:08:45 2011 +0100
   115.3 @@ -1,7 +1,7 @@
   115.4  # SliTaz package receipt.
   115.5  
   115.6  PACKAGE="libldap"
   115.7 -VERSION="2.4.23"
   115.8 +VERSION="2.4.24"
   115.9  CATEGORY="misc"
  115.10  SHORT_DESC="LDAP database libraries."
  115.11  MAINTAINER="pascal.bellard@slitaz.org"
   116.1 --- a/libnet-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   116.2 +++ b/libnet-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   116.3 @@ -1,7 +1,7 @@
   116.4  # SliTaz package receipt.
   116.5  
   116.6  PACKAGE="libnet-dev"
   116.7 -VERSION="1.1.4"
   116.8 +VERSION="1.1.5"
   116.9  CATEGORY="development"
  116.10  SHORT_DESC="devel files for libnet"
  116.11  MAINTAINER="slaxemulator@gmail.com"
   117.1 --- a/libnet/receipt	Thu Feb 17 15:35:13 2011 +0100
   117.2 +++ b/libnet/receipt	Thu Feb 17 19:08:45 2011 +0100
   117.3 @@ -1,7 +1,7 @@
   117.4  # SliTaz package receipt.
   117.5  
   117.6  PACKAGE="libnet"
   117.7 -VERSION="1.1.4"
   117.8 +VERSION="1.1.5"
   117.9  CATEGORY="network"
  117.10  SHORT_DESC="A library which provides API for commonly used low-level net functions."
  117.11  MAINTAINER="slaxemulator@gmail.com"
   118.1 --- a/libnl/receipt	Thu Feb 17 15:35:13 2011 +0100
   118.2 +++ b/libnl/receipt	Thu Feb 17 19:08:45 2011 +0100
   118.3 @@ -12,7 +12,7 @@
   118.4  # Rules to configure and make the package.
   118.5  compile_rules()
   118.6  {
   118.7 -	busybox patch -p0 -i stuff/libnl-1.1-ULONG_MAX.patch || exit 1
   118.8 +	busybox patch -p0 -i stuff/libnl-1.1-ULONG_MAX.patch || return 1
   118.9  	
  118.10  	cd $src
  118.11  	./configure --prefix=/usr --infodir=/usr/share/info \
   119.1 --- a/libnsgif/receipt	Thu Feb 17 15:35:13 2011 +0100
   119.2 +++ b/libnsgif/receipt	Thu Feb 17 19:08:45 2011 +0100
   119.3 @@ -7,19 +7,12 @@
   119.4  MAINTAINER="pankso@slitaz.org"
   119.5  BUILD_DEPENDS="subversion"
   119.6  WEB_SITE="http://www.netsurf-browser.org/projects/libnsgif/"
   119.7 +WGET_URL="subversion|svn://svn.netsurf-browser.org/trunk/libnsgif"
   119.8 +BRANCH="$VERSION"
   119.9  
  119.10  # Rules to configure and make the package.
  119.11  compile_rules()
  119.12  {
  119.13 -	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
  119.14 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-svn-$VERSION.tar.gz
  119.15 -	if [ -f $TARBALL ]; then
  119.16 -		tar xzf $TARBALL
  119.17 -	else
  119.18 -		svn co svn://svn.netsurf-browser.org/trunk/libnsgif \
  119.19 -			-r $VERSION $PACKAGE-$VERSION &&
  119.20 -		tar czf $TARBALL $PACKAGE-$VERSION
  119.21 -	fi
  119.22  	cd $src
  119.23  	make install DESTDIR=$PWD/_pkg PREFIX=/usr &&
  119.24  	make install COMPONENT_TYPE=lib-shared DESTDIR=$PWD/_pkg PREFIX=/usr
   120.1 --- a/libparserutils/receipt	Thu Feb 17 15:35:13 2011 +0100
   120.2 +++ b/libparserutils/receipt	Thu Feb 17 19:08:45 2011 +0100
   120.3 @@ -7,19 +7,12 @@
   120.4  MAINTAINER="pankso@slitaz.org"
   120.5  WEB_SITE="http://www.netsurf-browser.org/projects/libparserutils/"
   120.6  BUILD_DEPENDS="subversion"
   120.7 +WGET_URL="subversion|svn://svn.netsurf-browser.org/trunk/libparserutils"
   120.8 +BRANCH="$VERSION"
   120.9  
  120.10  # Rules to configure and make the package.
  120.11  compile_rules()
  120.12  {
  120.13 -	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
  120.14 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-svn-$VERSION.tar.gz
  120.15 -	if [ -f $TARBALL ]; then
  120.16 -		tar xzf $TARBALL
  120.17 -	else
  120.18 -		svn co svn://svn.netsurf-browser.org/trunk/libparserutils \
  120.19 -			-r $VERSION $PACKAGE-$VERSION &&
  120.20 -		tar czf $TARBALL $PACKAGE-$VERSION
  120.21 -	fi
  120.22  	cd $src
  120.23  	make install DESTDIR=$PWD/_pkg PREFIX=/usr &&
  120.24  	make install COMPONENT_TYPE=lib-shared DESTDIR=$PWD/_pkg PREFIX=/usr 
   121.1 --- a/libpostgresqlclient/receipt	Thu Feb 17 15:35:13 2011 +0100
   121.2 +++ b/libpostgresqlclient/receipt	Thu Feb 17 19:08:45 2011 +0100
   121.3 @@ -15,7 +15,7 @@
   121.4  		dir=$(dirname $file)
   121.5  		[ -d $fs$dir ] || mkdir -p $fs$dir
   121.6  		cp -a $_pkg$file $fs$file
   121.7 -	done < $src/$PACKAGE.files-list
   121.8 +	done < $WOK/$WANTED/stuff/$PACKAGE.files-list
   121.9  	strip -s $fs/usr/lib/postgresql/*.so*
  121.10  	ln -s /usr/lib/postgresql/libpq.so.5 $fs/usr/lib/libpq.so.5
  121.11  }
   122.1 --- a/libsasl-without-ldap/receipt	Thu Feb 17 15:35:13 2011 +0100
   122.2 +++ b/libsasl-without-ldap/receipt	Thu Feb 17 19:08:45 2011 +0100
   122.3 @@ -23,8 +23,8 @@
   122.4  		--disable-gssapi --enable-login \
   122.5  		--disable-otp --enable-plain \
   122.6  		--mandir=/usr/share/man $CONFIGURE_ARGS &&
   122.7 -	make &&
   122.8 -	make DESTDIR=$PWD/_pkg install
   122.9 +	make -j1 &&
  122.10 +	make -j1 DESTDIR=$PWD/_pkg install
  122.11  }
  122.12  
  122.13  
   123.1 --- a/libsmpeg-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   123.2 +++ b/libsmpeg-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   123.3 @@ -1,7 +1,7 @@
   123.4  # SliTaz package receipt.
   123.5  
   123.6  PACKAGE="libsmpeg-dev"
   123.7 -VERSION="389"
   123.8 +VERSION="390"
   123.9  CATEGORY="development"
  123.10  SHORT_DESC="Mpeg decoding library devel files"
  123.11  MAINTAINER="claudinei@slitaz.org"
  123.12 @@ -13,7 +13,6 @@
  123.13  genpkg_rules()
  123.14  {
  123.15  	mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share $fs/usr/include
  123.16 -	#_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
  123.17  	cp $_pkg/usr/bin/smpeg-config $fs/usr/bin
  123.18  	chmod +x $fs/usr/bin/smpeg-config
  123.19  	cp -a $_pkg/usr/include/smpeg $fs/usr/include
   124.1 --- a/libsmpeg/receipt	Thu Feb 17 15:35:13 2011 +0100
   124.2 +++ b/libsmpeg/receipt	Thu Feb 17 19:08:45 2011 +0100
   124.3 @@ -1,27 +1,19 @@
   124.4  # SliTaz package receipt.
   124.5  
   124.6  PACKAGE="libsmpeg"
   124.7 -VERSION="389"
   124.8 +VERSION="390"
   124.9  CATEGORY="development"
  124.10  SHORT_DESC="Mpeg decoding library"
  124.11  MAINTAINER="claudinei@slitaz.org"
  124.12  WEB_SITE="http://icculus.org/smpeg"
  124.13  DEPENDS="libsdl gcc-lib-base"
  124.14  BUILD_DEPENDS="libsdl libsdl-dev gtk+-dev autoconf automake m4 subversion tar"
  124.15 +WGET_URL="subversion|svn://svn.icculus.org/smpeg/trunk"
  124.16 +BRANCH="$VERSION"
  124.17  
  124.18  # Rules to configure and make the package.
  124.19  compile_rules()
  124.20  {
  124.21 -	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
  124.22 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma
  124.23 -	[ -L /bin/tar ] && tazpkg get-install tar --forced
  124.24 -	if [ -f $TARBALL ]; then
  124.25 -		tar xf $TARBALL
  124.26 -	else
  124.27 -		svn co svn://svn.icculus.org/smpeg/trunk \
  124.28 -			-r $VERSION $PACKAGE-$VERSION &&
  124.29 -		tar -c --lzma -f $TARBALL $PACKAGE-$VERSION
  124.30 -	fi
  124.31  	cd $src
  124.32  	chmod +x install-sh
  124.33  	./autogen.sh
   125.1 --- a/libtaz/receipt	Thu Feb 17 15:35:13 2011 +0100
   125.2 +++ b/libtaz/receipt	Thu Feb 17 19:08:45 2011 +0100
   125.3 @@ -1,15 +1,15 @@
   125.4  # SliTaz package receipt.
   125.5  
   125.6  PACKAGE="libtaz"
   125.7 -VERSION="0.0.5"
   125.8 +VERSION="0.0.6.1"
   125.9  CATEGORY="base-system"
  125.10  SHORT_DESC="Slitaz generic library."
  125.11  MAINTAINER="gokhlayeh@slitaz.org"
  125.12 -#TARBALL="$PACKAGE-$VERSION.tar.gz"
  125.13 -TARBALL="$VERSION.tar.bz2"
  125.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
  125.15  WEB_SITE="http://www.slitaz.org/"
  125.16 -#WGET_URL="http://mirror.slitaz.org/sources/libtaz/$TARBALL"
  125.17 -WGET_URL="http://hg.slitaz.org/libtaz/archive/$TARBALL"
  125.18 +# Use mercurial until tarball is mirrored.
  125.19 +#WGET_URL="http://mirror.slitaz.org/sources/$PACKAGE/$TARBALL"
  125.20 +WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.bz2"
  125.21  TAGS="slitaz"
  125.22  CONFIG_FILES="/etc/slitaz/slitaz.conf"
  125.23  
   126.1 --- a/libwebkit-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   126.2 +++ b/libwebkit-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   126.3 @@ -1,11 +1,11 @@
   126.4  # SliTaz package receipt.
   126.5  
   126.6  PACKAGE="libwebkit-dev"
   126.7 -SOURCE="webkit"
   126.8  VERSION="1.2.7"
   126.9  CATEGORY="network"
  126.10  SHORT_DESC="xHTML render library."
  126.11  DEPENDS="libwebkit libsoup-dev enchant-dev libtasn1-dev sqlite-dev"
  126.12 +SOURCE="webkit"
  126.13  WANTED="libwebkit"
  126.14  MAINTAINER="mallory@sweetpeople.org"
  126.15  WEB_SITE="http://webkitgtk.org"
  126.16 @@ -13,7 +13,6 @@
  126.17  # Rules to gen a SliTaz package suitable for Tazpkg.
  126.18  genpkg_rules()
  126.19  {
  126.20 -	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
  126.21  	mkdir -p $fs/usr/lib $fs/usr/share
  126.22  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
  126.23  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   127.1 --- a/libwebkit/receipt	Thu Feb 17 15:35:13 2011 +0100
   127.2 +++ b/libwebkit/receipt	Thu Feb 17 19:08:45 2011 +0100
   127.3 @@ -1,7 +1,6 @@
   127.4  # SliTaz package receipt.
   127.5  
   127.6  PACKAGE="libwebkit"
   127.7 -SOURCE="webkit"
   127.8  VERSION="1.2.7"
   127.9  CATEGORY="network"
  127.10  SHORT_DESC="xHTML render library."
  127.11 @@ -16,10 +15,12 @@
  127.12  libxcb-dev xcb-util-dev util-linux-ng-uuid-dev zlib-dev libtasn1-dev \
  127.13  gobject-introspection-dev tar gettext"
  127.14  MAINTAINER="mallory@sweetpeople.org"
  127.15 +SOURCE="webkit"
  127.16  TARBALL="$SOURCE-$VERSION.tar.gz"
  127.17  WEB_SITE="http://webkitgtk.org"
  127.18  WGET_URL="$WEB_SITE/$TARBALL"
  127.19  
  127.20 +
  127.21  # Rules to configure and make the package.
  127.22  compile_rules()
  127.23  {
  127.24 @@ -30,11 +31,11 @@
  127.25  		--infodir=/usr/share/info \
  127.26  		--mandir=/usr/share/man \
  127.27  		--enable-introspection=yes \
  127.28 -        --enable-video=no \
  127.29 +		--enable-video=no \
  127.30  		--enable-jit=yes \
  127.31 -		--with-unicode-backend=glib \
  127.32 -		$CONFIGURE_ARGS &&
  127.33 -	make -j1 && make DESTDIR=$PWD/_pkg install
  127.34 +		--with-unicode-backend=glib &&
  127.35 +	make -j1 && make DESTDIR=$DESTDIR install
  127.36 +	cp -a $src/Programs/GtkLauncher $DESTDIR/usr/bin
  127.37  }
  127.38  
  127.39  # Rules to gen a SliTaz package suitable for Tazpkg.
  127.40 @@ -42,6 +43,6 @@
  127.41  {
  127.42  	mkdir -p $fs/usr/lib $fs/usr/bin
  127.43  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
  127.44 -	cp -a $src/Programs/GtkLauncher $fs/usr/bin/
  127.45 +	cp -a $_pkg/usr/bin/GtkLauncher $fs/usr/bin/
  127.46  	cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
  127.47  }
   128.1 --- a/libwrap-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   128.2 +++ b/libwrap-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   128.3 @@ -11,7 +11,6 @@
   128.4  # Rules to gen a SliTaz package suitable for Tazpkg.
   128.5  genpkg_rules()
   128.6  {
   128.7 -	src=$WOK/$WANTED/tcp_wrappers_${VERSION}
   128.8  	mkdir -p $fs/usr/include $fs/usr/lib
   128.9  	cp -a $src/tcpd.h $fs/usr/include
  128.10  	cp -a $src/*.a $fs/usr/lib
   129.1 --- a/libwrap/receipt	Thu Feb 17 15:35:13 2011 +0100
   129.2 +++ b/libwrap/receipt	Thu Feb 17 19:08:45 2011 +0100
   129.3 @@ -13,7 +13,6 @@
   129.4  # Rules to configure and make the package.
   129.5  compile_rules()
   129.6  {
   129.7 -	src=$PWD/${SOURCE}_${VERSION}
   129.8  	cd $src
   129.9  	# Patch from Linux From Scratch
  129.10  	[ -f done.tcp_wrappers-7.6-shared_lib_plus_plus-1.patch ] ||
  129.11 @@ -27,7 +26,6 @@
  129.12  # Rules to gen a SliTaz package suitable for Tazpkg.
  129.13  genpkg_rules()
  129.14  {
  129.15 -	src=$PWD/${SOURCE}_${VERSION}
  129.16  	mkdir -p $fs/usr/lib 
  129.17  	cp -a $src/shared/*.so* $fs/usr/lib
  129.18  }
   130.1 --- a/libxfcegui4-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   130.2 +++ b/libxfcegui4-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   130.3 @@ -1,7 +1,7 @@
   130.4  # SliTaz package receipt.
   130.5  
   130.6  PACKAGE="libxfcegui4-dev"
   130.7 -VERSION="4.8.0"
   130.8 +VERSION="4.8.1"
   130.9  CATEGORY="development"
  130.10  SHORT_DESC="Xfce Gtk Widget library dev files"
  130.11  MAINTAINER="erjo@slitaz.org"
   131.1 --- a/libxfcegui4/receipt	Thu Feb 17 15:35:13 2011 +0100
   131.2 +++ b/libxfcegui4/receipt	Thu Feb 17 19:08:45 2011 +0100
   131.3 @@ -1,7 +1,7 @@
   131.4  # SliTaz package receipt.
   131.5  
   131.6  PACKAGE="libxfcegui4"
   131.7 -VERSION="4.8.0"
   131.8 +VERSION="4.8.1"
   131.9  CATEGORY="x-window"
  131.10  SHORT_DESC="Xfce Gtk Widget library"
  131.11  MAINTAINER="erjo@slitaz.org"
   132.1 --- a/lighttpd-ssl/receipt	Thu Feb 17 15:35:13 2011 +0100
   132.2 +++ b/lighttpd-ssl/receipt	Thu Feb 17 19:08:45 2011 +0100
   132.3 @@ -25,14 +25,13 @@
   132.4  rewrite
   132.5  status
   132.6  userdir"
   132.7 -SRC_WANTED="$SOURCE"
   132.8  
   132.9  # Rules to configure and make the package.
  132.10  compile_rules()
  132.11  {
  132.12  	cd $src
  132.13  	if [ ! done.fastcgi_detach.patch ]; then
  132.14 -		patch -i ../stuff/fastcgi_detach.patch || exit 1
  132.15 +		patch -i $WOK/$SOURCE/stuff/fastcgi_detach.patch || return 1
  132.16  		touch done.fastcgi_detach.patch
  132.17  	fi
  132.18  	./configure \
  132.19 @@ -64,8 +63,8 @@
  132.20  	done
  132.21  
  132.22  	# Server root and config file.
  132.23 -	cp -a stuff/var $fs
  132.24 -	cp -a stuff/etc $fs
  132.25 +	cp -a $WOK/$SOURCE/stuff/var $fs
  132.26 +	cp -a $WOK/$SOURCE/stuff/etc $fs
  132.27  	chown -R 0.0 $fs/var/www
  132.28  	chown -R 0.0 $fs/etc
  132.29  	mkdir -p $fs/etc/ssl/lighttpd
   133.1 --- a/lighttpd-ssl/stuff	Thu Feb 17 15:35:13 2011 +0100
   133.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
   133.3 @@ -1,1 +0,0 @@
   133.4 -../lighttpd/stuff
   133.5 \ No newline at end of file
   134.1 --- a/lighttpd/receipt	Thu Feb 17 15:35:13 2011 +0100
   134.2 +++ b/lighttpd/receipt	Thu Feb 17 19:08:45 2011 +0100
   134.3 @@ -29,7 +29,7 @@
   134.4  {
   134.5  	cd $src
   134.6  	if [ ! done.fastcgi_detach.patch ]; then
   134.7 -		patch -i ../stuff/fastcgi_detach.patch || exit 1
   134.8 +		patch -i ../stuff/fastcgi_detach.patch || return 1
   134.9  		touch done.fastcgi_detach.patch
  134.10  	fi
  134.11  	./configure \
   135.1 --- a/linmodem-hsfmodem/receipt	Thu Feb 17 15:35:13 2011 +0100
   135.2 +++ b/linmodem-hsfmodem/receipt	Thu Feb 17 19:08:45 2011 +0100
   135.3 @@ -18,7 +18,7 @@
   135.4  	KERNEL_VERSION=`grep  ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
   135.5  	cd $src
   135.6  	echo "Apply $file..."
   135.7 -	patch -p1 < ../stuff/$SOURCE-$VERSION.diff || exit 1
   135.8 +	patch -p1 < ../stuff/$SOURCE-$VERSION.diff || return 1
   135.9  	grep -rl 'uname -r' . | xargs sed -i "s/uname -r/echo $KERNEL_VERSION/g"
  135.10  	# build driver
  135.11  	echo "Build driver"
   136.1 --- a/linux-acpi/receipt	Thu Feb 17 15:35:13 2011 +0100
   136.2 +++ b/linux-acpi/receipt	Thu Feb 17 19:08:45 2011 +0100
   136.3 @@ -17,7 +17,7 @@
   136.4      mkdir -p $fs/$path
   136.5      export src
   136.6      export _pkg
   136.7 -    $src/slitaz/list_modules.sh drivers/acpi drivers/platform/x86/thinkpad_acpi.ko.gz \
   136.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/acpi drivers/platform/x86/thinkpad_acpi.ko.gz \
   136.9      drivers/platform/x86/asus-laptop.ko.gz drivers/platform/x86/eeepc-wmi.ko.gz \
  136.10      drivers/platform/x86/msi-laptop.ko.gz drivers/platform/x86/panasonic-laptop.ko.gz \
  136.11      drivers/platform/x86/sony-laptop.ko.gz drivers/platform/x86/acer-wmi.ko.gz \
  136.12 @@ -44,6 +44,6 @@
  136.13  
  136.14  post_remove()
  136.15  {
  136.16 -	depmod -a
  136.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  136.18  }
  136.19  
   137.1 --- a/linux-agp/receipt	Thu Feb 17 15:35:13 2011 +0100
   137.2 +++ b/linux-agp/receipt	Thu Feb 17 19:08:45 2011 +0100
   137.3 @@ -17,7 +17,7 @@
   137.4      mkdir -p $fs/$path
   137.5      export src
   137.6      export _pkg
   137.7 -    $src/slitaz/list_modules.sh drivers/char/agp | while read module; do
   137.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/char/agp | while read module; do
   137.9      	dir=$path/$(dirname $module)
  137.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  137.11          cp -a $_pkg/$path/$module $fs/$dir
  137.12 @@ -38,6 +38,6 @@
  137.13  
  137.14  post_remove()
  137.15  {
  137.16 -	depmod -a $VERSION-slitaz
  137.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  137.18  }
  137.19  
   138.1 --- a/linux-appletalk/receipt	Thu Feb 17 15:35:13 2011 +0100
   138.2 +++ b/linux-appletalk/receipt	Thu Feb 17 19:08:45 2011 +0100
   138.3 @@ -19,7 +19,7 @@
   138.4      export src
   138.5      export _pkg
   138.6      
   138.7 -    $src/slitaz/list_modules.sh drivers/net/appletalk net/appletalk \
   138.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/net/appletalk net/appletalk \
   138.9  	net/802/p8022.ko.gz | while read module; do
  138.10      	dir=$path/$(dirname $module)
  138.11      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  138.12 @@ -41,6 +41,6 @@
  138.13  
  138.14  post_remove()
  138.15  {
  138.16 -	depmod -a $VERSION-slitaz
  138.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  138.18  }
  138.19  
   139.1 --- a/linux-autofs/receipt	Thu Feb 17 15:35:13 2011 +0100
   139.2 +++ b/linux-autofs/receipt	Thu Feb 17 19:08:45 2011 +0100
   139.3 @@ -18,7 +18,7 @@
   139.4      mkdir -p $fs/$path $fs/etc
   139.5      export src
   139.6      export _pkg
   139.7 -    $src/slitaz/list_modules.sh fs/autofs4 | while read module; do
   139.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/autofs4 | while read module; do
   139.9      	dir=$path/$(dirname $module)
  139.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  139.11          cp -a $_pkg/$path/$module $fs/$dir
  139.12 @@ -37,6 +37,6 @@
  139.13  post_remove()
  139.14  {
  139.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  139.16 -	depmod -a $VERSION-slitaz
  139.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  139.18  }
  139.19  
   140.1 --- a/linux-bluetooth/receipt	Thu Feb 17 15:35:13 2011 +0100
   140.2 +++ b/linux-bluetooth/receipt	Thu Feb 17 19:08:45 2011 +0100
   140.3 @@ -17,7 +17,7 @@
   140.4      mkdir -p $fs/$path
   140.5      export src
   140.6      export _pkg
   140.7 -    $src/slitaz/list_modules.sh drivers/bluetooth net/bluetooth | while read module; do
   140.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/bluetooth net/bluetooth | while read module; do
   140.9      	dir=$path/$(dirname $module)
  140.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  140.11          cp -a $_pkg/$path/$module $fs/$dir
  140.12 @@ -38,6 +38,6 @@
  140.13  
  140.14  post_remove()
  140.15  {
  140.16 -	depmod -a $VERSION-slitaz
  140.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  140.18  }
  140.19  
   141.1 --- a/linux-bridge/receipt	Thu Feb 17 15:35:13 2011 +0100
   141.2 +++ b/linux-bridge/receipt	Thu Feb 17 19:08:45 2011 +0100
   141.3 @@ -17,7 +17,7 @@
   141.4      mkdir -p $fs/$path
   141.5      export src
   141.6      export _pkg
   141.7 -    $src/slitaz/list_modules.sh net/bridge | while read module; do
   141.8 +    $WOK/$WANTED/stuff/list_modules.sh net/bridge | while read module; do
   141.9      	dir=$path/$(dirname $module)
  141.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  141.11          cp -a $_pkg/$path/$module $fs/$dir
  141.12 @@ -38,6 +38,6 @@
  141.13  
  141.14  post_remove()
  141.15  {
  141.16 -	depmod -a $VERSION-slitaz
  141.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  141.18  }
  141.19  
   142.1 --- a/linux-btrfs/receipt	Thu Feb 17 15:35:13 2011 +0100
   142.2 +++ b/linux-btrfs/receipt	Thu Feb 17 19:08:45 2011 +0100
   142.3 @@ -18,7 +18,7 @@
   142.4      mkdir -p $fs/$path $fs/etc
   142.5      export src
   142.6      export _pkg
   142.7 -    $src/slitaz/list_modules.sh fs/${PACKAGE#*-} | while read module; do
   142.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/${PACKAGE#*-} | while read module; do
   142.9      	dir=$path/$(dirname $module)
  142.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  142.11          cp -a $_pkg/$path/$module $fs/$dir
  142.12 @@ -43,6 +43,6 @@
  142.13  post_remove()
  142.14  {
  142.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  142.16 -	depmod -a $VERSION-slitaz
  142.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  142.18  }
  142.19  
   143.1 --- a/linux-cifs/receipt	Thu Feb 17 15:35:13 2011 +0100
   143.2 +++ b/linux-cifs/receipt	Thu Feb 17 19:08:45 2011 +0100
   143.3 @@ -18,7 +18,7 @@
   143.4      mkdir -p $fs/$path $fs/etc
   143.5      export src
   143.6      export _pkg
   143.7 -    $src/slitaz/list_modules.sh fs/cifs | while read module; do
   143.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/cifs | while read module; do
   143.9      	dir=$path/$(dirname $module)
  143.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  143.11          cp -a $_pkg/$path/$module $fs/$dir
  143.12 @@ -37,6 +37,6 @@
  143.13  post_remove()
  143.14  {
  143.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  143.16 -	depmod -a $VERSION-slitaz
  143.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  143.18  }
  143.19  
   144.1 --- a/linux-coda/receipt	Thu Feb 17 15:35:13 2011 +0100
   144.2 +++ b/linux-coda/receipt	Thu Feb 17 19:08:45 2011 +0100
   144.3 @@ -18,7 +18,7 @@
   144.4      mkdir -p $fs/$path $fs/etc
   144.5      export src
   144.6      export _pkg
   144.7 -    $src/slitaz/list_modules.sh fs/coda | while read module; do
   144.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/coda | while read module; do
   144.9      	dir=$path/$(dirname $module)
  144.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  144.11          cp -a $_pkg/$path/$module $fs/$dir
  144.12 @@ -37,6 +37,6 @@
  144.13  post_remove()
  144.14  {
  144.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  144.16 -	depmod -a $VERSION-slitaz
  144.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  144.18  }
  144.19  
   145.1 --- a/linux-configfs/receipt	Thu Feb 17 15:35:13 2011 +0100
   145.2 +++ b/linux-configfs/receipt	Thu Feb 17 19:08:45 2011 +0100
   145.3 @@ -18,7 +18,7 @@
   145.4      mkdir -p $fs/$path $fs/etc
   145.5      export src
   145.6      export _pkg
   145.7 -    $src/slitaz/list_modules.sh fs/${PACKAGE#*-} | while read module; do
   145.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/${PACKAGE#*-} | while read module; do
   145.9      	dir=$path/$(dirname $module)
  145.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  145.11          cp -a $_pkg/$path/$module $fs/$dir
  145.12 @@ -37,6 +37,6 @@
  145.13  post_remove()
  145.14  {
  145.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  145.16 -	depmod -a $VERSION-slitaz
  145.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  145.18  }
  145.19  
   146.1 --- a/linux-cpufreq/receipt	Thu Feb 17 15:35:13 2011 +0100
   146.2 +++ b/linux-cpufreq/receipt	Thu Feb 17 19:08:45 2011 +0100
   146.3 @@ -17,7 +17,7 @@
   146.4      mkdir -p $fs/$path
   146.5      export src
   146.6      export _pkg
   146.7 -    $src/slitaz/list_modules.sh arch/x86/kernel/cpu/cpufreq drivers/cpufreq | \
   146.8 +    $WOK/$WANTED/stuff/list_modules.sh arch/x86/kernel/cpu/cpufreq drivers/cpufreq | \
   146.9      while read module; do
  146.10      	dir=$path/$(dirname $module)
  146.11      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  146.12 @@ -33,6 +33,6 @@
  146.13  
  146.14  post_remove()
  146.15  {
  146.16 -	depmod -a $VERSION-slitaz
  146.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  146.18  }
  146.19  
   147.1 --- a/linux-cramfs/receipt	Thu Feb 17 15:35:13 2011 +0100
   147.2 +++ b/linux-cramfs/receipt	Thu Feb 17 19:08:45 2011 +0100
   147.3 @@ -18,7 +18,7 @@
   147.4      mkdir -p $fs/$path $fs/etc
   147.5      export src
   147.6      export _pkg
   147.7 -    $src/slitaz/list_modules.sh fs/cramfs | while read module; do
   147.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/cramfs | while read module; do
   147.9      	dir=$path/$(dirname $module)
  147.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  147.11          cp -a $_pkg/$path/$module $fs/$dir
  147.12 @@ -37,6 +37,6 @@
  147.13  post_remove()
  147.14  {
  147.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  147.16 -	depmod -a $VERSION-slitaz
  147.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  147.18  }
  147.19  
   148.1 --- a/linux-crypto/receipt	Thu Feb 17 15:35:13 2011 +0100
   148.2 +++ b/linux-crypto/receipt	Thu Feb 17 19:08:45 2011 +0100
   148.3 @@ -17,7 +17,7 @@
   148.4      mkdir -p $fs/$path
   148.5      export src
   148.6      export _pkg
   148.7 -    $src/slitaz/list_modules.sh arch/x86/crypto crypto drivers/crypto | \
   148.8 +    $WOK/$WANTED/stuff/list_modules.sh arch/x86/crypto crypto drivers/crypto | \
   148.9      while read module; do
  148.10      	dir=$path/$(dirname $module)
  148.11      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  148.12 @@ -39,6 +39,6 @@
  148.13  
  148.14  post_remove()
  148.15  {
  148.16 -	depmod -a $VERSION-slitaz
  148.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  148.18  }
  148.19  
   149.1 --- a/linux-cryptoloop/receipt	Thu Feb 17 15:35:13 2011 +0100
   149.2 +++ b/linux-cryptoloop/receipt	Thu Feb 17 19:08:45 2011 +0100
   149.3 @@ -17,7 +17,7 @@
   149.4      mkdir -p $fs/$path
   149.5      export src
   149.6      export _pkg
   149.7 -    $src/slitaz/list_modules.sh drivers/block/cryptoloop.ko.gz | \
   149.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/block/cryptoloop.ko.gz | \
   149.9      while read module; do
  149.10      	dir=$path/$(dirname $module)
  149.11      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  149.12 @@ -33,6 +33,6 @@
  149.13  
  149.14  post_remove()
  149.15  {
  149.16 -	depmod -a $VERSION-slitaz
  149.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  149.18  }
  149.19  
   150.1 --- a/linux-dialup/receipt	Thu Feb 17 15:35:13 2011 +0100
   150.2 +++ b/linux-dialup/receipt	Thu Feb 17 19:08:45 2011 +0100
   150.3 @@ -17,7 +17,7 @@
   150.4      mkdir -p $fs/$path
   150.5      export src
   150.6      export _pkg
   150.7 -    $src/slitaz/list_modules.sh drivers/serial/serial_cs.ko.gz drivers/char/nozomi.ko.gz \
   150.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/serial/serial_cs.ko.gz drivers/char/nozomi.ko.gz \
   150.9  	drivers/usb/serial/option.ko.gz drivers/net/usb/hso.ko.gz | \
  150.10  	while read module; do
  150.11      	dir=$path/$(dirname $module)
  150.12 @@ -40,6 +40,6 @@
  150.13  
  150.14  post_remove()
  150.15  {
  150.16 -	depmod -a $VERSION-slitaz
  150.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  150.18  }
  150.19  
   151.1 --- a/linux-dlm/receipt	Thu Feb 17 15:35:13 2011 +0100
   151.2 +++ b/linux-dlm/receipt	Thu Feb 17 19:08:45 2011 +0100
   151.3 @@ -38,6 +38,6 @@
   151.4  post_remove()
   151.5  {
   151.6  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   151.7 -	depmod -a $VERSION-slitaz
   151.8 +	chroot "$1/" depmod -a $VERSION-slitaz
   151.9  }
  151.10  
   152.1 --- a/linux-drm/receipt	Thu Feb 17 15:35:13 2011 +0100
   152.2 +++ b/linux-drm/receipt	Thu Feb 17 19:08:45 2011 +0100
   152.3 @@ -17,7 +17,7 @@
   152.4  	mkdir -p $fs/$path
   152.5  	export src
   152.6  	export _pkg
   152.7 -	$src/slitaz/list_modules.sh drivers/gpu/drm | while read module; do
   152.8 +	$WOK/$WANTED/stuff/list_modules.sh drivers/gpu/drm | while read module; do
   152.9  		dir=$path/$(dirname $module)
  152.10  		[ -d $fs/$dir ] || mkdir -p $fs/$dir
  152.11  		cp -a $_pkg/$path/$module $fs/$dir
  152.12 @@ -43,6 +43,6 @@
  152.13  
  152.14  post_remove()
  152.15  {
  152.16 -	depmod -a $VERSION-slitaz
  152.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  152.18  }
  152.19  
   153.1 --- a/linux-firewire/receipt	Thu Feb 17 15:35:13 2011 +0100
   153.2 +++ b/linux-firewire/receipt	Thu Feb 17 19:08:45 2011 +0100
   153.3 @@ -17,7 +17,7 @@
   153.4      mkdir -p $fs/$path
   153.5      export src
   153.6      export _pkg
   153.7 -    $src/slitaz/list_modules.sh drivers/firewire | while read module; do
   153.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/firewire | while read module; do
   153.9      	dir=$path/$(dirname $module)
  153.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  153.11          cp -a $_pkg/$path/$module $fs/$dir
  153.12 @@ -32,6 +32,6 @@
  153.13  
  153.14  post_remove()
  153.15  {
  153.16 -	depmod -a $VERSION-slitaz
  153.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  153.18  }
  153.19  
   154.1 --- a/linux-gfs2/receipt	Thu Feb 17 15:35:13 2011 +0100
   154.2 +++ b/linux-gfs2/receipt	Thu Feb 17 19:08:45 2011 +0100
   154.3 @@ -18,7 +18,7 @@
   154.4      mkdir -p $fs/$path $fs/etc
   154.5      export src
   154.6      export _pkg
   154.7 -    $src/slitaz/list_modules.sh fs/gfs2 | while read module; do
   154.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/gfs2 | while read module; do
   154.9      	dir=$path/$(dirname $module)
  154.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  154.11          cp -a $_pkg/$path/$module $fs/$dir
  154.12 @@ -37,6 +37,6 @@
  154.13  post_remove()
  154.14  {
  154.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  154.16 -	depmod -a $VERSION-slitaz
  154.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  154.18  }
  154.19  
   155.1 --- a/linux-hfs/receipt	Thu Feb 17 15:35:13 2011 +0100
   155.2 +++ b/linux-hfs/receipt	Thu Feb 17 19:08:45 2011 +0100
   155.3 @@ -18,7 +18,7 @@
   155.4      mkdir -p $fs/$path $fs/etc
   155.5      export src
   155.6      export _pkg
   155.7 -    $src/slitaz/list_modules.sh fs/${PACKAGE#*-} | while read module; do
   155.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/${PACKAGE#*-} | while read module; do
   155.9      	dir=$path/$(dirname $module)
  155.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  155.11          cp -a $_pkg/$path/$module $fs/$dir
  155.12 @@ -37,6 +37,6 @@
  155.13  post_remove()
  155.14  {
  155.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  155.16 -	depmod -a $VERSION-slitaz
  155.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  155.18  }
  155.19  
   156.1 --- a/linux-hfsplus/receipt	Thu Feb 17 15:35:13 2011 +0100
   156.2 +++ b/linux-hfsplus/receipt	Thu Feb 17 19:08:45 2011 +0100
   156.3 @@ -18,7 +18,7 @@
   156.4      mkdir -p $fs/$path $fs/etc
   156.5      export src
   156.6      export _pkg
   156.7 -    $src/slitaz/list_modules.sh fs/hfsplus | while read module; do
   156.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/hfsplus | while read module; do
   156.9      	dir=$path/$(dirname $module)
  156.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  156.11          cp -a $_pkg/$path/$module $fs/$dir
  156.12 @@ -37,5 +37,5 @@
  156.13  post_remove()
  156.14  {
  156.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  156.16 -	depmod -a $VERSION-slitaz
  156.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  156.18  }
   157.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   157.2 +++ b/linux-hwmon/receipt	Thu Feb 17 19:08:45 2011 +0100
   157.3 @@ -0,0 +1,43 @@
   157.4 +# SliTaz package receipt.
   157.5 +
   157.6 +PACKAGE="linux-hwmon"
   157.7 +VERSION="2.6.37"
   157.8 +CATEGORY="base-system"
   157.9 +SHORT_DESC="The Linux kernel hwmon modules."
  157.10 +MAINTAINER="devel@slitaz.org"
  157.11 +DEPENDS="linux"
  157.12 +WANTED="linux"
  157.13 +WEB_SITE="http://www.kernel.org/"
  157.14 +
  157.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
  157.16 +genpkg_rules()
  157.17 +{
  157.18 +    local path
  157.19 +    path=lib/modules/$VERSION-slitaz/kernel
  157.20 +    mkdir -p $fs/$path
  157.21 +    export src
  157.22 +    export _pkg
  157.23 +    $WOK/$WANTED/stuff/list_modules.sh drivers/hwmon | while read module; do
  157.24 +    	dir=$path/$(dirname $module)
  157.25 +    	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  157.26 +        cp -a $_pkg/$path/$module $fs/$dir
  157.27 +    done
  157.28 +
  157.29 +    for i in $(cat $WOK/$WANTED/stuff/modules-$VERSION.list); do
  157.30 +        if [ $fs/lib/modules/$VERSION-slitaz/kernel/$i ]; then
  157.31 +	    rm -f $fs/lib/modules/$VERSION-slitaz/kernel/$i
  157.32 +	fi
  157.33 +    done
  157.34 +}
  157.35 +
  157.36 +# Post install/remove commands for Tazpkg.
  157.37 +post_install()
  157.38 +{
  157.39 +	chroot "$1/" depmod -a $VERSION-slitaz
  157.40 +}
  157.41 +
  157.42 +post_remove()
  157.43 +{
  157.44 +	chroot "$1/" depmod -a $VERSION-slitaz
  157.45 +}
  157.46 +
   158.1 --- a/linux-input-misc/receipt	Thu Feb 17 15:35:13 2011 +0100
   158.2 +++ b/linux-input-misc/receipt	Thu Feb 17 19:08:45 2011 +0100
   158.3 @@ -16,7 +16,7 @@
   158.4      mkdir -p $fs/$path
   158.5      export src
   158.6      export _pkg
   158.7 -    $src/slitaz/list_modules.sh drivers/input/misc | while read module; do
   158.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/input/misc | while read module; do
   158.9      	dir=$path/$(dirname $module)
  158.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  158.11          cp -a $_pkg/$path/$module $fs/$dir
  158.12 @@ -37,6 +37,6 @@
  158.13  
  158.14  post_remove()
  158.15  {
  158.16 -	depmod -a $VERSION-slitaz
  158.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  158.18  }
  158.19  
   159.1 --- a/linux-input-tablet/receipt	Thu Feb 17 15:35:13 2011 +0100
   159.2 +++ b/linux-input-tablet/receipt	Thu Feb 17 19:08:45 2011 +0100
   159.3 @@ -16,7 +16,7 @@
   159.4      mkdir -p $fs/$path
   159.5      export src
   159.6      export _pkg
   159.7 -    $src/slitaz/list_modules.sh drivers/input/tablet | while read module; do
   159.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/input/tablet | while read module; do
   159.9      	dir=$path/$(dirname $module)
  159.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  159.11          cp -a $_pkg/$path/$module $fs/$dir
  159.12 @@ -32,6 +32,6 @@
  159.13  
  159.14  post_remove()
  159.15  {
  159.16 -	depmod -a $VERSION-slitaz
  159.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  159.18  }
  159.19  
   160.1 --- a/linux-input-touchscreen/receipt	Thu Feb 17 15:35:13 2011 +0100
   160.2 +++ b/linux-input-touchscreen/receipt	Thu Feb 17 19:08:45 2011 +0100
   160.3 @@ -16,7 +16,7 @@
   160.4      mkdir -p $fs/$path
   160.5      export src
   160.6      export _pkg
   160.7 -    $src/slitaz/list_modules.sh drivers/input/touchscreen \
   160.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/input/touchscreen \
   160.9  	  lib/ts_bm.ko.gz lib/ts_fsm.ko.gz lib/ts_kmp.ko.gz | while read module; do
  160.10      	dir=$path/$(dirname $module)
  160.11      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  160.12 @@ -38,6 +38,6 @@
  160.13  
  160.14  post_remove()
  160.15  {
  160.16 -	depmod -a $VERSION-slitaz
  160.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  160.18  }
  160.19  
   161.1 --- a/linux-ipv6/receipt	Thu Feb 17 15:35:13 2011 +0100
   161.2 +++ b/linux-ipv6/receipt	Thu Feb 17 19:08:45 2011 +0100
   161.3 @@ -17,7 +17,7 @@
   161.4      mkdir -p $fs/$path
   161.5      export src
   161.6      export _pkg
   161.7 -    $src/slitaz/list_modules.sh net/ipv6 | while read module; do
   161.8 +    $WOK/$WANTED/stuff/list_modules.sh net/ipv6 | while read module; do
   161.9      	dir=$path/$(dirname $module)
  161.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  161.11          cp -a $_pkg/$path/$module $fs/$dir
  161.12 @@ -38,6 +38,6 @@
  161.13  
  161.14  post_remove()
  161.15  {
  161.16 -	depmod -a $VERSION-slitaz
  161.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  161.18  }
  161.19  
   162.1 --- a/linux-irda/receipt	Thu Feb 17 15:35:13 2011 +0100
   162.2 +++ b/linux-irda/receipt	Thu Feb 17 19:08:45 2011 +0100
   162.3 @@ -19,7 +19,7 @@
   162.4      export src
   162.5      export _pkg
   162.6      
   162.7 -    $src/slitaz/list_modules.sh drivers/net/irda net/irda | while read module; do
   162.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/net/irda net/irda | while read module; do
   162.9      	dir=$path/$(dirname $module)
  162.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  162.11          cp -a $_pkg/$path/$module $fs/$dir
  162.12 @@ -34,6 +34,6 @@
  162.13  
  162.14  post_remove()
  162.15  {
  162.16 -	depmod -a $VERSION-slitaz
  162.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  162.18  }
  162.19  
   163.1 --- a/linux-isdn/receipt	Thu Feb 17 15:35:13 2011 +0100
   163.2 +++ b/linux-isdn/receipt	Thu Feb 17 19:08:45 2011 +0100
   163.3 @@ -17,7 +17,7 @@
   163.4      mkdir -p $fs/$path
   163.5      export src
   163.6      export _pkg
   163.7 -    $src/slitaz/list_modules.sh drivers/isdn | while read module; do
   163.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/isdn | while read module; do
   163.9      	dir=$path/$(dirname $module)
  163.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  163.11          cp -a $_pkg/$path/$module $fs/$dir
  163.12 @@ -38,6 +38,6 @@
  163.13  
  163.14  post_remove()
  163.15  {
  163.16 -	depmod -a $VERSION-slitaz
  163.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  163.18  }
  163.19  
   164.1 --- a/linux-jfs/receipt	Thu Feb 17 15:35:13 2011 +0100
   164.2 +++ b/linux-jfs/receipt	Thu Feb 17 19:08:45 2011 +0100
   164.3 @@ -18,7 +18,7 @@
   164.4      mkdir -p $fs/$path $fs/etc
   164.5      export src
   164.6      export _pkg
   164.7 -    $src/slitaz/list_modules.sh fs/jfs | while read module; do
   164.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/jfs | while read module; do
   164.9      	dir=$path/$(dirname $module)
  164.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  164.11          cp -a $_pkg/$path/$module $fs/$dir
  164.12 @@ -37,5 +37,5 @@
  164.13  post_remove()
  164.14  {
  164.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  164.16 -	depmod -a $VERSION-slitaz
  164.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  164.18  }
   165.1 --- a/linux-joystick/receipt	Thu Feb 17 15:35:13 2011 +0100
   165.2 +++ b/linux-joystick/receipt	Thu Feb 17 19:08:45 2011 +0100
   165.3 @@ -17,7 +17,7 @@
   165.4      mkdir -p $fs/$path
   165.5      export src
   165.6      export _pkg
   165.7 -    $src/slitaz/list_modules.sh drivers/input/joystick drivers/input/gameport \
   165.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/input/joystick drivers/input/gameport \
   165.9  	drivers/input/input-polldev.ko.gz | \
  165.10  	while read module; do
  165.11      	dir=$path/$(dirname $module)
  165.12 @@ -40,6 +40,6 @@
  165.13  
  165.14  post_remove()
  165.15  {
  165.16 -	depmod -a $VERSION-slitaz
  165.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  165.18  }
  165.19  
   166.1 --- a/linux-kvm/receipt	Thu Feb 17 15:35:13 2011 +0100
   166.2 +++ b/linux-kvm/receipt	Thu Feb 17 19:08:45 2011 +0100
   166.3 @@ -17,7 +17,7 @@
   166.4      mkdir -p $fs/$path
   166.5      export src
   166.6      export _pkg
   166.7 -    $src/slitaz/list_modules.sh arch/x86/kvm drivers/virtio drivers/lguest \
   166.8 +    $WOK/$WANTED/stuff/list_modules.sh arch/x86/kvm drivers/virtio drivers/lguest \
   166.9      drivers/char/hw_random/virtio-rng.ko.gz drivers/char/virtio_console.ko.gz \
  166.10      drivers/net/virtio_net.ko.gz drivers/block/virtio_blk.ko.gz | \
  166.11      while read module; do
  166.12 @@ -35,6 +35,6 @@
  166.13  
  166.14  post_remove()
  166.15  {
  166.16 -	depmod -a $VERSION-slitaz
  166.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  166.18  }
  166.19  
   167.1 --- a/linux-logfs/receipt	Thu Feb 17 15:35:13 2011 +0100
   167.2 +++ b/linux-logfs/receipt	Thu Feb 17 19:08:45 2011 +0100
   167.3 @@ -18,7 +18,7 @@
   167.4      mkdir -p $fs/$path $fs/etc
   167.5      export src
   167.6      export _pkg
   167.7 -    $src/slitaz/list_modules.sh fs/${PACKAGE#*-} | while read module; do
   167.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/${PACKAGE#*-} | while read module; do
   167.9      	dir=$path/$(dirname $module)
  167.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  167.11          cp -a $_pkg/$path/$module $fs/$dir
  167.12 @@ -37,6 +37,6 @@
  167.13  post_remove()
  167.14  {
  167.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  167.16 -	depmod -a $VERSION-slitaz
  167.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  167.18  }
  167.19  
   168.1 --- a/linux-md/receipt	Thu Feb 17 15:35:13 2011 +0100
   168.2 +++ b/linux-md/receipt	Thu Feb 17 19:08:45 2011 +0100
   168.3 @@ -18,7 +18,7 @@
   168.4      mkdir -p $fs/$path
   168.5      export src
   168.6      export _pkg
   168.7 -    $src/slitaz/list_modules.sh drivers/md | while read module; do
   168.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/md | while read module; do
   168.9      	case "$module" in
  168.10  	crypto/*) continue;;
  168.11  	esac
  168.12 @@ -42,6 +42,6 @@
  168.13  
  168.14  post_remove()
  168.15  {
  168.16 -	depmod -a $VERSION-slitaz
  168.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  168.18  }
  168.19  
   169.1 --- a/linux-memstick/receipt	Thu Feb 17 15:35:13 2011 +0100
   169.2 +++ b/linux-memstick/receipt	Thu Feb 17 19:08:45 2011 +0100
   169.3 @@ -19,7 +19,7 @@
   169.4      export src
   169.5      export _pkg
   169.6      
   169.7 -    $src/slitaz/list_modules.sh drivers/memstick | while read module; do
   169.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/memstick | while read module; do
   169.9      	dir=$path/$(dirname $module)
  169.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  169.11          cp -a $_pkg/$path/$module $fs/$dir
  169.12 @@ -40,6 +40,6 @@
  169.13  
  169.14  post_remove()
  169.15  {
  169.16 -	depmod -a $VERSION-slitaz
  169.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  169.18  }
  169.19  
   170.1 --- a/linux-minix/receipt	Thu Feb 17 15:35:13 2011 +0100
   170.2 +++ b/linux-minix/receipt	Thu Feb 17 19:08:45 2011 +0100
   170.3 @@ -18,7 +18,7 @@
   170.4      mkdir -p $fs/$path $fs/etc
   170.5      export src
   170.6      export _pkg
   170.7 -    $src/slitaz/list_modules.sh fs/${PACKAGE#*-} | while read module; do
   170.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/${PACKAGE#*-} | while read module; do
   170.9      	dir=$path/$(dirname $module)
  170.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  170.11          cp -a $_pkg/$path/$module $fs/$dir
  170.12 @@ -37,6 +37,6 @@
  170.13  post_remove()
  170.14  {
  170.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  170.16 -	depmod -a $VERSION-slitaz
  170.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  170.18  }
  170.19  
   171.1 --- a/linux-mmc/receipt	Thu Feb 17 15:35:13 2011 +0100
   171.2 +++ b/linux-mmc/receipt	Thu Feb 17 19:08:45 2011 +0100
   171.3 @@ -17,7 +17,7 @@
   171.4      mkdir -p $fs/$path
   171.5      export src
   171.6      export _pkg
   171.7 -    $src/slitaz/list_modules.sh drivers/mmc drivers/misc/tifm_7xx1.ko.gz drivers/misc/iwmc3200top/iwmc3200top.ko.gz| \
   171.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/mmc drivers/misc/tifm_7xx1.ko.gz drivers/misc/iwmc3200top/iwmc3200top.ko.gz| \
   171.9  	while read module; do
  171.10      	dir=$path/$(dirname $module)
  171.11      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  171.12 @@ -39,6 +39,6 @@
  171.13  
  171.14  post_remove()
  171.15  {
  171.16 -	depmod -a $VERSION-slitaz
  171.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  171.18  }
  171.19  
   172.1 --- a/linux-mwave/receipt	Thu Feb 17 15:35:13 2011 +0100
   172.2 +++ b/linux-mwave/receipt	Thu Feb 17 19:08:45 2011 +0100
   172.3 @@ -17,7 +17,7 @@
   172.4      mkdir -p $fs/$path
   172.5      export src
   172.6      export _pkg
   172.7 -    $src/slitaz/list_modules.sh drivers/char/mwave | while read module; do
   172.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/char/mwave | while read module; do
   172.9      	dir=$path/$(dirname $module)
  172.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  172.11          cp -a $_pkg/$path/$module $fs/$dir
  172.12 @@ -32,6 +32,6 @@
  172.13  
  172.14  post_remove()
  172.15  {
  172.16 -	depmod -a $VERSION-slitaz
  172.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  172.18  }
  172.19  
   173.1 --- a/linux-ncpfs/receipt	Thu Feb 17 15:35:13 2011 +0100
   173.2 +++ b/linux-ncpfs/receipt	Thu Feb 17 19:08:45 2011 +0100
   173.3 @@ -18,7 +18,7 @@
   173.4      mkdir -p $fs/$path $fs/etc
   173.5      export src
   173.6      export _pkg
   173.7 -    $src/slitaz/list_modules.sh fs/ncpfs | while read module; do
   173.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/ncpfs | while read module; do
   173.9      	dir=$path/$(dirname $module)
  173.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  173.11          cp -a $_pkg/$path/$module $fs/$dir
  173.12 @@ -37,6 +37,6 @@
  173.13  post_remove()
  173.14  {
  173.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  173.16 -	depmod -a $VERSION-slitaz
  173.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  173.18  }
  173.19  
   174.1 --- a/linux-netfilter/receipt	Thu Feb 17 15:35:13 2011 +0100
   174.2 +++ b/linux-netfilter/receipt	Thu Feb 17 19:08:45 2011 +0100
   174.3 @@ -19,7 +19,7 @@
   174.4      export src
   174.5      export _pkg
   174.6      
   174.7 -    $src/slitaz/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q | \
   174.8 +    $WOK/$WANTED/stuff/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q | \
   174.9      while read module; do
  174.10      	dir=$path/$(dirname $module)
  174.11      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  174.12 @@ -42,6 +42,6 @@
  174.13  
  174.14  post_remove()
  174.15  {
  174.16 -	depmod -a $VERSION-slitaz
  174.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  174.18  }
  174.19  
   175.1 --- a/linux-nfsd/receipt	Thu Feb 17 15:35:13 2011 +0100
   175.2 +++ b/linux-nfsd/receipt	Thu Feb 17 19:08:45 2011 +0100
   175.3 @@ -18,7 +18,7 @@
   175.4      mkdir -p $fs/$path $fs/etc
   175.5      export src
   175.6      export _pkg
   175.7 -    $src/slitaz/list_modules.sh fs/nfsd | while read module; do
   175.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/nfsd | while read module; do
   175.9      	dir=$path/$(dirname $module)
  175.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  175.11          cp -a $_pkg/$path/$module $fs/$dir
  175.12 @@ -37,6 +37,6 @@
  175.13  post_remove()
  175.14  {
  175.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  175.16 -	depmod -a $VERSION-slitaz
  175.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  175.18  }
  175.19  
   176.1 --- a/linux-reiserfs/receipt	Thu Feb 17 15:35:13 2011 +0100
   176.2 +++ b/linux-reiserfs/receipt	Thu Feb 17 19:08:45 2011 +0100
   176.3 @@ -18,7 +18,7 @@
   176.4      mkdir -p $fs/$path $fs/etc
   176.5      export src
   176.6      export _pkg
   176.7 -    $src/slitaz/list_modules.sh fs/reiserfs | while read module; do
   176.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/reiserfs | while read module; do
   176.9      	dir=$path/$(dirname $module)
  176.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  176.11          cp -a $_pkg/$path/$module $fs/$dir
  176.12 @@ -37,6 +37,6 @@
  176.13  post_remove()
  176.14  {
  176.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  176.16 -	depmod -a $VERSION-slitaz
  176.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  176.18  }
  176.19  
   177.1 --- a/linux-sched/receipt	Thu Feb 17 15:35:13 2011 +0100
   177.2 +++ b/linux-sched/receipt	Thu Feb 17 19:08:45 2011 +0100
   177.3 @@ -20,7 +20,7 @@
   177.4      export src
   177.5      export _pkg
   177.6      
   177.7 -    $src/slitaz/list_modules.sh net/sched | while read module; do
   177.8 +    $WOK/$WANTED/stuff/list_modules.sh net/sched | while read module; do
   177.9      	dir=$path/$(dirname $module)
  177.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  177.11          cp -a $_pkg/$path/$module $fs/$dir
  177.12 @@ -35,6 +35,6 @@
  177.13  
  177.14  post_remove()
  177.15  {
  177.16 -	depmod -a $VERSION-slitaz
  177.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  177.18  }
  177.19  
   178.1 --- a/linux-scsi/receipt	Thu Feb 17 15:35:13 2011 +0100
   178.2 +++ b/linux-scsi/receipt	Thu Feb 17 19:08:45 2011 +0100
   178.3 @@ -17,7 +17,7 @@
   178.4      mkdir -p $fs/$path
   178.5      export src
   178.6      export _pkg
   178.7 -    $src/slitaz/list_modules.sh drivers/scsi | while read module; do
   178.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/scsi | while read module; do
   178.9      	dir=$path/$(dirname $module)
  178.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  178.11          cp -a $_pkg/$path/$module $fs/$dir
  178.12 @@ -32,6 +32,6 @@
  178.13  
  178.14  post_remove()
  178.15  {
  178.16 -	depmod -a $VERSION-slitaz
  178.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  178.18  }
  178.19  
   179.1 --- a/linux-sound/receipt	Thu Feb 17 15:35:13 2011 +0100
   179.2 +++ b/linux-sound/receipt	Thu Feb 17 19:08:45 2011 +0100
   179.3 @@ -17,7 +17,7 @@
   179.4      mkdir -p $fs/$path
   179.5      export src
   179.6      export _pkg
   179.7 -    $src/slitaz/list_modules.sh sound | while read module; do
   179.8 +    $WOK/$WANTED/stuff/list_modules.sh sound | while read module; do
   179.9      	dir=$path/$(dirname $module)
  179.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  179.11          cp -a $_pkg/$path/$module $fs/$dir
  179.12 @@ -43,6 +43,6 @@
  179.13  
  179.14  post_remove()
  179.15  {
  179.16 -	depmod -a $VERSION-slitaz
  179.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  179.18  }
  179.19  
   180.1 --- a/linux-source/receipt	Thu Feb 17 15:35:13 2011 +0100
   180.2 +++ b/linux-source/receipt	Thu Feb 17 19:08:45 2011 +0100
   180.3 @@ -17,7 +17,7 @@
   180.4  	mkdir -p $fs/usr/src/kernel-patches \
   180.5  			$fs/lib/modules/$VERSION-slitaz \
   180.6  			$fs/usr/bin
   180.7 -	cp -a $src/slitaz $fs/usr/src/kernel-patches
   180.8 +	cp -a $WOK/$WANTED/slitaz $fs/usr/src/kernel-patches
   180.9  	cp -a stuff/buildtaz $fs/usr/src/kernel-patches/slitaz
  180.10  	cp -a stuff/make-tazpkg.u $fs/usr/src/kernel-patches/slitaz
  180.11  	cp -a stuff/get-linux-source $fs/usr/bin
   181.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   181.2 +++ b/linux-speakup/receipt	Thu Feb 17 19:08:45 2011 +0100
   181.3 @@ -0,0 +1,43 @@
   181.4 +# SliTaz package receipt.
   181.5 +
   181.6 +PACKAGE="linux-speakup"
   181.7 +VERSION="2.6.37"
   181.8 +CATEGORY="base-system"
   181.9 +SHORT_DESC="The Linux kernel Speakup modules."
  181.10 +MAINTAINER="erjo@slitaz.org"
  181.11 +DEPENDS="linux"
  181.12 +WANTED="linux"
  181.13 +WEB_SITE="http://www.kernel.org/"
  181.14 +
  181.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
  181.16 +genpkg_rules()
  181.17 +{
  181.18 +    local path
  181.19 +    path=lib/modules/$VERSION-slitaz/kernel
  181.20 +    mkdir -p $fs/$path
  181.21 +    export src
  181.22 +    export _pkg
  181.23 +    $WOK/$WANTED/stuff/list_modules.sh drivers/staging/speakup | while read module; do
  181.24 +    	dir=$path/$(dirname $module)
  181.25 +    	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  181.26 +        cp -a $_pkg/$path/$module $fs/$dir
  181.27 +    done
  181.28 +
  181.29 +    for i in $(cat $WOK/$WANTED/stuff/modules-$VERSION.list); do
  181.30 +        if [ $fs/lib/modules/$VERSION-slitaz/kernel/$i ]; then
  181.31 +	    rm -f $fs/lib/modules/$VERSION-slitaz/kernel/$i
  181.32 +	fi
  181.33 +    done
  181.34 +}
  181.35 +
  181.36 +# Post install/remove commands for Tazpkg.
  181.37 +post_install()
  181.38 +{
  181.39 +	chroot "$1/" depmod -a $VERSION-slitaz
  181.40 +}
  181.41 +
  181.42 +post_remove()
  181.43 +{
  181.44 +	chroot "$1/" depmod -a $VERSION-slitaz
  181.45 +}
  181.46 +
   182.1 --- a/linux-squashfs/receipt	Thu Feb 17 15:35:13 2011 +0100
   182.2 +++ b/linux-squashfs/receipt	Thu Feb 17 19:08:45 2011 +0100
   182.3 @@ -19,7 +19,7 @@
   182.4      mkdir -p $fs/$path $fs/etc
   182.5      export src
   182.6      export _pkg
   182.7 -    $src/slitaz/list_modules.sh fs/squashfs | while read module; do
   182.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/squashfs | while read module; do
   182.9      	dir=$path/$(dirname $module)
  182.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  182.11          cp -a $_pkg/$path/$module $fs/$dir
  182.12 @@ -38,6 +38,6 @@
  182.13  post_remove()
  182.14  {
  182.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  182.16 -	depmod -a $VERSION-slitaz
  182.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  182.18  }
  182.19  
   183.1 --- a/linux-toshiba/receipt	Thu Feb 17 15:35:13 2011 +0100
   183.2 +++ b/linux-toshiba/receipt	Thu Feb 17 19:08:45 2011 +0100
   183.3 @@ -33,5 +33,5 @@
   183.4  
   183.5  post_remove()
   183.6  {
   183.7 -	depmod -a $VERSION-slitaz
   183.8 +	chroot "$1/" depmod -a $VERSION-slitaz
   183.9  }
   184.1 --- a/linux-udf/receipt	Thu Feb 17 15:35:13 2011 +0100
   184.2 +++ b/linux-udf/receipt	Thu Feb 17 19:08:45 2011 +0100
   184.3 @@ -18,7 +18,7 @@
   184.4      mkdir -p $fs/$path $fs/etc
   184.5      export src
   184.6      export _pkg
   184.7 -    $src/slitaz/list_modules.sh fs/udf | while read module; do
   184.8 +    $WOK/$WANTED/stuff/list_modules.sh fs/udf | while read module; do
   184.9      	dir=$path/$(dirname $module)
  184.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  184.11          cp -a $_pkg/$path/$module $fs/$dir
  184.12 @@ -43,6 +43,6 @@
  184.13  post_remove()
  184.14  {
  184.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  184.16 -	depmod -a $VERSION-slitaz
  184.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  184.18  }
  184.19  
   185.1 --- a/linux-usb-misc/receipt	Thu Feb 17 15:35:13 2011 +0100
   185.2 +++ b/linux-usb-misc/receipt	Thu Feb 17 19:08:45 2011 +0100
   185.3 @@ -16,7 +16,7 @@
   185.4      mkdir -p $fs/$path
   185.5      export src
   185.6      export _pkg
   185.7 -    $src/slitaz/list_modules.sh drivers/usb/misc | while read module; do
   185.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/usb/misc | while read module; do
   185.9      	dir=$path/$(dirname $module)
  185.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  185.11          cp -a $_pkg/$path/$module $fs/$dir
  185.12 @@ -32,6 +32,6 @@
  185.13  
  185.14  post_remove()
  185.15  {
  185.16 -	depmod -a $VERSION-slitaz
  185.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  185.18  }
  185.19  
   186.1 --- a/linux-usbdsl/receipt	Thu Feb 17 15:35:13 2011 +0100
   186.2 +++ b/linux-usbdsl/receipt	Thu Feb 17 19:08:45 2011 +0100
   186.3 @@ -20,7 +20,7 @@
   186.4      export src
   186.5      export _pkg
   186.6      
   186.7 -    $src/slitaz/list_modules.sh drivers/usb/atm net/atm | \
   186.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/usb/atm net/atm | \
   186.9      while read module; do
  186.10      	dir=$path/$(dirname $module)
  186.11      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  186.12 @@ -36,6 +36,6 @@
  186.13  
  186.14  post_remove()
  186.15  {
  186.16 -	depmod -a $VERSION-slitaz
  186.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  186.18  }
  186.19  
   187.1 --- a/linux-usbip/receipt	Thu Feb 17 15:35:13 2011 +0100
   187.2 +++ b/linux-usbip/receipt	Thu Feb 17 19:08:45 2011 +0100
   187.3 @@ -18,7 +18,7 @@
   187.4      mkdir -p $fs/$path
   187.5      export src
   187.6      export _pkg
   187.7 -    $src/slitaz/list_modules.sh drivers/staging/usbip | while read module; do
   187.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/staging/usbip | while read module; do
   187.9      	dir=$path/$(dirname $module)
  187.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  187.11          cp -a $_pkg/$path/$module $fs/$dir
  187.12 @@ -36,6 +36,6 @@
  187.13  post_remove()
  187.14  {
  187.15  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
  187.16 -	depmod -a $VERSION-slitaz
  187.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  187.18  }
  187.19  
   188.1 --- a/linux-uwb/receipt	Thu Feb 17 15:35:13 2011 +0100
   188.2 +++ b/linux-uwb/receipt	Thu Feb 17 19:08:45 2011 +0100
   188.3 @@ -20,7 +20,7 @@
   188.4      export src
   188.5      export _pkg
   188.6      
   188.7 -    $src/slitaz/list_modules.sh drivers/uwb drivers/usb/wusbcore \
   188.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/uwb drivers/usb/wusbcore \
   188.9      drivers/usb/host/whci | while read module; do
  188.10      	dir=$path/$(dirname $module)
  188.11      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  188.12 @@ -36,6 +36,6 @@
  188.13  
  188.14  post_remove()
  188.15  {
  188.16 -	depmod -a $VERSION-slitaz
  188.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  188.18  }
  188.19  
   189.1 --- a/linux-video/receipt	Thu Feb 17 15:35:13 2011 +0100
   189.2 +++ b/linux-video/receipt	Thu Feb 17 19:08:45 2011 +0100
   189.3 @@ -35,6 +35,6 @@
   189.4  
   189.5  post_remove()
   189.6  {
   189.7 -	depmod -a $VERSION-slitaz
   189.8 +	chroot "$1/" depmod -a $VERSION-slitaz
   189.9  }
  189.10  
   190.1 --- a/linux-wimax/receipt	Thu Feb 17 15:35:13 2011 +0100
   190.2 +++ b/linux-wimax/receipt	Thu Feb 17 19:08:45 2011 +0100
   190.3 @@ -18,7 +18,7 @@
   190.4      export src
   190.5      export _pkg
   190.6      
   190.7 -    $src/slitaz/list_modules.sh drivers/net/wimax net/wimax | while read module; do
   190.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/net/wimax net/wimax | while read module; do
   190.9      	dir=$path/$(dirname $module)
  190.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
  190.11          cp -a $_pkg/$path/$module $fs/$dir
  190.12 @@ -39,6 +39,6 @@
  190.13  
  190.14  post_remove()
  190.15  {
  190.16 -	depmod -a $VERSION-slitaz
  190.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  190.18  }
  190.19  
   191.1 --- a/linux-wireless/receipt	Thu Feb 17 15:35:13 2011 +0100
   191.2 +++ b/linux-wireless/receipt	Thu Feb 17 19:08:45 2011 +0100
   191.3 @@ -19,7 +19,7 @@
   191.4      export src
   191.5      export _pkg
   191.6      
   191.7 -    $src/slitaz/list_modules.sh drivers/net/wireless drivers/staging/wlan-ng \
   191.8 +    $WOK/$WANTED/stuff/list_modules.sh drivers/net/wireless drivers/staging/wlan-ng \
   191.9      drivers/staging/rt2860 drivers/staging/rt2870 drivers/staging/echo \
  191.10      drivers/leds net/wireless net/mac80211 drivers/staging/rtl8192e/r8192e_pci.ko.gz \
  191.11  	drivers/staging/rtl8192su/r8192s_usb.ko.gz drivers/staging/rtl8187se/r8187se.ko.gz \
  191.12 @@ -45,6 +45,6 @@
  191.13  
  191.14  post_remove()
  191.15  {
  191.16 -	depmod -a $VERSION-slitaz
  191.17 +	chroot "$1/" depmod -a $VERSION-slitaz
  191.18  }
  191.19  
   192.1 --- a/linux/receipt	Thu Feb 17 15:35:13 2011 +0100
   192.2 +++ b/linux/receipt	Thu Feb 17 19:08:45 2011 +0100
   192.3 @@ -5,7 +5,7 @@
   192.4  CATEGORY="base-system"
   192.5  SHORT_DESC="The Linux kernel and modules."
   192.6  DEPENDS="depmod"
   192.7 -BUILD_DEPENDS="slitaz-toolchain perl git lzma"
   192.8 +BUILD_DEPENDS="slitaz-toolchain perl git lzma patch"
   192.9  MAINTAINER="devel@slitaz.org"
  192.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
  192.11  WEB_SITE="http://www.kernel.org/"
  192.12 @@ -21,41 +21,32 @@
  192.13  	#do
  192.14  	#	sed -i 's|VERSION="OLDVERSION"|VERSION="NEWVERSION"|g' $i
  192.15  	#done
  192.16 -	local _AUFSVER=`grep  ^VERSION= $WOK/aufs/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
  192.17 -	local AUFSDIR="aufs-${_AUFSVER}"
  192.18 -	TARBALL=$SOURCES_REPOSITORY/$AUFSDIR.tar.lzma
  192.19 -	if [ -f $TARBALL ]; then
  192.20 -		unlzma -c $TARBALL | tar xf -
  192.21 -		cd $AUFSDIR && git checkout origin/aufs2.1-37
  192.22 -		cd $WOK/$PACKAGE
  192.23 -	else
  192.24 -		# Aufs2 from git repository
  192.25 -		git clone git://aufs.git.sourceforge.net/gitroot/aufs/aufs2-standalone.git $AUFSDIR
  192.26 -		tar cf - $AUFSDIR | lzma e $TARBALL -si
  192.27 -		cd $AUFSDIR && git checkout origin/aufs2.1-37
  192.28 -		cd $WOK/$PACKAGE
  192.29 -	fi
  192.30 +	report open-bloc
  192.31 +
  192.32 +	report step "Installing aufs source"
  192.33 +	_AUFSVER=`grep  ^VERSION= $WOK/aufs/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
  192.34 +	AUFSDIR=$WOK/$PACKAGE/aufs-${_AUFSVER}
  192.35 +	tazwok get-src aufs --target=$AUFSDIR || { report close-bloc; return 1; }
  192.36  	cp -a $AUFSDIR/Documentation $AUFSDIR/fs $AUFSDIR/include $src
  192.37  	cp -a $AUFSDIR/*.patch $WOK/$PACKAGE/stuff
  192.38 -	# We need the real GNU patch
  192.39 -	[ -L /usr/bin/patch ] && tazpkg get-install patch --forced
  192.40  	cd $src
  192.41  	# SliTaz db
  192.42 -	[ -d slitaz ] && rm -rf slitaz 2> /dev/null
  192.43 -	mkdir slitaz
  192.44 +	[ -d $WOK/$PACKAGE/slitaz ] && rm -rf $WOK/$PACKAGE/slitaz 2> /dev/null
  192.45 +	mkdir $WOK/$PACKAGE/slitaz
  192.46  	echo "$WGET_URL" > slitaz/url
  192.47 -	cp ../stuff/gztazmod.sh ../stuff/list_modules.sh slitaz
  192.48 -	cp ../stuff/bootloader.sh slitaz
  192.49 +	cp $stuff/gztazmod.sh $stuff/list_modules.sh $WOK/$PACKAGE/slitaz
  192.50 +	cp $stuff/bootloader.sh $WOK/$PACKAGE/slitaz
  192.51  	# Apply patches
  192.52 +	report step "Applying patches"
  192.53  	while read patch_file; do
  192.54 -		echo "$patch_file" >> slitaz/patches
  192.55 -		cp ../stuff/$patch_file slitaz
  192.56 +		echo "$patch_file" >> $WOK/$PACKAGE/slitaz/patches
  192.57 +		cp $stuff/$patch_file $WOK/$PACKAGE/slitaz
  192.58  		if [ -f done.$patch_file ]; then
  192.59  			echo "Skipping $patch_file"
  192.60  			continue
  192.61  		fi
  192.62  		echo "Apply $patch_file"
  192.63 -		patch -p1 < slitaz/$patch_file || exit 1
  192.64 +		patch -p1 < $WOK/$PACKAGE/slitaz/$patch_file || { report close-bloc; return 1; }
  192.65  		touch done.$patch_file
  192.66  	done <<EOT
  192.67  $PACKAGE-diff-$VERSION.u
  192.68 @@ -70,39 +61,44 @@
  192.69  004-squashfs-add-xz-compression-support.patch
  192.70  005-squashfs-add-xz-compression-configuration-option.patch
  192.71  EOT
  192.72 +	report step "Make kernel proper and then build lguest"
  192.73  	make mrproper
  192.74  	cd Documentation/lguest
  192.75 -	make lguest || return 1
  192.76 -	cd ../..
  192.77 +	make lguest || { report close-bloc; return 1; }
  192.78 +	cd $src
  192.79  
  192.80 +	report step "Make bzImage without modules first"
  192.81  	# Build bzImage without modules first
  192.82 -	cp -f ../stuff/$PACKAGE-$VERSION-slitaz.config .config
  192.83 +	cp -f $stuff/$PACKAGE-$VERSION-slitaz.config .config
  192.84  	sed -i 's/CONFIG_MODULES=y/# CONFIG_MODULES is not set/' .config
  192.85  	# We can't keep every driver in staging 
  192.86  	sed -i -e 's/^CONFIG_RTL8192/#&/' \
  192.87  	       -e 's/^CONFIG_R8187SE/#&/' \
  192.88  	       -e 's/^CONFIG_RT2870/#&/' .config
  192.89  	yes '' | make oldconfig
  192.90 -	make -j 4 bzImage || return 1
  192.91 +	make -j 4 bzImage || { report close-bloc; return 1; }
  192.92  	[ -d $PWD/_pkg ] || mkdir -p $PWD/_pkg
  192.93  	mv arch/x86/boot/bzImage $PWD/_pkg
  192.94  	mv System.map System.map-without-modules
  192.95  
  192.96 +	report step "Now build bzImage with modules"
  192.97  	# Build bzImage with modules
  192.98 -	cp -f ../stuff/$PACKAGE-$VERSION-slitaz.config .config
  192.99 +	cp -f $stuff/$PACKAGE-$VERSION-slitaz.config .config
 192.100  	make oldconfig
 192.101 -	ln .config slitaz/config
 192.102 +	ln .config $WOK/$PACKAGE/slitaz/config
 192.103  	make -j 4 bzImage &&
 192.104  	make -j 4 modules &&
 192.105  	make INSTALL_MOD_PATH=$PWD/_pkg modules_install &&
 192.106  	make INSTALL_HDR_PATH=$PWD/_pkg/usr headers_install &&
 192.107 -	[ -s arch/x86/boot/bzImage ] || return 1
 192.108 +	[ -s arch/x86/boot/bzImage ] || { report close-bloc; return 1; }
 192.109  	mkdir -p $PWD/_pkg/boot 2> /dev/null
 192.110  	mv arch/x86/boot/bzImage $PWD/_pkg/boot/vmlinuz-$VERSION-slitaz
 192.111  	# Compress all modules.
 192.112 -	$WOK/$PACKAGE/stuff/gztazmod.sh $PWD/_pkg/lib/modules/$VERSION-slitaz
 192.113 +	report step "Compressing all modules"
 192.114 +	$stuff/gztazmod.sh $PWD/_pkg/lib/modules/$VERSION-slitaz
 192.115  	ln System.map System.map-modules
 192.116  	ln Module.symvers Module.symvers-modules
 192.117 +	report close-bloc
 192.118  }
 192.119  
 192.120  # Rules to gen a SliTaz package suitable for Tazpkg.
 192.121 @@ -119,13 +115,14 @@
 192.122      # Get the base modules
 192.123      export src
 192.124      export _pkg
 192.125 -    $src/slitaz/list_modules.sh \
 192.126 -	$(cat stuff/modules-$VERSION.list) > $src/modules.list
 192.127 +    mkdir $WOK/tmp
 192.128 +    $WOK/$PACKAGE/stuff/list_modules.sh \
 192.129 +	$(cat stuff/modules-$VERSION.list) > $WOK/tmp/modules.list
 192.130      while read module; do
 192.131      	dir=$(dirname $module)
 192.132      	[ -d $path/$dir ] || mkdir -p $path/$dir
 192.133          cp -a $_pkg/lib/modules/$VERSION-slitaz/kernel/$module $path/$dir
 192.134 -    done < $src/modules.list
 192.135 +    done < $WOK/tmp/modules.list
 192.136      # Remove unresolved links
 192.137      rm -f $fs/lib/modules/$VERSION-slitaz/build
 192.138      rm -f $fs/lib/modules/$VERSION-slitaz/source
   193.1 --- a/linux/stuff/check_modules.sh	Thu Feb 17 15:35:13 2011 +0100
   193.2 +++ b/linux/stuff/check_modules.sh	Thu Feb 17 19:08:45 2011 +0100
   193.3 @@ -4,48 +4,51 @@
   193.4  # 20090618 <jozee@slitaz.org> 
   193.5  # 20100528 <pankso@slitaz.org>
   193.6  #
   193.7 -WOK=$(cd `basedir $0` && pwd | sed 's/wok.*/wok/')
   193.8 +#. /etc/slitaz/slitaz.conf
   193.9 +
  193.10 +#WOK=$LOCAL_REPOSITORY/wok
  193.11 +WOK=$(cd `dirname $0` && pwd | sed 's/wok.*/wok/')
  193.12  VERSION=`grep  ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
  193.13  src="$WOK/linux/linux-$VERSION"
  193.14  
  193.15  cd $src
  193.16 -mkdir -p ../tmp
  193.17 -rm -f ../tmp/*
  193.18 +mkdir -p $WOK/tmp
  193.19 +rm -f $WOK/tmp/*
  193.20  
  193.21  echo -e "\nChecking for modules selected in .config but not in linux-* pkgs"
  193.22  echo "======================================================================"
  193.23  
  193.24  # create a packaged modules list
  193.25 -cat ../stuff/modules-"$VERSION".list >> ../tmp/pkgs-modules-"$VERSION".list 
  193.26 +cat ../stuff/modules-"$VERSION".list >> $WOK/tmp/pkgs-modules-"$VERSION".list 
  193.27  
  193.28  for i in $(cd $WOK; ls -d linux-*)
  193.29  do
  193.30  	tazpath="taz/$i-$VERSION"
  193.31  	for j in $(cat $WOK/$i/$tazpath/files.list | grep ".ko.gz")
  193.32  	do
  193.33 -		basename $j >> ../tmp/pkgs-modules-"$VERSION".list	
  193.34 +		basename $j >> $WOK/tmp/pkgs-modules-"$VERSION".list	
  193.35  	done 	
  193.36  done
  193.37  # get the original list in .config
  193.38  for i in $(find $_pkg -iname "*.ko.gz") 
  193.39  do
  193.40 -	basename $i >> ../tmp/originial-"$VERSION".list
  193.41 +	basename $i >> $WOK/tmp/originial-"$VERSION".list
  193.42  done
  193.43  # compare original .config and pkged modules
  193.44 -for i in $(cat ../tmp/originial-$VERSION.list)   
  193.45 +for i in $(cat $WOK/tmp/originial-$VERSION.list)   
  193.46  do		
  193.47 -	if ! grep -qs "$i" ../tmp/pkgs-modules-"$VERSION".list ; then 
  193.48 +	if ! grep -qs "$i" $WOK/tmp/pkgs-modules-"$VERSION".list ; then 
  193.49  		modpath=`find $_pkg -iname "$i"`
  193.50  		echo "Orphan module: $i"
  193.51 -		echo "$i : $modpath" >> ../tmp/unpackaged-modules-"$VERSION".list
  193.52 +		echo "$i : $modpath" >> $WOK/tmp/unpackaged-modules-"$VERSION".list
  193.53  	fi
  193.54  done
  193.55 -if [ -f ../tmp/unpackaged-modules-"$VERSION".list ]; then
  193.56 +if [ -f $WOK/tmp/unpackaged-modules-"$VERSION".list ]; then
  193.57  	echo "======================================================================"
  193.58  	echo -e "Check linux/tmp/unpackaged-modules-$VERSION.list for mod path\n"
  193.59  else
  193.60  	echo -e "\nAll modules are packaged\n"
  193.61  	echo "======================================================================"
  193.62  	echo ""
  193.63 -	rm -rf ../tmp
  193.64 +	rm -rf $WOK/tmp
  193.65  fi
   194.1 --- a/linux/stuff/linux-2.6.37-slitaz.config	Thu Feb 17 15:35:13 2011 +0100
   194.2 +++ b/linux/stuff/linux-2.6.37-slitaz.config	Thu Feb 17 19:08:45 2011 +0100
   194.3 @@ -1,7 +1,7 @@
   194.4  #
   194.5  # Automatically generated make config: don't edit
   194.6  # Linux/i386 2.6.37 Kernel Configuration
   194.7 -# Sat Jan 22 20:57:39 2011
   194.8 +# Mon Feb 14 03:03:39 2011
   194.9  #
  194.10  # CONFIG_64BIT is not set
  194.11  CONFIG_X86_32=y
  194.12 @@ -2312,96 +2312,97 @@
  194.13  # CONFIG_BATTERY_BQ27x00 is not set
  194.14  # CONFIG_BATTERY_MAX17040 is not set
  194.15  CONFIG_HWMON=m
  194.16 -# CONFIG_HWMON_VID is not set
  194.17 +CONFIG_HWMON_VID=m
  194.18  # CONFIG_HWMON_DEBUG_CHIP is not set
  194.19  
  194.20  #
  194.21  # Native drivers
  194.22  #
  194.23 -# CONFIG_SENSORS_ABITUGURU is not set
  194.24 -# CONFIG_SENSORS_ABITUGURU3 is not set
  194.25 -# CONFIG_SENSORS_AD7414 is not set
  194.26 -# CONFIG_SENSORS_AD7418 is not set
  194.27 -# CONFIG_SENSORS_ADM1021 is not set
  194.28 -# CONFIG_SENSORS_ADM1025 is not set
  194.29 -# CONFIG_SENSORS_ADM1026 is not set
  194.30 -# CONFIG_SENSORS_ADM1029 is not set
  194.31 -# CONFIG_SENSORS_ADM1031 is not set
  194.32 -# CONFIG_SENSORS_ADM9240 is not set
  194.33 -# CONFIG_SENSORS_ADT7411 is not set
  194.34 -# CONFIG_SENSORS_ADT7462 is not set
  194.35 -# CONFIG_SENSORS_ADT7470 is not set
  194.36 -# CONFIG_SENSORS_ADT7475 is not set
  194.37 -# CONFIG_SENSORS_ASC7621 is not set
  194.38 +CONFIG_SENSORS_ABITUGURU=m
  194.39 +CONFIG_SENSORS_ABITUGURU3=m
  194.40 +CONFIG_SENSORS_AD7414=m
  194.41 +CONFIG_SENSORS_AD7418=m
  194.42 +CONFIG_SENSORS_ADM1021=m
  194.43 +CONFIG_SENSORS_ADM1025=m
  194.44 +CONFIG_SENSORS_ADM1026=m
  194.45 +CONFIG_SENSORS_ADM1029=m
  194.46 +CONFIG_SENSORS_ADM1031=m
  194.47 +CONFIG_SENSORS_ADM9240=m
  194.48 +CONFIG_SENSORS_ADT7411=m
  194.49 +CONFIG_SENSORS_ADT7462=m
  194.50 +CONFIG_SENSORS_ADT7470=m
  194.51 +CONFIG_SENSORS_ADT7475=m
  194.52 +CONFIG_SENSORS_ASC7621=m
  194.53  CONFIG_SENSORS_K8TEMP=m
  194.54 -# CONFIG_SENSORS_K10TEMP is not set
  194.55 -# CONFIG_SENSORS_ASB100 is not set
  194.56 -# CONFIG_SENSORS_ATXP1 is not set
  194.57 -# CONFIG_SENSORS_DS1621 is not set
  194.58 -# CONFIG_SENSORS_I5K_AMB is not set
  194.59 -# CONFIG_SENSORS_F71805F is not set
  194.60 -# CONFIG_SENSORS_F71882FG is not set
  194.61 -# CONFIG_SENSORS_F75375S is not set
  194.62 -# CONFIG_SENSORS_FSCHMD is not set
  194.63 -# CONFIG_SENSORS_G760A is not set
  194.64 -# CONFIG_SENSORS_GL518SM is not set
  194.65 -# CONFIG_SENSORS_GL520SM is not set
  194.66 -# CONFIG_SENSORS_GPIO_FAN is not set
  194.67 +CONFIG_SENSORS_K10TEMP=m
  194.68 +CONFIG_SENSORS_ASB100=m
  194.69 +CONFIG_SENSORS_ATXP1=m
  194.70 +CONFIG_SENSORS_DS1621=m
  194.71 +CONFIG_SENSORS_I5K_AMB=m
  194.72 +CONFIG_SENSORS_F71805F=m
  194.73 +CONFIG_SENSORS_F71882FG=m
  194.74 +CONFIG_SENSORS_F75375S=m
  194.75 +CONFIG_SENSORS_FSCHMD=m
  194.76 +CONFIG_SENSORS_G760A=m
  194.77 +CONFIG_SENSORS_GL518SM=m
  194.78 +CONFIG_SENSORS_GL520SM=m
  194.79 +CONFIG_SENSORS_GPIO_FAN=m
  194.80  CONFIG_SENSORS_CORETEMP=m
  194.81 -# CONFIG_SENSORS_PKGTEMP is not set
  194.82 -# CONFIG_SENSORS_IT87 is not set
  194.83 -# CONFIG_SENSORS_JC42 is not set
  194.84 -# CONFIG_SENSORS_LM63 is not set
  194.85 -# CONFIG_SENSORS_LM73 is not set
  194.86 -# CONFIG_SENSORS_LM75 is not set
  194.87 -# CONFIG_SENSORS_LM77 is not set
  194.88 -# CONFIG_SENSORS_LM78 is not set
  194.89 -# CONFIG_SENSORS_LM80 is not set
  194.90 -# CONFIG_SENSORS_LM83 is not set
  194.91 -# CONFIG_SENSORS_LM85 is not set
  194.92 -# CONFIG_SENSORS_LM87 is not set
  194.93 -# CONFIG_SENSORS_LM90 is not set
  194.94 -# CONFIG_SENSORS_LM92 is not set
  194.95 -# CONFIG_SENSORS_LM93 is not set
  194.96 -# CONFIG_SENSORS_LTC4215 is not set
  194.97 -# CONFIG_SENSORS_LTC4245 is not set
  194.98 -# CONFIG_SENSORS_LTC4261 is not set
  194.99 -# CONFIG_SENSORS_LM95241 is not set
 194.100 -# CONFIG_SENSORS_MAX1619 is not set
 194.101 -# CONFIG_SENSORS_MAX6650 is not set
 194.102 -# CONFIG_SENSORS_PC87360 is not set
 194.103 -# CONFIG_SENSORS_PC87427 is not set
 194.104 -# CONFIG_SENSORS_PCF8591 is not set
 194.105 -# CONFIG_SENSORS_SHT15 is not set
 194.106 -# CONFIG_SENSORS_SIS5595 is not set
 194.107 -# CONFIG_SENSORS_SMM665 is not set
 194.108 -# CONFIG_SENSORS_DME1737 is not set
 194.109 -# CONFIG_SENSORS_EMC1403 is not set
 194.110 -# CONFIG_SENSORS_EMC2103 is not set
 194.111 -# CONFIG_SENSORS_SMSC47M1 is not set
 194.112 -# CONFIG_SENSORS_SMSC47M192 is not set
 194.113 -# CONFIG_SENSORS_SMSC47B397 is not set
 194.114 -# CONFIG_SENSORS_ADS7828 is not set
 194.115 -# CONFIG_SENSORS_AMC6821 is not set
 194.116 -# CONFIG_SENSORS_THMC50 is not set
 194.117 -# CONFIG_SENSORS_TMP102 is not set
 194.118 -# CONFIG_SENSORS_TMP401 is not set
 194.119 -# CONFIG_SENSORS_TMP421 is not set
 194.120 -# CONFIG_SENSORS_VIA_CPUTEMP is not set
 194.121 -# CONFIG_SENSORS_VIA686A is not set
 194.122 -# CONFIG_SENSORS_VT1211 is not set
 194.123 -# CONFIG_SENSORS_VT8231 is not set
 194.124 -# CONFIG_SENSORS_W83781D is not set
 194.125 -# CONFIG_SENSORS_W83791D is not set
 194.126 -# CONFIG_SENSORS_W83792D is not set
 194.127 -# CONFIG_SENSORS_W83793 is not set
 194.128 -# CONFIG_SENSORS_W83795 is not set
 194.129 -# CONFIG_SENSORS_W83L785TS is not set
 194.130 -# CONFIG_SENSORS_W83L786NG is not set
 194.131 -# CONFIG_SENSORS_W83627HF is not set
 194.132 -# CONFIG_SENSORS_W83627EHF is not set
 194.133 -# CONFIG_SENSORS_LIS3_I2C is not set
 194.134 -# CONFIG_SENSORS_APPLESMC is not set
 194.135 +CONFIG_SENSORS_PKGTEMP=m
 194.136 +CONFIG_SENSORS_IT87=m
 194.137 +CONFIG_SENSORS_JC42=m
 194.138 +CONFIG_SENSORS_LM63=m
 194.139 +CONFIG_SENSORS_LM73=m
 194.140 +CONFIG_SENSORS_LM75=m
 194.141 +CONFIG_SENSORS_LM77=m
 194.142 +CONFIG_SENSORS_LM78=m
 194.143 +CONFIG_SENSORS_LM80=m
 194.144 +CONFIG_SENSORS_LM83=m
 194.145 +CONFIG_SENSORS_LM85=m
 194.146 +CONFIG_SENSORS_LM87=m
 194.147 +CONFIG_SENSORS_LM90=m
 194.148 +CONFIG_SENSORS_LM92=m
 194.149 +CONFIG_SENSORS_LM93=m
 194.150 +CONFIG_SENSORS_LTC4215=m
 194.151 +CONFIG_SENSORS_LTC4245=m
 194.152 +CONFIG_SENSORS_LTC4261=m
 194.153 +CONFIG_SENSORS_LM95241=m
 194.154 +CONFIG_SENSORS_MAX1619=m
 194.155 +CONFIG_SENSORS_MAX6650=m
 194.156 +CONFIG_SENSORS_PC87360=m
 194.157 +CONFIG_SENSORS_PC87427=m
 194.158 +CONFIG_SENSORS_PCF8591=m
 194.159 +CONFIG_SENSORS_SHT15=m
 194.160 +CONFIG_SENSORS_SIS5595=m
 194.161 +CONFIG_SENSORS_SMM665=m
 194.162 +CONFIG_SENSORS_DME1737=m
 194.163 +CONFIG_SENSORS_EMC1403=m
 194.164 +CONFIG_SENSORS_EMC2103=m
 194.165 +CONFIG_SENSORS_SMSC47M1=m
 194.166 +CONFIG_SENSORS_SMSC47M192=m
 194.167 +CONFIG_SENSORS_SMSC47B397=m
 194.168 +CONFIG_SENSORS_ADS7828=m
 194.169 +CONFIG_SENSORS_AMC6821=m
 194.170 +CONFIG_SENSORS_THMC50=m
 194.171 +CONFIG_SENSORS_TMP102=m
 194.172 +CONFIG_SENSORS_TMP401=m
 194.173 +CONFIG_SENSORS_TMP421=m
 194.174 +CONFIG_SENSORS_VIA_CPUTEMP=m
 194.175 +CONFIG_SENSORS_VIA686A=m
 194.176 +CONFIG_SENSORS_VT1211=m
 194.177 +CONFIG_SENSORS_VT8231=m
 194.178 +CONFIG_SENSORS_W83781D=m
 194.179 +CONFIG_SENSORS_W83791D=m
 194.180 +CONFIG_SENSORS_W83792D=m
 194.181 +CONFIG_SENSORS_W83793=m
 194.182 +CONFIG_SENSORS_W83795=m
 194.183 +# CONFIG_SENSORS_W83795_FANCTRL is not set
 194.184 +CONFIG_SENSORS_W83L785TS=m
 194.185 +CONFIG_SENSORS_W83L786NG=m
 194.186 +CONFIG_SENSORS_W83627HF=m
 194.187 +CONFIG_SENSORS_W83627EHF=m
 194.188 +CONFIG_SENSORS_LIS3_I2C=m
 194.189 +CONFIG_SENSORS_APPLESMC=m
 194.190  
 194.191  #
 194.192  # ACPI drivers
 194.193 @@ -3191,7 +3192,22 @@
 194.194  #
 194.195  # Speakup console speech
 194.196  #
 194.197 -# CONFIG_SPEAKUP is not set
 194.198 +CONFIG_SPEAKUP=m
 194.199 +CONFIG_SPEAKUP_SYNTH_ACNTSA=m
 194.200 +CONFIG_SPEAKUP_SYNTH_ACNTPC=m
 194.201 +CONFIG_SPEAKUP_SYNTH_APOLLO=m
 194.202 +CONFIG_SPEAKUP_SYNTH_AUDPTR=m
 194.203 +CONFIG_SPEAKUP_SYNTH_BNS=m
 194.204 +CONFIG_SPEAKUP_SYNTH_DECTLK=m
 194.205 +CONFIG_SPEAKUP_SYNTH_DECEXT=m
 194.206 +CONFIG_SPEAKUP_SYNTH_DECPC=m
 194.207 +CONFIG_SPEAKUP_SYNTH_DTLK=m
 194.208 +CONFIG_SPEAKUP_SYNTH_KEYPC=m
 194.209 +CONFIG_SPEAKUP_SYNTH_LTLK=m
 194.210 +CONFIG_SPEAKUP_SYNTH_SOFT=m
 194.211 +CONFIG_SPEAKUP_SYNTH_SPKOUT=m
 194.212 +CONFIG_SPEAKUP_SYNTH_TXPRT=m
 194.213 +CONFIG_SPEAKUP_SYNTH_DUMMY=m
 194.214  CONFIG_X86_PLATFORM_DEVICES=y
 194.215  CONFIG_ACER_WMI=m
 194.216  CONFIG_ASUS_LAPTOP=m
   195.1 --- a/linux/stuff/modules-2.6.37.list	Thu Feb 17 15:35:13 2011 +0100
   195.2 +++ b/linux/stuff/modules-2.6.37.list	Thu Feb 17 19:08:45 2011 +0100
   195.3 @@ -6,7 +6,6 @@
   195.4  drivers/char/rtc.ko.gz
   195.5  drivers/hwmon/coretemp.ko.gz
   195.6  drivers/hwmon/hwmon.ko.gz
   195.7 -drivers/hwmon/k8temp.ko.gz
   195.8  drivers/input/mouse/inport.ko.gz
   195.9  drivers/input/mouse/logibm.ko.gz
  195.10  drivers/input/mouse/pc110pad.ko.gz
   196.1 --- a/lmms/receipt	Thu Feb 17 15:35:13 2011 +0100
   196.2 +++ b/lmms/receipt	Thu Feb 17 19:08:45 2011 +0100
   196.3 @@ -1,7 +1,7 @@
   196.4  # SliTaz package receipt.
   196.5  
   196.6  PACKAGE="lmms"
   196.7 -VERSION="0.4.9"
   196.8 +VERSION="0.4.10"
   196.9  CATEGORY="multimedia"
  196.10  SHORT_DESC="The Linux MultiMedia Studio"
  196.11  MAINTAINER="slaxemulator@gmail.com"
   197.1 --- a/lorcon/receipt	Thu Feb 17 15:35:13 2011 +0100
   197.2 +++ b/lorcon/receipt	Thu Feb 17 19:08:45 2011 +0100
   197.3 @@ -7,18 +7,12 @@
   197.4  MAINTAINER="slaxemulator@gmail.com"
   197.5  BUILD_DEPENDS="subversion"
   197.6  WEB_SITE="http://802.11ninja.net/lorcon/"
   197.7 +WGET_URL="subversion|http://802.11ninja.net/svn/lorcon/trunk"
   197.8 +BRANCH="$VERSION"
   197.9  
  197.10  # Rules to configure and make the package.
  197.11  compile_rules()
  197.12  {
  197.13 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma
  197.14 -	if [ -f $TARBALL ]; then
  197.15 -		unlzma -c $TARBALL | tar xf -
  197.16 -	else
  197.17 -		svn checkout -r $VERSION \
  197.18 -			http://802.11ninja.net/svn/lorcon/trunk $PACKAGE-$VERSION
  197.19 -		tar cf - $PACKAGE-$VERSION | lzma e $TARBALL -si
  197.20 -	fi
  197.21  	cd $src
  197.22  	./configure \
  197.23  		--prefix=/usr \
   198.1 --- a/lrzip/receipt	Thu Feb 17 15:35:13 2011 +0100
   198.2 +++ b/lrzip/receipt	Thu Feb 17 19:08:45 2011 +0100
   198.3 @@ -1,7 +1,7 @@
   198.4  # SliTaz package receipt.
   198.5  
   198.6  PACKAGE="lrzip"
   198.7 -VERSION="0.46"
   198.8 +VERSION="0.552"
   198.9  CATEGORY="utilities"
  198.10  SHORT_DESC="lrzip is a file compression program designed to do particularly well on very large files containing long distance redundancy"
  198.11  MAINTAINER="devel@slitaz.org"
  198.12 @@ -16,10 +16,9 @@
  198.13  compile_rules()
  198.14  {
  198.15      cd $src
  198.16 -    ./configure --prefix=/usr --infodir=/usr/share/info \
  198.17 -    --mandir=/usr/share/man $CONFIGURE_ARGS &&
  198.18 +    ./configure &&
  198.19      make &&
  198.20 -    make DESTDIR=$PWD/_pkg install
  198.21 +    make DESTDIR=$DESTDIR install
  198.22  }
  198.23  
  198.24  # Rules to gen a SliTaz package suitable for Tazpkg.
   199.1 --- a/lvm2/receipt	Thu Feb 17 15:35:13 2011 +0100
   199.2 +++ b/lvm2/receipt	Thu Feb 17 19:08:45 2011 +0100
   199.3 @@ -2,7 +2,7 @@
   199.4  
   199.5  PACKAGE="lvm2"
   199.6  SOURCE="LVM2"
   199.7 -VERSION="2.02.82"
   199.8 +VERSION="2.02.84"
   199.9  CATEGORY="system-tools"
  199.10  SHORT_DESC="Linux Logical Volume Manager."
  199.11  MAINTAINER="guillaume.michon@laposte.net"
   200.1 --- a/lxml/receipt	Thu Feb 17 15:35:13 2011 +0100
   200.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
   200.3 @@ -1,27 +0,0 @@
   200.4 -# SliTaz package receipt.
   200.5 -
   200.6 -PACKAGE="lxml"
   200.7 -VERSION="2.2.8"
   200.8 -CATEGORY="development"
   200.9 -SHORT_DESC="Python bindings for libxml2 and libxslt libraries."
  200.10 -MAINTAINER="pascal.bellard@slitaz.org"
  200.11 -TARBALL="$PACKAGE-$VERSION.tgz"
  200.12 -WEB_SITE="http://codespeak.net/lxml/"
  200.13 -WGET_URL="http://launchpad.net/$PACKAGE/2.2/2.2.8/+download/$TARBALL"
  200.14 -DEPENDS="python libxml2 libxslt zlib"
  200.15 -BUILD_DEPENDS="python python-dev libxml2-dev libxslt-dev"
  200.16 -
  200.17 -# Rules to configure and make the package.
  200.18 -compile_rules()
  200.19 -{
  200.20 -	cd $src
  200.21 -	python setup.py build &&
  200.22 -	python setup.py install --root=$PWD/_pkg
  200.23 -}
  200.24 -
  200.25 -# Rules to gen a SliTaz package suitable for Tazpkg.
  200.26 -genpkg_rules()
  200.27 -{
  200.28 -	cp -a $_pkg/usr $fs
  200.29 -}
  200.30 -
   201.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   201.2 +++ b/mingw32-ada/receipt	Thu Feb 17 19:08:45 2011 +0100
   201.3 @@ -0,0 +1,19 @@
   201.4 +# SliTaz package receipt.
   201.5 +
   201.6 +PACKAGE="mingw32-ada"
   201.7 +SOURCE="gcc-ada"
   201.8 +VERSION="3.4.5-20060117-2"
   201.9 +CATEGORY="development"
  201.10 +SHORT_DESC="MinGW32 ada sources (empty package)."
  201.11 +MAINTAINER="gokhlayeh@mailoo.org"
  201.12 +TARBALL="$SOURCE-$VERSION-src.tar.gz"
  201.13 +WEB_SITE="http://www.mingw.org/"
  201.14 +MINGW32_URL="$SF_MIRROR/mingw"
  201.15 +WGET_URL="$MINGW32_URL/$TARBALL"
  201.16 +
  201.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
  201.18 +genpkg_rules()
  201.19 +{
  201.20 +	mkdir -p $fs/usr
  201.21 +}
  201.22 +
   202.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   202.2 +++ b/mingw32-g++/receipt	Thu Feb 17 19:08:45 2011 +0100
   202.3 @@ -0,0 +1,19 @@
   202.4 +# SliTaz package receipt.
   202.5 +
   202.6 +PACKAGE="mingw32-g++"
   202.7 +SOURCE="gcc-g++"
   202.8 +VERSION="3.4.5-20060117-2"
   202.9 +CATEGORY="development"
  202.10 +SHORT_DESC="MinGW32 c++ sources (empty package)."
  202.11 +MAINTAINER="gokhlayeh@mailoo.org"
  202.12 +TARBALL="$SOURCE-$VERSION-src.tar.gz"
  202.13 +WEB_SITE="http://www.mingw.org/"
  202.14 +MINGW32_URL="$SF_MIRROR/mingw"
  202.15 +WGET_URL="$MINGW32_URL/$TARBALL"
  202.16 +
  202.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
  202.18 +genpkg_rules()
  202.19 +{
  202.20 +	mkdir -p $fs/usr
  202.21 +}
  202.22 +
   203.1 --- a/mingw32-gcc-c/receipt	Thu Feb 17 15:35:13 2011 +0100
   203.2 +++ b/mingw32-gcc-c/receipt	Thu Feb 17 19:08:45 2011 +0100
   203.3 @@ -1,14 +1,14 @@
   203.4  # SliTaz package receipt.
   203.5  
   203.6  PACKAGE="mingw32-gcc-c"
   203.7 -SOURCE="gcc"
   203.8 +SOURCE="gcc-core"
   203.9  VERSION="3.4.5-20060117-2"
  203.10  CATEGORY="development"
  203.11  SHORT_DESC="MinGW32 gcc, for the C language only."
  203.12  MAINTAINER="rcx@zoominternet.net"
  203.13  DEPENDS="glibc-base mingw32-binutils mingw32-w32api-headers mingw32-runtime-headers"
  203.14  BUILD_DEPENDS="slitaz-toolchain bison flex mingw32-binutils mingw32-runtime-headers mingw32-w32api-headers"
  203.15 -TARBALL="$SOURCE-core-$VERSION-src.tar.gz"
  203.16 +TARBALL="$SOURCE-$VERSION-src.tar.gz"
  203.17  WEB_SITE="http://www.mingw.org/"
  203.18  MINGW32_URL="$SF_MIRROR/mingw"
  203.19  WGET_URL="$MINGW32_URL/$TARBALL"
  203.20 @@ -24,7 +24,7 @@
  203.21  {
  203.22  	if [ "$MINGW32_ID" != "$MINGW32_TARGET" ] ; then
  203.23  		echo "ERROR: Conf 'TARGET' string differs from Receipt 'ID' string"
  203.24 -		exit 1
  203.25 +		return 1
  203.26  	fi
  203.27  
  203.28  	rm -f -r $src/binutils
   204.1 --- a/mingw32-gcc/receipt	Thu Feb 17 15:35:13 2011 +0100
   204.2 +++ b/mingw32-gcc/receipt	Thu Feb 17 19:08:45 2011 +0100
   204.3 @@ -1,15 +1,18 @@
   204.4  # SliTaz package receipt.
   204.5  
   204.6  PACKAGE="mingw32-gcc"
   204.7 -SOURCE="gcc"
   204.8 +SOURCE="gcc-core"
   204.9  VERSION="3.4.5-20060117-2"
  204.10  CATEGORY="development"
  204.11  SHORT_DESC="MinGW32 gcc, for C, C++, and Ada."
  204.12  MAINTAINER="rcx@zoominternet.net"
  204.13 -DEPENDS="glibc-base mingw32-binutils mingw32-w32api-headers mingw32-runtime-headers mingw32-w32api mingw32-runtime"
  204.14 -BUILD_DEPENDS="slitaz-toolchain bison flex mingw32-binutils mingw32-runtime-headers mingw32-w32api-headers mingw32-gcc-c mingw32-w32api mingw32-runtime"
  204.15 +DEPENDS="glibc-base mingw32-binutils mingw32-w32api-headers \
  204.16 +mingw32-runtime-headers mingw32-w32api mingw32-runtime"
  204.17 +BUILD_DEPENDS="slitaz-toolchain bison flex mingw32-binutils \
  204.18 +mingw32-runtime-headers mingw32-w32api-headers mingw32-gcc-c \
  204.19 +mingw32-w32api mingw32-runtime mingw32-g++ mingw32-ada"
  204.20  PROVIDE="mingw32-gcc-c"
  204.21 -TARBALL="$SOURCE-core-$VERSION-src.tar.gz"
  204.22 +TARBALL="$SOURCE-$VERSION-src.tar.gz"
  204.23  WEB_SITE="http://www.mingw.org/"
  204.24  MINGW32_URL="$SF_MIRROR/mingw"
  204.25  WGET_URL="$MINGW32_URL/$TARBALL"
  204.26 @@ -25,37 +28,23 @@
  204.27  {
  204.28  	if [ "$MINGW32_ID" != "$MINGW32_TARGET" ] ; then
  204.29  		echo "ERROR: Conf 'TARGET' string differs from Receipt 'ID' string"
  204.30 -		exit 1
  204.31 +		return 1
  204.32  	fi
  204.33  
  204.34 -	MINGW32_DIR="$PWD"
  204.35 -	MINGW32_CPP_TARBALL="$SOURCE-g++-$VERSION-src.tar.gz"
  204.36 -	MINGW32_ADA_TARBALL="$SOURCE-ada-$VERSION-src.tar.gz"
  204.37 -	
  204.38 -	for gcc_tgz in $MINGW32_CPP_TARBALL $MINGW32_ADA_TARBALL ; do
  204.39 -		# Download the additional language tarballs
  204.40 -		if [ ! -f "$SOURCES_REPOSITORY/$gcc_tgz" ] ; then
  204.41 -			cd $SOURCES_REPOSITORY
  204.42 -			download $MINGW32_URL/$gcc_tgz
  204.43 -		fi
  204.44 -		
  204.45 -		# Extract the additional language tarballs
  204.46 -		if [ -f "$SOURCES_REPOSITORY/$gcc_tgz" ] ; then
  204.47 -			cd $MINGW32_DIR
  204.48 -			echo "Extracting $gcc_tgz ..."
  204.49 -			tar xzf "$SOURCES_REPOSITORY/$gcc_tgz"
  204.50 -		else
  204.51 -			# Exit if file not found to avoid errors.
  204.52 -			echo -e "\nDownload of $gcc_tgz failed, exiting. Please check the URL.\n"
  204.53 -			exit 1
  204.54 -		fi
  204.55 +	report open-bloc
  204.56 +
  204.57 +	for s in mingw32-g++ mingw32-ada; do
  204.58 +		tazwok get-src $s --target=$PACKAGE-$VERSION && continue
  204.59 +		report close-bloc
  204.60 +		return 1
  204.61  	done
  204.62 -	
  204.63 -	cd $MINGW32_DIR
  204.64 +
  204.65 +	report step "Running compilation"
  204.66  
  204.67  	rm -f -r $src/binutils
  204.68  	mkdir -p $SOURCE-$VERSION-build
  204.69  	cd $SOURCE-$VERSION-build
  204.70 +	{
  204.71  	$src/configure \
  204.72  		--prefix=/usr \
  204.73  		--libexecdir=/usr/lib \
  204.74 @@ -71,7 +60,9 @@
  204.75  		--enable-sjlj-exceptions \
  204.76  		$CONFIGURE_ARGS &&
  204.77  	make -j 4 CFLAGS="-O2 -fomit-frame-pointer" LDFLAGS="-s"  &&
  204.78 -	make DESTDIR=$src/_pkg install
  204.79 +	make DESTDIR=$src/_pkg install &&
  204.80 +	report close-bloc
  204.81 +	} || { report close-bloc; return 1; }
  204.82  }
  204.83  
  204.84  # Rules to gen a SliTaz package suitable for Tazpkg.
  204.85 @@ -99,5 +90,5 @@
  204.86  # Rules to clean the package
  204.87  clean_wok()
  204.88  {
  204.89 -	rm -r $SOURCE-$VERSION-build
  204.90 +	rm -rf $SOURCE-$VERSION-build
  204.91  }
   205.1 --- a/mingw32-runtime/receipt	Thu Feb 17 15:35:13 2011 +0100
   205.2 +++ b/mingw32-runtime/receipt	Thu Feb 17 19:08:45 2011 +0100
   205.3 @@ -23,7 +23,7 @@
   205.4  {
   205.5  	if [ "$MINGW32_ID" != "$MINGW32_TARGET" ] ; then
   205.6  		echo "ERROR: Conf 'TARGET' string differs from Receipt 'ID' string"
   205.7 -		exit 1
   205.8 +		return 1
   205.9  	fi
  205.10  
  205.11  	rm -f -r $src/binutils
   206.1 --- a/mingw32-w32api/receipt	Thu Feb 17 15:35:13 2011 +0100
   206.2 +++ b/mingw32-w32api/receipt	Thu Feb 17 19:08:45 2011 +0100
   206.3 @@ -23,7 +23,7 @@
   206.4  {
   206.5  	if [ "$MINGW32_ID" != "$MINGW32_TARGET" ] ; then
   206.6  		echo "ERROR: Conf 'TARGET' string differs from Receipt 'ID' string"
   206.7 -		exit 1
   206.8 +		return 1
   206.9  	fi
  206.10  
  206.11  	rm -f -r $src/binutils
   207.1 --- a/mlt/receipt	Thu Feb 17 15:35:13 2011 +0100
   207.2 +++ b/mlt/receipt	Thu Feb 17 19:08:45 2011 +0100
   207.3 @@ -6,7 +6,7 @@
   207.4  MAINTAINER="jozee@slitaz.org"
   207.5  SHORT_DESC="An open source multimedia framework"
   207.6  WEB_SITE="http://www.mltframework.org"
   207.7 -DEPENDS="libsdl-image libsamplerate libdv qt sox libxml2 gtk+ ffmpeg-svn frei0r-plugins"
   207.8 +DEPENDS="libsdl-image libsamplerate libdv qt4 sox libxml2 gtk+ ffmpeg-svn frei0r-plugins"
   207.9  BUILD_DEPENDS="libsamplerate-dev  libdv-dev  sox-dev Qt4-dev libxml2-dev  gtk+-dev  ffmpeg-svn-dev libsdl-image-dev frei0r-plugins-dev"
  207.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
  207.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   208.1 --- a/mplayer-codecs/receipt	Thu Feb 17 15:35:13 2011 +0100
   208.2 +++ b/mplayer-codecs/receipt	Thu Feb 17 19:08:45 2011 +0100
   208.3 @@ -7,24 +7,15 @@
   208.4  MAINTAINER="pankso@slitaz.org"
   208.5  DEPENDS="mplayer"
   208.6  WEB_SITE="http://www.mplayerhq.hu/design7/news.html"
   208.7 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
   208.8 +WGET_URL="http://www1.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2"
   208.9  
  208.10  # Rules to gen a SliTaz package suitable for Tazpkg.
  208.11  genpkg_rules()
  208.12  {
  208.13  	mkdir -p $fs/usr/lib/mplayer/codecs
  208.14 -	if [ ! -f $SOURCES_REPOSITORY/all-20071007.tar.bz2 ]; then
  208.15 -		wget -P $SOURCES_REPOSITORY \
  208.16 -			http://www1.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2
  208.17 -	fi
  208.18 -	tar xjf $SOURCES_REPOSITORY/all-20071007.tar.bz2 \
  208.19 -		-C $WOK/$PACKAGE
  208.20 -	cp -a all-20071007/* $fs/usr/lib/mplayer/codecs
  208.21 +	cp -a $src/* $fs/usr/lib/mplayer/codecs
  208.22  	# remove codec depending on libstdc++.so.5
  208.23  	rm -f $fs/usr/lib/mplayer/codecs/drvc.so
  208.24  	rm -f $fs/usr/lib/mplayer/codecs/cook.so
  208.25 -}
  208.26 -
  208.27 -clean_wok()
  208.28 -{
  208.29 -	rm -rf all-20071007
  208.30 -}
  208.31 +}
  208.32 \ No newline at end of file
   209.1 --- a/mplayer-svn/receipt	Thu Feb 17 15:35:13 2011 +0100
   209.2 +++ b/mplayer-svn/receipt	Thu Feb 17 19:08:45 2011 +0100
   209.3 @@ -13,6 +13,8 @@
   209.4  WEB_SITE="http://www.mplayerhq.hu/design7/news.html"
   209.5  PROVIDES="mplayer"
   209.6  TAGS="player movie audio video"
   209.7 +WGET_URL="subversion|svn://svn.mplayerhq.hu/mplayer/trunk"
   209.8 +BRANCH="$VERSION"
   209.9  
  209.10  # Rules to configure and make the package.
  209.11  #
  209.12 @@ -27,14 +29,6 @@
  209.13  
  209.14  compile_rules()
  209.15  {
  209.16 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma
  209.17 -	if [ -f $TARBALL ]; then
  209.18 -		unlzma -c $TARBALL | tar xf -
  209.19 -	else
  209.20 -		svn checkout -r $VERSION \
  209.21 -			svn://svn.mplayerhq.hu/mplayer/trunk $PACKAGE-$VERSION &&
  209.22 -		tar cf - $PACKAGE-$VERSION | lzma e $TARBALL -si
  209.23 -	fi
  209.24  	cd $src
  209.25  	KERNEL_VERSION=`grep  ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
  209.26  	sed -i "s/uname -r/echo $KERNEL_VERSION-slitaz/" configure
   210.1 --- a/mupdf/receipt	Thu Feb 17 15:35:13 2011 +0100
   210.2 +++ b/mupdf/receipt	Thu Feb 17 19:08:45 2011 +0100
   210.3 @@ -7,7 +7,7 @@
   210.4  MAINTAINER="jozee@slitaz.org"
   210.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
   210.6  DEPENDS="freetype jpeg zlib jbig2dec openjpeg"
   210.7 -BUILD_DEPENDS="freetype-dev jpeg-dev openjpeg-dev jbig2dec-dev zlib-dev pkg-config xorg-libX11-dev xorg-xextproto ftjam"
   210.8 +BUILD_DEPENDS="freetype-dev jpeg-dev openjpeg-dev jbig2dec-dev zlib-dev pkg-config xorg-libX11-dev xorg-libXext-dev xorg-xextproto ftjam"
   210.9  WEB_SITE="http://mupdf.com/"
  210.10  WGET_URL="http://mupdf.com/download/$TARBALL"
  210.11  
   211.1 --- a/nagios-nrpe/receipt	Thu Feb 17 15:35:13 2011 +0100
   211.2 +++ b/nagios-nrpe/receipt	Thu Feb 17 19:08:45 2011 +0100
   211.3 @@ -18,7 +18,7 @@
   211.4  	cd $src
   211.5  		while read patch_file; do
   211.6  		if [ ! -f done.$patch_file ]; then
   211.7 -			patch -p1 < ../stuff/$patch_file || exit 1
   211.8 +			patch -p1 < ../stuff/$patch_file || return 1
   211.9  			touch done.$patch_file
  211.10  		fi
  211.11  	done <<EOT
   212.1 --- a/nagios/receipt	Thu Feb 17 15:35:13 2011 +0100
   212.2 +++ b/nagios/receipt	Thu Feb 17 19:08:45 2011 +0100
   212.3 @@ -6,7 +6,7 @@
   212.4  SHORT_DESC="Host and network monitoring"
   212.5  MAINTAINER="erjo@slitaz.org"
   212.6  DEPENDS="apache nagios-plugins libpng libjpeg"
   212.7 -BUILD_DEPENDS="libgd-dev libpng-dev libjpeg-dev"
   212.8 +BUILD_DEPENDS="libgd-dev libpng-dev jpeg-dev"
   212.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
  212.10  WEB_SITE="http://www.nagios.org/"
  212.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
  212.12 @@ -18,13 +18,13 @@
  212.13  	cd $src
  212.14  	while read patch_file; do
  212.15  		if [ ! -f done.$patch_file ]; then
  212.16 -			patch -p1 < ../stuff/$patch_file || exit 1
  212.17 +			patch -p1 < ../stuff/$patch_file || return 1
  212.18  			touch done.$patch_file
  212.19  		fi
  212.20  	done <<EOT
  212.21  $PACKAGE-$VERSION-Makefiles.u
  212.22  EOT
  212.23 -	#patch -p1 < ../stuff/nagios-3.2.1-Makefiles.u || exit 1
  212.24 +	#patch -p1 < ../stuff/nagios-3.2.1-Makefiles.u || return 1
  212.25  	./configure \
  212.26  		--prefix=/usr \
  212.27  		--infodir=/usr/share/info \
   213.1 --- a/nbs/receipt	Thu Feb 17 15:35:13 2011 +0100
   213.2 +++ b/nbs/receipt	Thu Feb 17 19:08:45 2011 +0100
   213.3 @@ -5,26 +5,16 @@
   213.4  CATEGORY="network"
   213.5  SHORT_DESC="Network Broadcast Sound."
   213.6  MAINTAINER="pascal.bellard@slitaz.org"
   213.7 +BUILD_DEPENDS="subversion"
   213.8  WEB_SITE="http://svn.digium.com/view/nbs"
   213.9 +WGET_URL="subversion|http://svn.digium.com/svn/nbs/trunk"
  213.10  
  213.11  
  213.12  # Rules to configure and make the package.
  213.13  compile_rules()
  213.14  {
  213.15 -	mkdir $src
  213.16  	cd $src
  213.17 -	TARBALL=$PACKAGE-$VERSION.tar.gz
  213.18 -	[ -f $SOURCES_REPOSITORY/$TARBALL ] && 
  213.19 -		tar xzf $SOURCES_REPOSITORY/$TARBALL
  213.20 -	for i in Makefile nbs.h nbscat.c nbscat8k nbsclient.c nbsd.c; do
  213.21 -		[ -f $i ] && continue
  213.22 -		wget http://svn.digium.com/view/nbs/trunk/$i?view=co || return 1
  213.23 -		mv $i\?view=co $i
  213.24 -		[ -f ../stuff/$i.u ] && patch -p0 <  ../stuff/$i.u
  213.25 -	done
  213.26 -	[ -f $SOURCES_REPOSITORY/$TARBALL ] ||
  213.27 -		tar cvzf $SOURCES_REPOSITORY/$TARBALL \
  213.28 -			Makefile nbs.h nbscat.c nbscat8k nbsclient.c nbsd.c
  213.29 +	patch -p0 <  ../stuff/Makefile.u &&
  213.30  	make &&
  213.31  	make DESTDIR=$PWD/_pkg install
  213.32  }
   214.1 --- a/netatalk-pam/receipt	Thu Feb 17 15:35:13 2011 +0100
   214.2 +++ b/netatalk-pam/receipt	Thu Feb 17 19:08:45 2011 +0100
   214.3 @@ -1,7 +1,7 @@
   214.4  # SliTaz package receipt.
   214.5  
   214.6  PACKAGE="netatalk-pam"
   214.7 -VERSION="2.0.3"
   214.8 +VERSION="2.1.5"
   214.9  CATEGORY="system-tools"
  214.10  SHORT_DESC="The AppleTalk Protocol Suite using PAM."
  214.11  MAINTAINER="pascal.bellard@slitaz.org"
  214.12 @@ -19,9 +19,6 @@
  214.13  compile_rules()
  214.14  {
  214.15  	cd $src
  214.16 -	[ -f done.netatalk-2.0.3-newer-db.patch ] || \
  214.17 -		patch -p1  < ../../$SOURCE/stuff/netatalk-2.0.3-newer-db.patch
  214.18 -	touch done.netatalk-2.0.3-newer-db.patch
  214.19  	./configure --with-pam --prefix=/usr --sysconfdir=/etc \
  214.20  	--libexecdir=/usr/lib/netatalk \
  214.21  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   215.1 --- a/newt-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   215.2 +++ b/newt-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   215.3 @@ -1,15 +1,13 @@
   215.4  # SliTaz package receipt.
   215.5  
   215.6  PACKAGE="newt-dev"
   215.7 -VERSION="0.52.2"
   215.8 +VERSION="0.52.12"
   215.9  CATEGORY="development"
  215.10  SHORT_DESC="Not Erik's Windowing Toolkit dev files"
  215.11  MAINTAINER="erjo@slitaz.org"
  215.12  DEPENDS="newt"
  215.13 -BUILD_DEPENDS=""
  215.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
  215.15  WANTED="newt"
  215.16 -WEB_SITE="http://packages.debian.org/etch/libnewt0.52"
  215.17 +WEB_SITE="https://fedorahosted.org/newt/"
  215.18  
  215.19  # Rules to gen a SliTaz package suitable for Tazpkg.
  215.20  genpkg_rules()
   216.1 --- a/newt/receipt	Thu Feb 17 15:35:13 2011 +0100
   216.2 +++ b/newt/receipt	Thu Feb 17 19:08:45 2011 +0100
   216.3 @@ -1,23 +1,20 @@
   216.4  # SliTaz package receipt.
   216.5  
   216.6  PACKAGE="newt"
   216.7 -VERSION="0.52.2"
   216.8 +VERSION="0.52.12"
   216.9  CATEGORY="development"
  216.10  SHORT_DESC="Not Erik's Windowing Toolkit"
  216.11  MAINTAINER="erjo@slitaz.org"
  216.12  DEPENDS="slang popt tcl"
  216.13 -BUILD_DEPENDS="slang-dev tcl popt-dev python-dev"
  216.14 +BUILD_DEPENDS="slang-dev tcl popt-dev python-dev wget"
  216.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
  216.16 -WEB_SITE="http://packages.debian.org/etch/libnewt0.52"
  216.17 -WGET_URL="http://mirror.pimentvert.com/sources/newt/$TARBALL"
  216.18 +WEB_SITE="https://fedorahosted.org/newt/"
  216.19 +WGET_URL="https://fedorahosted.org/releases/n/e/$PACKAGE/$TARBALL"
  216.20  
  216.21  # Rules to configure and make the package.
  216.22  compile_rules()
  216.23  {
  216.24  	cd $src
  216.25 -	
  216.26 -	# Fixe group/owner
  216.27 -	chown -R root.root $src
  216.28  
  216.29  	python=$(ls -d /usr/lib/python*/ | sed 's|/usr/lib/\(.*\)/|\1|' | head -1)
  216.30  	tcl=$(ls /usr/lib/libtcl*.so | sed 's|/usr/lib/lib\(.*\).so|\1|')
  216.31 @@ -39,10 +36,5 @@
  216.32  	cp -a $_pkg/usr/bin $fs/usr
  216.33  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
  216.34  	cp -a $_pkg/usr/lib/python* $fs/usr/lib
  216.35 -
  216.36 -	# Bug fix
  216.37 -	cd $fs/usr/lib
  216.38 -	ln -s libnewt.so.0.52.1 libnewt.so.0.52
  216.39 -	strip -s $fs/usr/lib/*
  216.40  }
  216.41  
   217.1 --- a/nmap/receipt	Thu Feb 17 15:35:13 2011 +0100
   217.2 +++ b/nmap/receipt	Thu Feb 17 19:08:45 2011 +0100
   217.3 @@ -1,7 +1,7 @@
   217.4  # SliTaz package receipt.
   217.5  
   217.6  PACKAGE="nmap"
   217.7 -VERSION="5.21"
   217.8 +VERSION="5.51"
   217.9  CATEGORY="security"
  217.10  SHORT_DESC="The Network Mapper."
  217.11  MAINTAINER="erjo@slitaz.org"
   218.1 --- a/notecase/receipt	Thu Feb 17 15:35:13 2011 +0100
   218.2 +++ b/notecase/receipt	Thu Feb 17 19:08:45 2011 +0100
   218.3 @@ -15,7 +15,7 @@
   218.4  # Rules to configure and make the package.
   218.5  compile_rules()
   218.6  {
   218.7 -	busybox patch -p0 -i stuff/notecase-1.9.8_gcc4.u || exit 1
   218.8 +	busybox patch -p0 -i stuff/notecase-1.9.8_gcc4.u || return 1
   218.9  	cd $src
  218.10  	# Disable gnome-vfs support
  218.11  	sed -i /'AUTODETECT_GNOME_VFS=1'/d Makefile
   219.1 --- a/ocsinventory-agent/receipt	Thu Feb 17 15:35:13 2011 +0100
   219.2 +++ b/ocsinventory-agent/receipt	Thu Feb 17 19:08:45 2011 +0100
   219.3 @@ -28,7 +28,7 @@
   219.4  	for p in ../stuff/ocsinventory-agent-1.1.2.1.u
   219.5  	do
   219.6  		[ -f done.$(basename $p) ] && continue
   219.7 -		patch -p1 -i $p || exit
   219.8 +		patch -p1 -i $p || return 1
   219.9  		touch done.$(basename $p)
  219.10  	done
  219.11  	perl Makefile.PL 
   220.1 --- a/openjpeg-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   220.2 +++ b/openjpeg-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   220.3 @@ -1,19 +1,18 @@
   220.4  # SliTaz package receipt.
   220.5  
   220.6  PACKAGE="openjpeg-dev"
   220.7 -VERSION="1.3"
   220.8 +VERSION="1.4"
   220.9  CATEGORY="development"
  220.10  SHORT_DESC="devel files for openjpeg"
  220.11  MAINTAINER="slaxemulator@gmail.com"
  220.12  DEPENDS="openjpeg"
  220.13  WEB_SITE="http://www.openjpeg.org/"
  220.14  WANTED="openjpeg"
  220.15 -_VERSION=v1_3
  220.16 +_VERSION=v1_4
  220.17  
  220.18  # Rules to gen a SliTaz package suitable for Tazpkg.
  220.19  genpkg_rules()
  220.20  {
  220.21 -	_pkg=$WOK/$WANTED/OpenJPEG_${_VERSION}/_pkg
  220.22  	mkdir -p $fs/usr/lib
  220.23  	cp -a $_pkg/usr/include $fs/usr
  220.24  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   221.1 --- a/openjpeg/receipt	Thu Feb 17 15:35:13 2011 +0100
   221.2 +++ b/openjpeg/receipt	Thu Feb 17 19:08:45 2011 +0100
   221.3 @@ -1,29 +1,30 @@
   221.4  # SliTaz package receipt.
   221.5  
   221.6  PACKAGE="openjpeg"
   221.7 -VERSION="1.3"
   221.8 +VERSION="1.4"
   221.9  CATEGORY="development"
  221.10  SHORT_DESC="An open source JPEG 2000 codec"
  221.11  MAINTAINER="slaxemulator@gmail.com"
  221.12  DEPENDS="glibc-base"
  221.13 -_VERSION=v1_3
  221.14 -TARBALL="${PACKAGE}_${_VERSION}.tar.gz"
  221.15 +_VERSION=v1_4
  221.16 +TARBALL="${PACKAGE}_${_VERSION}_sources_r697.tgz"
  221.17  WEB_SITE="http://www.openjpeg.org/"
  221.18 -WGET_URL="$WEB_SITE/$TARBALL"
  221.19 +WGET_URL="http://openjpeg.googlecode.com/files/$TARBALL"
  221.20  
  221.21  # Rules to configure and make the package.
  221.22  compile_rules()
  221.23  {
  221.24 -	src=$WOK/$PACKAGE/OpenJPEG_${_VERSION}
  221.25  	cd $src
  221.26 -	patch -Np1 -i ../stuff/30_fix_build_for_debian.dpatch
  221.27 +	./configure --enable-lcms2=no \
  221.28 +		--enable-png=no \
  221.29 +		--enable-lcms1=no \
  221.30 +		--disable-static &&
  221.31  	make && make DESTDIR=$PWD/_pkg install
  221.32  }
  221.33  
  221.34  # Rules to gen a SliTaz package suitable for Tazpkg.
  221.35  genpkg_rules()
  221.36  {
  221.37 -	_pkg=$WOK/$PACKAGE/OpenJPEG_${_VERSION}/_pkg
  221.38  	mkdir -p $fs/usr/lib
  221.39  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
  221.40  }
   222.1 --- a/openldap-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   222.2 +++ b/openldap-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   222.3 @@ -1,7 +1,7 @@
   222.4  # SliTaz package receipt.
   222.5  
   222.6  PACKAGE="openldap-dev"
   222.7 -VERSION="2.4.23"
   222.8 +VERSION="2.4.24"
   222.9  CATEGORY="development"
  222.10  SHORT_DESC="LDAP database development files."
  222.11  MAINTAINER="pascal.bellard@slitaz.org"
   223.1 --- a/openldap/receipt	Thu Feb 17 15:35:13 2011 +0100
   223.2 +++ b/openldap/receipt	Thu Feb 17 19:08:45 2011 +0100
   223.3 @@ -1,7 +1,7 @@
   223.4  # SliTaz package receipt.
   223.5  
   223.6  PACKAGE="openldap"
   223.7 -VERSION="2.4.23"
   223.8 +VERSION="2.4.24"
   223.9  CATEGORY="misc"
  223.10  SHORT_DESC="LDAP database system."
  223.11  MAINTAINER="pascal.bellard@slitaz.org"
   224.1 --- a/opentyrian-classic/receipt	Thu Feb 17 15:35:13 2011 +0100
   224.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
   224.3 @@ -1,53 +0,0 @@
   224.4 -# SliTaz package receipt.
   224.5 -
   224.6 -PACKAGE="opentyrian-classic"
   224.7 -VERSION="r886"
   224.8 -CATEGORY="games"
   224.9 -SHORT_DESC="OpenTyrian is a port of the DOS shoot-em-up Tyrian"
  224.10 -MAINTAINER="mallory@skyrock.com"
  224.11 -DEPENDS="libsdl libsdl-mixer libsdl-net"
  224.12 -BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libsdl-net-dev mercurial"
  224.13 -SOURCE="opentyrian"
  224.14 -WEB_SITE="http://code.google.com/p/opentyrian/"
  224.15 -WGET_URL=""
  224.16 -
  224.17 -# Rules to configure and make the package.
  224.18 -compile_rules()
  224.19 -{
  224.20 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE.tar.gz
  224.21 -	if [ -f $TARBALL ]; then
  224.22 -		tar xzf $TARBALL
  224.23 -	else
  224.24 -		hg clone https://opentyrian.googlecode.com/hg/ opentyrian  
  224.25 -		tar czf $TARBALL opentyrian
  224.26 -	fi
  224.27 -	cd $SOURCE
  224.28 -	make release
  224.29 -	[ -f $SOURCES_REPOSITORY/tyrian21.zip ] ||
  224.30 -	wget http://camanis.net/tyrian/tyrian21.zip -P $SOURCES_REPOSITORY
  224.31 -	unzip $SOURCES_REPOSITORY/tyrian21.zip
  224.32 -}
  224.33 -
  224.34 -# Rules to gen a SliTaz package suitable for Tazpkg.
  224.35 -genpkg_rules()
  224.36 -{
  224.37 -	mkdir -p $fs/usr/bin
  224.38 -	mkdir -p $fs/usr/share/applications
  224.39 -	mkdir -p $fs/usr/share/pixmaps
  224.40 -	mkdir -p $fs/usr/share/opentyrian
  224.41 -	cp $SOURCE/tyrian $fs/usr/share/opentyrian
  224.42 -	cp $SOURCE/opentyrian.desktop $fs/usr/share/applications
  224.43 -	cp $SOURCE/tyrian.xpm $fs/usr/share/pixmaps
  224.44 -	cp $SOURCE/tyrian21/* $fs/usr/share/opentyrian
  224.45 -	rm -rf $fs/usr/share/opentyrian/*exe
  224.46 -	rm -rf $fs/usr/share/opentyrian/*doc
  224.47 -	cat > $fs/usr/bin/tyrian <<EOF
  224.48 -#!/bin/sh
  224.49 -here=$(pwd)
  224.50 -cd /usr/share/opentyrian
  224.51 -./tyrian
  224.52 -cd $here
  224.53 -EOF
  224.54 -	chmod +x $fs/usr/bin/tyrian
  224.55 -}
  224.56 -
   225.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   225.2 +++ b/opentyrian/receipt	Thu Feb 17 19:08:45 2011 +0100
   225.3 @@ -0,0 +1,38 @@
   225.4 +# SliTaz package receipt.
   225.5 +
   225.6 +PACKAGE="opentyrian"
   225.7 +VERSION="r886"
   225.8 +CATEGORY="games"
   225.9 +SHORT_DESC="OpenTyrian is a port of the DOS shoot-em-up Tyrian"
  225.10 +MAINTAINER="mallory@skyrock.com"
  225.11 +DEPENDS="libsdl libsdl-mixer libsdl-net tyrian"
  225.12 +BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libsdl-net-dev mercurial"
  225.13 +SOURCE="opentyrian"
  225.14 +WEB_SITE="http://code.google.com/p/opentyrian/"
  225.15 +WGET_URL="mercurial|https://opentyrian.googlecode.com/hg/"
  225.16 +
  225.17 +# Rules to configure and make the package.
  225.18 +compile_rules()
  225.19 +{
  225.20 +	cd $src
  225.21 +	make release
  225.22 +}
  225.23 +
  225.24 +# Rules to gen a SliTaz package suitable for Tazpkg.
  225.25 +genpkg_rules()
  225.26 +{
  225.27 +	mkdir -p $fs/usr/bin $fs/usr/share/applications \
  225.28 +		$fs/usr/share/pixmaps $fs/usr/games/opentyrian
  225.29 +	cp $src/opentyrian $fs/usr/games/opentyrian
  225.30 +	cp $src/linux/opentyrian.desktop $fs/usr/share/applications
  225.31 +	cp $src/linux/icons/tyrian-32.png $fs/usr/share/pixmaps/opentyrian.png
  225.32 +	cat > $fs/usr/bin/opentyrian <<EOF
  225.33 +#!/bin/sh
  225.34 +here=$(pwd)
  225.35 +cd /usr/games/opentyrian
  225.36 +./opentyrian
  225.37 +cd $here
  225.38 +EOF
  225.39 +	chmod +x $fs/usr/bin/opentyrian
  225.40 +}
  225.41 +
   226.1 --- a/ovz-web-panel/receipt	Thu Feb 17 15:35:13 2011 +0100
   226.2 +++ b/ovz-web-panel/receipt	Thu Feb 17 19:08:45 2011 +0100
   226.3 @@ -22,7 +22,7 @@
   226.4  			continue
   226.5  		fi
   226.6  		echo "Apply $patch_file"
   226.7 -		patch -p1 < ../stuff/$patch_file || exit 1
   226.8 +		patch -p1 < ../stuff/$patch_file || return 1
   226.9  		touch done.$patch_file
  226.10  	done <<EOT
  226.11  owp-${VERSION}.u
   227.1 --- a/partimage-pam/receipt	Thu Feb 17 15:35:13 2011 +0100
   227.2 +++ b/partimage-pam/receipt	Thu Feb 17 19:08:45 2011 +0100
   227.3 @@ -1,7 +1,7 @@
   227.4  # SliTaz package receipt.
   227.5  
   227.6  PACKAGE="partimage-pam"
   227.7 -VERSION="0.6.7"
   227.8 +VERSION="0.6.9"
   227.9  CATEGORY="system-tools"
  227.10  SHORT_DESC="Saves partitions in an image file."
  227.11  MAINTAINER="pascal.bellard@slitaz.org"
  227.12 @@ -10,21 +10,13 @@
  227.13  SOURCE="partimage"
  227.14  TARBALL="$SOURCE-$VERSION.tar.bz2"
  227.15  WEB_SITE="http://www.partimage.org/Index.fr.html"
  227.16 -WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/partimage/$TARBALL"
  227.17 +WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
  227.18  PROVIDE="partimage:pam"
  227.19  
  227.20  # Rules to configure and make the package.
  227.21  compile_rules()
  227.22  {
  227.23 -	# fix build with gcc4
  227.24 -	busybox patch -p0 -i stuff/partimage-0.6.7_gcc4.u
  227.25 -	
  227.26  	cd $src
  227.27 -	# fix build with openssl 1.0
  227.28 -	sed -i 's/= SSLv2_client_method/= (SSL_METHOD*) SSLv2_client_method/' \
  227.29 -		src/client/netclient.cpp
  227.30 -	sed -i 's/= SSLv23_server_method/= (SSL_METHOD*) SSLv23_server_method/' \
  227.31 -		src/server/netserver.cpp
  227.32  	./configure --prefix=/usr --enable-pam \
  227.33  	 --sysconfdir=/etc \
  227.34  	 --infodir=/usr/share/info \
  227.35 @@ -41,7 +33,6 @@
  227.36  	cp -a $_pkg/etc $fs/
  227.37  	install -g root -o root -m 0600 ../$SOURCE/stuff/etc/partimaged/partimaged.* $fs/etc/partimaged
  227.38  	install -g root -o root -m 0755 ../$SOURCE/stuff/etc/init.d/partimaged $fs/etc/init.d
  227.39 -	strip -s $fs/usr/sbin/*
  227.40  }
  227.41  
  227.42  post_install()
  227.43 @@ -65,11 +56,11 @@
  227.44  
  227.45  post_remove()
  227.46  {
  227.47 -	deluser partimag
  227.48 -	delgroup partimag
  227.49 +	chroot $1/ deluser partimag
  227.50 +	chroot $1/ delgroup partimag
  227.51  	
  227.52 -	if [ -f /etc/paritimaged ]; then
  227.53 -		rm -rf /etc/partimaged
  227.54 +	if [ -f $1/etc/paritimaged ]; then
  227.55 +		rm -rf $1/etc/partimaged
  227.56  	fi
  227.57  }
  227.58  	
   228.1 --- a/partimage/receipt	Thu Feb 17 15:35:13 2011 +0100
   228.2 +++ b/partimage/receipt	Thu Feb 17 19:08:45 2011 +0100
   228.3 @@ -1,7 +1,7 @@
   228.4  # SliTaz package receipt.
   228.5  
   228.6  PACKAGE="partimage"
   228.7 -VERSION="0.6.7"
   228.8 +VERSION="0.6.9"
   228.9  CATEGORY="system-tools"
  228.10  SHORT_DESC="Saves partitions in an image file."
  228.11  MAINTAINER="erjo@slitaz.org"
  228.12 @@ -9,19 +9,12 @@
  228.13  BUILD_DEPENDS="newt newt-dev slang-dev bzip2-dev openssl-dev"
  228.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
  228.15  WEB_SITE="http://www.partimage.org/Index.fr.html"
  228.16 -WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/partimage/$TARBALL"
  228.17 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
  228.18  
  228.19  # Rules to configure and make the package.
  228.20  compile_rules()
  228.21 -{
  228.22 -	busybox patch -p0 -i stuff/partimage-0.6.7_gcc4.u
  228.23 -	
  228.24 +{	
  228.25  	cd $src
  228.26 -	# fix build with openssl 1.0
  228.27 -	sed -i 's/= SSLv2_client_method/= (SSL_METHOD*) SSLv2_client_method/' \
  228.28 -		src/client/netclient.cpp
  228.29 -	sed -i 's/= SSLv23_server_method/= (SSL_METHOD*) SSLv23_server_method/' \
  228.30 -		src/server/netserver.cpp
  228.31  	./configure --prefix=/usr \
  228.32  	 --sysconfdir=/etc \
  228.33  	 --infodir=/usr/share/info \
  228.34 @@ -38,7 +31,6 @@
  228.35  	cp -a $_pkg/etc $fs/
  228.36  	install -g root -o root -m 0600 stuff/etc/partimaged/partimaged.* $fs/etc/partimaged
  228.37  	install -g root -o root -m 0755 stuff/etc/init.d/partimaged $fs/etc/init.d
  228.38 -	strip -s $fs/usr/sbin/*
  228.39  }
  228.40  
  228.41  post_install()
  228.42 @@ -62,11 +54,11 @@
  228.43  
  228.44  post_remove()
  228.45  {
  228.46 -	deluser partimag
  228.47 -	delgroup partimag
  228.48 +	chroot $1/ deluser partimag
  228.49 +	chroot $1/ delgroup partimag
  228.50  	
  228.51 -	if [ -f /etc/paritimaged ]; then
  228.52 -		rm -rf /etc/partimaged
  228.53 +	if [ -f $1/etc/paritimaged ]; then
  228.54 +		rm -rf $1/etc/partimaged
  228.55  	fi
  228.56  }
  228.57  	
   229.1 --- a/pcmanfm/receipt	Thu Feb 17 15:35:13 2011 +0100
   229.2 +++ b/pcmanfm/receipt	Thu Feb 17 19:08:45 2011 +0100
   229.3 @@ -25,7 +25,7 @@
   229.4  		if [ -f done.$(basename $i) ]; then
   229.5  			continue
   229.6  		else
   229.7 -			patch -p0 < $i && touch done.$(basename $i) || exit 1
   229.8 +			patch -p0 < $i && touch done.$(basename $i) || return 1
   229.9  		fi
  229.10  	done
  229.11  
   230.1 --- a/pcsxr-svn/receipt	Thu Feb 17 15:35:13 2011 +0100
   230.2 +++ b/pcsxr-svn/receipt	Thu Feb 17 19:08:45 2011 +0100
   230.3 @@ -9,19 +9,12 @@
   230.4  BUILD_DEPENDS="glib-dev libcdio libcdio-dev libglade-dev gtk+-dev xorg-libXtst xorg-libXtst-dev xorg-libXv xorg-libXv-dev mesa-dev \
   230.5  zlib-dev libsdl libsdl-dev subversion nasm gettext intltool sed lzma"
   230.6  WEB_SITE="http://pcsxr.codeplex.com/"
   230.7 +WGET_URL="subversion|https://pcsxr.svn.codeplex.com/svn/pcsxr"
   230.8 +BRANCH="$VERSION"
   230.9  
  230.10  # Rules to configure and make the package.
  230.11  compile_rules()
  230.12  {
  230.13 -	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
  230.14 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma
  230.15 -	if [ -f $TARBALL ]; then
  230.16 -		unlzma -c $TARBALL | tar xf -
  230.17 -	else
  230.18 -		echo "Cloning revision $VERSION from subversion repository..."
  230.19 -		echo "t" | svn co https://pcsxr.svn.codeplex.com/svn/pcsxr -r $VERSION $PACKAGE-$VERSION
  230.20 -		tar cf - $PACKAGE-$VERSION | lzma e $TARBALL -si
  230.21 -	fi
  230.22  	cd $src
  230.23  	./autogen.sh \
  230.24  		--prefix=/usr \
   231.1 --- a/postgresql-client/receipt	Thu Feb 17 15:35:13 2011 +0100
   231.2 +++ b/postgresql-client/receipt	Thu Feb 17 19:08:45 2011 +0100
   231.3 @@ -17,6 +17,6 @@
   231.4  		dir=$(dirname $file)
   231.5  		[ -d $fs$dir ] || mkdir -p $fs$dir
   231.6  		cp -a $_pkg$file $fs$file
   231.7 -	done < $src/$PACKAGE.files-list
   231.8 +	done < $WOK/$WANTED/stuff/$PACKAGE.files-list
   231.9  }
  231.10  
   232.1 --- a/postgresql/receipt	Thu Feb 17 15:35:13 2011 +0100
   232.2 +++ b/postgresql/receipt	Thu Feb 17 19:08:45 2011 +0100
   232.3 @@ -43,27 +43,29 @@
   232.4  	cp -a stuff/etc $fs
   232.5  	ln -s /var/lib/pgsql/postgresql.conf $fs/etc
   232.6  	chmod 700 $fs/var/lib/pgsql
   232.7 -	cat $src/*.files-list | while read file; do
   232.8 +	cat $WOK/$PACKAGE/stuff/*.files-list | while read file; do
   232.9  		[ -f $fs$file ] && rm -f $fs$file
  232.10  	done
  232.11 +
  232.12  }
  232.13  
  232.14  # Pre and post install commands for Tazpkg.
  232.15  post_install()
  232.16  {
  232.17          # adduser postgres if needed
  232.18 -	if ! grep -q postgres $1/etc/passwd; then
  232.19 +	if ! grep -q postgres: $1/etc/passwd; then
  232.20  		echo -n "Adding user postgres..."
  232.21  		chroot $1/ adduser postgres -D -H -u 88 -h /var/lib/pgsql
  232.22 -		rm -f /var/lib/pgsql/.* /var/lib/pgsql/*
  232.23 +		#[ -d $1/var/lib/pgsql ] && rm -f $1/var/lib/pgsql/.* $1/var/lib/pgsql/*
  232.24  		status
  232.25  	fi
  232.26  	# addgroup postgres if needed
  232.27 -	if ! grep -q postgres $1/etc/group; then
  232.28 +	if ! grep -q postgres: $1/etc/group; then
  232.29  		echo -n "Adding group postgres..."
  232.30 -		chroot $1/ sh -c 'addgroup -g 88 postgres && addgroup postgres postgres'
  232.31 +		chroot $1/ sh -c 'addgroup -g 88 postgres'
  232.32  		status
  232.33  	fi
  232.34 +	[ ! -d $1/var/lib/pgsql ] && mkdir -p $1/var/lib/pgsql
  232.35  	chroot $1/ chown -R postgres.postgres /var/lib/pgsql /var/log/postgresql
  232.36  	cat <<EOF
  232.37  ----
  232.38 @@ -80,6 +82,7 @@
  232.39  
  232.40  post_remove()
  232.41  {
  232.42 -	deluser postgres
  232.43 -	delgroup postgres
  232.44 +	# when both user and group have the same id# and name
  232.45 +	# both group and user will get removed with either delusr/delgroup
  232.46 +	chroot $1/ deluser postgres
  232.47  }
   233.1 --- a/pyneighborhood/receipt	Thu Feb 17 15:35:13 2011 +0100
   233.2 +++ b/pyneighborhood/receipt	Thu Feb 17 19:08:45 2011 +0100
   233.3 @@ -9,19 +9,11 @@
   233.4  BUILD_DEPENDS="python python-dev gettext wget"
   233.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   233.6  WEB_SITE="https://launchpad.net/pyneighborhood"
   233.7 -WGET="$WEB_SITE/${VERSION%.*}/$VERSION/+download/$TARBALL"
   233.8 +WGET_URL="$WEB_SITE/${VERSION%.*}/$VERSION/+download/$TARBALL"
   233.9  
  233.10  # Rules to configure and make the package.
  233.11  compile_rules()
  233.12  {
  233.13 -	if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then
  233.14 -		tar xjf $SOURCES_REPOSITORY/$TARBALL
  233.15 -	else
  233.16 -		# [ -L /usr/bin/wget ] || tazpkg get-install wget --forced
  233.17 -		wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET"
  233.18 -		tar xjf $SOURCES_REPOSITORY/$TARBALL
  233.19 -	fi
  233.20 -
  233.21  	cd $src
  233.22  	# hack Makefile
  233.23  	sed -i 's/--prefix=/--root=/' Makefile
   234.1 --- a/python-lxml/receipt	Thu Feb 17 15:35:13 2011 +0100
   234.2 +++ b/python-lxml/receipt	Thu Feb 17 19:08:45 2011 +0100
   234.3 @@ -1,14 +1,14 @@
   234.4  # SliTaz package receipt.
   234.5  
   234.6  PACKAGE="python-lxml"
   234.7 -VERSION="2.2.2"
   234.8 +VERSION="2.3"
   234.9  CATEGORY="development"
  234.10  SHORT_DESC="Pythonic binding for the libxml2 and libxslt libraries.."
  234.11  MAINTAINER="pascal.bellard@slitaz.org"
  234.12  SOURCE="lxml"
  234.13  TARBALL="$SOURCE-$VERSION.tgz"
  234.14  WEB_SITE="http://codespeak.net/lxml/"
  234.15 -WGET_URL="$WEB_SITE/$TARBALL"
  234.16 +WGET_URL="${WEB_SITE}${TARBALL}"
  234.17  DEPENDS="python libxml2 libxslt zlib"
  234.18  BUILD_DEPENDS="python libxml2 libxml2-dev libxslt libxslt-dev setuptools"
  234.19  
   235.1 --- a/python-pastescript/receipt	Thu Feb 17 15:35:13 2011 +0100
   235.2 +++ b/python-pastescript/receipt	Thu Feb 17 19:08:45 2011 +0100
   235.3 @@ -10,14 +10,14 @@
   235.4  WEB_SITE="http://pythonpaste.org/"
   235.5  WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL"
   235.6  DEPENDS="python python-paste python-pastedeploy"
   235.7 -BUILD_DEPENDS="$DEPENDS python-dev"
   235.8 +BUILD_DEPENDS="setuptools"
   235.9  TAGS="python"
  235.10  
  235.11  # Rules to configure and make the package.
  235.12  compile_rules()
  235.13  {
  235.14  	cd $src
  235.15 -	python setup.py install --root=$PWD/_pkg
  235.16 +	python setup.py install --root=$DESTDIR
  235.17  }
  235.18  
  235.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   236.1 --- a/qmake/receipt	Thu Feb 17 15:35:13 2011 +0100
   236.2 +++ b/qmake/receipt	Thu Feb 17 19:08:45 2011 +0100
   236.3 @@ -16,7 +16,6 @@
   236.4  genpkg_rules()
   236.5  {
   236.6  	mkdir -p $fs/usr/bin
   236.7 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
   236.8  	cp -a $_pkg/usr/bin/qmake $fs/usr/bin
   236.9  	cp -a $_pkg/usr/bin/moc $fs/usr/bin
  236.10  	cp -a $_pkg/usr/bin/uic $fs/usr/bin
   237.1 --- a/qt4-phonon/receipt	Thu Feb 17 15:35:13 2011 +0100
   237.2 +++ b/qt4-phonon/receipt	Thu Feb 17 19:08:45 2011 +0100
   237.3 @@ -15,6 +15,5 @@
   237.4  genpkg_rules()
   237.5  {
   237.6  	mkdir -p $fs/usr/lib
   237.7 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
   237.8  	cp -a $_pkg/usr/lib/libphonon.so* $fs/usr/lib
   237.9  }
   238.1 --- a/qt4/receipt	Thu Feb 17 15:35:13 2011 +0100
   238.2 +++ b/qt4/receipt	Thu Feb 17 19:08:45 2011 +0100
   238.3 @@ -27,7 +27,11 @@
   238.4  compile_rules()
   238.5  {
   238.6  	cd $src
   238.7 -
   238.8 +    
   238.9 +	# Already fixed upstream
  238.10 +	patch -Np1 -i ../stuff/fix-qtbug-15857.patch
  238.11 +	patch -Np1 -i ../stuff/add-postgresql9.patch
  238.12 +	
  238.13  	./configure -v \
  238.14  		-prefix /usr \
  238.15  		-confirm-license -opensource \
   239.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   239.2 +++ b/qt4/stuff/add-postgresql9.patch	Thu Feb 17 19:08:45 2011 +0100
   239.3 @@ -0,0 +1,215 @@
   239.4 +From 03f94089a16cf6b6a3b533ba1f90444eb18c29ab Mon Sep 17 00:00:00 2001
   239.5 +From: Charles Yin <charles.yin@nokia.com>
   239.6 +Date: Thu, 4 Nov 2010 15:38:57 +1000
   239.7 +Subject: [PATCH] Add Postgresql 8.x and 9 supports
   239.8 +
   239.9 +Change-Id: Ic740686ead768cc3e106703049d878549dfd3c6a
  239.10 +Task-number:QTBUG-14206
  239.11 +Reviewed-by: Michael Goddard
  239.12 +---
  239.13 + src/sql/drivers/psql/qsql_psql.cpp      |  116 +++++++++++++++++++++---------
  239.14 + src/sql/drivers/psql/qsql_psql.h        |    6 ++-
  239.15 + tests/auto/qsqldatabase/tst_databases.h |    2 +
  239.16 + 3 files changed, 88 insertions(+), 36 deletions(-)
  239.17 +
  239.18 +diff --git a/src/sql/drivers/psql/qsql_psql.cpp b/src/sql/drivers/psql/qsql_psql.cpp
  239.19 +index 2a4e595..bf9685f 100644
  239.20 +--- a/src/sql/drivers/psql/qsql_psql.cpp
  239.21 ++++ b/src/sql/drivers/psql/qsql_psql.cpp
  239.22 +@@ -54,7 +54,6 @@
  239.23 + #include <qstringlist.h>
  239.24 + #include <qmutex.h>
  239.25 + 
  239.26 +-
  239.27 + #include <libpq-fe.h>
  239.28 + #include <pg_config.h>
  239.29 + 
  239.30 +@@ -619,6 +618,50 @@ static void setDatestyle(PGconn* connection)
  239.31 +     PQclear(result);
  239.32 + }
  239.33 + 
  239.34 ++static QPSQLDriver::Protocol qMakePSQLVersion(int vMaj, int vMin)
  239.35 ++{
  239.36 ++    switch (vMaj) {
  239.37 ++    case 6:
  239.38 ++        return QPSQLDriver::Version6;
  239.39 ++    case 7:
  239.40 ++    {
  239.41 ++        switch (vMin) {
  239.42 ++        case 1:
  239.43 ++            return QPSQLDriver::Version71;
  239.44 ++        case 3:
  239.45 ++            return QPSQLDriver::Version73;
  239.46 ++        case 4:
  239.47 ++            return QPSQLDriver::Version74;
  239.48 ++        default:
  239.49 ++            return QPSQLDriver::Version7;
  239.50 ++        }
  239.51 ++        break;
  239.52 ++    }
  239.53 ++    case 8:
  239.54 ++    {
  239.55 ++        switch (vMin) {
  239.56 ++        case 1:
  239.57 ++            return QPSQLDriver::Version81;
  239.58 ++        case 2:
  239.59 ++            return QPSQLDriver::Version82;
  239.60 ++        case 3:
  239.61 ++            return QPSQLDriver::Version83;
  239.62 ++        case 4:
  239.63 ++            return QPSQLDriver::Version84;
  239.64 ++        default:
  239.65 ++            return QPSQLDriver::Version8;
  239.66 ++        }
  239.67 ++        break;
  239.68 ++    }
  239.69 ++    case 9:
  239.70 ++        return QPSQLDriver::Version9;
  239.71 ++        break;
  239.72 ++    default:
  239.73 ++        break;
  239.74 ++    }
  239.75 ++    return QPSQLDriver::VersionUnknown;
  239.76 ++}
  239.77 ++
  239.78 + static QPSQLDriver::Protocol getPSQLVersion(PGconn* connection)
  239.79 + {
  239.80 +     QPSQLDriver::Protocol serverVersion = QPSQLDriver::Version6;
  239.81 +@@ -626,50 +669,44 @@ static QPSQLDriver::Protocol getPSQLVersion(PGconn* connection)
  239.82 +     int status = PQresultStatus(result);
  239.83 +     if (status == PGRES_COMMAND_OK || status == PGRES_TUPLES_OK) {
  239.84 +         QString val = QString::fromAscii(PQgetvalue(result, 0, 0));
  239.85 ++
  239.86 +         QRegExp rx(QLatin1String("(\\d+)\\.(\\d+)"));
  239.87 +         rx.setMinimal(true); // enforce non-greedy RegExp
  239.88 ++
  239.89 +         if (rx.indexIn(val) != -1) {
  239.90 +             int vMaj = rx.cap(1).toInt();
  239.91 +             int vMin = rx.cap(2).toInt();
  239.92 +-
  239.93 +-            switch (vMaj) {
  239.94 +-            case 7:
  239.95 +-                switch (vMin) {
  239.96 +-                case 0:
  239.97 +-                    serverVersion = QPSQLDriver::Version7;
  239.98 +-                    break;
  239.99 +-                case 1:
 239.100 +-                case 2:
 239.101 +-                    serverVersion = QPSQLDriver::Version71;
 239.102 +-                    break;
 239.103 +-                default:
 239.104 +-                    serverVersion = QPSQLDriver::Version73;
 239.105 +-                    break;
 239.106 +-                }
 239.107 +-                break;
 239.108 +-            case 8:
 239.109 +-                switch (vMin) {
 239.110 +-                case 0:
 239.111 +-                    serverVersion = QPSQLDriver::Version8;
 239.112 +-                    break;
 239.113 +-                case 1:
 239.114 +-                    serverVersion = QPSQLDriver::Version81;
 239.115 +-                    break;
 239.116 +-                case 2:
 239.117 +-                default:
 239.118 +-                    serverVersion = QPSQLDriver::Version82;
 239.119 +-                    break;
 239.120 +-                }
 239.121 +-                break;
 239.122 +-            default:
 239.123 +-                break;
 239.124 ++            serverVersion = qMakePSQLVersion(vMaj, vMin);
 239.125 ++#ifdef PG_MAJORVERSION
 239.126 ++            if (rx.indexIn(QLatin1String(PG_MAJORVERSION)) != -1) {
 239.127 ++                vMaj = rx.cap(1).toInt();
 239.128 ++                vMin = rx.cap(2).toInt();
 239.129 ++            }
 239.130 ++            QPSQLDriver::Protocol clientVersion = qMakePSQLVersion(vMaj, vMin);
 239.131 ++
 239.132 ++            if (serverVersion >= QPSQLDriver::Version9 && clientVersion < QPSQLDriver::Version9) {
 239.133 ++                //Client version before QPSQLDriver::Version9 only supports escape mode for bytea type,
 239.134 ++                //but bytea format is set to hex by default in PSQL 9 and above. So need to force the
 239.135 ++                //server use the old escape mode when connects to the new server with old client library.
 239.136 ++                result = PQexec(connection, "SET bytea_output=escape; ");
 239.137 ++                status = PQresultStatus(result);
 239.138 ++            } else if (serverVersion == QPSQLDriver::VersionUnknown) {
 239.139 ++                serverVersion = clientVersion;
 239.140 ++                if (serverVersion != QPSQLDriver::VersionUnknown)
 239.141 ++                   qWarning("The server version of this PostgreSQL is unknown, falling back to the client version.");
 239.142 +             }
 239.143 ++#endif
 239.144 +         }
 239.145 +     }
 239.146 +     PQclear(result);
 239.147 + 
 239.148 +-    if (serverVersion < QPSQLDriver::Version71)
 239.149 ++    //keep the old behavior unchanged
 239.150 ++    if (serverVersion == QPSQLDriver::VersionUnknown)
 239.151 ++        serverVersion = QPSQLDriver::Version6;
 239.152 ++
 239.153 ++    if (serverVersion < QPSQLDriver::Version71) {
 239.154 +         qWarning("This version of PostgreSQL is not supported and may not work.");
 239.155 ++    }
 239.156 + 
 239.157 +     return serverVersion;
 239.158 + }
 239.159 +@@ -852,7 +889,10 @@ bool QPSQLDriver::commitTransaction()
 239.160 +     // This hack can dissapear once there is an API to query this sort of information.
 239.161 +     if (d->pro == QPSQLDriver::Version8 ||
 239.162 +         d->pro == QPSQLDriver::Version81 ||
 239.163 +-        d->pro == QPSQLDriver::Version82) {
 239.164 ++        d->pro == QPSQLDriver::Version82 ||
 239.165 ++        d->pro == QPSQLDriver::Version83 ||
 239.166 ++        d->pro == QPSQLDriver::Version84 ||
 239.167 ++        d->pro == QPSQLDriver::Version9) {
 239.168 +         transaction_failed = qstrcmp(PQcmdStatus(res), "ROLLBACK") == 0;
 239.169 +     }
 239.170 + 
 239.171 +@@ -963,6 +1003,9 @@ QSqlIndex QPSQLDriver::primaryIndex(const QString& tablename) const
 239.172 +     case QPSQLDriver::Version8:
 239.173 +     case QPSQLDriver::Version81:
 239.174 +     case QPSQLDriver::Version82:
 239.175 ++    case QPSQLDriver::Version83:
 239.176 ++    case QPSQLDriver::Version84:
 239.177 ++    case QPSQLDriver::Version9:
 239.178 +         stmt = QLatin1String("SELECT pg_attribute.attname, pg_attribute.atttypid::int, "
 239.179 +                 "pg_class.relname "
 239.180 +                 "FROM pg_attribute, pg_class "
 239.181 +@@ -1046,6 +1089,9 @@ QSqlRecord QPSQLDriver::record(const QString& tablename) const
 239.182 +     case QPSQLDriver::Version8:
 239.183 +     case QPSQLDriver::Version81:
 239.184 +     case QPSQLDriver::Version82:
 239.185 ++    case QPSQLDriver::Version83:
 239.186 ++    case QPSQLDriver::Version84:
 239.187 ++    case QPSQLDriver::Version9:
 239.188 +         stmt = QLatin1String("select pg_attribute.attname, pg_attribute.atttypid::int, "
 239.189 +                 "pg_attribute.attnotnull, pg_attribute.attlen, pg_attribute.atttypmod, "
 239.190 +                 "pg_attrdef.adsrc "
 239.191 +diff --git a/src/sql/drivers/psql/qsql_psql.h b/src/sql/drivers/psql/qsql_psql.h
 239.192 +index 22871ff..107da87 100644
 239.193 +--- a/src/sql/drivers/psql/qsql_psql.h
 239.194 ++++ b/src/sql/drivers/psql/qsql_psql.h
 239.195 +@@ -97,6 +97,7 @@ class Q_EXPORT_SQLDRIVER_PSQL QPSQLDriver : public QSqlDriver
 239.196 +     Q_OBJECT
 239.197 + public:
 239.198 +     enum Protocol {
 239.199 ++        VersionUnknown = -1,
 239.200 +         Version6 = 6,
 239.201 +         Version7 = 7,
 239.202 +         Version71 = 8,
 239.203 +@@ -104,7 +105,10 @@ public:
 239.204 +         Version74 = 10,
 239.205 +         Version8 = 11,
 239.206 +         Version81 = 12,
 239.207 +-        Version82 = 13
 239.208 ++        Version82 = 13,
 239.209 ++        Version83 = 14,
 239.210 ++        Version84 = 15,
 239.211 ++        Version9 = 16,
 239.212 +     };
 239.213 + 
 239.214 +     explicit QPSQLDriver(QObject *parent=0);
 239.215 + 
 239.216 +-- 
 239.217 +1.6.1
 239.218 +
   240.1 --- a/qt4/stuff/fix-multisampling-with-ati-card.patch	Thu Feb 17 15:35:13 2011 +0100
   240.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
   240.3 @@ -1,25 +0,0 @@
   240.4 -From e48e50c460434c451c67403390d98f7418c77cce Mon Sep 17 00:00:00 2001
   240.5 -From: Jonathan Liu <net147@gmail.com>
   240.6 -Date: Wed, 25 Aug 2010 14:07:40 +1000
   240.7 -Subject: [PATCH] Fix OpenGL multisampling for some graphics drivers
   240.8 -
   240.9 ----
  240.10 - src/opengl/qgl_win.cpp |    2 +-
  240.11 - 1 files changed, 1 insertions(+), 1 deletions(-)
  240.12 -
  240.13 -diff --git a/src/opengl/qgl_win.cpp b/src/opengl/qgl_win.cpp
  240.14 -index 5ab944a..8eb6177 100644
  240.15 ---- a/src/opengl/qgl_win.cpp
  240.16 -+++ b/src/opengl/qgl_win.cpp
  240.17 -@@ -1042,7 +1042,7 @@ int QGLContext::choosePixelFormat(void* dummyPfd, HDC pdc)
  240.18 -         iAttributes[i++] = WGL_DRAW_TO_WINDOW_ARB;
  240.19 -         iAttributes[i++] = TRUE;
  240.20 -         iAttributes[i++] = WGL_COLOR_BITS_ARB;
  240.21 --        iAttributes[i++] = 32;
  240.22 -+        iAttributes[i++] = 24;
  240.23 -         iAttributes[i++] = WGL_DOUBLE_BUFFER_ARB;
  240.24 -         iAttributes[i++] = d->glFormat.doubleBuffer();
  240.25 -         if (d->glFormat.stereo()) {
  240.26 --- 
  240.27 -1.7.2.1
  240.28 -
   241.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   241.2 +++ b/qt4/stuff/fix-qtbug-15857.patch	Thu Feb 17 19:08:45 2011 +0100
   241.3 @@ -0,0 +1,32 @@
   241.4 +From 6ae84f1183e91c910ca92a55e37f8254ace805c0 Mon Sep 17 00:00:00 2001
   241.5 +From: Jiang Jiang <jiang.jiang@nokia.com>
   241.6 +Date: Mon, 6 Dec 2010 13:07:36 +0100
   241.7 +Subject: [PATCH] Fix QTextEdit::selectAll crash from textChanged()
   241.8 +
   241.9 +Doing selectAll() after the entire block of text has been removed
  241.10 +will cause this crash, because we didn't check if the block we
  241.11 +found is valid or not.
  241.12 +
  241.13 +Task-number: QTBUG-15857
  241.14 +Reviewed-by: Eskil
  241.15 +---
  241.16 + src/gui/text/qtextcursor.cpp |    3 +++
  241.17 + 1 files changed, 3 insertions(+), 0 deletions(-)
  241.18 +
  241.19 +diff --git a/src/gui/text/qtextcursor.cpp b/src/gui/text/qtextcursor.cpp
  241.20 +index 769ab2f..f73cc4b 100644
  241.21 +--- a/src/gui/text/qtextcursor.cpp
  241.22 ++++ b/src/gui/text/qtextcursor.cpp
  241.23 +@@ -363,6 +363,9 @@ bool QTextCursorPrivate::movePosition(QTextCursor::MoveOperation op, QTextCursor
  241.24 +     bool adjustX = true;
  241.25 +     QTextBlock blockIt = block();
  241.26 + 
  241.27 ++    if (!blockIt.isValid())
  241.28 ++        return false;
  241.29 ++
  241.30 +     if (op >= QTextCursor::Left && op <= QTextCursor::WordRight
  241.31 +         && blockIt.textDirection() == Qt::RightToLeft) {
  241.32 +         if (op == QTextCursor::Left)
  241.33 +-- 
  241.34 +1.6.1
  241.35 +
   242.1 --- a/qt4/stuff/fix-scroll-when-last-item-is-removed.patch	Thu Feb 17 15:35:13 2011 +0100
   242.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
   242.3 @@ -1,38 +0,0 @@
   242.4 -From 6da6b7099d4e0b49329793e4b90703ec3d868048 Mon Sep 17 00:00:00 2001
   242.5 -From: Frank Reininghaus <frank78ac@googlemail.com>
   242.6 -Date: Wed, 22 Sep 2010 10:19:59 +0200
   242.7 -Subject: [PATCH] QTreeView: do not scroll to top if last item is removed
   242.8 -
   242.9 -When the last item is the current item and is removed,
  242.10 -QTreeViewPrivate::updateScrollBars() is called after QTreeViewPrivate's
  242.11 -viewItems member is cleared. This commit makes sure that viewItems is
  242.12 -restored by calling QTreeView::doItemsLayout() in this case, preventing
  242.13 -that the scroll bar range is set to zero temporarily and the view is
  242.14 -scrolled to the top unexpectedly (this was a regression in 4.7.0:
  242.15 -QTBUG-13567).
  242.16 -
  242.17 -Merge-request: 2481
  242.18 -Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com>
  242.19 ----
  242.20 - src/gui/itemviews/qtreeview.cpp        |    4 ++++
  242.21 - tests/auto/qtreeview/tst_qtreeview.cpp |   22 ++++++++++++++++++++++
  242.22 - 2 files changed, 26 insertions(+), 0 deletions(-)
  242.23 -
  242.24 -diff --git a/src/gui/itemviews/qtreeview.cpp b/src/gui/itemviews/qtreeview.cpp
  242.25 -index b797776..40b51fe 100644
  242.26 ---- a/src/gui/itemviews/qtreeview.cpp
  242.27 -+++ b/src/gui/itemviews/qtreeview.cpp
  242.28 -@@ -3435,6 +3435,10 @@ void QTreeViewPrivate::updateScrollBars()
  242.29 -     if (!viewportSize.isValid())
  242.30 -         viewportSize = QSize(0, 0);
  242.31 - 
  242.32 -+    if (viewItems.isEmpty()) {
  242.33 -+        q->doItemsLayout();
  242.34 -+    }
  242.35 -+
  242.36 -     int itemsInViewport = 0;
  242.37 -     if (uniformRowHeights) {
  242.38 -         if (defaultItemHeight <= 0)
  242.39 --- 
  242.40 -1.6.1
  242.41 -
   243.1 --- a/qtconfig/receipt	Thu Feb 17 15:35:13 2011 +0100
   243.2 +++ b/qtconfig/receipt	Thu Feb 17 19:08:45 2011 +0100
   243.3 @@ -13,7 +13,6 @@
   243.4  # Rules to gen a SliTaz package suitable for Tazpkg.
   243.5  genpkg_rules()
   243.6  {
   243.7 -	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
   243.8  	mkdir -p $fs/usr/bin $fs/usr/share/qt/translations
   243.9  	cp -a $_pkg/usr/bin/qtconfig $fs/usr/bin
  243.10  	cp -a $_pkg/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations
   244.1 --- a/rage/receipt	Thu Feb 17 15:35:13 2011 +0100
   244.2 +++ b/rage/receipt	Thu Feb 17 19:08:45 2011 +0100
   244.3 @@ -1,28 +1,21 @@
   244.4  # SliTaz package receipt.
   244.5  
   244.6  PACKAGE="rage"
   244.7 -VERSION="42165"
   244.8 +VERSION="55225"
   244.9  CATEGORY="multimedia"
  244.10  SHORT_DESC="E17 rage media center."
  244.11  MAINTAINER="pankso@slitaz.org"
  244.12  DEPENDS="eet evas ecore embryo edje emotion eina libcurl openssl"
  244.13  BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev \
  244.14 -emotion eina-dev curl-dev openssl-dev"
  244.15 +emotion eina-dev curl-dev openssl-dev subversion"
  244.16  WEB_SITE="http://www.enlightenment.org/"
  244.17 +WGET_URL="subversion|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE"
  244.18 +BRANCH="$VERSION"
  244.19  TAGS="mp3 ogg video e17 audio music"
  244.20  
  244.21  # Rules to configure and make the package.
  244.22  compile_rules()
  244.23  {
  244.24 -	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
  244.25 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-svn-$VERSION.tar.gz
  244.26 -	if [ -f $TARBALL ]; then
  244.27 -		tar xzf $TARBALL
  244.28 -	else
  244.29 -		svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \
  244.30 -			-r $VERSION $PACKAGE-$VERSION &&
  244.31 -		tar czf $TARBALL $PACKAGE-$VERSION
  244.32 -	fi
  244.33  	cd $src
  244.34  	./autogen.sh \
  244.35  		--prefix=/usr \
   245.1 --- a/remmina/receipt	Thu Feb 17 15:35:13 2011 +0100
   245.2 +++ b/remmina/receipt	Thu Feb 17 19:08:45 2011 +0100
   245.3 @@ -9,7 +9,7 @@
   245.4  WEB_SITE="http://$PACKAGE.sourceforge.net/"
   245.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   245.6  DEPENDS="gtk+"
   245.7 -BUILD_DEPENDS="gtk+-dev"
   245.8 +BUILD_DEPENDS="gtk+-dev intltool"
   245.9  SUGGESTED="remmina-plugins"
  245.10  TAGS="rdp vnc"
  245.11  
   246.1 --- a/rsync/receipt	Thu Feb 17 15:35:13 2011 +0100
   246.2 +++ b/rsync/receipt	Thu Feb 17 19:08:45 2011 +0100
   246.3 @@ -11,7 +11,7 @@
   246.4  WEB_SITE="http://rsync.samba.org/"
   246.5  WGET_URL="http://rsync.samba.org/ftp/rsync/$TARBALL"
   246.6  TAGS="sync"
   246.7 -CONFIG_FILES="/etc/rsyncd.conf /etc/rsyncd.secrets /etc/rsyncd.motd"
   246.8 +CONFIG_FILES="/etc/rsyncd.conf /etc/rsyncd.secrets"
   246.9  
  246.10  # Rules to configure and make the package.
  246.11  compile_rules()
   247.1 --- a/ruby-pkgconfig/receipt	Thu Feb 17 15:35:13 2011 +0100
   247.2 +++ b/ruby-pkgconfig/receipt	Thu Feb 17 19:08:45 2011 +0100
   247.3 @@ -10,18 +10,12 @@
   247.4  SOURCE="pkg-config"
   247.5  TARBALL="$SOURCE-$VERSION.gem"
   247.6  WEB_SITE="http://github.com/rcairo/pkg-config"
   247.7 -WGET="http://gems.rubyforge.org/gems/$TARBALL"
   247.8 +WGET_URL="http://gems.rubyforge.org/gems/$TARBALL"
   247.9 +COOK_OPT="!repack_src"
  247.10  
  247.11  # Rules to configure and make the package.
  247.12  compile_rules()
  247.13  {
  247.14 -	if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then
  247.15 -		tar xjf $SOURCES_REPOSITORY/$TARBALL
  247.16 -	else
  247.17 -		[ -L /usr/bin/wget ] && tazpkg get-install wget --forced
  247.18 -		wget -O $SOURCES_REPOSITORY/$TARBALL "$WGET"
  247.19 -		tar xjf $SOURCES_REPOSITORY/$TARBALL
  247.20 -	fi
  247.21  	mkdir -p $src
  247.22  	cd $src
  247.23  	local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
   248.1 --- a/sane-backends-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   248.2 +++ b/sane-backends-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   248.3 @@ -1,7 +1,7 @@
   248.4  # SliTaz package receipt.
   248.5  
   248.6  PACKAGE="sane-backends-dev"
   248.7 -VERSION="1.0.21"
   248.8 +VERSION="1.0.22"
   248.9  CATEGORY="development"
  248.10  SHORT_DESC="Sane devel files."
  248.11  MAINTAINER="pankso@slitaz.org"
   249.1 --- a/sane-backends/receipt	Thu Feb 17 15:35:13 2011 +0100
   249.2 +++ b/sane-backends/receipt	Thu Feb 17 19:08:45 2011 +0100
   249.3 @@ -1,7 +1,7 @@
   249.4  # SliTaz package receipt.
   249.5  
   249.6  PACKAGE="sane-backends"
   249.7 -VERSION="1.0.21"
   249.8 +VERSION="1.0.22"
   249.9  CATEGORY="system-tools"
  249.10  SHORT_DESC="Scanner Access Now Easy."
  249.11  MAINTAINER="pankso@slitaz.org"
  249.12 @@ -22,13 +22,17 @@
  249.13  		$CONFIGURE_ARGS &&
  249.14  	make &&
  249.15  	make -j 1 DESTDIR=$PWD/_pkg install
  249.16 +
  249.17 +	# copy the missing udev rule
  249.18 +	[ ! -d $PWD/_pkg/etc/udev/rules.d ] && mkdir -p $PWD/_pkg/etc/udev/rules.d
  249.19 +	cp -a $src/tools/udev/libsane.rules $PWD/_pkg/etc/udev/rules.d/55-sane.rules
  249.20  }
  249.21  
  249.22  # Rules to gen a SliTaz package suitable for Tazpkg.
  249.23  genpkg_rules()
  249.24  {
  249.25 -	mkdir -p $fs/etc/udev/rules.d  $fs/usr/lib $fs/usr/share \
  249.26 -	         $fs/var/lock/sane
  249.27 +	mkdir -p $fs/usr/lib $fs/usr/share \
  249.28 +	         $fs/var/lock/sane $fs/etc/sane.d
  249.29  	
  249.30  	cp -a $_pkg/etc/sane.d $fs/etc
  249.31  	cp -a $_pkg/usr/bin $fs/usr
  249.32 @@ -37,16 +41,12 @@
  249.33  	cp -a $_pkg/usr/lib/sane $fs/usr/lib
  249.34  	cp -a $_pkg/usr/share/sane $fs/usr/share
  249.35  	
  249.36 -	# copy the missing udev rule
  249.37 -	cp -a $src/tools/udev/libsane.rules $fs/etc/udev/rules.d/55-sane.rules
  249.38 -	
  249.39  	# fix groups/permissions on /var/lock/sane ; add it to scanner group
  249.40 -   chmod 775 "$fs/var/lock/sane"
  249.41 -   chgrp 96 "$fs/var/lock/sane"
  249.42 +	chmod 775 "$fs/var/lock/sane"
  249.43 +	chgrp 96 "$fs/var/lock/sane"
  249.44     
  249.45 -    # fix hp officejets
  249.46 -  echo "hpaio" >> "$fs/etc/sane.d/dll.conf"
  249.47 -
  249.48 +	# fix hp officejets
  249.49 +	echo "hpaio" >> "$fs/etc/sane.d/dll.conf"
  249.50  }
  249.51  
  249.52  post_install()
   250.1 --- a/sc/receipt	Thu Feb 17 15:35:13 2011 +0100
   250.2 +++ b/sc/receipt	Thu Feb 17 19:08:45 2011 +0100
   250.3 @@ -15,7 +15,7 @@
   250.4  compile_rules()
   250.5  {
   250.6  	cd $src
   250.7 -	patch -p1 < ../stuff/7.16.patch || exit 1
   250.8 +	patch -p1 < ../stuff/7.16.patch || return 1
   250.9  	make
  250.10  }
  250.11  
   251.1 --- a/screen/receipt	Thu Feb 17 15:35:13 2011 +0100
   251.2 +++ b/screen/receipt	Thu Feb 17 19:08:45 2011 +0100
   251.3 @@ -18,15 +18,16 @@
   251.4  {
   251.5  	cd $src
   251.6  	./configure && make && make -j1 DESTDIR=$DESTDIR install || return 1
   251.7 -	mkdir -p _pkg/usr/share/terminfo
   251.8 -	tic -o $PWD/_pkg/usr/share/terminfo terminfo/screeninfo.src
   251.9 +	mkdir -p $DESTDIR/usr/share/terminfo
  251.10 +	tic -o $DESTDIR/usr/share/terminfo terminfo/screeninfo.src
  251.11 +	mkdir -p $DESTDIR/etc
  251.12 +	cp $src/etc/screenrc $DESTDIR/etc
  251.13  }
  251.14  
  251.15  # Rules to gen a SliTaz package suitable for Tazpkg.
  251.16  genpkg_rules()
  251.17  {
  251.18 -	mkdir -p $fs/usr/bin $fs/usr/share $fs/etc
  251.19 -	cp $src/etc/screenrc $fs/etc
  251.20 +	mkdir -p $fs/usr/bin $fs/usr/share
  251.21  	cp -a $_pkg/usr/bin/screen-$VERSION $fs/usr/bin/screen
  251.22  	cp -a $_pkg/usr/share/screen $fs/usr/share
  251.23  }
   252.1 --- a/scummvm/receipt	Thu Feb 17 15:35:13 2011 +0100
   252.2 +++ b/scummvm/receipt	Thu Feb 17 19:08:45 2011 +0100
   252.3 @@ -1,12 +1,11 @@
   252.4  # SliTaz package receipt.
   252.5  
   252.6  PACKAGE="scummvm"
   252.7 -VERSION="1.2.0"
   252.8 +VERSION="1.2.1"
   252.9  CATEGORY="games"
  252.10  SHORT_DESC="A 'virtual machine' for several classic graphical point-and-click adventure games."
  252.11  MAINTAINER="gokhlayeh@slitaz.org"
  252.12 -DEPENDS="gcc-lib-base alsa-lib libmad libvorbis flac libsdl"
  252.13 -BUILD_DEPENDS="alsa-lib-dev libmad-dev libvorbis-dev flac-dev libsdl-dev zlib-dev"
  252.14 +DEPENDS="gcc-lib-base alsa-lib libmad libvorbis flac libsdl zlib"
  252.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
  252.16  WEB_SITE="http://www.scummvm.org/"
  252.17  WGET_URL="http://downloads.sourceforge.net/sourceforge/$PACKAGE/$TARBALL"
  252.18 @@ -16,14 +15,12 @@
  252.19  {
  252.20  	cd $src
  252.21  	./configure \
  252.22 -		--prefix=/usr \
  252.23 -		--mandir=/usr/share/man \
  252.24  		--datadir=/usr/games/scummvm \
  252.25  		--backend=sdl --disable-debug \
  252.26  		--with-mpeg2-prefix=/usr \
  252.27  		--with-flac-prefix=/usr \
  252.28  		--disable-fluidsynth &&
  252.29 -	make -j 4 && make DESTDIR=$PWD/_pkg install
  252.30 +	make && make install
  252.31  }
  252.32  
  252.33  # Rules to gen a SliTaz package suitable for Tazpkg.
   253.1 --- a/seamonkey/receipt	Thu Feb 17 15:35:13 2011 +0100
   253.2 +++ b/seamonkey/receipt	Thu Feb 17 19:08:45 2011 +0100
   253.3 @@ -14,11 +14,11 @@
   253.4  # Rules to configure and make the package.
   253.5  compile_rules()
   253.6  {
   253.7 -	#mv mozilla $PACKAGE-$VERSION   2>/dev/null    || exit 1
   253.8 +	#mv mozilla $PACKAGE-$VERSION   2>/dev/null    || return 1
   253.9  	mv comm-1.9.1 $PACKAGE-$VERSION   2>/dev/null 
  253.10  	cp -a stuff/seamonkey.mozconfig $src/.mozconfig
  253.11  	cd $src
  253.12 -	patch -p1 -i ../stuff/google-breakpad.u || exit 1
  253.13 +	patch -p1 -i ../stuff/google-breakpad.u || return 1
  253.14  	cat >> layout/build/Makefile.in << "EOF"
  253.15  ifdef MOZ_ENABLE_CANVAS
  253.16  EXTRA_DSO_LDOPTS += $(XLDFLAGS) -lX11 -lXrender
   254.1 --- a/setserial/receipt	Thu Feb 17 15:35:13 2011 +0100
   254.2 +++ b/setserial/receipt	Thu Feb 17 19:08:45 2011 +0100
   254.3 @@ -17,7 +17,7 @@
   254.4  	
   254.5  	# http://bugs.gentoo.org/309883
   254.6  	#  & remove warnings 
   254.7 -	patch -p1 < ../stuff/setserial-2.17.u || exit 1
   254.8 +	patch -p1 < ../stuff/setserial-2.17.u || return 1
   254.9  	
  254.10  	./configure --prefix=/usr --infodir=/usr/share/info \
  254.11  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   255.1 --- a/shell-fm/receipt	Thu Feb 17 15:35:13 2011 +0100
   255.2 +++ b/shell-fm/receipt	Thu Feb 17 19:08:45 2011 +0100
   255.3 @@ -8,21 +8,12 @@
   255.4  DEPENDS="libmad libao taglib zlib"
   255.5  BUILD_DEPENDS="libmad-dev libao-dev libao git pkg-config"
   255.6  WEB_SITE="http://nex.scrapping.cc/shell-fm/"
   255.7 +WGET_URL="git|git://github.com/jkramer/shell-fm.git"
   255.8 +BRANCH="v${VERSION}"
   255.9  
  255.10  # Rules to configure and make the package.
  255.11  compile_rules()
  255.12  {
  255.13 -	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
  255.14 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.gz
  255.15 -	if [ -f $TARBALL ]; then
  255.16 -		tar xzf $TARBALL
  255.17 -	else
  255.18 -		echo "Cloning revision $VERSION from git repository..."
  255.19 -		git clone git://github.com/jkramer/shell-fm.git $PACKAGE-$VERSION
  255.20 -		cd $PACKAGE-$VERSION && git checkout v${VERSION}
  255.21 -		cd $WOK/$PACKAGE && tar czf $TARBALL $PACKAGE-$VERSION
  255.22 -	fi
  255.23 -	
  255.24  	cd $src
  255.25  	make &&
  255.26  	make DESTDIR=$PWD/_pkg install
   256.1 --- a/sip-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   256.2 +++ b/sip-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   256.3 @@ -1,7 +1,7 @@
   256.4  # SliTaz package receipt.
   256.5  
   256.6  PACKAGE="sip-dev"
   256.7 -VERSION="4.12"
   256.8 +VERSION="4.12.1"
   256.9  CATEGORY="development"
  256.10  SHORT_DESC="sip devel"
  256.11  MAINTAINER="allan316@gmail.com"
   257.1 --- a/sip/receipt	Thu Feb 17 15:35:13 2011 +0100
   257.2 +++ b/sip/receipt	Thu Feb 17 19:08:45 2011 +0100
   257.3 @@ -1,7 +1,7 @@
   257.4  # SliTaz package receipt.
   257.5  
   257.6  PACKAGE="sip"
   257.7 -VERSION="4.12"
   257.8 +VERSION="4.12.1"
   257.9  CATEGORY="development"
  257.10  SHORT_DESC="needed for PyQt"
  257.11  MAINTAINER="allan316@gmail.com"
   258.1 --- a/slang-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   258.2 +++ b/slang-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   258.3 @@ -1,16 +1,14 @@
   258.4  # SliTaz package receipt.
   258.5  
   258.6  PACKAGE="slang-dev"
   258.7 -VERSION="2.2.2"
   258.8 +VERSION="2.2.3"
   258.9  CATEGORY="development"
  258.10  SHORT_DESC="S-Lang library dev files"
  258.11  MAINTAINER="erjo@slitaz.org"
  258.12  DEPENDS="slang"
  258.13  WANTED="slang"
  258.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
  258.15  WEB_SITE="http://www.s-lang.org/index.html"
  258.16  
  258.17 -
  258.18  # Rules to gen a SliTaz package suitable for Tazpkg.
  258.19  genpkg_rules()
  258.20  {
   259.1 --- a/slang/receipt	Thu Feb 17 15:35:13 2011 +0100
   259.2 +++ b/slang/receipt	Thu Feb 17 19:08:45 2011 +0100
   259.3 @@ -1,7 +1,7 @@
   259.4  # SliTaz package receipt.
   259.5  
   259.6  PACKAGE="slang"
   259.7 -VERSION="2.2.2"
   259.8 +VERSION="2.2.3"
   259.9  CATEGORY="development"
  259.10  SHORT_DESC="S-Lang library"
  259.11  MAINTAINER="erjo@slitaz.org"
  259.12 @@ -16,10 +16,10 @@
  259.13  {
  259.14  	cd $src
  259.15  	./configure --prefix=/usr  $CONFIGURE_ARGS &&
  259.16 -	make && \
  259.17 -	make elf && \
  259.18 -	make static &&
  259.19 -	make DESTDIR=$PWD/_pkg -j1 install install-static
  259.20 +	make -j1 && \
  259.21 +	make -j1 elf && \
  259.22 +	make -j1 static &&
  259.23 +	make -j1 DESTDIR=$PWD/_pkg install install-static
  259.24  }
  259.25  
  259.26  # Rules to gen a SliTaz package suitable for Tazpkg.
   260.1 --- a/slim/receipt	Thu Feb 17 15:35:13 2011 +0100
   260.2 +++ b/slim/receipt	Thu Feb 17 19:08:45 2011 +0100
   260.3 @@ -21,7 +21,7 @@
   260.4  compile_rules()
   260.5  {
   260.6  	cd $src
   260.7 -	patch -p1 < ../stuff/NoPwdForCmd.patch || exit 1
   260.8 +	patch -p1 < ../stuff/NoPwdForCmd.patch || return 1
   260.9  	make &&
  260.10  	make DESTDIR=$src/_pkg install
  260.11  }
   261.1 --- a/slitaz-menus/receipt	Thu Feb 17 15:35:13 2011 +0100
   261.2 +++ b/slitaz-menus/receipt	Thu Feb 17 19:08:45 2011 +0100
   261.3 @@ -1,7 +1,7 @@
   261.4  # SliTaz package receipt.
   261.5  
   261.6  PACKAGE="slitaz-menus"
   261.7 -VERSION="1.7"
   261.8 +VERSION="1.8"
   261.9  CATEGORY="x-window"
  261.10  SHORT_DESC="SliTaz i18n Freedesktop menus."
  261.11  MAINTAINER="pankso@slitaz.org"
  261.12 @@ -12,6 +12,7 @@
  261.13  {
  261.14  	mkdir -p $fs/usr/share $fs/etc/xdg
  261.15  	cp -a stuff/desktop-directories $fs/usr/share
  261.16 +	cp -a stuff/icons $fs/usr/share
  261.17  	cp -a stuff/menus $fs/etc/xdg
  261.18  }
  261.19  
   262.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   262.2 +++ b/slitaz-menus/stuff/desktop-directories/Education.directory	Thu Feb 17 19:08:45 2011 +0100
   262.3 @@ -0,0 +1,93 @@
   262.4 +[Desktop Entry]
   262.5 +Name=Education
   262.6 +Name[af]=Opvoeding
   262.7 +Name[ar]=تعليمي
   262.8 +Name[as]=শিক্ষাবিষয়ক বস্তু
   262.9 +Name[ast]=Educación
  262.10 +Name[be]=Адукацыя
  262.11 +Name[be@latin]=Adukacyja
  262.12 +Name[bg]=Обучение
  262.13 +Name[bn]=শিক্ষা
  262.14 +Name[bn_IN]=শিক্ষাবিষয়ক বস্তু
  262.15 +Name[br]=Deskadurezh
  262.16 +Name[ca]=Educació
  262.17 +Name[cs]=Vzdělávání
  262.18 +Name[cy]=Addysg
  262.19 +Name[da]=Læringsprogrammer
  262.20 +Name[de]=Bildung
  262.21 +Name[dz]=ཤེས་རིག
  262.22 +Name[el]=Εκπαίδευση
  262.23 +Name[en_CA]=Education
  262.24 +Name[en_GB]=Education
  262.25 +Name[eo]=Edukado
  262.26 +Name[es]=Educación
  262.27 +Name[et]=Õppeprogrammid
  262.28 +Name[eu]=Hezkuntza
  262.29 +Name[fa]=آموزش
  262.30 +Name[fi]=Opetusohjelmat
  262.31 +Name[fr]=Éducation
  262.32 +Name[fur]=Istruzion
  262.33 +Name[ga]=Oideachas
  262.34 +Name[gl]=Educación
  262.35 +Name[gn]=Arandu
  262.36 +Name[gu]=શિક્ષણ
  262.37 +Name[he]=לימוד
  262.38 +Name[hi]=शिक्षा
  262.39 +Name[hr]=Edukacija
  262.40 +Name[hu]=Oktatás
  262.41 +Name[hy]=Ուսուցում
  262.42 +Name[id]=Pendidikan
  262.43 +Name[io]=Edukado
  262.44 +Name[is]=Menntun
  262.45 +Name[it]=Istruzione
  262.46 +Name[ja]=教育・教養
  262.47 +Name[ka]=განათლება
  262.48 +Name[kk]=Білім программалары
  262.49 +Name[kn]=ಶಿಕ್ಷಣ
  262.50 +Name[ko]=교육
  262.51 +Name[ku]=Perwerdehî
  262.52 +Name[ky]=Билим берүү иштемелери
  262.53 +Name[lt]=Švietimas
  262.54 +Name[lv]=Izglītības
  262.55 +Name[mai]=शिक्षा
  262.56 +Name[mg]=Fanabeazana
  262.57 +Name[mk]=Едукација
  262.58 +Name[ml]=വിദ്യാഭ്യാസം
  262.59 +Name[mn]=Боловсрол
  262.60 +Name[mr]=शिक्षण
  262.61 +Name[ms]=Pendidikan
  262.62 +Name[nb]=Opplæring
  262.63 +Name[ne]=शिक्षा
  262.64 +Name[nl]=Educatie
  262.65 +Name[nn]=Utdanning
  262.66 +Name[oc]=Educacion
  262.67 +Name[or]=ଶିକ୍ଷା
  262.68 +Name[pa]=ਸਿੱਖਿਆ
  262.69 +Name[pl]=Nauka
  262.70 +Name[ps]=زدکړه
  262.71 +Name[pt]=Educação
  262.72 +Name[pt_BR]=Educativo
  262.73 +Name[ro]=Educație
  262.74 +Name[ru]=Образовательные
  262.75 +Name[si]=අධ්‍යාපනිකපනික
  262.76 +Name[sk]=Vzdelávanie
  262.77 +Name[sl]=Izobraževanje
  262.78 +Name[sq]=Edukim
  262.79 +Name[sr]=Образовање
  262.80 +Name[sr@latin]=Obrazovanje
  262.81 +Name[sv]=Utbildning
  262.82 +Name[ta]=கல்வி
  262.83 +Name[te]=విద్య
  262.84 +Name[th]=การศึกษา
  262.85 +Name[tr]=Eğitim
  262.86 +Name[ug]=ئوقۇتۇش
  262.87 +Name[uk]=Навчання
  262.88 +Name[ur]=تعلیم
  262.89 +Name[ur_PK]=تعلیم
  262.90 +Name[uz@cyrillic]=Таълим
  262.91 +Name[vi]=Giáo dục
  262.92 +Name[zh_CN]=教育
  262.93 +Name[zh_HK]=教育
  262.94 +Name[zh_TW]=教育
  262.95 +Icon=/usr/share/icons/SliTaz/16x16/categories/applications-science.png
  262.96 +Type=Directory
   263.1 Binary file slitaz-menus/stuff/icons/SliTaz/16x16/categories/applications-engineering.png has changed
   264.1 Binary file slitaz-menus/stuff/icons/SliTaz/16x16/categories/applications-science.png has changed
   265.1 Binary file slitaz-menus/stuff/icons/SliTaz/32x32/categories/applications-engineering.png has changed
   266.1 Binary file slitaz-menus/stuff/icons/SliTaz/32x32/categories/applications-science.png has changed
   267.1 --- a/slitaz-menus/stuff/menus/applications.menu	Thu Feb 17 15:35:13 2011 +0100
   267.2 +++ b/slitaz-menus/stuff/menus/applications.menu	Thu Feb 17 19:08:45 2011 +0100
   267.3 @@ -39,6 +39,17 @@
   267.4      </Include>
   267.5    </Menu>
   267.6  
   267.7 +  <!-- Education -->
   267.8 +  <Menu>
   267.9 +    <Name>Education</Name>
  267.10 +    <Directory>Education.directory</Directory>
  267.11 +    <Include>
  267.12 +      <And>
  267.13 +        <Category>Education</Category>
  267.14 +      </And>
  267.15 +    </Include>
  267.16 +  </Menu>
  267.17 +
  267.18    <!-- Games -->
  267.19    <Menu>
  267.20      <Name>Games</Name>
   268.1 --- a/snort-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   268.2 +++ b/snort-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   268.3 @@ -1,7 +1,7 @@
   268.4  # SliTaz package receipt.
   268.5  
   268.6  PACKAGE="snort-dev"
   268.7 -VERSION="2.9.0.3"
   268.8 +VERSION="2.9.0.4"
   268.9  CATEGORY="development"
  268.10  SHORT_DESC="Network intrusion prevention and detection system, development files."
  268.11  MAINTAINER="pascal.bellard@slitaz.org"
   269.1 --- a/snort/receipt	Thu Feb 17 15:35:13 2011 +0100
   269.2 +++ b/snort/receipt	Thu Feb 17 19:08:45 2011 +0100
   269.3 @@ -1,30 +1,22 @@
   269.4  # SliTaz package receipt.
   269.5  
   269.6  PACKAGE="snort"
   269.7 -VERSION="2.9.0.3"
   269.8 +VERSION="2.9.0.4"
   269.9  CATEGORY="network"
  269.10  SHORT_DESC="Network intrusion prevention and detection system (IDS/IPS)."
  269.11  MAINTAINER="pascal.bellard@slitaz.org"
  269.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
  269.13  WEB_SITE="http://www.snort.org/"
  269.14 -WGET="http://www.snort.org/downloads/637"
  269.15 +WGET_URL="http://www.snort.org/downloads/637"
  269.16  DEPENDS="pcre libdnet libdaq"
  269.17 -BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev"
  269.18 +BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev wget"
  269.19  
  269.20  # Rules to configure and make the package.
  269.21  compile_rules()
  269.22  {
  269.23 -	# this is needed even if tazwok support https
  269.24 -	if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then
  269.25 -		tar xzf $SOURCES_REPOSITORY/$TARBALL
  269.26 -	else
  269.27 -		[ -L /usr/bin/wget ] && tazpkg get-install wget --forced
  269.28 -		wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET"
  269.29 -		tar xzf $SOURCES_REPOSITORY/$TARBALL
  269.30 -	fi
  269.31  	cd $src
  269.32  	./configure --prefix=/usr --infodir=/usr/share/info \
  269.33 -	--mandir=/usr/share/man \
  269.34 +		--mandir=/usr/share/man \
  269.35  	$CONFIGURE_ARGS &&
  269.36  	make &&
  269.37  	make DESTDIR=$PWD/_pkg install
   270.1 --- a/spandsp/receipt	Thu Feb 17 15:35:13 2011 +0100
   270.2 +++ b/spandsp/receipt	Thu Feb 17 19:08:45 2011 +0100
   270.3 @@ -1,31 +1,32 @@
   270.4  # SliTaz package receipt.
   270.5  
   270.6 -PACKAGE="spandsp"
   270.7 -VERSION="0.0.5"
   270.8 -CATEGORY="system-tools"
   270.9 -SHORT_DESC="library of DSP functions for telephony."
  270.10 +PACKAGE="remmina"
  270.11 +VERSION="0.9.3"
  270.12 +CATEGORY="network"
  270.13 +SHORT_DESC="Remote desktop client written in GTK+"
  270.14  MAINTAINER="pascal.bellard@slitaz.org"
  270.15 -TARBALL="$PACKAGE-$VERSION.tgz"
  270.16 -WEB_SITE="http://www.soft-switch.org/"
  270.17 -WGET_URL="${WEB_SITE}downloads/$PACKAGE/$TARBALL"
  270.18 -DEPENDS="tiff zlib jpeg"
  270.19 -BUILD_DEPENDS="tiff-dev zlib-dev jpeg-dev"
  270.20 +TARBALL="$PACKAGE-$VERSION.tar.gz"
  270.21 +WEB_SITE="http://$PACKAGE.sourceforge.net/"
  270.22 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
  270.23 +DEPENDS="gtk+"
  270.24 +BUILD_DEPENDS="gtk+-dev intltool"
  270.25 +SUGGESTED="remmina-plugins"
  270.26 +TAGS="rdp vnc"
  270.27  
  270.28  # Rules to configure and make the package.
  270.29  compile_rules()
  270.30  {
  270.31 -	[ -e $src ] || ln -s ${PACKAGE}-* $src
  270.32  	cd $src
  270.33 -	./configure --prefix=/usr --infodir=/usr/share/info \
  270.34 -	--mandir=/usr/share/man $CONFIGURE_ARGS
  270.35 -	make
  270.36 +	./configure --prefix=/usr \
  270.37 +	$CONFIGURE_ARGS &&
  270.38 +	make &&
  270.39  	make DESTDIR=$PWD/_pkg install
  270.40  }
  270.41  
  270.42  # Rules to gen a SliTaz package suitable for Tazpkg.
  270.43  genpkg_rules()
  270.44  {
  270.45 -	mkdir -p $fs/usr/lib
  270.46 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
  270.47 +	mkdir -p $fs/usr
  270.48 +	cp -a $_pkg/usr/share $fs/usr
  270.49 +	cp -a $_pkg/usr/bin $fs/usr
  270.50  }
  270.51 -
   271.1 --- a/speex/receipt	Thu Feb 17 15:35:13 2011 +0100
   271.2 +++ b/speex/receipt	Thu Feb 17 19:08:45 2011 +0100
   271.3 @@ -17,7 +17,7 @@
   271.4  	./configure --prefix=/usr --infodir=/usr/share/info \
   271.5  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   271.6  	make &&
   271.7 -	make DESTDIR=$PWD/_pkg install
   271.8 +	make -j1 DESTDIR=$PWD/_pkg install
   271.9  }
  271.10  
  271.11  # Rules to gen a SliTaz package suitable for Tazpkg.
   272.1 --- a/spidermonkey-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   272.2 +++ b/spidermonkey-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   272.3 @@ -12,7 +12,6 @@
   272.4  genpkg_rules()
   272.5  {
   272.6  	mkdir -p $fs/usr/lib $fs/usr/include/js
   272.7 -	_pkg=$WOK/$WANTED/js/_pkg
   272.8  	cp -a $_pkg/usr/include/* $fs/usr/include/js
   272.9  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/	
  272.10  }
   273.1 --- a/spidermonkey/receipt	Thu Feb 17 15:35:13 2011 +0100
   273.2 +++ b/spidermonkey/receipt	Thu Feb 17 19:08:45 2011 +0100
   273.3 @@ -5,7 +5,7 @@
   273.4  CATEGORY="multimedia"
   273.5  SHORT_DESC="Mozilla C implementation of Javascript"
   273.6  MAINTAINER="jozee@slitaz.org"
   273.7 -DEPENDS=""
   273.8 +DEPENDS="nspr"
   273.9  BUILD_DEPENDS=""
  273.10  SOURCE="js"
  273.11  TARBALL="$SOURCE-$VERSION.tar.gz"
  273.12 @@ -16,9 +16,19 @@
  273.13  # Rules to configure and make the package.
  273.14  compile_rules()
  273.15  {
  273.16 -	cd $src/src	
  273.17 -	make -f Makefile.ref DIST=../_pkg/usr all export
  273.18 +	cd $src/src
  273.19  
  273.20 +	# Fix from Archlinux
  273.21 +	# http://projects.archlinux.org/svntogit/community.git/tree/spidermonkey/trunk/PKGBUILD
  273.22 +	patch -p0 < $stuff/spidermonkey-Makefile.patch || return 1
  273.23 +	sed -i 's|include|include/js|' rules.mk || return 1
  273.24 +	# patch Makefile for threadsafe support with native nspr
  273.25 +	patch -p2 -i $stuff/spidermonkey-1.7-threadsafe.patch || return 1
  273.26 +	# FS#16673
  273.27 +	export CFLAGS="${CFLAGS} -DJS_C_STRINGS_ARE_UTF8"
  273.28 +	# build - threadsafe
  273.29 +	make -j1 -f Makefile.ref BUILD_OPT=1 JS_THREADSAFE=1 \
  273.30 +		DIST=$DESTDIR/usr all export
  273.31  }
  273.32  
  273.33  # Rules to gen a SliTaz package suitable for Tazpkg.
   274.1 --- a/splix/receipt	Thu Feb 17 15:35:13 2011 +0100
   274.2 +++ b/splix/receipt	Thu Feb 17 19:08:45 2011 +0100
   274.3 @@ -18,9 +18,9 @@
   274.4  	  cd $src
   274.5  	  sed -i 's/Value::Value &val/Value \&val/' src/ppdfile.cpp
   274.6  	  make &&
   274.7 -	  make  CUPSFILTER=$PWD/_pkg/`cups-config --serverbin`/filter \
   274.8 -			CUPSPPD=$PWD/_pkg/`cups-config --datadir`/model \
   274.9 -			install 
  274.10 +	  make  CUPSFILTER=/`cups-config --serverbin`/filter \
  274.11 +			CUPSPPD=/`cups-config --datadir`/model \
  274.12 +			install
  274.13  }
  274.14  	
  274.15  # Rules to gen a SliTaz package suitable for Tazpkg.
   275.1 --- a/squidguard/receipt	Thu Feb 17 15:35:13 2011 +0100
   275.2 +++ b/squidguard/receipt	Thu Feb 17 19:08:45 2011 +0100
   275.3 @@ -20,7 +20,7 @@
   275.4  	# Security patches 
   275.5  	while read patch_file; do
   275.6  		echo "Apply $patch_file"
   275.7 -		tar xvzf  ../stuff/$patch_file || exit 1
   275.8 +		tar xvzf  ../stuff/$patch_file || return 1
   275.9  		cp -a $(basename $patch_file .tar.gz)/* src
  275.10  	done <<EOT
  275.11  squidGuard-1.4-patch-20091015.tar.gz
   276.1 --- a/stellarium/receipt	Thu Feb 17 15:35:13 2011 +0100
   276.2 +++ b/stellarium/receipt	Thu Feb 17 19:08:45 2011 +0100
   276.3 @@ -8,7 +8,7 @@
   276.4  DEPENDS="libpng mesa glib freetype openssl libQtScript libQtOpenGL libQtSql libQtNetwork libQtGui zlib"
   276.5  BUILD_DEPENDS="gettext perl cmake libboost-dev libboost-thread-dev mesa-dev qt4 Qt4-dev qmake zlib-dev pkg-config xorg-libX11-dev"
   276.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
   276.7 -WEB_SITE="http://steelarium.free.fr/"
   276.8 +WEB_SITE="http://www.stellarium.org/"
   276.9  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
  276.10  
  276.11  # Rules to configure and make the package.
  276.12 @@ -16,8 +16,8 @@
  276.13  {
  276.14  	cd $src
  276.15  	cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE || return 1
  276.16 -	make || return 1
  276.17 -	make && make DESTDIR=$PWD/_pkg install
  276.18 +	make
  276.19 +	make DESTDIR=$PWD/_pkg install
  276.20  }
  276.21  
  276.22  # Rules to gen a SliTaz package suitable for Tazpkg.
   277.1 --- a/stellarium/stuff/stellarium.desktop	Thu Feb 17 15:35:13 2011 +0100
   277.2 +++ b/stellarium/stuff/stellarium.desktop	Thu Feb 17 19:08:45 2011 +0100
   277.3 @@ -4,6 +4,6 @@
   277.4  Comment=A real-time nightsky renderer
   277.5  Categories=Education;Science;Astronomy;
   277.6  Icon=stellarium
   277.7 -Exec=stellarium
   277.8 +Exec=stellarium -s
   277.9  Terminal=false
  277.10  Type=Application
   278.1 --- a/stoq/receipt	Thu Feb 17 15:35:13 2011 +0100
   278.2 +++ b/stoq/receipt	Thu Feb 17 19:08:45 2011 +0100
   278.3 @@ -1,7 +1,7 @@
   278.4  # SliTaz package receipt.
   278.5  
   278.6  PACKAGE="stoq"
   278.7 -VERSION="0.9.11"
   278.8 +VERSION="0.9.12"
   278.9  CATEGORY="office"
  278.10  SHORT_DESC="Stoq is a suite of Retail Management System applications."
  278.11  MAINTAINER="claudinei@slitaz.org"
  278.12 @@ -16,15 +16,13 @@
  278.13  compile_rules()
  278.14  {
  278.15  	cd $src
  278.16 -	sed -i "s/STOQLIB_REQUIRED = '0.9.9'/STOQLIB_REQUIRED = '0.9.10'/" \
  278.17 -		setup.py
  278.18 -	python setup.py install --root=$PWD/_pkg
  278.19 +	python setup.py install --root=$DESTDIR
  278.20  }
  278.21  
  278.22  # Rules to gen a SliTaz package suitable for Tazpkg.
  278.23  genpkg_rules()
  278.24  {
  278.25 -	LOCALEDIR="$WOK/$PACKAGE/$PACKAGE-$VERSION/locale"
  278.26 +	LOCALEDIR="$_pkg/usr/share/locale"
  278.27  	for file in `find $_pkg | grep 'pyc$'`; do
  278.28  		rm $file
  278.29  	done
   279.1 --- a/stoqdrivers/receipt	Thu Feb 17 15:35:13 2011 +0100
   279.2 +++ b/stoqdrivers/receipt	Thu Feb 17 19:08:45 2011 +0100
   279.3 @@ -16,13 +16,13 @@
   279.4  compile_rules()
   279.5  {
   279.6  	cd $src
   279.7 -	python setup.py install --root=$PWD/_pkg
   279.8 +	python setup.py install --root=$DESTDIR
   279.9  }
  279.10  
  279.11  # Rules to gen a SliTaz package suitable for Tazpkg.
  279.12  genpkg_rules()
  279.13  {
  279.14 -	LOCALEDIR="$WOK/$PACKAGE/$PACKAGE-$VERSION/locale"
  279.15 +	LOCALEDIR="$_pkg/usr/share/locale"
  279.16  	for file in `find $_pkg | grep 'pyc$'`; do
  279.17  		rm $file
  279.18  	done
   280.1 --- a/stoqlib/receipt	Thu Feb 17 15:35:13 2011 +0100
   280.2 +++ b/stoqlib/receipt	Thu Feb 17 19:08:45 2011 +0100
   280.3 @@ -1,7 +1,7 @@
   280.4  # SliTaz package receipt.
   280.5  
   280.6  PACKAGE="stoqlib"
   280.7 -VERSION="0.9.11"
   280.8 +VERSION="0.9.12"
   280.9  CATEGORY="development"
  280.10  SHORT_DESC="A powerful retail system library"
  280.11  MAINTAINER="claudinei@slitaz.org"
  280.12 @@ -17,13 +17,14 @@
  280.13  compile_rules()
  280.14  {
  280.15  	cd $src
  280.16 -	python setup.py install --root=$PWD/_pkg
  280.17 +	chmod +x setup.py
  280.18 +	python setup.py install --root=$DESTDIR
  280.19  }
  280.20  
  280.21  # Rules to gen a SliTaz package suitable for Tazpkg.
  280.22  genpkg_rules()
  280.23  {
  280.24 -	LOCALEDIR="$WOK/$PACKAGE/$PACKAGE-$VERSION/locale"
  280.25 +	LOCALEDIR="$_pkg/usr/share/locale"
  280.26  	for file in `find $_pkg | grep 'pyc$'`; do
  280.27  		rm $file
  280.28  	done
   281.1 --- a/superswitcher/receipt	Thu Feb 17 15:35:13 2011 +0100
   281.2 +++ b/superswitcher/receipt	Thu Feb 17 19:08:45 2011 +0100
   281.3 @@ -15,6 +15,14 @@
   281.4  compile_rules()
   281.5  {
   281.6  	cd $src
   281.7 +
   281.8 +	# Fix from Gentoo: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild
   281.9 +	patch -p1 < $stuff/superswitcher-0.6-wnck-workspace.patch
  281.10 +	sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am 
  281.11 +	aclocal
  281.12 +	autoconf
  281.13 +	automake --add-missing
  281.14 +
  281.15  	./configure \
  281.16  		--prefix=/usr \
  281.17  		--infodir=/usr/share/info \
   282.1 --- a/synergy/receipt	Thu Feb 17 15:35:13 2011 +0100
   282.2 +++ b/synergy/receipt	Thu Feb 17 19:08:45 2011 +0100
   282.3 @@ -1,30 +1,28 @@
   282.4  # SliTaz package receipt.
   282.5  
   282.6  PACKAGE="synergy"
   282.7 -VERSION="1.3.1"
   282.8 +VERSION="1.3.6"
   282.9  CATEGORY="x-window"
  282.10  SHORT_DESC="Synergy keyboard and mouse sharing."
  282.11  MAINTAINER="rcx@zoominternet.net"
  282.12 -TARBALL="$PACKAGE-$VERSION.tar.gz"
  282.13 -WEB_SITE="http://synergy2.sourceforge.net/"
  282.14 -WGET_URL="http://internap.dl.sourceforge.net/synergy2/$TARBALL"
  282.15 -DEPENDS="xorg-libXtst xorg-libSM xorg-libICE xorg-libXinerama gcc-lib-base"
  282.16 -BUILD_DEPENDS="xorg-dev-proto xorg-libXtst-dev"
  282.17 +TARBALL="$PACKAGE-$VERSION-Source.tar.gz"
  282.18 +WEB_SITE="http://synergy-foss.org"
  282.19 +WGET_URL="http://synergy.googlecode.com/files/$TARBALL"
  282.20 +DEPENDS="xorg-libX11 xorg-libXtst xorg-libSM xorg-libICE xorg-libXinerama gcc-lib-base"
  282.21 +BUILD_DEPENDS="xorg-dev-proto xorg-libXt-dev xorg-libXtst-dev cmake"
  282.22  
  282.23  # Rules to configure and make the package.
  282.24  compile_rules()
  282.25 -{
  282.26 -	busybox patch -p0 -i stuff/synergy-1.3.1_glibc-2.10.u || exit 1
  282.27 -		
  282.28 +{		
  282.29  	cd $src
  282.30 -	./configure \
  282.31 -		--sysconfdir=/etc \
  282.32 -		--prefix=/usr \
  282.33 -		--mandir=/usr/share/man \
  282.34 -		--infodir=/usr/share/info \
  282.35 -		$CONFIGURE_ARGS &&
  282.36 -	make &&
  282.37 -	make DESTDIR=$PWD/_pkg install
  282.38 +	
  282.39 +	cmake -D CMAKE_INSTALL_PREFIX=/usr .
  282.40 +	make
  282.41 +	# install binary
  282.42 +	install -d "$PWD/_pkg/usr/bin/"
  282.43 +	install -Dm755 synergyc $PWD/_pkg/usr/bin/
  282.44 +	install -Dm755 synergys $PWD/_pkg/usr/bin/
  282.45 +	install -Dm644 examples/${PACKAGE}.conf "$PWD/_pkg/etc/${PACKAGE}.conf"
  282.46  }
  282.47  
  282.48  # Rules to gen a SliTaz package suitable for Tazpkg.
   283.1 --- a/tazchroot/receipt	Thu Feb 17 15:35:13 2011 +0100
   283.2 +++ b/tazchroot/receipt	Thu Feb 17 19:08:45 2011 +0100
   283.3 @@ -1,16 +1,17 @@
   283.4  # SliTaz package receipt.
   283.5  
   283.6  PACKAGE="tazchroot"
   283.7 -VERSION="0.0.5"
   283.8 +VERSION="0.0.6"
   283.9  CATEGORY="base-system"
  283.10  SHORT_DESC="Slitaz tool to manage chroot"
  283.11  MAINTAINER="gokhlayeh@slitaz.org"
  283.12  DEPENDS="libtaz"
  283.13 -#TARBALL="$PACKAGE-$VERSION.tar.gz"
  283.14 -TARBALL="$VERSION.tar.bz2"
  283.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
  283.16  WEB_SITE="http://www.slitaz.org/"
  283.17 -#WGET_URL="http://mirror.slitaz.org/sources/tazchroot/$TARBALL"
  283.18 -WGET_URL="http://hg.slitaz.org/tazchroot/archive/$TARBALL"
  283.19 +# Use mercurial until tarball is mirrored.
  283.20 +#WGET_URL="http://mirror.slitaz.org/sources/$PACKAGE/$TARBALL"
  283.21 +BUILD_DEPENDS="wget"
  283.22 +WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.bz2"
  283.23  TAGS="slitaz"
  283.24  
  283.25  # Rules to gen a SliTaz package suitable for Tazpkg.
   284.1 --- a/tazwok-experimental/receipt	Thu Feb 17 15:35:13 2011 +0100
   284.2 +++ b/tazwok-experimental/receipt	Thu Feb 17 19:08:45 2011 +0100
   284.3 @@ -1,15 +1,18 @@
   284.4  # SliTaz package receipt.
   284.5  
   284.6  PACKAGE="tazwok-experimental"
   284.7 -VERSION="0.0.5.6"
   284.8 +VERSION="0.0.6.6"
   284.9  CATEGORY="base-system"
  284.10  SHORT_DESC="SliTaz sources and binaries packages cooker."
  284.11  MAINTAINER="gokhlayeh@slitaz.org"
  284.12  DEPENDS="busybox libtaz"
  284.13  SUGGESTED="tazchroot"
  284.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
  284.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
  284.16  WEB_SITE="http://www.slitaz.org/"
  284.17 -WGET_URL="http://mirror.slitaz.org/sources/tazwok-experimental/$TARBALL"
  284.18 +# Use mercurial until tarball is mirrored.
  284.19 +#WGET_URL="http://mirror.slitaz.org/sources/$PACKAGE/$TARBALL"
  284.20 +BUILD_DEPENDS="wget"
  284.21 +WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.bz2"
  284.22  CONFIG_FILES="/etc/slitaz/tazwok.conf"
  284.23  PROVIDE="tazwok"
  284.24  TAGS="slitaz"
  284.25 @@ -18,15 +21,32 @@
  284.26  genpkg_rules()
  284.27  {
  284.28  	mkdir -p $fs/usr/bin $fs/usr/share/doc/tazwok \
  284.29 -		$fs/etc/slitaz
  284.30 +		$fs/etc/slitaz $fs/usr/share/slitaz/web-bb
  284.31  	# Copy Tazwok, doc and examples.
  284.32  	cp -a $src/tazwok $fs/usr/bin
  284.33 +	cp -a $src/update-repository $fs/usr/bin
  284.34  	chmod 755 $fs/usr/bin/tazwok
  284.35  	cp -a $src/doc/* $fs/usr/share/doc/tazwok
  284.36  	cp -a $src/applications $fs/usr/share
  284.37  	# Config file
  284.38  	cp -a $src/examples/tazwok.conf $fs/etc/slitaz
  284.39  	cp -a $src/examples/config.site $fs/etc
  284.40 +	# Webserver stuff
  284.41 +	cp -a $src/web/* $fs/usr/share/slitaz/web-bb
  284.42  }
  284.43  
  284.44 -TAZBB_NO_INSTALL="Not ready to be used on tank yet."
  284.45 +post_install()
  284.46 +{
  284.47 +	echo -e "\\033[1;31mWARNING WARNING WARGNING
  284.48 +You should run update-repository on all repositories you used with
  284.49 +tazwok-experimental until there.This script change sources names, generate sources.list and modify
  284.50 +logs to make you're repository consistent with last changes.
  284.51 +
  284.52 +Usage is:
  284.53 +update-repository LOCAL_REPOSITORY
  284.54 +
  284.55 +Exemple:
  284.56 +update-repository /home/slitaz/experimental
  284.57 +
  284.58 +Sorry for this ;)\\033[0m"
  284.59 +}
   285.1 --- a/thunderbird-langpack-de/receipt	Thu Feb 17 15:35:13 2011 +0100
   285.2 +++ b/thunderbird-langpack-de/receipt	Thu Feb 17 19:08:45 2011 +0100
   285.3 @@ -6,35 +6,16 @@
   285.4  SHORT_DESC="locale for mozilla thunderbird"
   285.5  MAINTAINER="domcox@slitaz.org"
   285.6  DEPENDS="thunderbird"
   285.7 -SOURCE="thunderbird"
   285.8  WEB_SITE="http://www.mozillamessaging.com/"
   285.9  LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'`
  285.10  LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
  285.11  TARBALL="$LANG.xpi"
  285.12 -URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL"
  285.13 -
  285.14 -# Rules to configure and make the package.
  285.15 -compile_rules()
  285.16 -{
  285.17 -	cd $WOK/$PACKAGE
  285.18 -	
  285.19 -	# Get xpi
  285.20 -	if [ -f $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi ]; then
  285.21 -		echo "Using current langpack ($PACKAGE-$VERSION.xpi)"
  285.22 -	else
  285.23 -		echo "Downloading langpack ($PACKAGE-$VERSION.xpi)"
  285.24 -		wget -O $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi $URL
  285.25 -	fi
  285.26 -	# Uncompress
  285.27 -	echo -n "Uncompressing langpack ($PACKAGE-$VERSION.xpi)"
  285.28 -	mkdir -p $LANG_DIR && unzip -oq $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi -d $LANG_DIR
  285.29 -	status
  285.30 -}
  285.31 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL"
  285.32  
  285.33  # Rules to gen a SliTaz package suitable for Tazpkg.
  285.34  genpkg_rules()
  285.35  {
  285.36 -	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions"
  285.37 +	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions/$LANG_DIR"
  285.38  	mkdir -p $EXTDIR
  285.39 -	cp -a $LANG_DIR $EXTDIR
  285.40 +	cp -a $src/* $EXTDIR
  285.41  }
   286.1 --- a/thunderbird-langpack-en_GB/receipt	Thu Feb 17 15:35:13 2011 +0100
   286.2 +++ b/thunderbird-langpack-en_GB/receipt	Thu Feb 17 19:08:45 2011 +0100
   286.3 @@ -6,35 +6,16 @@
   286.4  SHORT_DESC="locale for mozilla thunderbird"
   286.5  MAINTAINER="domcox@slitaz.org"
   286.6  DEPENDS="thunderbird"
   286.7 -SOURCE="thunderbird"
   286.8  WEB_SITE="http://www.mozillamessaging.com/"
   286.9  LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'`
  286.10  LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
  286.11  TARBALL="$LANG.xpi"
  286.12 -URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL"
  286.13 -
  286.14 -# Rules to configure and make the package.
  286.15 -compile_rules()
  286.16 -{
  286.17 -	cd $WOK/$PACKAGE
  286.18 -	
  286.19 -	# Get xpi
  286.20 -	if [ -f $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi ]; then
  286.21 -		echo "Using current langpack ($PACKAGE-$VERSION.xpi)"
  286.22 -	else
  286.23 -		echo "Downloading langpack ($PACKAGE-$VERSION.xpi)"
  286.24 -		wget -O $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi $URL
  286.25 -	fi
  286.26 -	# Uncompress
  286.27 -	echo -n "Uncompressing langpack ($PACKAGE-$VERSION.xpi)"
  286.28 -	mkdir -p $LANG_DIR && unzip -oq $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi -d $LANG_DIR
  286.29 -	status
  286.30 -}
  286.31 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL"
  286.32  
  286.33  # Rules to gen a SliTaz package suitable for Tazpkg.
  286.34  genpkg_rules()
  286.35  {
  286.36 -	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions"
  286.37 +	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions/$LANG_DIR"
  286.38  	mkdir -p $EXTDIR
  286.39 -	cp -a $LANG_DIR $EXTDIR
  286.40 +	cp -a $src/* $EXTDIR
  286.41  }
  286.42 \ No newline at end of file
   287.1 --- a/thunderbird-langpack-es_ES/receipt	Thu Feb 17 15:35:13 2011 +0100
   287.2 +++ b/thunderbird-langpack-es_ES/receipt	Thu Feb 17 19:08:45 2011 +0100
   287.3 @@ -6,35 +6,16 @@
   287.4  SHORT_DESC="locale for mozilla thunderbird"
   287.5  MAINTAINER="domcox@slitaz.org"
   287.6  DEPENDS="thunderbird"
   287.7 -SOURCE="thunderbird"
   287.8  WEB_SITE="http://www.mozillamessaging.com/"
   287.9  LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'`
  287.10  LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
  287.11  TARBALL="$LANG.xpi"
  287.12 -URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL"
  287.13 -
  287.14 -# Rules to configure and make the package.
  287.15 -compile_rules()
  287.16 -{
  287.17 -	cd $WOK/$PACKAGE
  287.18 -	
  287.19 -	# Get xpi
  287.20 -	if [ -f $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi ]; then
  287.21 -		echo "Using current langpack ($PACKAGE-$VERSION.xpi)"
  287.22 -	else
  287.23 -		echo "Downloading langpack ($PACKAGE-$VERSION.xpi)"
  287.24 -		wget -O $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi $URL
  287.25 -	fi
  287.26 -	# Uncompress
  287.27 -	echo -n "Uncompressing langpack ($PACKAGE-$VERSION.xpi)"
  287.28 -	mkdir -p $LANG_DIR && unzip -oq $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi -d $LANG_DIR
  287.29 -	status
  287.30 -}
  287.31 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL"
  287.32  
  287.33  # Rules to gen a SliTaz package suitable for Tazpkg.
  287.34  genpkg_rules()
  287.35  {
  287.36 -	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions"
  287.37 +	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions/$LANG_DIR"
  287.38  	mkdir -p $EXTDIR
  287.39 -	cp -a $LANG_DIR $EXTDIR
  287.40 +	cp -a $src/* $EXTDIR
  287.41  }
   288.1 --- a/thunderbird-langpack-fr/receipt	Thu Feb 17 15:35:13 2011 +0100
   288.2 +++ b/thunderbird-langpack-fr/receipt	Thu Feb 17 19:08:45 2011 +0100
   288.3 @@ -6,35 +6,16 @@
   288.4  SHORT_DESC="locale for mozilla thunderbird"
   288.5  MAINTAINER="domcox@slitaz.org"
   288.6  DEPENDS="thunderbird"
   288.7 -SOURCE="thunderbird"
   288.8  WEB_SITE="http://www.mozillamessaging.com/"
   288.9  LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'`
  288.10  LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
  288.11  TARBALL="$LANG.xpi"
  288.12 -URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL"
  288.13 -
  288.14 -# Rules to configure and make the package.
  288.15 -compile_rules()
  288.16 -{
  288.17 -	cd $WOK/$PACKAGE
  288.18 -	
  288.19 -	# Get xpi
  288.20 -	if [ -f $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi ]; then
  288.21 -		echo "Using current langpack ($PACKAGE-$VERSION.xpi)"
  288.22 -	else
  288.23 -		echo "Downloading langpack ($PACKAGE-$VERSION.xpi)"
  288.24 -		wget -O $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi $URL
  288.25 -	fi
  288.26 -	# Uncompress
  288.27 -	echo -n "Uncompressing langpack ($PACKAGE-$VERSION.xpi)"
  288.28 -	mkdir -p $LANG_DIR && unzip -oq $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi -d $LANG_DIR
  288.29 -	status
  288.30 -}
  288.31 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL"
  288.32  
  288.33  # Rules to gen a SliTaz package suitable for Tazpkg.
  288.34  genpkg_rules()
  288.35  {
  288.36 -	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions"
  288.37 +	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions/$LANG_DIR"
  288.38  	mkdir -p $EXTDIR
  288.39 -	cp -a $LANG_DIR $EXTDIR
  288.40 +	cp -a $src/* $EXTDIR
  288.41  }
   289.1 --- a/thunderbird-langpack-pt_BR/receipt	Thu Feb 17 15:35:13 2011 +0100
   289.2 +++ b/thunderbird-langpack-pt_BR/receipt	Thu Feb 17 19:08:45 2011 +0100
   289.3 @@ -6,35 +6,16 @@
   289.4  SHORT_DESC="locale for mozilla thunderbird"
   289.5  MAINTAINER="domcox@slitaz.org"
   289.6  DEPENDS="thunderbird"
   289.7 -SOURCE="thunderbird"
   289.8  WEB_SITE="http://www.mozillamessaging.com/"
   289.9  LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'`
  289.10  LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
  289.11  TARBALL="$LANG.xpi"
  289.12 -URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL"
  289.13 -
  289.14 -# Rules to configure and make the package.
  289.15 -compile_rules()
  289.16 -{
  289.17 -	cd $WOK/$PACKAGE
  289.18 -	
  289.19 -	# Get xpi
  289.20 -	if [ -f $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi ]; then
  289.21 -		echo "Using current langpack ($PACKAGE-$VERSION.xpi)"
  289.22 -	else
  289.23 -		echo "Downloading langpack ($PACKAGE-$VERSION.xpi)"
  289.24 -		wget -O $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi $URL
  289.25 -	fi
  289.26 -	# Uncompress
  289.27 -	echo -n "Uncompressing langpack ($PACKAGE-$VERSION.xpi)"
  289.28 -	mkdir -p $LANG_DIR && unzip -oq $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi -d $LANG_DIR
  289.29 -	status
  289.30 -}
  289.31 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL"
  289.32  
  289.33  # Rules to gen a SliTaz package suitable for Tazpkg.
  289.34  genpkg_rules()
  289.35  {
  289.36 -	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions"
  289.37 +	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions/$LANG_DIR"
  289.38  	mkdir -p $EXTDIR
  289.39 -	cp -a $LANG_DIR $EXTDIR
  289.40 +	cp -a $src/* $EXTDIR
  289.41  }
   290.1 --- a/thunderbird-langpack-pt_PT/receipt	Thu Feb 17 15:35:13 2011 +0100
   290.2 +++ b/thunderbird-langpack-pt_PT/receipt	Thu Feb 17 19:08:45 2011 +0100
   290.3 @@ -6,35 +6,16 @@
   290.4  SHORT_DESC="locale for mozilla thunderbird"
   290.5  MAINTAINER="domcox@slitaz.org"
   290.6  DEPENDS="thunderbird"
   290.7 -SOURCE="thunderbird"
   290.8  WEB_SITE="http://www.mozillamessaging.com/"
   290.9  LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'`
  290.10  LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
  290.11  TARBALL="$LANG.xpi"
  290.12 -URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL"
  290.13 -
  290.14 -# Rules to configure and make the package.
  290.15 -compile_rules()
  290.16 -{
  290.17 -	cd $WOK/$PACKAGE
  290.18 -	
  290.19 -	# Get xpi
  290.20 -	if [ -f $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi ]; then
  290.21 -		echo "Using current langpack ($PACKAGE-$VERSION.xpi)"
  290.22 -	else
  290.23 -		echo "Downloading langpack ($PACKAGE-$VERSION.xpi)"
  290.24 -		wget -O $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi $URL
  290.25 -	fi
  290.26 -	# Uncompress
  290.27 -	echo -n "Uncompressing langpack ($PACKAGE-$VERSION.xpi)"
  290.28 -	mkdir -p $LANG_DIR && unzip -oq $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi -d $LANG_DIR
  290.29 -	status
  290.30 -}
  290.31 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL"
  290.32  
  290.33  # Rules to gen a SliTaz package suitable for Tazpkg.
  290.34  genpkg_rules()
  290.35  {
  290.36 -	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions"
  290.37 +	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions/$LANG_DIR"
  290.38  	mkdir -p $EXTDIR
  290.39 -	cp -a $LANG_DIR $EXTDIR
  290.40 +	cp -a $src/* $EXTDIR
  290.41  }
   291.1 --- a/thunderbird-langpack-ru/receipt	Thu Feb 17 15:35:13 2011 +0100
   291.2 +++ b/thunderbird-langpack-ru/receipt	Thu Feb 17 19:08:45 2011 +0100
   291.3 @@ -6,35 +6,16 @@
   291.4  SHORT_DESC="locale for mozilla thunderbird"
   291.5  MAINTAINER="domcox@slitaz.org"
   291.6  DEPENDS="thunderbird"
   291.7 -SOURCE="thunderbird"
   291.8  WEB_SITE="http://www.mozillamessaging.com/"
   291.9  LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'`
  291.10  LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
  291.11  TARBALL="$LANG.xpi"
  291.12 -URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL"
  291.13 -
  291.14 -# Rules to configure and make the package.
  291.15 -compile_rules()
  291.16 -{
  291.17 -	cd $WOK/$PACKAGE
  291.18 -	
  291.19 -	# Get xpi
  291.20 -	if [ -f $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi ]; then
  291.21 -		echo "Using current langpack ($PACKAGE-$VERSION.xpi)"
  291.22 -	else
  291.23 -		echo "Downloading langpack ($PACKAGE-$VERSION.xpi)"
  291.24 -		wget -O $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi $URL
  291.25 -	fi
  291.26 -	# Uncompress
  291.27 -	echo -n "Uncompressing langpack ($PACKAGE-$VERSION.xpi)"
  291.28 -	mkdir -p $LANG_DIR && unzip -oq $SOURCES_REPOSITORY/$PACKAGE-$VERSION.xpi -d $LANG_DIR
  291.29 -	status
  291.30 -}
  291.31 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL"
  291.32  
  291.33  # Rules to gen a SliTaz package suitable for Tazpkg.
  291.34  genpkg_rules()
  291.35  {
  291.36 -	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions"
  291.37 +	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions/$LANG_DIR"
  291.38  	mkdir -p $EXTDIR
  291.39 -	cp -a $LANG_DIR $EXTDIR
  291.40 +	cp -a $src/* $EXTDIR
  291.41  }
   292.1 --- a/thunderbird/receipt	Thu Feb 17 15:35:13 2011 +0100
   292.2 +++ b/thunderbird/receipt	Thu Feb 17 19:08:45 2011 +0100
   292.3 @@ -27,7 +27,7 @@
   292.4  	cd $WOK/$PACKAGE
   292.5  	echo -n "Checking source"
   292.6      [ -d comm-* ] && mv comm-* $PACKAGE-$VERSION 2>/dev/null
   292.7 -	[ -d $PACKAGE-$VERSION ] || (echo "src not found, exiting" ; exit 1)
   292.8 +	[ -d $PACKAGE-$VERSION ] || (echo "src not found, exiting" ; return 1)
   292.9  	status
  292.10  	# add config
  292.11      cp -a stuff/thunderbird.mozconfig.conf $src/.mozconfig
   293.1 --- a/tightvnc/receipt	Thu Feb 17 15:35:13 2011 +0100
   293.2 +++ b/tightvnc/receipt	Thu Feb 17 19:08:45 2011 +0100
   293.3 @@ -8,7 +8,7 @@
   293.4  TARBALL="$PACKAGE-${VERSION}_unixsrc.tar.bz2"
   293.5  WEB_SITE="http://www.tightvnc.com/"
   293.6  WGET_URL="$SF_MIRROR/vnc-tight/$TARBALL"
   293.7 -DEPENDS="xfree86-base-fonts jpeg zlib"
   293.8 +DEPENDS="xorg-base-fonts jpeg zlib"
   293.9  BUILD_DEPENDS="xorg-imake xorg-gccmakedep xorg-cf-files xorg-libXp \
  293.10  xorg-libXaw-dev xorg-libXt-dev xorg-xproto xorg-libXau-dev xorg-libXdmcp-dev \
  293.11  xorg-libXmu-dev xorg-xextproto xorg-printproto xorg-kbproto xorg-inputproto \
   294.1 --- a/tilda/receipt	Thu Feb 17 15:35:13 2011 +0100
   294.2 +++ b/tilda/receipt	Thu Feb 17 19:08:45 2011 +0100
   294.3 @@ -7,10 +7,7 @@
   294.4  SHORT_DESC="Linux terminal based on classic terminals from first person shooter games."
   294.5  WEB_SITE="http://tilda.sourceforge.net"
   294.6  DEPENDS="vte libconfuse libglade"
   294.7 -BUILD_DEPENDS="gawk vte vte-dev libglade-dev libconfuse pkg-config \
   294.8 -glib glib-dev gtk+-dev pango-dev cairo-dev freetype-dev fontconfig-dev \
   294.9 -libpng-dev atk-dev libgio-dev libxml2-dev xorg-libXrandr-dev \
  294.10 -xorg-xrandr xorg-randrproto"
  294.11 +BUILD_DEPENDS="flex"
  294.12  TARBALL="$PACKAGE-$VERSION.tar.gz" 
  294.13  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 
  294.14  TAGS="terminal" 
  294.15 @@ -20,10 +17,7 @@
  294.16  compile_rules()
  294.17  {
  294.18  	cd $src
  294.19 -	./configure --prefix=/usr --infodir=/usr/share/info \
  294.20 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
  294.21 -	make &&
  294.22 -	make DESTDIR=$PWD/_pkg install
  294.23 +	./configure && make && make install
  294.24  }
  294.25  
  294.26  # Rules to gen a SliTaz package suitable for Tazpkg.
   295.1 --- a/tinyproxy/receipt	Thu Feb 17 15:35:13 2011 +0100
   295.2 +++ b/tinyproxy/receipt	Thu Feb 17 19:08:45 2011 +0100
   295.3 @@ -5,22 +5,14 @@
   295.4  CATEGORY="network"
   295.5  SHORT_DESC="A light-weight HTTP proxy daemon for POSIX operating systems."
   295.6  MAINTAINER="slaxemulator@gmail.com"
   295.7 +BUILD_DEPENDS="wget"
   295.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   295.9  WEB_SITE="https://banu.com/tinyproxy/"
  295.10 -WGET="https://banu.com/pub/$PACKAGE/${VERSION%.*}/$TARBALL"
  295.11 +WGET_URL="https://banu.com/pub/$PACKAGE/${VERSION%.*}/$TARBALL"
  295.12  
  295.13  # Rules to configure and make the package.
  295.14  compile_rules()
  295.15  {
  295.16 -	# Download using real wget since the link is https and we need 
  295.17 -	# --no-check-certificate that works
  295.18 -	if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then
  295.19 -		tar xjf $SOURCES_REPOSITORY/$TARBALL
  295.20 -	else
  295.21 -		[ -L /usr/bin/wget ] && tazpkg get-install wget --forced
  295.22 -		wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET"
  295.23 -		tar xjf $SOURCES_REPOSITORY/$TARBALL
  295.24 -	fi
  295.25  	cd $src
  295.26  	patch -Np1 -i ../stuff/no-docs-and-tests.diff
  295.27  	./configure \
   296.1 --- a/tty-clock/receipt	Thu Feb 17 15:35:13 2011 +0100
   296.2 +++ b/tty-clock/receipt	Thu Feb 17 19:08:45 2011 +0100
   296.3 @@ -9,12 +9,11 @@
   296.4  BUILD_DEPENDS="ncurses-dev git"
   296.5  WEB_SITE="http://github.com/Karnash/tty-clock"
   296.6  TAGS="clock"
   296.7 +WGET_URL="git|http://github.com/Karnash/tty-clock.git"
   296.8  
   296.9  # Rules to configure and make the package.
  296.10  compile_rules()
  296.11  {
  296.12 -	git clone http://github.com/Karnash/tty-clock.git
  296.13 -	mv $PACKAGE $PACKAGE-$VERSION 2>/dev/null
  296.14  	cd $src
  296.15  	make
  296.16  }
   297.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   297.2 +++ b/tyrian/receipt	Thu Feb 17 19:08:45 2011 +0100
   297.3 @@ -0,0 +1,30 @@
   297.4 +# SliTaz package receipt.
   297.5 +
   297.6 +PACKAGE="tyrian"
   297.7 +VERSION="21"
   297.8 +CATEGORY="non-free"
   297.9 +SHORT_DESC="Tyrian is a the DOS shoot-em-up;you need open-tyrian to run it."
  297.10 +MAINTAINER="mallory@skyrock.com"
  297.11 +BUILD_DEPENDS="wget"
  297.12 +TARBALL="$PACKAGE$VERSION.zip"
  297.13 +WEB_SITE="http://code.google.com/p/opentyrian/"
  297.14 +WGET_URL="https://sites.google.com/a/camanis.net/opentyrian/tyrian/$TARBALL"
  297.15 +
  297.16 +# Rules to configure and make the package.
  297.17 +compile_rules()
  297.18 +{
  297.19 +	:
  297.20 +}
  297.21 +
  297.22 +# Rules to gen a SliTaz package suitable for Tazpkg.
  297.23 +genpkg_rules()
  297.24 +{
  297.25 +	mkdir -p $fs/usr/games/opentyrian
  297.26 +	cd $src
  297.27 +	for file in *; do
  297.28 +		[ "$file" = "${file%.exe}" ] || continue
  297.29 +		[ "$file" = "${file%.doc}" ] || continue
  297.30 +		cp $file $fs/usr/games/opentyrian
  297.31 +	done
  297.32 +}
  297.33 +
   298.1 --- a/uclibc-cross-compiler-armv4eb/receipt	Thu Feb 17 15:35:13 2011 +0100
   298.2 +++ b/uclibc-cross-compiler-armv4eb/receipt	Thu Feb 17 19:08:45 2011 +0100
   298.3 @@ -10,18 +10,12 @@
   298.4  WEB_SITE="http://impactlinux.com/aboriginal"
   298.5  WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL"
   298.6  
   298.7 -# Rules to configure and make the package.
   298.8 -compile_rules()
   298.9 -{
  298.10 -	cd $SOURCE
  298.11 -}
  298.12 -
  298.13  # Rules to gen a SliTaz package suitable for Tazpkg.
  298.14  genpkg_rules()
  298.15  {
  298.16  	mkdir -p $fs/usr/share $fs/usr/bin
  298.17 -	cp -a $SOURCE $fs/usr/share/$PACKAGE
  298.18 -	for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do
  298.19 +	cp -a $src $fs/usr/share/$PACKAGE
  298.20 +	for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do
  298.21  		file=$(basename $i)
  298.22  		ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file
  298.23  	done
   299.1 --- a/uclibc-cross-compiler-armv4l/receipt	Thu Feb 17 15:35:13 2011 +0100
   299.2 +++ b/uclibc-cross-compiler-armv4l/receipt	Thu Feb 17 19:08:45 2011 +0100
   299.3 @@ -10,18 +10,12 @@
   299.4  WEB_SITE="http://impactlinux.com/aboriginal"
   299.5  WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL"
   299.6  
   299.7 -# Rules to configure and make the package.
   299.8 -compile_rules()
   299.9 -{
  299.10 -	cd $SOURCE
  299.11 -}
  299.12 -
  299.13  # Rules to gen a SliTaz package suitable for Tazpkg.
  299.14  genpkg_rules()
  299.15  {
  299.16  	mkdir -p $fs/usr/share $fs/usr/bin
  299.17 -	cp -a $SOURCE $fs/usr/share/$PACKAGE
  299.18 -	for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do
  299.19 +	cp -a $src $fs/usr/share/$PACKAGE
  299.20 +	for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do
  299.21  		file=$(basename $i)
  299.22  		ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file
  299.23  	done
   300.1 --- a/uclibc-cross-compiler-armv4tl/receipt	Thu Feb 17 15:35:13 2011 +0100
   300.2 +++ b/uclibc-cross-compiler-armv4tl/receipt	Thu Feb 17 19:08:45 2011 +0100
   300.3 @@ -10,18 +10,12 @@
   300.4  WEB_SITE="http://impactlinux.com/aboriginal"
   300.5  WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL"
   300.6  
   300.7 -# Rules to configure and make the package.
   300.8 -compile_rules()
   300.9 -{
  300.10 -	cd $SOURCE
  300.11 -}
  300.12 -
  300.13  # Rules to gen a SliTaz package suitable for Tazpkg.
  300.14  genpkg_rules()
  300.15  {
  300.16  	mkdir -p $fs/usr/share $fs/usr/bin
  300.17 -	cp -a $SOURCE $fs/usr/share/$PACKAGE
  300.18 -	for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do
  300.19 +	cp -a $src $fs/usr/share/$PACKAGE
  300.20 +	for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do
  300.21  		file=$(basename $i)
  300.22  		ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file
  300.23  	done
   301.1 --- a/uclibc-cross-compiler-armv5l/receipt	Thu Feb 17 15:35:13 2011 +0100
   301.2 +++ b/uclibc-cross-compiler-armv5l/receipt	Thu Feb 17 19:08:45 2011 +0100
   301.3 @@ -10,18 +10,12 @@
   301.4  WEB_SITE="http://impactlinux.com/aboriginal"
   301.5  WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL"
   301.6  
   301.7 -# Rules to configure and make the package.
   301.8 -compile_rules()
   301.9 -{
  301.10 -	cd $SOURCE
  301.11 -}
  301.12 -
  301.13  # Rules to gen a SliTaz package suitable for Tazpkg.
  301.14  genpkg_rules()
  301.15  {
  301.16  	mkdir -p $fs/usr/share $fs/usr/bin
  301.17 -	cp -a $SOURCE $fs/usr/share/$PACKAGE
  301.18 -	for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do
  301.19 +	cp -a $src $fs/usr/share/$PACKAGE
  301.20 +	for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do
  301.21  		file=$(basename $i)
  301.22  		ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file
  301.23  	done
   302.1 --- a/uclibc-cross-compiler-armv6l/receipt	Thu Feb 17 15:35:13 2011 +0100
   302.2 +++ b/uclibc-cross-compiler-armv6l/receipt	Thu Feb 17 19:08:45 2011 +0100
   302.3 @@ -10,18 +10,12 @@
   302.4  WEB_SITE="http://impactlinux.com/aboriginal"
   302.5  WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL"
   302.6  
   302.7 -# Rules to configure and make the package.
   302.8 -compile_rules()
   302.9 -{
  302.10 -	cd $SOURCE
  302.11 -}
  302.12 -
  302.13  # Rules to gen a SliTaz package suitable for Tazpkg.
  302.14  genpkg_rules()
  302.15  {
  302.16  	mkdir -p $fs/usr/share $fs/usr/bin
  302.17 -	cp -a $SOURCE $fs/usr/share/$PACKAGE
  302.18 -	for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do
  302.19 +	cp -a $src $fs/usr/share/$PACKAGE
  302.20 +	for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do
  302.21  		file=$(basename $i)
  302.22  		ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file
  302.23  	done
   303.1 --- a/uclibc-cross-compiler-i486/receipt	Thu Feb 17 15:35:13 2011 +0100
   303.2 +++ b/uclibc-cross-compiler-i486/receipt	Thu Feb 17 19:08:45 2011 +0100
   303.3 @@ -10,12 +10,6 @@
   303.4  WEB_SITE="http://impactlinux.com/aboriginal"
   303.5  WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL"
   303.6  
   303.7 -# Rules to configure and make the package.
   303.8 -compile_rules()
   303.9 -{
  303.10 -	cd $src
  303.11 -}
  303.12 -
  303.13  # Rules to gen a SliTaz package suitable for Tazpkg.
  303.14  genpkg_rules()
  303.15  {
   304.1 --- a/uclibc-cross-compiler-mips/receipt	Thu Feb 17 15:35:13 2011 +0100
   304.2 +++ b/uclibc-cross-compiler-mips/receipt	Thu Feb 17 19:08:45 2011 +0100
   304.3 @@ -10,18 +10,12 @@
   304.4  WEB_SITE="http://impactlinux.com/aboriginal"
   304.5  WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL"
   304.6  
   304.7 -# Rules to configure and make the package.
   304.8 -compile_rules()
   304.9 -{
  304.10 -	cd $SOURCE
  304.11 -}
  304.12 -
  304.13  # Rules to gen a SliTaz package suitable for Tazpkg.
  304.14  genpkg_rules()
  304.15  {
  304.16  	mkdir -p $fs/usr/share $fs/usr/bin
  304.17 -	cp -a $SOURCE $fs/usr/share/$PACKAGE
  304.18 -	for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do
  304.19 +	cp -a $src $fs/usr/share/$PACKAGE
  304.20 +	for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do
  304.21  		file=$(basename $i)
  304.22  		ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file
  304.23  	done
   305.1 --- a/uclibc-cross-compiler-mips64/receipt	Thu Feb 17 15:35:13 2011 +0100
   305.2 +++ b/uclibc-cross-compiler-mips64/receipt	Thu Feb 17 19:08:45 2011 +0100
   305.3 @@ -10,18 +10,12 @@
   305.4  WEB_SITE="http://impactlinux.com/aboriginal"
   305.5  WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL"
   305.6  
   305.7 -# Rules to configure and make the package.
   305.8 -compile_rules()
   305.9 -{
  305.10 -	cd $SOURCE
  305.11 -}
  305.12 -
  305.13  # Rules to gen a SliTaz package suitable for Tazpkg.
  305.14  genpkg_rules()
  305.15  {
  305.16  	mkdir -p $fs/usr/share $fs/usr/bin
  305.17 -	cp -a $SOURCE $fs/usr/share/$PACKAGE
  305.18 -	for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do
  305.19 +	cp -a $src $fs/usr/share/$PACKAGE
  305.20 +	for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do
  305.21  		file=$(basename $i)
  305.22  		ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file
  305.23  	done
   306.1 --- a/uclibc-cross-compiler-mipsel/receipt	Thu Feb 17 15:35:13 2011 +0100
   306.2 +++ b/uclibc-cross-compiler-mipsel/receipt	Thu Feb 17 19:08:45 2011 +0100
   306.3 @@ -10,18 +10,12 @@
   306.4  WEB_SITE="http://impactlinux.com/aboriginal"
   306.5  WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL"
   306.6  
   306.7 -# Rules to configure and make the package.
   306.8 -compile_rules()
   306.9 -{
  306.10 -	cd $SOURCE
  306.11 -}
  306.12 -
  306.13  # Rules to gen a SliTaz package suitable for Tazpkg.
  306.14  genpkg_rules()
  306.15  {
  306.16  	mkdir -p $fs/usr/share $fs/usr/bin
  306.17 -	cp -a $SOURCE $fs/usr/share/$PACKAGE
  306.18 -	for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do
  306.19 +	cp -a $src $fs/usr/share/$PACKAGE
  306.20 +	for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do
  306.21  		file=$(basename $i)
  306.22  		ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file
  306.23  	done
   307.1 --- a/uclibc-cross-compiler-powerpc-440fp/receipt	Thu Feb 17 15:35:13 2011 +0100
   307.2 +++ b/uclibc-cross-compiler-powerpc-440fp/receipt	Thu Feb 17 19:08:45 2011 +0100
   307.3 @@ -10,18 +10,12 @@
   307.4  WEB_SITE="http://impactlinux.com/aboriginal"
   307.5  WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL"
   307.6  
   307.7 -# Rules to configure and make the package.
   307.8 -compile_rules()
   307.9 -{
  307.10 -	cd $SOURCE
  307.11 -}
  307.12 -
  307.13  # Rules to gen a SliTaz package suitable for Tazpkg.
  307.14  genpkg_rules()
  307.15  {
  307.16  	mkdir -p $fs/usr/share $fs/usr/bin
  307.17 -	cp -a $SOURCE $fs/usr/share/$PACKAGE
  307.18 -	for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do
  307.19 +	cp -a $src $fs/usr/share/$PACKAGE
  307.20 +	for i in $(cd $src ; ls bin/powerpc-${PACKAGE##*-}-*); do
  307.21  		file=$(basename $i)
  307.22  		ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file
  307.23  	done
   308.1 --- a/uclibc-cross-compiler-powerpc/receipt	Thu Feb 17 15:35:13 2011 +0100
   308.2 +++ b/uclibc-cross-compiler-powerpc/receipt	Thu Feb 17 19:08:45 2011 +0100
   308.3 @@ -10,18 +10,12 @@
   308.4  WEB_SITE="http://impactlinux.com/aboriginal"
   308.5  WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL"
   308.6  
   308.7 -# Rules to configure and make the package.
   308.8 -compile_rules()
   308.9 -{
  308.10 -	cd $SOURCE
  308.11 -}
  308.12 -
  308.13  # Rules to gen a SliTaz package suitable for Tazpkg.
  308.14  genpkg_rules()
  308.15  {
  308.16  	mkdir -p $fs/usr/share $fs/usr/bin
  308.17 -	cp -a $SOURCE $fs/usr/share/$PACKAGE
  308.18 -	for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do
  308.19 +	cp -a $src $fs/usr/share/$PACKAGE
  308.20 +	for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do
  308.21  		file=$(basename $i)
  308.22  		ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file
  308.23  	done
   309.1 --- a/uclibc-cross-compiler-sh4/receipt	Thu Feb 17 15:35:13 2011 +0100
   309.2 +++ b/uclibc-cross-compiler-sh4/receipt	Thu Feb 17 19:08:45 2011 +0100
   309.3 @@ -10,18 +10,12 @@
   309.4  WEB_SITE="http://impactlinux.com/aboriginal"
   309.5  WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL"
   309.6  
   309.7 -# Rules to configure and make the package.
   309.8 -compile_rules()
   309.9 -{
  309.10 -	cd $SOURCE
  309.11 -}
  309.12 -
  309.13  # Rules to gen a SliTaz package suitable for Tazpkg.
  309.14  genpkg_rules()
  309.15  {
  309.16  	mkdir -p $fs/usr/share $fs/usr/bin
  309.17 -	cp -a $SOURCE $fs/usr/share/$PACKAGE
  309.18 -	for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do
  309.19 +	cp -a $src $fs/usr/share/$PACKAGE
  309.20 +	for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do
  309.21  		file=$(basename $i)
  309.22  		ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file
  309.23  	done
   310.1 --- a/uclibc-cross-compiler-sparc/receipt	Thu Feb 17 15:35:13 2011 +0100
   310.2 +++ b/uclibc-cross-compiler-sparc/receipt	Thu Feb 17 19:08:45 2011 +0100
   310.3 @@ -10,18 +10,12 @@
   310.4  WEB_SITE="http://impactlinux.com/aboriginal"
   310.5  WGET_URL="$WEB_SITE/downloads/binaries/$TARBALL"
   310.6  
   310.7 -# Rules to configure and make the package.
   310.8 -compile_rules()
   310.9 -{
  310.10 -	cd $SOURCE
  310.11 -}
  310.12 -
  310.13  # Rules to gen a SliTaz package suitable for Tazpkg.
  310.14  genpkg_rules()
  310.15  {
  310.16  	mkdir -p $fs/usr/share $fs/usr/bin
  310.17 -	cp -a $SOURCE $fs/usr/share/$PACKAGE
  310.18 -	for i in $(cd $SOURCE ; ls bin/${PACKAGE##*-}-*); do
  310.19 +	cp -a $src $fs/usr/share/$PACKAGE
  310.20 +	for i in $(cd $src ; ls bin/${PACKAGE##*-}-*); do
  310.21  		file=$(basename $i)
  310.22  		ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file
  310.23  	done
   311.1 --- a/udev-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   311.2 +++ b/udev-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   311.3 @@ -1,7 +1,7 @@
   311.4  # SliTaz package receipt.
   311.5  
   311.6  PACKAGE="udev-dev"
   311.7 -VERSION="165"
   311.8 +VERSION="166"
   311.9  CATEGORY="development"
  311.10  SHORT_DESC="Udev devel file (libudev)."
  311.11  MAINTAINER="pankso@slitaz.org"
   312.1 --- a/udev/receipt	Thu Feb 17 15:35:13 2011 +0100
   312.2 +++ b/udev/receipt	Thu Feb 17 19:08:45 2011 +0100
   312.3 @@ -1,7 +1,7 @@
   312.4  # SliTaz package receipt.
   312.5  
   312.6  PACKAGE="udev"
   312.7 -VERSION="165"
   312.8 +VERSION="166"
   312.9  BUILD_WARNING="Install new udev package and rebuild hal"
  312.10  CATEGORY="base-system"
  312.11  SHORT_DESC="Udev creat automaticly right devices in /dev."
   313.1 --- a/util-linux-ng-blkid-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   313.2 +++ b/util-linux-ng-blkid-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   313.3 @@ -1,7 +1,7 @@
   313.4  # SliTaz package receipt.
   313.5  
   313.6  PACKAGE="util-linux-ng-blkid-dev"
   313.7 -VERSION="2.18"
   313.8 +VERSION="2.19"
   313.9  CATEGORY="development"
  313.10  SHORT_DESC="The blkid devel files from Util linux NG."
  313.11  MAINTAINER="pankso@slitaz.org"
   314.1 --- a/util-linux-ng-blkid/receipt	Thu Feb 17 15:35:13 2011 +0100
   314.2 +++ b/util-linux-ng-blkid/receipt	Thu Feb 17 19:08:45 2011 +0100
   314.3 @@ -1,7 +1,7 @@
   314.4  # SliTaz package receipt.
   314.5  
   314.6  PACKAGE="util-linux-ng-blkid"
   314.7 -VERSION="2.18"
   314.8 +VERSION="2.19"
   314.9  CATEGORY="base-system"
  314.10  SHORT_DESC="The blkid utility and library from Util linux NG."
  314.11  MAINTAINER="pankso@slitaz.org"
   315.1 --- a/util-linux-ng-cfdisk/receipt	Thu Feb 17 15:35:13 2011 +0100
   315.2 +++ b/util-linux-ng-cfdisk/receipt	Thu Feb 17 19:08:45 2011 +0100
   315.3 @@ -1,7 +1,7 @@
   315.4  # SliTaz package receipt.
   315.5  
   315.6  PACKAGE="util-linux-ng-cfdisk"
   315.7 -VERSION="2.18"
   315.8 +VERSION="2.19"
   315.9  CATEGORY="system-tools"
  315.10  SHORT_DESC="The cfdisk utility from Util linux NG."
  315.11  MAINTAINER="pankso@slitaz.org"
   316.1 --- a/util-linux-ng-getopt/receipt	Thu Feb 17 15:35:13 2011 +0100
   316.2 +++ b/util-linux-ng-getopt/receipt	Thu Feb 17 19:08:45 2011 +0100
   316.3 @@ -1,7 +1,7 @@
   316.4  # SliTaz package receipt.
   316.5  
   316.6  PACKAGE="util-linux-ng-getopt"
   316.7 -VERSION="2.18"
   316.8 +VERSION="2.19"
   316.9  CATEGORY="base-system"
  316.10  SHORT_DESC="The getopt utility from Util linux NG."
  316.11  MAINTAINER="pankso@slitaz.org"
   317.1 --- a/util-linux-ng-partx/receipt	Thu Feb 17 15:35:13 2011 +0100
   317.2 +++ b/util-linux-ng-partx/receipt	Thu Feb 17 19:08:45 2011 +0100
   317.3 @@ -1,7 +1,7 @@
   317.4  # SliTaz package receipt.
   317.5  
   317.6  PACKAGE="util-linux-ng-partx"
   317.7 -VERSION="2.18"
   317.8 +VERSION="2.19"
   317.9  CATEGORY="system-tools"
  317.10  SHORT_DESC="The partx utilities from Util linux NG (addpart,delpart,partx)."
  317.11  MAINTAINER="pankso@slitaz.org"
   318.1 --- a/util-linux-ng-setterm/receipt	Thu Feb 17 15:35:13 2011 +0100
   318.2 +++ b/util-linux-ng-setterm/receipt	Thu Feb 17 19:08:45 2011 +0100
   318.3 @@ -1,7 +1,7 @@
   318.4  # SliTaz package receipt
   318.5  
   318.6  PACKAGE="util-linux-ng-setterm"
   318.7 -VERSION="2.18"
   318.8 +VERSION="2.19"
   318.9  CATEGORY="base-system"
  318.10  SHORT_DESC="The setterm utility from Util linux NG."
  318.11  MAINTAINER="devel@slitaz.org"
   319.1 --- a/util-linux-ng-sfdisk/receipt	Thu Feb 17 15:35:13 2011 +0100
   319.2 +++ b/util-linux-ng-sfdisk/receipt	Thu Feb 17 19:08:45 2011 +0100
   319.3 @@ -1,7 +1,7 @@
   319.4  # SliTaz package receipt.
   319.5  
   319.6  PACKAGE="util-linux-ng-sfdisk"
   319.7 -VERSION="2.18"
   319.8 +VERSION="2.19"
   319.9  CATEGORY="system-tools"
  319.10  SHORT_DESC="The sfdisk utility from Util linux NG."
  319.11  MAINTAINER="pankso@slitaz.org"
   320.1 --- a/util-linux-ng-uuid-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   320.2 +++ b/util-linux-ng-uuid-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   320.3 @@ -1,7 +1,7 @@
   320.4  # SliTaz package receipt.
   320.5  
   320.6  PACKAGE="util-linux-ng-uuid-dev"
   320.7 -VERSION="2.18"
   320.8 +VERSION="2.19"
   320.9  CATEGORY="development"
  320.10  SHORT_DESC="The uuid devel files from Util linux NG."
  320.11  MAINTAINER="pankso@slitaz.org"
   321.1 --- a/util-linux-ng-uuid/receipt	Thu Feb 17 15:35:13 2011 +0100
   321.2 +++ b/util-linux-ng-uuid/receipt	Thu Feb 17 19:08:45 2011 +0100
   321.3 @@ -1,7 +1,7 @@
   321.4  # SliTaz package receipt.
   321.5  
   321.6  PACKAGE="util-linux-ng-uuid"
   321.7 -VERSION="2.18"
   321.8 +VERSION="2.19"
   321.9  CATEGORY="base-system"
  321.10  SHORT_DESC="The uuid utility and library from Util linux NG."
  321.11  MAINTAINER="pankso@slitaz.org"
   322.1 --- a/util-linux-ng/receipt	Thu Feb 17 15:35:13 2011 +0100
   322.2 +++ b/util-linux-ng/receipt	Thu Feb 17 19:08:45 2011 +0100
   322.3 @@ -1,15 +1,16 @@
   322.4  # SliTaz package receipt.
   322.5  
   322.6  PACKAGE="util-linux-ng"
   322.7 -VERSION="2.18"
   322.8 +VERSION="2.19"
   322.9  CATEGORY="meta"
  322.10  SHORT_DESC="Util linux new generation (Meta package to build utility ans libs)."
  322.11  MAINTAINER="pankso@slitaz.org"
  322.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
  322.13 +SOURCE="util-linux"
  322.14 +TARBALL="$SOURCE-$VERSION.tar.bz2"
  322.15  DEPENDS="glibc-base"
  322.16  BUILD_DEPENDS="slitaz-toolchain ncurses-dev zlib-dev"
  322.17  WEB_SITE="http://kernel.org/~kzak/util-linux-ng/"
  322.18 -WGET_URL="ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v${VERSION%*}/$TARBALL"
  322.19 +WGET_URL="ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v${VERSION}/$TARBALL"
  322.20  LOCALE=""
  322.21  
  322.22  # Rules to configure and make the package.
   323.1 --- a/v4l-dvb/receipt	Thu Feb 17 15:35:13 2011 +0100
   323.2 +++ b/v4l-dvb/receipt	Thu Feb 17 19:08:45 2011 +0100
   323.3 @@ -9,18 +9,10 @@
   323.4  BUILD_DEPENDS="python mercurial coreutils-operations"
   323.5  WEB_SITE="http://linuxtv.org/hg/v4l-dvb/"
   323.6  TAGS="webcam"
   323.7 +WGET_URL="mercurial|$WEB_SITE"
   323.8  
   323.9  # Rules to configure and make the package.
  323.10  compile_rules() {
  323.11 -  TARBALL=$SOURCES_REPOSITORY/$PACKAGE-hg-$VERSION.tar.gz
  323.12 -  if [ -d $PACKAGE-$VERSION ]; then
  323.13 -	true
  323.14 -  elif [ -f $TARBALL ]; then
  323.15 -	tar xzf $TARBALL
  323.16 -  else
  323.17 -	hg clone $WEB_SITE $PACKAGE-$VERSION &&
  323.18 -	tar czf $TARBALL $PACKAGE-$VERSION
  323.19 -  fi
  323.20    cd $src
  323.21    sed -i 's/0 | xargs -0n 255 ln -sf --target-directory=\./ | while read file; do ln -sf $file . ; done/' v4l/Makefile
  323.22    grep -rl /sbin/depmod * | xargs sed -i 's|/sbin/depmod|/bin/echo|'
   324.1 --- a/valgrind/receipt	Thu Feb 17 15:35:13 2011 +0100
   324.2 +++ b/valgrind/receipt	Thu Feb 17 19:08:45 2011 +0100
   324.3 @@ -21,7 +21,7 @@
   324.4  	
   324.5  	# Fix build with glibc 2.11
   324.6  	#http://www.linuxfromscratch.org/patches/downloads/valgrind/valgrind-3.5.0-glibc-2.11.patch
   324.7 -	patch -p1 < ../stuff/valgrind-3.6.0-glibc211.u || exit 1
   324.8 +	patch -p1 < ../stuff/valgrind-3.6.0-glibc211.u || return 1
   324.9  	autoconf
  324.10  	
  324.11  	./configure \
   325.1 --- a/visualboyadvance-gtk/receipt	Thu Feb 17 15:35:13 2011 +0100
   325.2 +++ b/visualboyadvance-gtk/receipt	Thu Feb 17 19:08:45 2011 +0100
   325.3 @@ -14,7 +14,6 @@
   325.4  {
   325.5  	mkdir -p $fs/usr/bin $fs/usr/games $fs/usr/share/applications
   325.6  	cp -a stuff/*.desktop $fs/usr/share/applications
   325.7 -	_pkg=${_pkg/$WANTED-$VERSION/VisualBoyAdvance-$VERSION}
   325.8  	cp -a $_pkg/usr/bin/gvba $fs/usr/bin
   325.9  	cp -a $_pkg/usr/games/* $fs/usr/games
  325.10  }
   326.1 --- a/vzctl/receipt	Thu Feb 17 15:35:13 2011 +0100
   326.2 +++ b/vzctl/receipt	Thu Feb 17 19:08:45 2011 +0100
   326.3 @@ -23,7 +23,7 @@
   326.4  			continue
   326.5  		fi
   326.6  		echo "Apply $patch_file"
   326.7 -		patch -p1 < ../stuff/$patch_file || exit 1
   326.8 +		patch -p1 < ../stuff/$patch_file || return 1
   326.9  		touch done.$patch_file
  326.10  	done <<EOT
  326.11  vzctl-${VERSION}-Makefile.u
   327.1 --- a/vzquota/receipt	Thu Feb 17 15:35:13 2011 +0100
   327.2 +++ b/vzquota/receipt	Thu Feb 17 19:08:45 2011 +0100
   327.3 @@ -21,7 +21,7 @@
   327.4  			continue
   327.5  		fi
   327.6  		echo "Apply $patch_file"
   327.7 -		patch -p1 < ../stuff/$patch_file || exit 1
   327.8 +		patch -p1 < ../stuff/$patch_file || return 1
   327.9  		touch done.$patch_file
  327.10  	done <<EOT
  327.11  vzquota-${VERSION}.u
   328.1 --- a/wbar/receipt	Thu Feb 17 15:35:13 2011 +0100
   328.2 +++ b/wbar/receipt	Thu Feb 17 19:08:45 2011 +0100
   328.3 @@ -17,7 +17,7 @@
   328.4  compile_rules()
   328.5  {
   328.6  	cd $src
   328.7 -	patch -p0 < ../stuff/gcc43_fixes.diff || exit 1
   328.8 +	patch -p0 < ../stuff/gcc43_fixes.diff || return 1
   328.9  	make &&
  328.10  	mkdir -p _pkg/usr/share/wbar/iconpack _pkg/usr/bin &&
  328.11  	cp wbar _pkg/usr/bin &&
   329.1 --- a/webkit-web-inspector/receipt	Thu Feb 17 15:35:13 2011 +0100
   329.2 +++ b/webkit-web-inspector/receipt	Thu Feb 17 19:08:45 2011 +0100
   329.3 @@ -1,11 +1,11 @@
   329.4  # SliTaz package receipt.
   329.5  
   329.6  PACKAGE="webkit-web-inspector"
   329.7 -SOURCE="webkit"
   329.8  VERSION="1.2.7"
   329.9  CATEGORY="network"
  329.10  SHORT_DESC="Webkit development tools"
  329.11  DEPENDS="libwebkit"
  329.12 +SOURCE="webkit"
  329.13  WANTED="libwebkit"
  329.14  MAINTAINER="mallory@sweetpeople.org"
  329.15  WEB_SITE="http://webkitgtk.org"
  329.16 @@ -13,8 +13,7 @@
  329.17  # Rules to gen a SliTaz package suitable for Tazpkg.
  329.18  genpkg_rules()
  329.19  {
  329.20 -	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
  329.21 -	mkdir -p $fs/usr/
  329.22 +	mkdir -p $fs/usr/share
  329.23  	cp -a $_pkg/usr/bin $fs/usr/
  329.24 -	cp -a $_pkg/usr/share $fs/usr/
  329.25 +	cp -a $_pkg/usr/share/webkit-1.0 $fs/usr/share
  329.26  }
   330.1 --- a/wine/receipt	Thu Feb 17 15:35:13 2011 +0100
   330.2 +++ b/wine/receipt	Thu Feb 17 19:08:45 2011 +0100
   330.3 @@ -19,7 +19,7 @@
   330.4  {
   330.5  	cd $src
   330.6  
   330.7 -	patch -p1 < ../stuff/wine-1.2-cdrom.c.u || exit 1
   330.8 +	patch -p1 < ../stuff/wine-1.2-cdrom.c.u || return 1
   330.9  
  330.10  	./configure --prefix=/usr --infodir=/usr/share/info \
  330.11  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   331.1 --- a/wordpress/receipt	Thu Feb 17 15:35:13 2011 +0100
   331.2 +++ b/wordpress/receipt	Thu Feb 17 19:08:45 2011 +0100
   331.3 @@ -14,7 +14,6 @@
   331.4  # Rules to gen a SliTaz package suitable for Tazpkg.
   331.5  genpkg_rules()
   331.6  {
   331.7 -	src=$WOK/$PACKAGE/$PACKAGE
   331.8  	mkdir -p $fs/var/www/wordpress
   331.9  	cp -a $src/* $fs/var/www/wordpress
  331.10  	chown -R www.www $fs/var/www/wordpress
  331.11 @@ -51,17 +50,18 @@
  331.12  
  331.13  post_remove()
  331.14  {
  331.15 -		local db=wordpress
  331.16 -		local db_user=wordpress
  331.17 -		local db_password=wordpress
  331.18 +	local db=wordpress
  331.19 +	local db_user=wordpress
  331.20 +	local db_password=wordpress
  331.21  	
  331.22 +	if [ -z $1 ]; then
  331.23  		echo -n "Would you like to remove data and database files.(y/n) "
  331.24  		read answer
  331.25  
  331.26  		case $answer in 
  331.27  		y|Y)
  331.28  			echo -n "Removing data directories..."
  331.29 -			rm -rf /var/lib/wordpress ; status
  331.30 +			[ -d /var/lib/wordpress ] && rm -rf /var/lib/wordpress ; status
  331.31  			if ( mysql -u root -Be 'show databases' | grep -q $db ); then
  331.32  				echo -n "Deleting $db database"
  331.33  				mysql -Be "drop database $db" ; status
  331.34 @@ -75,4 +75,5 @@
  331.35  		*)
  331.36  			;;
  331.37  		esac
  331.38 +	fi
  331.39  }
   332.1 --- a/wvstreams/receipt	Thu Feb 17 15:35:13 2011 +0100
   332.2 +++ b/wvstreams/receipt	Thu Feb 17 19:08:45 2011 +0100
   332.3 @@ -42,5 +42,5 @@
   332.4  
   332.5  post_remove()
   332.6  {
   332.7 -	rm -rf /etc/ppp/peers/wvdial
   332.8 +	rm -rf $1/etc/ppp/peers/wvdial
   332.9  }
   333.1 --- a/wxWidgets-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   333.2 +++ b/wxWidgets-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   333.3 @@ -18,5 +18,4 @@
   333.4  	cp -a $_pkg/usr/include/ $fs/usr
   333.5  	# Just copy setup.h and contrib include
   333.6  	cp -a $_pkg/usr/lib/wx/include $fs/usr/lib/wx
   333.7 -	cp -a $src/contrib/_pkg/usr/include/ $fs/usr
   333.8  }
   334.1 --- a/wxWidgets/receipt	Thu Feb 17 15:35:13 2011 +0100
   334.2 +++ b/wxWidgets/receipt	Thu Feb 17 19:08:45 2011 +0100
   334.3 @@ -21,17 +21,13 @@
   334.4  {
   334.5  	cd $src
   334.6  	./configure \
   334.7 -		--prefix=/usr \
   334.8  		--enable-shared \
   334.9 -		--enable-unicode \
  334.10 -		--infodir=/usr/share/info \
  334.11 -		--mandir=/usr/share/man \
  334.12 -		$CONFIGURE_ARGS &&
  334.13 -	make -j 4 &&
  334.14 -	make DESTDIR=$src/_pkg install &&
  334.15 +		--enable-unicode &&
  334.16 +	make &&
  334.17 +	make DESTDIR=$DESTDIR install &&
  334.18  	cd $src/contrib &&
  334.19 -	make -j 4 &&
  334.20 -	make DESTDIR=$src/contrib/_pkg install
  334.21 +	make &&
  334.22 +	make DESTDIR=$DESTDIR install
  334.23  }
  334.24  
  334.25  # Rules to gen a SliTaz package suitable for Tazpkg.
  334.26 @@ -40,7 +36,6 @@
  334.27  	mkdir -p $fs/usr
  334.28  	# Copy libs and contrib libs.
  334.29  	cp -a $_pkg/usr/lib/ $fs/usr/
  334.30 -	cp -a $src/contrib/_pkg/usr/lib/ $fs/usr/
  334.31  	# Remove devel files.
  334.32  	rm -rf $fs/usr/lib/wx/include
  334.33  }
   335.1 --- a/xalan-xerces-j/receipt	Thu Feb 17 15:35:13 2011 +0100
   335.2 +++ b/xalan-xerces-j/receipt	Thu Feb 17 19:08:45 2011 +0100
   335.3 @@ -8,7 +8,7 @@
   335.4  MAINTAINER="rcx@zoominternet.net"
   335.5  DEPENDS="jre"
   335.6  #DEPENDS="java-jre"
   335.7 -BUILD_DEPENDS=""
   335.8 +BUILD_DEPENDS="tar"
   335.9  SUGGESTED=""
  335.10  TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz"
  335.11  WEB_SITE="http://xalan.apache.org/"
   336.1 --- a/xfburn/receipt	Thu Feb 17 15:35:13 2011 +0100
   336.2 +++ b/xfburn/receipt	Thu Feb 17 19:08:45 2011 +0100
   336.3 @@ -8,8 +8,7 @@
   336.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   336.5  WEB_SITE="http://goodies.xfce.org/projects/applications/xfburn"
   336.6  WGET_URL="http://archive.xfce.org/src/apps/xfburn/0.4/$TARBALL"
   336.7 -BUILD_DEPENDS="gtk+-dev libburn libburn-dev libexo-dev \
   336.8 -libxfcegui4-dev libisofs-dev libisofs"
   336.9 +BUILD_DEPENDS="intltool"
  336.10  DEPENDS="gtk+ libburn libexo libxfcegui4 libisofs thunar"
  336.11  
  336.12  # Rules to configure and make the package.
   337.1 --- a/xfce4-appfinder/receipt	Thu Feb 17 15:35:13 2011 +0100
   337.2 +++ b/xfce4-appfinder/receipt	Thu Feb 17 19:08:45 2011 +0100
   337.3 @@ -5,8 +5,8 @@
   337.4  CATEGORY="x-window"
   337.5  SHORT_DESC="Xfce Application  Finder"
   337.6  MAINTAINER="erjo@slitaz.org"
   337.7 -DEPENDS="garcon libxfce4ui thunar gamin hal"
   337.8 -BUILD_DEPENDS="libxfce4ui-dev "
   337.9 +DEPENDS="garcon libxfce4ui thunar gamin"
  337.10 +BUILD_DEPENDS="intltool "
  337.11  TARBALL="$PACKAGE-$VERSION.tar.bz2"
  337.12  WEB_SITE="http://www.xfce.org"
  337.13  WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
   338.1 --- a/xfce4-dev-tools/receipt	Thu Feb 17 15:35:13 2011 +0100
   338.2 +++ b/xfce4-dev-tools/receipt	Thu Feb 17 19:08:45 2011 +0100
   338.3 @@ -14,7 +14,7 @@
   338.4  compile_rules()
   338.5  {
   338.6  	cd $src
   338.7 -	#patch -p1 -i ../stuff/xdt-autogen-4.6.0.u || exit 1
   338.8 +	#patch -p1 -i ../stuff/xdt-autogen-4.6.0.u || return 1
   338.9  	./configure \
  338.10  		--prefix=/usr \
  338.11  		--infodir=/usr/share/info \
   339.1 --- a/xfce4-session-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   339.2 +++ b/xfce4-session-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   339.3 @@ -1,7 +1,7 @@
   339.4  # SliTaz package receipt.
   339.5  
   339.6  PACKAGE="xfce4-session-dev"
   339.7 -VERSION="4.8.0"
   339.8 +VERSION="4.8.1"
   339.9  CATEGORY="x-window"
  339.10  SHORT_DESC="Xfce session manager dev files"
  339.11  MAINTAINER="erjo@slitaz.org"
   340.1 --- a/xfce4-session/receipt	Thu Feb 17 15:35:13 2011 +0100
   340.2 +++ b/xfce4-session/receipt	Thu Feb 17 19:08:45 2011 +0100
   340.3 @@ -1,7 +1,7 @@
   340.4  # SliTaz package receipt.
   340.5  
   340.6  PACKAGE="xfce4-session"
   340.7 -VERSION="4.8.0"
   340.8 +VERSION="4.8.1"
   340.9  CATEGORY="x-window"
  340.10  SHORT_DESC="Xfce session manager"
  340.11  MAINTAINER="erjo@slitaz.org"
  340.12 @@ -11,7 +11,7 @@
  340.13  dbus-glib-dev xorg-iceauth libwnck-dev pkg-config intltool util-linux-ng-uuid-dev"
  340.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
  340.15  WEB_SITE="http://www.xfce.org/"
  340.16 -WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL"
  340.17 +WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
  340.18  
  340.19  # Rules to configure and make the package.
  340.20  compile_rules()
   341.1 --- a/xfe/receipt	Thu Feb 17 15:35:13 2011 +0100
   341.2 +++ b/xfe/receipt	Thu Feb 17 19:08:45 2011 +0100
   341.3 @@ -16,7 +16,7 @@
   341.4  compile_rules()
   341.5  {
   341.6  	cd $src
   341.7 -	patch -p 0 < ../stuff/gcc-4.patch || exit 1
   341.8 +	patch -p 0 < ../stuff/gcc-4.patch || return 1
   341.9  	./configure \
  341.10  		--prefix=/usr \
  341.11  		--mandir=/usr/share/man \
   342.1 --- a/xorg-libXi-dev/receipt	Thu Feb 17 15:35:13 2011 +0100
   342.2 +++ b/xorg-libXi-dev/receipt	Thu Feb 17 19:08:45 2011 +0100
   342.3 @@ -8,11 +8,11 @@
   342.4  WANTED="xorg-libXi"
   342.5  SOURCE="libXi"
   342.6  WEB_SITE="http://www.x.org/"
   342.7 +
   342.8  # Rules to gen a SliTaz package suitable for Tazpkg.
   342.9  genpkg_rules()
  342.10  {
  342.11  	mkdir -p $fs/usr/lib
  342.12 -	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
  342.13  	cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib
  342.14  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
  342.15  	cp -a $_pkg/usr/include $fs/usr
   343.1 --- a/xorg-server-Xnest/receipt	Thu Feb 17 15:35:13 2011 +0100
   343.2 +++ b/xorg-server-Xnest/receipt	Thu Feb 17 19:08:45 2011 +0100
   343.3 @@ -14,7 +14,6 @@
   343.4  # Rules to gen a SliTaz package suitable for Tazpkg.
   343.5  genpkg_rules()
   343.6  {
   343.7 -	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
   343.8  	mkdir -p $fs/usr/bin
   343.9  	cp -a $_pkg/usr/bin/Xnest $fs/usr/bin
  343.10  	chmod 4711 $fs/usr/bin/Xnest
   344.1 --- a/xorg-server-Xvfb/receipt	Thu Feb 17 15:35:13 2011 +0100
   344.2 +++ b/xorg-server-Xvfb/receipt	Thu Feb 17 19:08:45 2011 +0100
   344.3 @@ -13,7 +13,6 @@
   344.4  # Rules to gen a SliTaz package suitable for Tazpkg.
   344.5  genpkg_rules()
   344.6  {
   344.7 -	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
   344.8  	mkdir -p $fs/usr/bin
   344.9  	cp -a $_pkg/usr/bin/Xvfb $fs/usr/bin
  344.10  	chmod 4711 $fs/usr/bin/Xvfb
   345.1 --- a/xz/receipt	Thu Feb 17 15:35:13 2011 +0100
   345.2 +++ b/xz/receipt	Thu Feb 17 19:08:45 2011 +0100
   345.3 @@ -49,5 +49,5 @@
   345.4  
   345.5  post_remove()
   345.6  {
   345.7 -	ln -s /bin/busybox /usr/bin/unlzma
   345.8 +	ln -s /bin/busybox $1/usr/bin/unlzma
   345.9  }
   346.1 --- a/yajl/receipt	Thu Feb 17 15:35:13 2011 +0100
   346.2 +++ b/yajl/receipt	Thu Feb 17 19:08:45 2011 +0100
   346.3 @@ -8,27 +8,17 @@
   346.4  DEPENDS=""
   346.5  BUILD_DEPENDS="cmake doxygen git"
   346.6  WEB_SITE="https://github.com/lloyd/yajl"
   346.7 +WGET_URL="git|git://github.com/lloyd/yajl.git"
   346.8 +BRANCH="$VERSION"
   346.9  
  346.10  # Rules to configure and make the package.
  346.11  compile_rules()
  346.12  {
  346.13 -	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
  346.14 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.gz
  346.15 -	if [ -f $TARBALL ]; then
  346.16 -		tar xzf $TARBALL
  346.17 -	else
  346.18 -		echo "Cloning revision $VERSION from git repository..."
  346.19 -		git clone git://github.com/lloyd/yajl.git $PACKAGE-$VERSION
  346.20 -		cd $PACKAGE-$VERSION && git checkout ${VERSION}
  346.21 -		cd $WOK/$PACKAGE && tar czf $TARBALL $PACKAGE-$VERSION
  346.22 -	fi
  346.23 -
  346.24  	cd $src
  346.25  	cmake \
  346.26  		-DCMAKE_INSTALL_PREFIX=/usr \
  346.27  		.
  346.28  	make DESTDIR=$PWD/_pkg install
  346.29 -	
  346.30  }
  346.31  
  346.32  # Rules to gen a SliTaz package suitable for Tazpkg.
   347.1 --- a/yasr/receipt	Thu Feb 17 15:35:13 2011 +0100
   347.2 +++ b/yasr/receipt	Thu Feb 17 19:08:45 2011 +0100
   347.3 @@ -14,7 +14,7 @@
   347.4  compile_rules()
   347.5  {
   347.6  	cd $src/yasr
   347.7 -	patch -p0 < ../../stuff/yasr.patch || exit 1
   347.8 +	patch -p0 < ../../stuff/yasr.patch || return 1
   347.9  	cd ../
  347.10  	./configure \
  347.11  		--prefix=/usr