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

Add: get-vivaldi, kazehakase. Up: firefox-official(42.0). Misc: change various icons.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 07 03:08:19 2015 +0200 (2015-11-07)
parents 61fdfde9104b
children b2ba8b3680f1
rev   line source
al@17950 1 # SliTaz package receipt.
al@17950 2
al@17950 3 PACKAGE="slitaz-icons-faenza"
pascal@17993 4 VERSION="1.3"
al@17950 5 CATEGORY="misc"
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@18541 25 cp -f $stuff/start-here-slitaz-48.png \
al@18541 26 $fs/usr/share/icons/SliTaz-Faenza/48x48/places/start-here.png
al@18545 27 cp $stuff/view-filter.png $stuff/view-sidetree.png \
al@18545 28 $fs/usr/share/icons/SliTaz-Faenza/16x16/actions
al@17950 29 }