wok diff shiki-colors/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents
children 261355c410d6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/shiki-colors/receipt	Thu Jan 11 13:05:26 2018 +0100
     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 +}