wok-next annotate slim-theme-7legs/receipt @ rev 21687

updated glpi (0.80.7 -> 9.4.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:11:21 2020 +0100 (2020-06-29)
parents 0b724e182c2c
children
rev   line source
al@20412 1 # SliTaz package receipt v2.
al@14601 2
al@14601 3 PACKAGE="slim-theme-7legs"
al@14601 4 VERSION="20130527"
al@19169 5 CATEGORY="customization"
al@14601 6 SHORT_DESC="Seven legged Spider - theme for SLiM"
al@14601 7 MAINTAINER="al.bobylev@gmail.com"
al@14601 8 LICENSE="CC-BY"
al@14601 9 WEB_SITE="http://www.slitaz.org/"
al@21051 10 HOST_ARCH="any"
al@14601 11
al@20412 12 BUILD_DEPENDS="rsvg-convert"
al@20412 13 COOKOPTS="!pngquant"
al@14601 14
al@20412 15 compile_rules() {
al@20412 16 theme="$install/usr/share/slim/themes/7_legged_spider"
al@20412 17 mkdir -p $theme
al@20412 18
al@20412 19 # convert vector art to bitmap
al@20412 20 rsvg-convert $stuff/7_legged_spider.svg -o $theme/panel.png
al@20412 21
al@20412 22 # link SLiM background to SliTaz desktop background; system is almost here...
al@20412 23 cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg
al@20412 24
al@20412 25 cp $stuff/slim.theme $theme
al@14601 26 }
al@14601 27
al@20412 28 genpkg_rules() {
al@20412 29 copy @std
al@20412 30 DEPENDS="slim slitaz-configs-base"
al@14601 31 }
al@14601 32
al@20412 33 post_install() {
pascal@17552 34 chroot "$1/" slim-theme -s7_legged_spider
al@14601 35 }
al@14601 36
al@20412 37 pre_remove() {
pascal@17552 38 chroot "$1/" slim-theme -f7_legged_spider
al@14601 39 }