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

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents c4e53a39395a
children e7e7475e84c9
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 TARBALL="gnome-colors-$VERSION.tar.gz"
11 WGET_URL="https://github.com/gnome-colors/gnome-colors/archive/$VERSION.tar.gz"
13 compile_rules() {
14 for i in Brave Dust Human Illustrious Noble Wine Wise; do
15 j="$install/usr/share/themes/Shiki-$i-murrine"
16 mkdir -p $j
17 cp -a $src/$PACKAGE/Shiki-$i/gtk-2.0 $j
18 sed -i 's|^[ \t]*gradients|#\0|' $j/gtk-2.0/gtkrc
19 done
21 find $install -type f -exec chmod 644 \{\} \;
22 }
24 genpkg_rules() {
25 cp -a $install/* $fs
26 DEPENDS="gtk2-engine-murrine"
27 }