wok-current view slitaz-icons-faenza-dark/receipt @ rev 25728
Merge wok for both arch and few updates
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 08:39:45 2024 +0000 (5 weeks ago) |
parents | 526e82fe0471 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-icons-faenza-dark"
4 VERSION="1.3.1"
5 CATEGORY="customization"
6 SHORT_DESC="SliTaz icon set based on the Faenza-Dark icons"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
11 WANTED="faenza-icon-theme"
12 DEPENDS="slitaz-icons-faenza"
13 BUILD_DEPENDS="make-slitaz-icons"
15 HOST_ARCH="i486 x86_64"
17 # Rules to compile and makethe package.
18 compile_rules() {
19 mksit.sh \
20 -f $install/usr/share/icons/Faenza-Dark \
21 -t $fs/usr/share/icons/SliTaz-Faenza-Dark \
22 -opmax -nocolor
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 f="$fs/usr/share/icons/SliTaz-Faenza-Dark"
30 for i in $(find $f \( -type f -o -type l \)); do
31 bn=$(basename $i .png)
32 if ! grep -q "^$bn$" $stuff/filelist; then
33 rm $i
34 fi
35 done
37 cp -f $f/16x16/apps/system-log-out.png $f/16x16/actions
38 for d in 16x16/status 16x16/apps 48x48; do rm -r $f/$d; done
39 cp -f $stuff/index.theme $f
40 # Use 16x16 icon on 22x22 canvas:
41 cp $stuff/avatar-default.png $f/22x22/status
42 }