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

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }