wok-next annotate 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 |
rev | line source |
---|---|
al@19114 | 1 # SliTaz package receipt. |
al@19114 | 2 |
al@19114 | 3 PACKAGE="shiki-colors" |
al@19114 | 4 VERSION="8689d1d" |
al@19114 | 5 CATEGORY="misc" |
al@19114 | 6 SHORT_DESC="Multi-colored suite of Clearlooks themes" |
al@19114 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@19114 | 8 LICENSE="GPL2" |
al@19114 | 9 WEB_SITE="https://github.com/gnome-colors/gnome-colors" |
al@21020 | 10 |
al@19114 | 11 TARBALL="gnome-colors-$VERSION.tar.gz" |
al@19114 | 12 WGET_URL="https://github.com/gnome-colors/gnome-colors/archive/$VERSION.tar.gz" |
al@19114 | 13 |
al@21020 | 14 compile_rules() { |
al@19114 | 15 for i in Brave Dust Human Illustrious Noble Wine Wise; do |
al@19114 | 16 j="$install/usr/share/themes/Shiki-$i" |
al@19114 | 17 mkdir -p $j |
al@19114 | 18 cp -a $src/$PACKAGE/Shiki-$i/gtk-2.0 $j |
al@19114 | 19 done |
al@19114 | 20 |
al@19114 | 21 find $install -type f -exec chmod 644 \{\} \; |
al@19114 | 22 } |
al@19114 | 23 |
al@21020 | 24 genpkg_rules() { |
al@19114 | 25 cp -a $install/* $fs |
al@21020 | 26 DEPENDS="gtk-clearlooks" |
al@19114 | 27 } |