wok annotate slim-theme-mascot/receipt @ rev 15034

sarg: no more /var ?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 12:23:39 2013 +0000 (2013-08-12)
parents
children bc9334796734
rev   line source
al@14601 1 # SliTaz package receipt.
al@14601 2
al@14601 3 PACKAGE="slim-theme-mascot"
al@14601 4 VERSION="20130527"
al@14601 5 CATEGORY="x-window"
al@14601 6 SHORT_DESC="Mascot (SliTaz Spider) - theme for SLiM"
al@14601 7 MAINTAINER="al.bobylev@gmail.com"
al@14601 8 LICENSE="CC-BY"
al@14601 9 WEB_SITE="http://www.slitaz.org/"
al@14601 10
al@14601 11 DEPENDS="slim slitaz-configs-base"
al@14601 12 BUILD_DEPENDS="inkscape optipng"
al@14601 13
al@14601 14 # Rules to configure and make the package.
al@14601 15 compile_rules()
al@14601 16 {
al@14601 17 mkdir -p $install
al@14601 18 inkscape -f $stuff/slitaz_spider.svg -e $install/panel.png
al@14601 19 optipng -zc1-9 -zm1-9 -zs0-3 -f0-5 $install/panel.png
al@14601 20 }
al@14601 21
al@14601 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14601 23 genpkg_rules()
al@14601 24 {
al@14601 25 theme=$fs/usr/share/slim/themes/mascot
al@14601 26 mkdir -p $theme
al@14601 27 # link SLiM background to SliTaz desktop background;
al@14601 28 # system is almost here...
al@14601 29 cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg
al@14601 30 cp -a $install/panel.png $theme
al@14601 31 cp -a $stuff/slim.theme $theme
al@14601 32 cp -a $stuff/strings $theme
al@14601 33 }
al@14601 34
al@14601 35 post_install()
al@14601 36 {
al@14601 37 slim-theme -smascot
al@14601 38 }
al@14601 39
al@14601 40 pre_remove()
al@14601 41 {
al@14601 42 slim-theme -fmascot
al@14601 43 }