wok-next view slim-theme-mascot/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents e7e7475e84c9
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slim-theme-mascot"
4 VERSION="20130527"
5 CATEGORY="customization"
6 SHORT_DESC="Mascot (SliTaz 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 DEPENDS="slim slitaz-configs-base"
15 COOKOPTS="!pngquant"
17 compile_rules() {
18 theme="$install/usr/share/slim/themes/mascot"
19 mkdir -p $theme
21 # convert vector art to bitmap
22 rsvg-convert $stuff/slitaz_spider.svg -o $theme/panel.png
24 # link SLiM background to SliTaz desktop background; system is almost here...
25 cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg
27 cp $stuff/slim.theme $theme
28 }
30 post_install() {
31 chroot "$1/" slim-theme -smascot
32 }
34 pre_remove() {
35 chroot "$1/" slim-theme -fmascot
36 }