wok-next view slim-theme-cat/receipt @ rev 21027

jwm: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:51:09 2018 +0200 (2018-11-03)
parents 0a411c8beacd
children e7e7475e84c9
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slim-theme-cat"
4 VERSION="20180107"
5 CATEGORY="customization"
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 BUILD_DEPENDS="rsvg-convert"
12 COOKOPTS="!pngquant"
14 compile_rules() {
15 theme="$install/usr/share/slim/themes/cat_and_spider"
16 mkdir -p $theme
18 # convert vector art to bitmap
19 rsvg-convert $stuff/cat_and_spider.svg -o $theme/panel.png
21 cp $stuff/slim.theme $stuff/background.jpg $theme
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="slim slitaz-configs-base"
27 }
29 post_install() {
30 chroot "$1/" slim-theme -s cat_and_spider
31 }
33 pre_remove() {
34 chroot "$1/" slim-theme -fcat_and_spider
35 }