wok view shiki-colors/receipt @ rev 23079

updated liblinebreak and liblinebreak-dev (2.0 -> 2.1)
author Hans-G?nter Theisgen
date Tue Mar 10 16:26:23 2020 +0100 (2020-03-10)
parents 887b3b11683d
children 34e801e0eb52
line source
1 # SliTaz package receipt.
3 PACKAGE="shiki-colors"
4 VERSION="4.6_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 TARBALL="gnome-colors-${VERSION#*_}.tar.gz"
11 WGET_URL="https://github.com/gnome-colors/gnome-colors/archive/${VERSION#*_}.tar.gz"
12 HOST_ARCH="any"
14 DEPENDS="gtk-clearlooks"
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 for i in Brave Dust Human Illustrious Noble Wine Wise; do
21 j="$install/usr/share/themes/Shiki-$i"
22 mkdir -p $j
23 cp -a $src/$PACKAGE/Shiki-$i/gtk-2.0 $j
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 }