wok-4.x rev 8134
Automated merge with http://repos.slitaz.org/wok
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Jan 25 00:50:00 2011 +0100 (2011-01-25) |
parents | 0740a7e6c9ad 0b71563fb008 |
children | 261f98f8b869 |
files |
line diff
1.1 --- a/cdparanoia-III/receipt Mon Jan 24 18:05:49 2011 +0000 1.2 +++ b/cdparanoia-III/receipt Tue Jan 25 00:50:00 2011 +0100 1.3 @@ -13,14 +13,14 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - grep -qs 'define u8' interface/low_interface.h || 1.8 + fgrep -qs 'define u8' interface/low_interface.h || 1.9 sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \ 1.10 interface/low_interface.h 1.11 ./configure \ 1.12 --prefix=/usr \ 1.13 --infodir=/usr/share/info \ 1.14 --mandir=/usr/share/man && 1.15 - make 1.16 + make -j1 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/cups/receipt Mon Jan 24 18:05:49 2011 +0000 2.2 +++ b/cups/receipt Tue Jan 25 00:50:00 2011 +0100 2.3 @@ -68,10 +68,6 @@ 2.4 2.5 # Daemon script 2.6 cp -a stuff/etc $fs 2.7 - 2.8 - # compress some driver files, adopted from arch and fedora 2.9 - find $fs/usr/share/cups/model -name "*.ppd" | xargs gzip -n9 2.10 - 2.11 } 2.12 2.13 # Start cups daemon and edit daemons.conf.
3.1 --- a/mesa/receipt Mon Jan 24 18:05:49 2011 +0000 3.2 +++ b/mesa/receipt Tue Jan 25 00:50:00 2011 +0100 3.3 @@ -9,7 +9,7 @@ 3.4 SUGGESTED="nvidia" 3.5 BUILD_DEPENDS="$DEPENDS expat-dev libdrm-dev xorg-libXdamage-dev \ 3.6 xorg-libXxf86vm-dev xorg-libXt-dev xorg-dri2proto xorg-glproto \ 3.7 -pkg-config talloc libxml2 python xorg-makedepend" 3.8 +pkg-config talloc xorg-makedepend lesstif libxml2-python" 3.9 SOURCE="Mesa" 3.10 TARBALL="${SOURCE}Lib-$VERSION.tar.bz2" 3.11 WEB_SITE="http://www.mesa3d.org/"