wok-next diff faenza-icon-theme/receipt @ rev 20380
qtwebkit: up deps, cflags
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Nov 27 13:21:54 2017 +0100 (2017-11-27) |
parents | 6c02c6c86fce |
children | c4e53a39395a |
line diff
1.1 --- a/faenza-icon-theme/receipt Sat Feb 04 16:26:28 2017 +0200 1.2 +++ b/faenza-icon-theme/receipt Mon Nov 27 13:21:54 2017 +0100 1.3 @@ -1,4 +1,4 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="faenza-icon-theme" 1.8 VERSION="1.3.1" 1.9 @@ -16,20 +16,11 @@ 1.10 compile_rules() 1.11 { 1.12 mkdir -p $install/usr/share/icons 1.13 - cp -a Faenza* $install/usr/share/icons 1.14 + cp -r Faenza* $install/usr/share/icons 1.15 } 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg. 1.18 genpkg_rules() 1.19 { 1.20 cp -a $install/* $fs 1.21 - # remove big sizes and scalable 1.22 - rm -rf $(find $fs -type d -regex '.*/\(64\|96\|scalable\)') 1.23 - # remove extras 1.24 - rm -rf $(find $fs -type d -regex '.*/extras') 1.25 - # sed -i '/Directories=/ s/\(.+\)\(,actions\/64.*\)/\1/' Faenza/index.theme 1.26 - 1.27 - for name in Faenza Faenza-Dark Faenza-Darkest Faenza-Darker; do 1.28 - cp -f $stuff/${name}-index.theme $fs/usr/share/icons/${name}/index.theme 1.29 - done 1.30 }