wok-next view faenza-icon-theme/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents e49a74e005e1
children 802ae6f847e2
line source
1 # SliTaz package receipt.
3 PACKAGE="faenza-icon-theme"
4 VERSION="1.3.1"
5 CATEGORY="customization"
6 SHORT_DESC="Faenza icon theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228"
10 HOST_ARCH="any"
12 TARBALL="${PACKAGE}_$VERSION.tar.gz"
13 WGET_URL="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$PACKAGE/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mkdir -p $install/usr/share/icons
19 cp -a Faenza* $install/usr/share/icons
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 # remove big sizes and scalable
27 rm -rf $(find $fs -type d -regex '.*/\(64\|96\|scalable\)')
28 # remove extras
29 rm -rf $(find $fs -type d -regex '.*/extras')
30 # sed -i '/Directories=/ s/\(.+\)\(,actions\/64.*\)/\1/' Faenza/index.theme
32 for name in Faenza Faenza-Dark Faenza-Darkest Faenza-Darker; do
33 cp -f $stuff/${name}-index.theme $fs/usr/share/icons/${name}/index.theme
34 done
35 }