wok-next view shiki-colors-murrine/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="shiki-colors-murrine"
4 VERSION="8689d1d"
5 CATEGORY="misc"
6 SHORT_DESC="Multi-colored suite of Murrine themes"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/gnome-colors/gnome-colors"
10 HOST_ARCH="any"
12 TARBALL="gnome-colors-$VERSION.tar.gz"
13 WGET_URL="https://github.com/gnome-colors/gnome-colors/archive/$VERSION.tar.gz"
15 compile_rules() {
16 for i in Brave Dust Human Illustrious Noble Wine Wise; do
17 j="$install/usr/share/themes/Shiki-$i-murrine"
18 mkdir -p $j
19 cp -a $src/$PACKAGE/Shiki-$i/gtk-2.0 $j
20 sed -i 's|^[ \t]*gradients|#\0|' $j/gtk-2.0/gtkrc
21 done
23 find $install -type f -exec chmod 644 \{\} \;
24 }
26 genpkg_rules() {
27 cp -a $install/* $fs
28 DEPENDS="gtk2-engine-murrine"
29 }