wok-next view shiki-colors/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"
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"
11 TARBALL="gnome-colors-$VERSION.tar.gz"
12 WGET_URL="https://github.com/gnome-colors/gnome-colors/archive/$VERSION.tar.gz"
14 compile_rules() {
15 for i in Brave Dust Human Illustrious Noble Wine Wise; do
16 j="$install/usr/share/themes/Shiki-$i"
17 mkdir -p $j
18 cp -a $src/$PACKAGE/Shiki-$i/gtk-2.0 $j
19 done
21 find $install -type f -exec chmod 644 \{\} \;
22 }
24 genpkg_rules() {
25 cp -a $install/* $fs
26 DEPENDS="gtk-clearlooks"
27 }