wok view slitaz-icons-faenza/receipt @ rev 22040

updated tokyocabinet and tokyocabinet-dev (1.4.32 -> 1.4.48)
author Hans-G?nter Theisgen
date Mon Oct 21 17:24:12 2019 +0100 (2019-10-21)
parents 1a7f0416f9b1
children 526e82fe0471
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-icons-faenza"
4 VERSION="1.3"
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 # Rules to compile and makethe package.
15 compile_rules() {
16 mksit.sh \
17 -f $install/usr/share/icons/Faenza \
18 -t $fs/usr/share/icons/SliTaz-Faenza \
19 -opmax -nocolor
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 f="$fs/usr/share/icons/SliTaz-Faenza"
26 cp -f $stuff/start-here-slitaz-48.png $f/48x48/places/start-here.png
27 cp $stuff/view-filter.png $stuff/view-sidetree.png $f/16x16/actions
28 # Use 16x16 icon on 22x22 canvas:
29 cp $stuff/avatar-default.png $f/22x22/status
31 for i in 16x16 48x48;do
32 cd $f/$i/categories
33 mv applications-science.png applications-education.png
34 cp $stuff/applications-science_$i.png applications-science.png
35 done
37 }