wok-next diff lxde-icon-theme/receipt @ rev 20889

Check Repology info from y* to z* packages: complete
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 15 10:27:39 2018 +0300 (2018-07-15)
parents aef69ec23a2f
children f48456621a9d
line diff
     1.1 --- a/lxde-icon-theme/receipt	Fri Jul 21 14:44:00 2017 +0300
     1.2 +++ b/lxde-icon-theme/receipt	Sun Jul 15 10:27:39 2018 +0300
     1.3 @@ -7,6 +7,7 @@
     1.4  MAINTAINER="al.bobylev@gmail.com"
     1.5  LICENSE="LGPL3"
     1.6  WEB_SITE="http://www.lxde.org/"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/lxde-icon-theme.html"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.10  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.11 @@ -14,25 +15,20 @@
    1.12  BUILD_DEPENDS="coreutils-operations"
    1.13  SPLIT="lxde-icon-theme-base lxde-icon-theme"
    1.14  
    1.15 -# Rules to configure and make the package.
    1.16 -compile_rules()
    1.17 -{
    1.18 -	# http://www.linuxfromscratch.org/blfs/view/stable/x/lxde-icon-theme.html
    1.19 +compile_rules() {
    1.20  	./configure $CONFIGURE_ARGS && make && make install
    1.21  }
    1.22  
    1.23 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 -genpkg_rules()
    1.25 -{
    1.26 +genpkg_rules() {
    1.27  	TAGS="LXDE"
    1.28  	case $PACKAGE in
    1.29  		*-base)
    1.30  			copy 16x16/ 48x48/ icon.theme
    1.31  			CAT="customization|16 and 48 sizes only"
    1.32 +			DEPENDS="hicolor-icon-theme"
    1.33  			;;
    1.34  		*-theme)
    1.35 -			copy @std
    1.36 -			remove_already_packed
    1.37 +			copy @std @rm
    1.38  			DEPENDS="lxde-icon-theme-base"
    1.39  			;;
    1.40  	esac