wok-next diff 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 diff
1.1 --- a/shiki-colors/receipt Fri Mar 02 12:12:14 2018 +0200 1.2 +++ b/shiki-colors/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -7,15 +7,11 @@ 1.4 MAINTAINER="al.bobylev@gmail.com" 1.5 LICENSE="GPL2" 1.6 WEB_SITE="https://github.com/gnome-colors/gnome-colors" 1.7 + 1.8 TARBALL="gnome-colors-$VERSION.tar.gz" 1.9 WGET_URL="https://github.com/gnome-colors/gnome-colors/archive/$VERSION.tar.gz" 1.10 1.11 -DEPENDS="gtk-clearlooks" 1.12 -BUILD_DEPENDS="" 1.13 - 1.14 -# Rules to configure and make the package. 1.15 -compile_rules() 1.16 -{ 1.17 +compile_rules() { 1.18 for i in Brave Dust Human Illustrious Noble Wine Wise; do 1.19 j="$install/usr/share/themes/Shiki-$i" 1.20 mkdir -p $j 1.21 @@ -25,8 +21,7 @@ 1.22 find $install -type f -exec chmod 644 \{\} \; 1.23 } 1.24 1.25 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 -genpkg_rules() 1.27 -{ 1.28 +genpkg_rules() { 1.29 cp -a $install/* $fs 1.30 + DEPENDS="gtk-clearlooks" 1.31 }