wok annotate gtk-theme-orion/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 50fe6ea964e4
children 40fab26c175d
rev   line source
al@19083 1 # SliTaz package receipt.
al@19083 2
al@19083 3 PACKAGE="gtk-theme-orion"
al@19083 4 VERSION="1.5"
al@19083 5 CATEGORY="misc"
al@19083 6 SHORT_DESC="Orion is GTK+2 and GTK+3 theme from the Shimmer Project"
al@19083 7 MAINTAINER="al.bobylev@gmail.com"
al@19083 8 LICENSE="GPL2 CC-BY-SA-3"
al@19083 9 WEB_SITE="http://shimmerproject.org/"
al@19083 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19083 11 WGET_URL="https://github.com/shimmerproject/Orion/archive/v$VERSION.tar.gz"
al@19114 12 HOST_ARCH="any"
al@19083 13
al@19083 14 DEPENDS="gtk2-engine-murrine"
al@19083 15
al@19111 16 # Rules to configure and make the package.
al@19111 17 compile_rules()
al@19111 18 {
al@19111 19 patch -p1 -i $stuff/define-sizes.patch
al@19111 20 }
al@19111 21
al@19083 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19083 23 genpkg_rules()
al@19083 24 {
al@19083 25 T='/usr/share/themes/Orion'
al@19083 26 mkdir -p $fs/$T
al@19083 27 cp -a \
al@19083 28 $src/gtk-2.0 \
al@19083 29 $src/gtk-3.0 \
al@19083 30 $src/index.theme \
al@19083 31 $fs/$T
al@19083 32 }