# HG changeset patch # User Christopher Rogers # Date 1301882091 0 # Node ID e5ae411e1d8cb90ee590078c0b8ed8aaf5358bca # Parent c5a4c90d37a6a70d2b4595f772fb668e45abb05d Removed more unneeded strips (those ones are handled by Tazwok). diff -r c5a4c90d37a6 -r e5ae411e1d8c barcode/receipt --- a/barcode/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/barcode/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -22,7 +22,6 @@ genpkg_rules() { mkdir -p $fs/usr - strip $_pkg/lib/* cp -a $_pkg/bin $fs/usr cp -a $_pkg/lib $fs/usr } diff -r c5a4c90d37a6 -r e5ae411e1d8c bastet/receipt --- a/bastet/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/bastet/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -16,8 +16,7 @@ compile_rules() { cd $src - make && - strip bastet + make } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r c5a4c90d37a6 -r e5ae411e1d8c cinepaint/receipt --- a/cinepaint/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/cinepaint/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -39,8 +39,6 @@ mkdir -p $fs/usr/share $fs/usr/lib cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib/cinepaint $fs/usr/lib - strip -s $fs/usr/lib/cinepaint/$VERSION/extra/* - strip -s $fs/usr/lib/cinepaint/$VERSION/plug-ins/* cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/share/cinepaint $fs/usr/share cp -a $_pkg/usr/share/pixmaps $fs/usr/share diff -r c5a4c90d37a6 -r e5ae411e1d8c clucene/receipt --- a/clucene/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/clucene/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -8,7 +8,7 @@ SOURCE="clucene-core" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://sourceforge.net/projects/clucene/" -WGET_URL="http://downloads.sourceforge.net/clucene/$TARBALL" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="text indexing" # Rules to configure and make the package. @@ -31,6 +31,5 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c cryptsetup/receipt --- a/cryptsetup/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/cryptsetup/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -29,5 +29,4 @@ mkdir -p $fs/usr/lib cp -a $_pkg/usr/sbin $fs/usr cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c expat/receipt --- a/expat/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/expat/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -25,7 +25,6 @@ mkdir -p $fs/usr/lib $fs/usr/bin cp -a $_pkg/usr/bin/* $fs/usr/bin cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* # expat so.0 symbolic link. cd $fs/usr/lib ln -s libexpat.so.1.5.2 libexpat.so.0 diff -r c5a4c90d37a6 -r e5ae411e1d8c freeglut/receipt --- a/freeglut/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/freeglut/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -9,7 +9,7 @@ xorg-libX11 xorg-libXau xorg-libXdamage xorg-libXdmcp \ xorg-libXext xorg-libXi xorg-libXfixes xorg-libXxf86vm" SUGGESTED="nvidia" -BUILD_DEPENDS="slitaz-toolchain mesa-dev mesa xorg-inputproto \ +BUILD_DEPENDS="mesa-dev mesa xorg-inputproto \ 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" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://freeglut.sourceforge.net/" @@ -38,5 +38,4 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c fribidi/receipt --- a/fribidi/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/fribidi/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -26,6 +26,5 @@ mkdir -p $fs/usr/bin $fs/usr/lib cp -a $_pkg/usr/bin/fribidi $fs/usr/bin cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c libcddb/receipt --- a/libcddb/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/libcddb/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -29,5 +29,4 @@ mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/bin $fs/usr - strip -s $fs/usr/lib/* 2>/dev/null } diff -r c5a4c90d37a6 -r e5ae411e1d8c libgnomecanvas/receipt --- a/libgnomecanvas/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/libgnomecanvas/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -39,7 +39,5 @@ # Remove static libs rm $fs/usr/lib/libglade/*/*.*a - - strip -s $fs/usr/lib/* 2>/dev/null } diff -r c5a4c90d37a6 -r e5ae411e1d8c libgnomeprint/receipt --- a/libgnomeprint/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/libgnomeprint/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -41,7 +41,5 @@ # Remove static libs rm $fs/usr/lib/$PACKAGE/$VERSION/modules/*.*a rm $fs/usr/lib/$PACKAGE/$VERSION/modules/*/*.*a - strip -s $fs/usr/lib/* 2>/dev/null - strip $fs/usr/lib/$PACKAGE/$VERSION/modules/*/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c libgnomeprintui/receipt --- a/libgnomeprintui/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/libgnomeprintui/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -33,7 +33,5 @@ cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share - - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c libgpg-error/receipt --- a/libgpg-error/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/libgpg-error/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -28,7 +28,5 @@ cp -a $_pkg/usr/bin/gpg-error $fs/usr/bin cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/share/common-lisp $fs/usr/share - - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c libmng/receipt --- a/libmng/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/libmng/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -31,6 +31,5 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c libpcap/receipt --- a/libpcap/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/libpcap/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -26,6 +26,5 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - #strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c mk-livestatus/receipt --- a/mk-livestatus/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/mk-livestatus/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -25,8 +25,6 @@ mkdir -p $fs/usr cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib $fs/usr - - strip -s $fs/usr/lib/* } post_install() diff -r c5a4c90d37a6 -r e5ae411e1d8c ninvaders/receipt --- a/ninvaders/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/ninvaders/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -16,8 +16,7 @@ compile_rules() { cd $src - make && - strip nInvaders + make } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r c5a4c90d37a6 -r e5ae411e1d8c ntfsprogs/receipt --- a/ntfsprogs/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/ntfsprogs/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -33,7 +33,5 @@ cp -a $_pkg/usr/sbin $fs/usr cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/sbin $fs - - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c parted/receipt --- a/parted/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/parted/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -39,6 +39,4 @@ cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/sbin $fs/usr cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale - - strip -s $fs/usr/lib/* 2>/dev/null } diff -r c5a4c90d37a6 -r e5ae411e1d8c ppp-pam/receipt --- a/ppp-pam/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/ppp-pam/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -31,7 +31,6 @@ mkdir -p $fs/usr cp -a $_pkg/usr/sbin $fs/usr cp -a $_pkg/usr/lib $fs/usr - strip -s $fs/usr/lib/pppd/$VERSION/* # Config files. mkdir -p $fs/etc/ppp/scripts cp ../$SOURCE/stuff/README.scripts $fs/etc/ppp diff -r c5a4c90d37a6 -r e5ae411e1d8c ppp/receipt --- a/ppp/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/ppp/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -26,10 +26,9 @@ mkdir -p $fs/usr cp -a $_pkg/usr/sbin $fs/usr cp -a $_pkg/usr/lib $fs/usr - strip -s $fs/usr/lib/pppd/$VERSION/* # Config files. mkdir -p $fs/etc/ppp/scripts - cp stuff/README.scripts $fs/etc/ppp + cp $stuff/README.scripts $fs/etc/ppp cp -a $src/etc.ppp/* $fs/etc/ppp # PPP scripts. cp -a $src/scripts/ppp-on $fs/etc/ppp/scripts diff -r c5a4c90d37a6 -r e5ae411e1d8c rlog/receipt --- a/rlog/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/rlog/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -6,8 +6,7 @@ SHORT_DESC="C++ logging library." MAINTAINER="b1+slitaz@nagel.org" DEPENDS="gcc-lib-base" -BUILD_DEPENDS="" -TARBALL="rlog-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.arg0.net/rlog" WGET_URL="http://rlog.googlecode.com/files/$TARBALL" TAGS="C++ log" @@ -26,5 +25,4 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c thunar-archive-plugin/receipt --- a/thunar-archive-plugin/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/thunar-archive-plugin/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Thunar Archive Manager plugin" MAINTAINER="erjo@slitaz.org" DEPENDS="thunar" -BUILD_DEPENDS="thunar-dev intltool" +BUILD_DEPENDS="intltool" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin" WGET_URL="http://archive.xfce.org/src/thunar-plugins/$PACKAGE/${VERSION%.*}/$TARBALL" @@ -15,10 +15,8 @@ compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --libexecdir=/usr/lib \ - --mandir=/usr/share/man $CONFIGURE_ARGS && \ - make && make DESTDIR=$PWD/_pkg install + ./configure --libexecdir=/usr/lib && \ + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -27,7 +25,7 @@ mkdir -p $fs/usr/share/locale \ $fs/usr/lib/thunarx-2 - cp -a $_pkg/usr/lib/thunarx-2/*.so* $fs/usr/lib/thunarx-1 + cp -a $_pkg/usr/lib/thunarx-2/*.so* $fs/usr/lib/thunarx-2 cp -a $_pkg/usr/share/icons $fs/usr/share cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib @@ -37,8 +35,5 @@ # Cleanup rm -f $fs/usr/lib/thunarx-2/*.*a - - # Strip evrythings - find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \; } diff -r c5a4c90d37a6 -r e5ae411e1d8c thunar/receipt --- a/thunar/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/thunar/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -55,8 +55,5 @@ cp -a $_pkg/usr/share/pixmaps $fs/usr/share cp -a $_pkg/usr/share/Thunar $fs/usr/share cp -a $_pkg/usr/share/xfce4 $fs/usr/share - - # Strip all - find $fs/usr/lib -exec strip -s {} 2> /dev/null \; } diff -r c5a4c90d37a6 -r e5ae411e1d8c xorg-libICE/receipt --- a/xorg-libICE/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/xorg-libICE/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -27,5 +27,4 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c xorg-libXcomposite/receipt --- a/xorg-libXcomposite/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/xorg-libXcomposite/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -28,5 +28,4 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c xorg-libXcursor/receipt --- a/xorg-libXcursor/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/xorg-libXcursor/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -28,5 +28,4 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c xorg-libXdamage/receipt --- a/xorg-libXdamage/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/xorg-libXdamage/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -29,5 +29,4 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c xorg-libXdmcp/receipt --- a/xorg-libXdmcp/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/xorg-libXdmcp/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -27,5 +27,4 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c xorg-libXfixes/receipt --- a/xorg-libXfixes/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/xorg-libXfixes/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -28,5 +28,4 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c xorg-libXpm/receipt --- a/xorg-libXpm/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/xorg-libXpm/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -28,5 +28,4 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c xorg-libXrender/receipt --- a/xorg-libXrender/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/xorg-libXrender/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -28,5 +28,4 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c xorg-libXtst/receipt --- a/xorg-libXtst/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/xorg-libXtst/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -28,5 +28,4 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c xorg-libfontenc/receipt --- a/xorg-libfontenc/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/xorg-libfontenc/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -28,5 +28,4 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* } diff -r c5a4c90d37a6 -r e5ae411e1d8c xorg-libpciaccess/receipt --- a/xorg-libpciaccess/receipt Mon Apr 04 01:47:36 2011 +0000 +++ b/xorg-libpciaccess/receipt Mon Apr 04 01:54:51 2011 +0000 @@ -27,5 +27,4 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* }