wok-next view slim-theme-7legs/receipt @ rev 20886
python-blessings: update (b)deps
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jul 13 15:42:56 2018 +0300 (2018-07-13) |
parents | 0a411c8beacd |
children | e7e7475e84c9 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slim-theme-7legs"
4 VERSION="20130527"
5 CATEGORY="customization"
6 SHORT_DESC="Seven legged Spider - theme for SLiM"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="CC-BY"
9 WEB_SITE="http://www.slitaz.org/"
11 BUILD_DEPENDS="rsvg-convert"
12 COOKOPTS="!pngquant"
14 compile_rules() {
15 theme="$install/usr/share/slim/themes/7_legged_spider"
16 mkdir -p $theme
18 # convert vector art to bitmap
19 rsvg-convert $stuff/7_legged_spider.svg -o $theme/panel.png
21 # link SLiM background to SliTaz desktop background; system is almost here...
22 cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg
24 cp $stuff/slim.theme $theme
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="slim slitaz-configs-base"
30 }
32 post_install() {
33 chroot "$1/" slim-theme -s7_legged_spider
34 }
36 pre_remove() {
37 chroot "$1/" slim-theme -f7_legged_spider
38 }