wok rev 19530

Tiny edits.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 29 15:26:24 2016 +0200 (2016-11-29)
parents 41542ac05d8e
children 50851b62f480
files beaver/receipt gparted/receipt paper-gtk-theme/receipt paper-icon-theme/receipt picard/receipt rust-cargo/receipt tazweb/receipt viewnior/receipt yad-gtk2-html/receipt yad-gtk2/receipt yad-gtk3/receipt
line diff
     1.1 --- a/beaver/receipt	Tue Nov 29 09:13:06 2016 +0000
     1.2 +++ b/beaver/receipt	Tue Nov 29 15:26:24 2016 +0200
     1.3 @@ -24,8 +24,6 @@
     1.4  	patch -p1 -i $stuff/icon.patch
     1.5  
     1.6  	./configure $CONFIGURE_ARGS && make && make install
     1.7 -
     1.8 -	cook_compress_png
     1.9  }
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/gparted/receipt	Tue Nov 29 09:13:06 2016 +0000
     2.2 +++ b/gparted/receipt	Tue Nov 29 15:26:24 2016 +0200
     2.3 @@ -36,8 +36,6 @@
     2.4  		--host=$HOST_SYSTEM &&
     2.5  	make && make install
     2.6  
     2.7 -	cook_compress_png
     2.8 -	cook_compress_svg
     2.9  	cp -f $stuff/*.desktop $install/usr/share/applications/
    2.10  }
    2.11  
     3.1 --- a/paper-gtk-theme/receipt	Tue Nov 29 09:13:06 2016 +0000
     3.2 +++ b/paper-gtk-theme/receipt	Tue Nov 29 15:26:24 2016 +0200
     3.3 @@ -12,7 +12,7 @@
     3.4  WGET_URL="https://github.com/snwh/paper-gtk-theme/archive/$COMMIT.tar.gz"
     3.5  HOST_ARCH="any"
     3.6  
     3.7 -DEPENDS=""
     3.8 +DEPENDS="gtk2-engine-murrine"
     3.9  BUILD_DEPENDS="autoconf automake"
    3.10  
    3.11  # Rules to configure and make the package.
     4.1 --- a/paper-icon-theme/receipt	Tue Nov 29 09:13:06 2016 +0000
     4.2 +++ b/paper-icon-theme/receipt	Tue Nov 29 15:26:24 2016 +0200
     4.3 @@ -38,10 +38,6 @@
     4.4  			rm "$svg"
     4.5  		fi
     4.6  	done
     4.7 -
     4.8 -	# optimize all icons
     4.9 -	cook_compress_svg
    4.10 -	cook_compress_png
    4.11  }
    4.12  
    4.13  # Rules to gen a SliTaz package suitable for Tazpkg.
     5.1 --- a/picard/receipt	Tue Nov 29 09:13:06 2016 +0000
     5.2 +++ b/picard/receipt	Tue Nov 29 15:26:24 2016 +0200
     5.3 @@ -13,14 +13,12 @@
     5.4  WGET_URL="https://github.com/metabrainz/picard/archive/$COMMIT.tar.gz"
     5.5  
     5.6  DEPENDS="python PyQt-x11-gpl mutagen"
     5.7 -BUILD_DEPENDS="python-dev PyQt-x11-gpl mutagen svgcleaner"
     5.8 +BUILD_DEPENDS="python-dev PyQt-x11-gpl mutagen"
     5.9  
    5.10  # Rules to configure and make the package.
    5.11  compile_rules()
    5.12  {
    5.13  	python setup.py install --root="$install"
    5.14 -	cook_compress_png
    5.15 -	find $install -name '*.svg' -exec svgcleaner \{\} \{\} \;
    5.16  }
    5.17  
    5.18  # Rules to gen a SliTaz package suitable for Tazpkg.
     6.1 --- a/rust-cargo/receipt	Tue Nov 29 09:13:06 2016 +0000
     6.2 +++ b/rust-cargo/receipt	Tue Nov 29 15:26:24 2016 +0200
     6.3 @@ -2,7 +2,7 @@
     6.4  
     6.5  PACKAGE="rust-cargo"
     6.6  VERSION="1.12.1"
     6.7 -CATEGORY="doc"
     6.8 +CATEGORY="development"
     6.9  SHORT_DESC="The Rust package manager"
    6.10  MAINTAINER="al.bobylev@gmail.com"
    6.11  LICENSE="MIT Apache BSD"
     7.1 --- a/tazweb/receipt	Tue Nov 29 09:13:06 2016 +0000
     7.2 +++ b/tazweb/receipt	Tue Nov 29 15:26:24 2016 +0200
     7.3 @@ -19,8 +19,6 @@
     7.4  compile_rules()
     7.5  {
     7.6  	make && make msgfmt && make DESTDIR=$install install
     7.7 -
     7.8 -	cook_compress_png
     7.9  }
    7.10  
    7.11  # Cross compilation check
     8.1 --- a/viewnior/receipt	Tue Nov 29 09:13:06 2016 +0000
     8.2 +++ b/viewnior/receipt	Tue Nov 29 15:26:24 2016 +0200
     8.3 @@ -25,10 +25,9 @@
     8.4  compile_rules()
     8.5  {
     8.6  	mkdir -p $src/m4
     8.7 +
     8.8  	autoreconf -fi
     8.9  	./configure $CONFIGURE_ARGS && make $MAKEFLAGS install
    8.10 -	cook_compress_png
    8.11 -	sed -i 's|^ *||' $install/usr/share/viewnior/*.ui
    8.12  }
    8.13  
    8.14  # Rules to gen a SliTaz package suitable for Tazpkg.
     9.1 --- a/yad-gtk2-html/receipt	Tue Nov 29 09:13:06 2016 +0000
     9.2 +++ b/yad-gtk2-html/receipt	Tue Nov 29 15:26:24 2016 +0200
     9.3 @@ -27,8 +27,6 @@
     9.4  		--enable-html \
     9.5  		$CONFIGURE_ARGS &&
     9.6  	make && make install
     9.7 -
     9.8 -	cook_compress_png
     9.9  }
    9.10  
    9.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    10.1 --- a/yad-gtk2/receipt	Tue Nov 29 09:13:06 2016 +0000
    10.2 +++ b/yad-gtk2/receipt	Tue Nov 29 15:26:24 2016 +0200
    10.3 @@ -27,8 +27,6 @@
    10.4  		--enable-icon-browser \
    10.5  		$CONFIGURE_ARGS &&
    10.6  	make && make install
    10.7 -
    10.8 -	cook_compress_png
    10.9  }
   10.10  
   10.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    11.1 --- a/yad-gtk3/receipt	Tue Nov 29 09:13:06 2016 +0000
    11.2 +++ b/yad-gtk3/receipt	Tue Nov 29 15:26:24 2016 +0200
    11.3 @@ -26,8 +26,6 @@
    11.4  		--with-gtk=gtk3 \
    11.5  		--enable-icon-browser &&
    11.6  	make && make install
    11.7 -
    11.8 -	cook_compress_png
    11.9  }
   11.10  
   11.11  # Rules to gen a SliTaz package suitable for Tazpkg.