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

lxpanel: put profile to /etc/skel
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 17 15:45:17 2015 +0200 (2015-11-17)
parents 5e26ab6bd360
children 116d1a154b07
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@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@17950 30 }