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

updated qcad (3.7.5 -> 3.24.3.4)
author Hans-G?nter Theisgen
date Tue May 05 07:09:38 2020 +0100 (2020-05-05)
parents 0cbe4b1f2230
children
line diff
     1.1 --- a/faience-icon-theme/receipt	Mon Dec 03 14:47:30 2018 +0200
     1.2 +++ b/faience-icon-theme/receipt	Tue May 05 07:09:38 2020 +0100
     1.3 @@ -12,13 +12,11 @@
     1.4  TARBALL="${PACKAGE}_$VERSION.tar.gz"
     1.5  WGET_URL="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$PACKAGE/$TARBALL"
     1.6  
     1.7 +DEPENDS="faenza-icon-theme"
     1.8 +
     1.9  compile_rules() {
    1.10  	mkdir -p $install/usr/share/icons
    1.11  	cp -r Faience* $install/usr/share/icons
    1.12  	find $install -name '*.theme' -exec chmod 0644 '{}' \;
    1.13 +	fix symlinks # remove './' from symlinks start; some 'dropboxstatus-x.png' missed
    1.14  }
    1.15 -
    1.16 -genpkg_rules() {
    1.17 -	cp -a $install/* $fs
    1.18 -	DEPENDS="faenza-icon-theme"
    1.19 -}