wok-next diff faience-icon-theme/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents c4e53a39395a
children 0cbe4b1f2230
line diff
     1.1 --- a/faience-icon-theme/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/faience-icon-theme/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -6,22 +6,18 @@
     1.4  SHORT_DESC="Icon theme based on Faenza"
     1.5  MAINTAINER="al.bobylev@gmail.com"
     1.6  LICENSE="GPL3"
     1.7 -WEB_SITE="https://tiheum.deviantart.com/art/Faience-icon-theme-255099649"
     1.8 +WEB_SITE="https://www.deviantart.com/tiheum/art/Faience-icon-theme-255099649"
     1.9  
    1.10  TARBALL="${PACKAGE}_$VERSION.tar.gz"
    1.11  WGET_URL="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$PACKAGE/$TARBALL"
    1.12  
    1.13 -# Rules to configure and make the package.
    1.14 -compile_rules()
    1.15 -{
    1.16 +compile_rules() {
    1.17  	mkdir -p $install/usr/share/icons
    1.18  	cp -r Faience* $install/usr/share/icons
    1.19  	find $install -name '*.theme' -exec chmod 0644 '{}' \;
    1.20  }
    1.21  
    1.22 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.23 -genpkg_rules()
    1.24 -{
    1.25 +genpkg_rules() {
    1.26  	cp -a $install/* $fs
    1.27  	DEPENDS="faenza-icon-theme"
    1.28  }