wok-next diff shiki-colors/receipt @ rev 19591
Up dialog (1.3-20160828).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jan 21 15:37:43 2017 +0200 (2017-01-21) |
parents | |
children | c4e53a39395a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/shiki-colors/receipt Sat Jan 21 15:37:43 2017 +0200 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="shiki-colors" 1.7 +VERSION="8689d1d" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="Multi-colored suite of Clearlooks themes" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="https://github.com/gnome-colors/gnome-colors" 1.13 +TARBALL="gnome-colors-$VERSION.tar.gz" 1.14 +WGET_URL="https://github.com/gnome-colors/gnome-colors/archive/$VERSION.tar.gz" 1.15 +HOST_ARCH="any" 1.16 + 1.17 +DEPENDS="gtk-clearlooks" 1.18 +BUILD_DEPENDS="" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + for i in Brave Dust Human Illustrious Noble Wine Wise; do 1.24 + j="$install/usr/share/themes/Shiki-$i" 1.25 + mkdir -p $j 1.26 + cp -a $src/$PACKAGE/Shiki-$i/gtk-2.0 $j 1.27 + done 1.28 + 1.29 + find $install -type f -exec chmod 644 \{\} \; 1.30 +} 1.31 + 1.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.33 +genpkg_rules() 1.34 +{ 1.35 + cp -a $install/* $fs 1.36 +}