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

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
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 }