# HG changeset patch # User Aleksej Bobylev # Date 1480425984 -7200 # Node ID 4b55a51aefa555fcd5f89d10de3ccb6b72477eda # Parent 41542ac05d8eadb9857495c37af79cccd3326bc1 Tiny edits. diff -r 41542ac05d8e -r 4b55a51aefa5 beaver/receipt --- a/beaver/receipt Tue Nov 29 09:13:06 2016 +0000 +++ b/beaver/receipt Tue Nov 29 15:26:24 2016 +0200 @@ -24,8 +24,6 @@ patch -p1 -i $stuff/icon.patch ./configure $CONFIGURE_ARGS && make && make install - - cook_compress_png } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 41542ac05d8e -r 4b55a51aefa5 gparted/receipt --- a/gparted/receipt Tue Nov 29 09:13:06 2016 +0000 +++ b/gparted/receipt Tue Nov 29 15:26:24 2016 +0200 @@ -36,8 +36,6 @@ --host=$HOST_SYSTEM && make && make install - cook_compress_png - cook_compress_svg cp -f $stuff/*.desktop $install/usr/share/applications/ } diff -r 41542ac05d8e -r 4b55a51aefa5 paper-gtk-theme/receipt --- a/paper-gtk-theme/receipt Tue Nov 29 09:13:06 2016 +0000 +++ b/paper-gtk-theme/receipt Tue Nov 29 15:26:24 2016 +0200 @@ -12,7 +12,7 @@ WGET_URL="https://github.com/snwh/paper-gtk-theme/archive/$COMMIT.tar.gz" HOST_ARCH="any" -DEPENDS="" +DEPENDS="gtk2-engine-murrine" BUILD_DEPENDS="autoconf automake" # Rules to configure and make the package. diff -r 41542ac05d8e -r 4b55a51aefa5 paper-icon-theme/receipt --- a/paper-icon-theme/receipt Tue Nov 29 09:13:06 2016 +0000 +++ b/paper-icon-theme/receipt Tue Nov 29 15:26:24 2016 +0200 @@ -38,10 +38,6 @@ rm "$svg" fi done - - # optimize all icons - cook_compress_svg - cook_compress_png } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 41542ac05d8e -r 4b55a51aefa5 picard/receipt --- a/picard/receipt Tue Nov 29 09:13:06 2016 +0000 +++ b/picard/receipt Tue Nov 29 15:26:24 2016 +0200 @@ -13,14 +13,12 @@ WGET_URL="https://github.com/metabrainz/picard/archive/$COMMIT.tar.gz" DEPENDS="python PyQt-x11-gpl mutagen" -BUILD_DEPENDS="python-dev PyQt-x11-gpl mutagen svgcleaner" +BUILD_DEPENDS="python-dev PyQt-x11-gpl mutagen" # Rules to configure and make the package. compile_rules() { python setup.py install --root="$install" - cook_compress_png - find $install -name '*.svg' -exec svgcleaner \{\} \{\} \; } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 41542ac05d8e -r 4b55a51aefa5 rust-cargo/receipt --- a/rust-cargo/receipt Tue Nov 29 09:13:06 2016 +0000 +++ b/rust-cargo/receipt Tue Nov 29 15:26:24 2016 +0200 @@ -2,7 +2,7 @@ PACKAGE="rust-cargo" VERSION="1.12.1" -CATEGORY="doc" +CATEGORY="development" SHORT_DESC="The Rust package manager" MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT Apache BSD" diff -r 41542ac05d8e -r 4b55a51aefa5 tazweb/receipt --- a/tazweb/receipt Tue Nov 29 09:13:06 2016 +0000 +++ b/tazweb/receipt Tue Nov 29 15:26:24 2016 +0200 @@ -19,8 +19,6 @@ compile_rules() { make && make msgfmt && make DESTDIR=$install install - - cook_compress_png } # Cross compilation check diff -r 41542ac05d8e -r 4b55a51aefa5 viewnior/receipt --- a/viewnior/receipt Tue Nov 29 09:13:06 2016 +0000 +++ b/viewnior/receipt Tue Nov 29 15:26:24 2016 +0200 @@ -25,10 +25,9 @@ compile_rules() { mkdir -p $src/m4 + autoreconf -fi ./configure $CONFIGURE_ARGS && make $MAKEFLAGS install - cook_compress_png - sed -i 's|^ *||' $install/usr/share/viewnior/*.ui } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 41542ac05d8e -r 4b55a51aefa5 yad-gtk2-html/receipt --- a/yad-gtk2-html/receipt Tue Nov 29 09:13:06 2016 +0000 +++ b/yad-gtk2-html/receipt Tue Nov 29 15:26:24 2016 +0200 @@ -27,8 +27,6 @@ --enable-html \ $CONFIGURE_ARGS && make && make install - - cook_compress_png } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 41542ac05d8e -r 4b55a51aefa5 yad-gtk2/receipt --- a/yad-gtk2/receipt Tue Nov 29 09:13:06 2016 +0000 +++ b/yad-gtk2/receipt Tue Nov 29 15:26:24 2016 +0200 @@ -27,8 +27,6 @@ --enable-icon-browser \ $CONFIGURE_ARGS && make && make install - - cook_compress_png } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 41542ac05d8e -r 4b55a51aefa5 yad-gtk3/receipt --- a/yad-gtk3/receipt Tue Nov 29 09:13:06 2016 +0000 +++ b/yad-gtk3/receipt Tue Nov 29 15:26:24 2016 +0200 @@ -26,8 +26,6 @@ --with-gtk=gtk3 \ --enable-icon-browser && make && make install - - cook_compress_png } # Rules to gen a SliTaz package suitable for Tazpkg.