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

Add: "make-slitaz-icons": tool to create SliTaz icon set from any Linux icon sets; "slitaz-icons-faenza": candidate to substitute "slitaz-icon" in the upcoming SliTaz release, still need testing (to find absent icons).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 16 03:14:37 2015 +0300 (2015-04-16)
parents
children 4b2ef27b7a68
rev   line source
al@17950 1 # SliTaz package receipt.
al@17950 2
al@17950 3 PACKAGE="slitaz-icons-faenza"
al@17950 4 VERSION="20150416"
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@17950 25 :
al@17950 26 }