wok-4.x rev 9475
Removed more unneeded strips (those ones are handled by Tazwok).
line diff
1.1 --- a/barcode/receipt Mon Apr 04 01:47:36 2011 +0000 1.2 +++ b/barcode/receipt Mon Apr 04 01:54:51 2011 +0000 1.3 @@ -22,7 +22,6 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr 1.7 - strip $_pkg/lib/* 1.8 cp -a $_pkg/bin $fs/usr 1.9 cp -a $_pkg/lib $fs/usr 1.10 }
2.1 --- a/bastet/receipt Mon Apr 04 01:47:36 2011 +0000 2.2 +++ b/bastet/receipt Mon Apr 04 01:54:51 2011 +0000 2.3 @@ -16,8 +16,7 @@ 2.4 compile_rules() 2.5 { 2.6 cd $src 2.7 - make && 2.8 - strip bastet 2.9 + make 2.10 } 2.11 2.12 # Rules to gen a SliTaz package suitable for Tazpkg.
3.1 --- a/cinepaint/receipt Mon Apr 04 01:47:36 2011 +0000 3.2 +++ b/cinepaint/receipt Mon Apr 04 01:54:51 2011 +0000 3.3 @@ -39,8 +39,6 @@ 3.4 mkdir -p $fs/usr/share $fs/usr/lib 3.5 cp -a $_pkg/usr/bin $fs/usr 3.6 cp -a $_pkg/usr/lib/cinepaint $fs/usr/lib 3.7 - strip -s $fs/usr/lib/cinepaint/$VERSION/extra/* 3.8 - strip -s $fs/usr/lib/cinepaint/$VERSION/plug-ins/* 3.9 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 3.10 cp -a $_pkg/usr/share/cinepaint $fs/usr/share 3.11 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
4.1 --- a/clucene/receipt Mon Apr 04 01:47:36 2011 +0000 4.2 +++ b/clucene/receipt Mon Apr 04 01:54:51 2011 +0000 4.3 @@ -8,7 +8,7 @@ 4.4 SOURCE="clucene-core" 4.5 TARBALL="$SOURCE-$VERSION.tar.gz" 4.6 WEB_SITE="http://sourceforge.net/projects/clucene/" 4.7 -WGET_URL="http://downloads.sourceforge.net/clucene/$TARBALL" 4.8 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 4.9 TAGS="text indexing" 4.10 4.11 # Rules to configure and make the package. 4.12 @@ -31,6 +31,5 @@ 4.13 { 4.14 mkdir -p $fs/usr/lib 4.15 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 4.16 - strip -s $fs/usr/lib/* 4.17 } 4.18
5.1 --- a/cryptsetup/receipt Mon Apr 04 01:47:36 2011 +0000 5.2 +++ b/cryptsetup/receipt Mon Apr 04 01:54:51 2011 +0000 5.3 @@ -29,5 +29,4 @@ 5.4 mkdir -p $fs/usr/lib 5.5 cp -a $_pkg/usr/sbin $fs/usr 5.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 5.7 - strip -s $fs/usr/lib/* 5.8 }
6.1 --- a/expat/receipt Mon Apr 04 01:47:36 2011 +0000 6.2 +++ b/expat/receipt Mon Apr 04 01:54:51 2011 +0000 6.3 @@ -25,7 +25,6 @@ 6.4 mkdir -p $fs/usr/lib $fs/usr/bin 6.5 cp -a $_pkg/usr/bin/* $fs/usr/bin 6.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 6.7 - strip -s $fs/usr/lib/* 6.8 # expat so.0 symbolic link. 6.9 cd $fs/usr/lib 6.10 ln -s libexpat.so.1.5.2 libexpat.so.0
7.1 --- a/freeglut/receipt Mon Apr 04 01:47:36 2011 +0000 7.2 +++ b/freeglut/receipt Mon Apr 04 01:54:51 2011 +0000 7.3 @@ -9,7 +9,7 @@ 7.4 xorg-libX11 xorg-libXau xorg-libXdamage xorg-libXdmcp \ 7.5 xorg-libXext xorg-libXi xorg-libXfixes xorg-libXxf86vm" 7.6 SUGGESTED="nvidia" 7.7 -BUILD_DEPENDS="slitaz-toolchain mesa-dev mesa xorg-inputproto \ 7.8 +BUILD_DEPENDS="mesa-dev mesa xorg-inputproto \ 7.9 xorg-xproto xorg-libX11-dev xorg-libXau-dev xorg-libXdamage-dev xorg-libXdmcp-dev xorg-libXext-dev xorg-libXi-dev xorg-libXfixes-dev xorg-libXxf86vm-dev libxcb-dev" 7.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.11 WEB_SITE="http://freeglut.sourceforge.net/" 7.12 @@ -38,5 +38,4 @@ 7.13 { 7.14 mkdir -p $fs/usr/lib 7.15 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 7.16 - strip -s $fs/usr/lib/* 7.17 }
8.1 --- a/fribidi/receipt Mon Apr 04 01:47:36 2011 +0000 8.2 +++ b/fribidi/receipt Mon Apr 04 01:54:51 2011 +0000 8.3 @@ -26,6 +26,5 @@ 8.4 mkdir -p $fs/usr/bin $fs/usr/lib 8.5 cp -a $_pkg/usr/bin/fribidi $fs/usr/bin 8.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 8.7 - strip -s $fs/usr/lib/* 8.8 } 8.9
9.1 --- a/libcddb/receipt Mon Apr 04 01:47:36 2011 +0000 9.2 +++ b/libcddb/receipt Mon Apr 04 01:54:51 2011 +0000 9.3 @@ -29,5 +29,4 @@ 9.4 mkdir -p $fs/usr/lib 9.5 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 9.6 cp -a $_pkg/usr/bin $fs/usr 9.7 - strip -s $fs/usr/lib/* 2>/dev/null 9.8 }
10.1 --- a/libgnomecanvas/receipt Mon Apr 04 01:47:36 2011 +0000 10.2 +++ b/libgnomecanvas/receipt Mon Apr 04 01:54:51 2011 +0000 10.3 @@ -39,7 +39,5 @@ 10.4 10.5 # Remove static libs 10.6 rm $fs/usr/lib/libglade/*/*.*a 10.7 - 10.8 - strip -s $fs/usr/lib/* 2>/dev/null 10.9 } 10.10
11.1 --- a/libgnomeprint/receipt Mon Apr 04 01:47:36 2011 +0000 11.2 +++ b/libgnomeprint/receipt Mon Apr 04 01:54:51 2011 +0000 11.3 @@ -41,7 +41,5 @@ 11.4 # Remove static libs 11.5 rm $fs/usr/lib/$PACKAGE/$VERSION/modules/*.*a 11.6 rm $fs/usr/lib/$PACKAGE/$VERSION/modules/*/*.*a 11.7 - strip -s $fs/usr/lib/* 2>/dev/null 11.8 - strip $fs/usr/lib/$PACKAGE/$VERSION/modules/*/* 11.9 } 11.10
12.1 --- a/libgnomeprintui/receipt Mon Apr 04 01:47:36 2011 +0000 12.2 +++ b/libgnomeprintui/receipt Mon Apr 04 01:54:51 2011 +0000 12.3 @@ -33,7 +33,5 @@ 12.4 12.5 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 12.6 cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 12.7 - 12.8 - strip -s $fs/usr/lib/* 12.9 } 12.10
13.1 --- a/libgpg-error/receipt Mon Apr 04 01:47:36 2011 +0000 13.2 +++ b/libgpg-error/receipt Mon Apr 04 01:54:51 2011 +0000 13.3 @@ -28,7 +28,5 @@ 13.4 cp -a $_pkg/usr/bin/gpg-error $fs/usr/bin 13.5 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 13.6 cp -a $_pkg/usr/share/common-lisp $fs/usr/share 13.7 - 13.8 - strip -s $fs/usr/lib/* 13.9 } 13.10
14.1 --- a/libmng/receipt Mon Apr 04 01:47:36 2011 +0000 14.2 +++ b/libmng/receipt Mon Apr 04 01:54:51 2011 +0000 14.3 @@ -31,6 +31,5 @@ 14.4 { 14.5 mkdir -p $fs/usr/lib 14.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 14.7 - strip -s $fs/usr/lib/* 14.8 } 14.9
15.1 --- a/libpcap/receipt Mon Apr 04 01:47:36 2011 +0000 15.2 +++ b/libpcap/receipt Mon Apr 04 01:54:51 2011 +0000 15.3 @@ -26,6 +26,5 @@ 15.4 { 15.5 mkdir -p $fs/usr/lib 15.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 15.7 - #strip -s $fs/usr/lib/* 15.8 } 15.9
16.1 --- a/mk-livestatus/receipt Mon Apr 04 01:47:36 2011 +0000 16.2 +++ b/mk-livestatus/receipt Mon Apr 04 01:54:51 2011 +0000 16.3 @@ -25,8 +25,6 @@ 16.4 mkdir -p $fs/usr 16.5 cp -a $_pkg/usr/bin $fs/usr 16.6 cp -a $_pkg/usr/lib $fs/usr 16.7 - 16.8 - strip -s $fs/usr/lib/* 16.9 } 16.10 16.11 post_install()
17.1 --- a/ninvaders/receipt Mon Apr 04 01:47:36 2011 +0000 17.2 +++ b/ninvaders/receipt Mon Apr 04 01:54:51 2011 +0000 17.3 @@ -16,8 +16,7 @@ 17.4 compile_rules() 17.5 { 17.6 cd $src 17.7 - make && 17.8 - strip nInvaders 17.9 + make 17.10 } 17.11 17.12 # Rules to gen a SliTaz package suitable for Tazpkg.
18.1 --- a/ntfsprogs/receipt Mon Apr 04 01:47:36 2011 +0000 18.2 +++ b/ntfsprogs/receipt Mon Apr 04 01:54:51 2011 +0000 18.3 @@ -33,7 +33,5 @@ 18.4 cp -a $_pkg/usr/sbin $fs/usr 18.5 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 18.6 cp -a $_pkg/sbin $fs 18.7 - 18.8 - strip -s $fs/usr/lib/* 18.9 } 18.10
19.1 --- a/parted/receipt Mon Apr 04 01:47:36 2011 +0000 19.2 +++ b/parted/receipt Mon Apr 04 01:54:51 2011 +0000 19.3 @@ -39,6 +39,4 @@ 19.4 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 19.5 cp -a $_pkg/usr/sbin $fs/usr 19.6 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 19.7 - 19.8 - strip -s $fs/usr/lib/* 2>/dev/null 19.9 }
20.1 --- a/ppp-pam/receipt Mon Apr 04 01:47:36 2011 +0000 20.2 +++ b/ppp-pam/receipt Mon Apr 04 01:54:51 2011 +0000 20.3 @@ -31,7 +31,6 @@ 20.4 mkdir -p $fs/usr 20.5 cp -a $_pkg/usr/sbin $fs/usr 20.6 cp -a $_pkg/usr/lib $fs/usr 20.7 - strip -s $fs/usr/lib/pppd/$VERSION/* 20.8 # Config files. 20.9 mkdir -p $fs/etc/ppp/scripts 20.10 cp ../$SOURCE/stuff/README.scripts $fs/etc/ppp
21.1 --- a/ppp/receipt Mon Apr 04 01:47:36 2011 +0000 21.2 +++ b/ppp/receipt Mon Apr 04 01:54:51 2011 +0000 21.3 @@ -26,10 +26,9 @@ 21.4 mkdir -p $fs/usr 21.5 cp -a $_pkg/usr/sbin $fs/usr 21.6 cp -a $_pkg/usr/lib $fs/usr 21.7 - strip -s $fs/usr/lib/pppd/$VERSION/* 21.8 # Config files. 21.9 mkdir -p $fs/etc/ppp/scripts 21.10 - cp stuff/README.scripts $fs/etc/ppp 21.11 + cp $stuff/README.scripts $fs/etc/ppp 21.12 cp -a $src/etc.ppp/* $fs/etc/ppp 21.13 # PPP scripts. 21.14 cp -a $src/scripts/ppp-on $fs/etc/ppp/scripts
22.1 --- a/rlog/receipt Mon Apr 04 01:47:36 2011 +0000 22.2 +++ b/rlog/receipt Mon Apr 04 01:54:51 2011 +0000 22.3 @@ -6,8 +6,7 @@ 22.4 SHORT_DESC="C++ logging library." 22.5 MAINTAINER="b1+slitaz@nagel.org" 22.6 DEPENDS="gcc-lib-base" 22.7 -BUILD_DEPENDS="" 22.8 -TARBALL="rlog-$VERSION.tar.gz" 22.9 +TARBALL="$PACKAGE-$VERSION.tar.gz" 22.10 WEB_SITE="http://www.arg0.net/rlog" 22.11 WGET_URL="http://rlog.googlecode.com/files/$TARBALL" 22.12 TAGS="C++ log" 22.13 @@ -26,5 +25,4 @@ 22.14 { 22.15 mkdir -p $fs/usr/lib 22.16 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 22.17 - strip -s $fs/usr/lib/* 22.18 }
23.1 --- a/thunar-archive-plugin/receipt Mon Apr 04 01:47:36 2011 +0000 23.2 +++ b/thunar-archive-plugin/receipt Mon Apr 04 01:54:51 2011 +0000 23.3 @@ -6,7 +6,7 @@ 23.4 SHORT_DESC="Thunar Archive Manager plugin" 23.5 MAINTAINER="erjo@slitaz.org" 23.6 DEPENDS="thunar" 23.7 -BUILD_DEPENDS="thunar-dev intltool" 23.8 +BUILD_DEPENDS="intltool" 23.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 23.10 WEB_SITE="http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin" 23.11 WGET_URL="http://archive.xfce.org/src/thunar-plugins/$PACKAGE/${VERSION%.*}/$TARBALL" 23.12 @@ -15,10 +15,8 @@ 23.13 compile_rules() 23.14 { 23.15 cd $src 23.16 - ./configure --prefix=/usr --infodir=/usr/share/info \ 23.17 - --libexecdir=/usr/lib \ 23.18 - --mandir=/usr/share/man $CONFIGURE_ARGS && \ 23.19 - make && make DESTDIR=$PWD/_pkg install 23.20 + ./configure --libexecdir=/usr/lib && \ 23.21 + make && make install 23.22 } 23.23 23.24 # Rules to gen a SliTaz package suitable for Tazpkg. 23.25 @@ -27,7 +25,7 @@ 23.26 mkdir -p $fs/usr/share/locale \ 23.27 $fs/usr/lib/thunarx-2 23.28 23.29 - cp -a $_pkg/usr/lib/thunarx-2/*.so* $fs/usr/lib/thunarx-1 23.30 + cp -a $_pkg/usr/lib/thunarx-2/*.so* $fs/usr/lib/thunarx-2 23.31 cp -a $_pkg/usr/share/icons $fs/usr/share 23.32 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 23.33 cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib 23.34 @@ -37,8 +35,5 @@ 23.35 23.36 # Cleanup 23.37 rm -f $fs/usr/lib/thunarx-2/*.*a 23.38 - 23.39 - # Strip evrythings 23.40 - find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \; 23.41 } 23.42
24.1 --- a/thunar/receipt Mon Apr 04 01:47:36 2011 +0000 24.2 +++ b/thunar/receipt Mon Apr 04 01:54:51 2011 +0000 24.3 @@ -55,8 +55,5 @@ 24.4 cp -a $_pkg/usr/share/pixmaps $fs/usr/share 24.5 cp -a $_pkg/usr/share/Thunar $fs/usr/share 24.6 cp -a $_pkg/usr/share/xfce4 $fs/usr/share 24.7 - 24.8 - # Strip all 24.9 - find $fs/usr/lib -exec strip -s {} 2> /dev/null \; 24.10 } 24.11
25.1 --- a/xorg-libICE/receipt Mon Apr 04 01:47:36 2011 +0000 25.2 +++ b/xorg-libICE/receipt Mon Apr 04 01:54:51 2011 +0000 25.3 @@ -27,5 +27,4 @@ 25.4 { 25.5 mkdir -p $fs/usr/lib 25.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 25.7 - strip -s $fs/usr/lib/* 25.8 }
26.1 --- a/xorg-libXcomposite/receipt Mon Apr 04 01:47:36 2011 +0000 26.2 +++ b/xorg-libXcomposite/receipt Mon Apr 04 01:54:51 2011 +0000 26.3 @@ -28,5 +28,4 @@ 26.4 { 26.5 mkdir -p $fs/usr/lib 26.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 26.7 - strip -s $fs/usr/lib/* 26.8 }
27.1 --- a/xorg-libXcursor/receipt Mon Apr 04 01:47:36 2011 +0000 27.2 +++ b/xorg-libXcursor/receipt Mon Apr 04 01:54:51 2011 +0000 27.3 @@ -28,5 +28,4 @@ 27.4 { 27.5 mkdir -p $fs/usr/lib 27.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 27.7 - strip -s $fs/usr/lib/* 27.8 }
28.1 --- a/xorg-libXdamage/receipt Mon Apr 04 01:47:36 2011 +0000 28.2 +++ b/xorg-libXdamage/receipt Mon Apr 04 01:54:51 2011 +0000 28.3 @@ -29,5 +29,4 @@ 28.4 { 28.5 mkdir -p $fs/usr/lib 28.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 28.7 - strip -s $fs/usr/lib/* 28.8 }
29.1 --- a/xorg-libXdmcp/receipt Mon Apr 04 01:47:36 2011 +0000 29.2 +++ b/xorg-libXdmcp/receipt Mon Apr 04 01:54:51 2011 +0000 29.3 @@ -27,5 +27,4 @@ 29.4 { 29.5 mkdir -p $fs/usr/lib 29.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 29.7 - strip -s $fs/usr/lib/* 29.8 }
30.1 --- a/xorg-libXfixes/receipt Mon Apr 04 01:47:36 2011 +0000 30.2 +++ b/xorg-libXfixes/receipt Mon Apr 04 01:54:51 2011 +0000 30.3 @@ -28,5 +28,4 @@ 30.4 { 30.5 mkdir -p $fs/usr/lib 30.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 30.7 - strip -s $fs/usr/lib/* 30.8 }
31.1 --- a/xorg-libXpm/receipt Mon Apr 04 01:47:36 2011 +0000 31.2 +++ b/xorg-libXpm/receipt Mon Apr 04 01:54:51 2011 +0000 31.3 @@ -28,5 +28,4 @@ 31.4 { 31.5 mkdir -p $fs/usr/lib 31.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 31.7 - strip -s $fs/usr/lib/* 31.8 }
32.1 --- a/xorg-libXrender/receipt Mon Apr 04 01:47:36 2011 +0000 32.2 +++ b/xorg-libXrender/receipt Mon Apr 04 01:54:51 2011 +0000 32.3 @@ -28,5 +28,4 @@ 32.4 { 32.5 mkdir -p $fs/usr/lib 32.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 32.7 - strip -s $fs/usr/lib/* 32.8 }
33.1 --- a/xorg-libXtst/receipt Mon Apr 04 01:47:36 2011 +0000 33.2 +++ b/xorg-libXtst/receipt Mon Apr 04 01:54:51 2011 +0000 33.3 @@ -28,5 +28,4 @@ 33.4 { 33.5 mkdir -p $fs/usr/lib 33.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 33.7 - strip -s $fs/usr/lib/* 33.8 }