wok diff picard/receipt @ rev 19530

Tiny edits.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 29 15:26:24 2016 +0200 (2016-11-29)
parents 5149b48c17cd
children 28e9861b5cd7
line diff
     1.1 --- a/picard/receipt	Wed Nov 02 03:55:15 2016 +0200
     1.2 +++ b/picard/receipt	Tue Nov 29 15:26:24 2016 +0200
     1.3 @@ -13,14 +13,12 @@
     1.4  WGET_URL="https://github.com/metabrainz/picard/archive/$COMMIT.tar.gz"
     1.5  
     1.6  DEPENDS="python PyQt-x11-gpl mutagen"
     1.7 -BUILD_DEPENDS="python-dev PyQt-x11-gpl mutagen svgcleaner"
     1.8 +BUILD_DEPENDS="python-dev PyQt-x11-gpl mutagen"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	python setup.py install --root="$install"
    1.14 -	cook_compress_png
    1.15 -	find $install -name '*.svg' -exec svgcleaner \{\} \{\} \;
    1.16  }
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.