wok-next view shiki-colors/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"
4 VERSION="8689d1d"
5 CATEGORY="misc"
6 SHORT_DESC="Multi-colored suite of Clearlooks 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"
18 mkdir -p $j
19 cp -a $src/$PACKAGE/Shiki-$i/gtk-2.0 $j
20 done
22 find $install -type f -exec chmod 644 \{\} \;
23 }
25 genpkg_rules() {
26 cp -a $install/* $fs
27 DEPENDS="gtk-clearlooks"
28 }