wok-next annotate slim-theme-pilar/receipt @ rev 20412

slim: change path to Xorg's binary; update all the slim-theme-*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jan 07 18:54:12 2018 +0200 (2018-01-07)
parents 0a411c8beacd
children d5aab818505e
rev   line source
al@20412 1 # SliTaz package receipt v2.
al@14723 2
al@14723 3 PACKAGE="slim-theme-pilar"
al@14723 4 VERSION="1.0-20130609"
al@19169 5 CATEGORY="customization"
al@14723 6 SHORT_DESC="Pilar - theme for SLiM"
al@14723 7 MAINTAINER="holkfoor@gmail.com"
al@14723 8 LICENSE="CC-BY"
al@14723 9 WEB_SITE="http://www.slitaz.org/"
al@14723 10
al@20412 11 COOKOPTS="!pngquant"
al@14723 12
al@20412 13 compile_rules() {
al@20412 14 theme="$install/usr/share/slim/themes/pilar"
al@14723 15 mkdir -p $theme
al@20412 16 cp -r $stuff/* $theme
al@14723 17 }
al@14723 18
al@20412 19 genpkg_rules() {
al@20412 20 copy @std
al@20412 21 DEPENDS="slim slitaz-configs-base"
al@20412 22 }
al@20412 23
al@20412 24 post_install() {
pascal@17552 25 chroot "$1/" slim-theme -spilar
al@14723 26 }
al@14723 27
al@20412 28 pre_remove() {
pascal@17552 29 chroot "$1/" slim-theme -fpilar
al@14723 30 }