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

updated owfs (3.2p1 -> 3.2p3)
author Hans-G?nter Theisgen
date Fri Apr 17 17:54:29 2020 +0100 (2020-04-17)
parents 0b724e182c2c
children
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/"
10 HOST_ARCH="any"
12 BUILD_DEPENDS="rsvg-convert"
13 COOKOPTS="!pngquant"
15 compile_rules() {
16 theme="$install/usr/share/slim/themes/cat_and_spider"
17 mkdir -p $theme
19 # convert vector art to bitmap
20 rsvg-convert $stuff/cat_and_spider.svg -o $theme/panel.png
22 cp $stuff/slim.theme $stuff/background.jpg $theme
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="slim slitaz-configs-base"
28 }
30 post_install() {
31 chroot "$1/" slim-theme -s cat_and_spider
32 }
34 pre_remove() {
35 chroot "$1/" slim-theme -fcat_and_spider
36 }