wok-next diff tango-icon-theme/receipt @ rev 21131

Update fdupes (1.6.1), jdupes (1.11.1), paper-icon-theme (1.5.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 19 14:59:09 2019 +0200 (2019-01-19)
parents 108629bb27a1
children
line diff
     1.1 --- a/tango-icon-theme/receipt	Sat Oct 14 19:18:04 2017 +0200
     1.2 +++ b/tango-icon-theme/receipt	Sat Jan 19 14:59:09 2019 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="tango-icon-theme"
     1.8  VERSION="0.8.90"
     1.9 @@ -8,24 +8,21 @@
    1.10  LICENSE="PublicDomain"
    1.11  #WEB_SITE="http://tango.freedesktop.org/" # unavailable now
    1.12  WEB_SITE="https://en.wikipedia.org/wiki/Tango_Desktop_Project"
    1.13 +
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="http://http.debian.net/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/${PACKAGE}_$VERSION.orig.tar.gz"
    1.16  
    1.17 -DEPENDS=""
    1.18 -BUILD_DEPENDS="intltool gettext perl icon-naming-utils imagemagick-dev \
    1.19 +BUILD_DEPENDS="intltool gettext-dev perl icon-naming-utils imagemagick-dev \
    1.20  librsvg-dev rsvg-convert perl-xml-simple"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 +compile_rules() {
    1.26  	./configure \
    1.27  		--enable-png-creation \
    1.28 -		$CONFIGURE_ARGS && \
    1.29 -	make && make install
    1.30 +		$CONFIGURE_ARGS &&
    1.31 +	make &&
    1.32 +	make install
    1.33  }
    1.34  
    1.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 -genpkg_rules()
    1.37 -{
    1.38 +genpkg_rules() {
    1.39  	copy @std
    1.40  }