wok annotate shiki-colors-murrine/receipt @ rev 22638
updated dd_rescue (1.22 -> 1.99.8)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jan 13 17:41:14 2020 +0100 (2020-01-13) |
parents | |
children | 261355c410d6 |
rev | line source |
---|---|
al@19114 | 1 # SliTaz package receipt. |
al@19114 | 2 |
al@19114 | 3 PACKAGE="shiki-colors-murrine" |
al@19114 | 4 VERSION="8689d1d" |
al@19114 | 5 CATEGORY="misc" |
al@19114 | 6 SHORT_DESC="Multi-colored suite of Murrine themes" |
al@19114 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@19114 | 8 LICENSE="GPL2" |
al@19114 | 9 WEB_SITE="https://github.com/gnome-colors/gnome-colors" |
al@19114 | 10 TARBALL="gnome-colors-$VERSION.tar.gz" |
al@19114 | 11 WGET_URL="https://github.com/gnome-colors/gnome-colors/archive/$VERSION.tar.gz" |
al@19114 | 12 HOST_ARCH="any" |
al@19114 | 13 |
al@19114 | 14 DEPENDS="gtk2-engine-murrine" |
al@19114 | 15 BUILD_DEPENDS="" |
al@19114 | 16 |
al@19114 | 17 # Rules to configure and make the package. |
al@19114 | 18 compile_rules() |
al@19114 | 19 { |
al@19114 | 20 for i in Brave Dust Human Illustrious Noble Wine Wise; do |
al@19114 | 21 j="$install/usr/share/themes/Shiki-$i-murrine" |
al@19114 | 22 mkdir -p $j |
al@19114 | 23 cp -a $src/$PACKAGE/Shiki-$i/gtk-2.0 $j |
al@19114 | 24 sed -i 's|^[ \t]*gradients|#\0|' $j/gtk-2.0/gtkrc |
al@19114 | 25 done |
al@19114 | 26 |
al@19114 | 27 find $install -type f -exec chmod 644 \{\} \; |
al@19114 | 28 } |
al@19114 | 29 |
al@19114 | 30 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@19114 | 31 genpkg_rules() |
al@19114 | 32 { |
al@19114 | 33 cp -a $install/* $fs |
al@19114 | 34 } |