wok annotate gtk2-theme-blinder/receipt @ rev 19114

Add shiki-colors, shiki-colors-murrine. Specify HOST_ARCH="any" on the packages containing themes only.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 07 16:09:04 2016 +0300 (2016-05-07)
parents bc5d5781c529
children 40fab26c175d
rev   line source
plus@18325 1 # SliTaz package receipt.
plus@18325 2
hackdorte@19045 3 PACKAGE="gtk2-theme-blinder"
hackdorte@19045 4 VERSION="1.0.3"
plus@18325 5 CATEGORY="x-window"
hackdorte@19045 6 SHORT_DESC="An elegant and modern gtk2 theme with a soft color of ice."
plus@18325 7 MAINTAINER="hackdorte@sapo.pt"
hackdorte@19045 8 LICENSE="PublicDomain"
hackdorte@18900 9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
al@19114 10 HOST_ARCH="any"
plus@18325 11
al@19112 12 DEPENDS="gtk2-engine-murrine"
plus@18325 13
plus@18325 14 # Rules to gen a SliTaz package suitable for Tazpkg.
plus@18325 15 genpkg_rules()
plus@18325 16 {
al@19112 17 mkdir -p $fs/usr/share/themes
al@19112 18 cp -a stuff/* $fs/usr/share/themes
plus@18325 19 }