wok-next diff picard/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents 9f9a38d220f6
children
line diff
     1.1 --- a/picard/receipt	Thu Oct 04 15:10:55 2018 +0300
     1.2 +++ b/picard/receipt	Sat Jun 27 13:41:53 2020 +0100
     1.3 @@ -1,28 +1,25 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="picard"
     1.8  VERSION="1.4.0.5"
     1.9  # Last v 1.3.2 released on 7 Jan 2015, but project is actively developed
    1.10  COMMIT="46dbab9"
    1.11  CATEGORY="utilities"
    1.12 -SHORT_DESC="Picard is a cross-platform music tagger written in Python"
    1.13 +SHORT_DESC="Cross-platform music tagger"
    1.14  MAINTAINER="al.bobylev@gmail.com"
    1.15  LICENSE="GPL2"
    1.16  WEB_SITE="https://picard.musicbrainz.org/"
    1.17 +
    1.18  TARBALL="$PACKAGE-$COMMIT.tar.gz"
    1.19  WGET_URL="https://github.com/metabrainz/picard/archive/$COMMIT.tar.gz"
    1.20  
    1.21 -DEPENDS="python pyqt mutagen"
    1.22 -BUILD_DEPENDS="python-dev pyqt mutagen gettext"
    1.23 +BUILD_DEPENDS="python-dev pyqt mutagen gettext-dev"
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 -	python setup.py install --root="$install"
    1.29 +compile_rules() {
    1.30 +	python -B setup.py install --root="$install"
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 +genpkg_rules() {
    1.37  	cp -a $install/* $fs
    1.38 +	DEPENDS="python pyqt mutagen"
    1.39  }