wok-current view slitaz-icons-faenza/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"
4 VERSION="1.3.1"
5 CATEGORY="customization"
6 SHORT_DESC="SliTaz icon set based on the Faenza icons"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
11 WANTED="faenza-icon-theme"
12 BUILD_DEPENDS="make-slitaz-icons"
14 HOST_ARCH="i486 x86_64"
16 # Rules to compile and makethe package.
17 compile_rules() {
18 mksit.sh \
19 -f $install/usr/share/icons/Faenza \
20 -t $fs/usr/share/icons/SliTaz-Faenza \
21 -opmax -nocolor
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 f="$fs/usr/share/icons/SliTaz-Faenza"
28 cp -f $stuff/start-here-slitaz-48.png $f/48x48/places/start-here.png
29 cp $stuff/view-filter.png $stuff/view-sidetree.png $f/16x16/actions
30 # Use 16x16 icon on 22x22 canvas:
31 cp $stuff/avatar-default.png $f/22x22/status
33 for i in 16x16 48x48;do
34 cd $f/$i/categories
35 mv applications-science.png applications-education.png
36 cp $stuff/applications-science_$i.png applications-science.png
37 done
39 }