wok-next view slitaz-icons-faenza/receipt @ rev 18028

Add full icon sets: Elementary, Hydroxygen, and its SliTaz subsets. Add big dialog icons into "make-slitaz-icons".
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 07 15:57:40 2015 +0300 (2015-05-07)
parents ad29119ff607
children 61fdfde9104b
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-icons-faenza"
4 VERSION="1.3"
5 CATEGORY="misc"
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 :
26 }