wok view slim-theme-cat/receipt @ rev 15657

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