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

pyaudio -> python-pyaudio
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 07:07:52 2018 +0300 (2018-08-23)
parents 887b3b11683d
children d5aab818505e
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 DEPENDS="gtk2-engine-murrine"
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 for i in Brave Dust Human Illustrious Noble Wine Wise; do
20 j="$install/usr/share/themes/Shiki-$i-murrine"
21 mkdir -p $j
22 cp -a $src/$PACKAGE/Shiki-$i/gtk-2.0 $j
23 sed -i 's|^[ \t]*gradients|#\0|' $j/gtk-2.0/gtkrc
24 done
26 find $install -type f -exec chmod 644 \{\} \;
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/* $fs
33 }