wok annotate slitaz-icons-faenza/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents b0072f522c17
children
rev   line source
al@17950 1 # SliTaz package receipt.
al@17950 2
al@17950 3 PACKAGE="slitaz-icons-faenza"
pascal@22731 4 VERSION="1.3.1"
al@19126 5 CATEGORY="customization"
al@17950 6 SHORT_DESC="SliTaz icon set based on the Faenza icons"
al@17950 7 MAINTAINER="al.bobylev@gmail.com"
al@17950 8 LICENSE="GPL3"
al@17950 9 WEB_SITE="http://www.slitaz.org/"
al@17950 10
al@17950 11 WANTED="faenza-icon-theme"
al@17950 12 BUILD_DEPENDS="make-slitaz-icons"
al@17950 13
al@17950 14 # Rules to compile and makethe package.
al@17950 15 compile_rules() {
al@17950 16 mksit.sh \
al@17950 17 -f $install/usr/share/icons/Faenza \
al@17950 18 -t $fs/usr/share/icons/SliTaz-Faenza \
al@17950 19 -opmax -nocolor
al@17950 20 }
al@17950 21
al@17950 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17950 23 genpkg_rules()
al@17950 24 {
al@18561 25 f="$fs/usr/share/icons/SliTaz-Faenza"
al@18561 26 cp -f $stuff/start-here-slitaz-48.png $f/48x48/places/start-here.png
al@18561 27 cp $stuff/view-filter.png $stuff/view-sidetree.png $f/16x16/actions
al@18561 28 # Use 16x16 icon on 22x22 canvas:
al@18561 29 cp $stuff/avatar-default.png $f/22x22/status
al@18693 30
al@18693 31 for i in 16x16 48x48;do
al@18693 32 cd $f/$i/categories
al@18693 33 mv applications-science.png applications-education.png
llevrel@18695 34 cp $stuff/applications-science_$i.png applications-science.png
al@18693 35 done
al@18693 36
al@17950 37 }