wok-next annotate slim-theme-sandfive/receipt @ rev 19528
harfbuzz: mv /usr/bin to harfbuzz-apps (hg add)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Nov 28 16:31:17 2016 +0100 (2016-11-28) |
parents | dfef8de3d270 |
children | 0b724e182c2c |
rev | line source |
---|---|
al@16779 | 1 # SliTaz package receipt. |
al@16779 | 2 |
al@16779 | 3 PACKAGE="slim-theme-sandfive" |
al@16779 | 4 VERSION="1.0-20140601" |
al@19169 | 5 CATEGORY="customization" |
al@16779 | 6 SHORT_DESC="SliTaz SandFive - theme for SLiM" |
al@16779 | 7 MAINTAINER="holkfoor@gmail.com" |
al@16779 | 8 LICENSE="CC-BY" |
al@16779 | 9 WEB_SITE="http://www.slitaz.org/" |
al@16779 | 10 |
al@16779 | 11 DEPENDS="slim slitaz-configs-base" |
al@16779 | 12 BUILD_DEPENDS="" |
al@16779 | 13 |
al@16779 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@16779 | 15 genpkg_rules() |
al@16779 | 16 { |
al@16779 | 17 theme=$fs/usr/share/slim/themes/sandfive |
al@16779 | 18 mkdir -p $theme |
al@16779 | 19 cp -a $stuff/* $theme |
al@16779 | 20 } |
al@16779 | 21 |
al@16779 | 22 post_install() |
al@16779 | 23 { |
pascal@17552 | 24 chroot "$1/" slim-theme -ssandfive |
al@16779 | 25 } |
al@16779 | 26 |
al@16779 | 27 pre_remove() |
al@16779 | 28 { |
pascal@17552 | 29 chroot "$1/" slim-theme -fsandfive |
al@16779 | 30 } |