wok-next annotate shiki-colors/receipt @ rev 21369
updated mgetty again (1.1.37 -> 1.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 16 09:53:00 2020 +0100 (2020-04-16) |
parents | d5aab818505e |
children |
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@21051 | 10 HOST_ARCH="any" |
al@21020 | 11 |
al@19114 | 12 TARBALL="gnome-colors-$VERSION.tar.gz" |
al@19114 | 13 WGET_URL="https://github.com/gnome-colors/gnome-colors/archive/$VERSION.tar.gz" |
al@19114 | 14 |
al@21020 | 15 compile_rules() { |
al@19114 | 16 for i in Brave Dust Human Illustrious Noble Wine Wise; do |
al@19114 | 17 j="$install/usr/share/themes/Shiki-$i" |
al@19114 | 18 mkdir -p $j |
al@19114 | 19 cp -a $src/$PACKAGE/Shiki-$i/gtk-2.0 $j |
al@19114 | 20 done |
al@19114 | 21 |
al@19114 | 22 find $install -type f -exec chmod 644 \{\} \; |
al@19114 | 23 } |
al@19114 | 24 |
al@21020 | 25 genpkg_rules() { |
al@19114 | 26 cp -a $install/* $fs |
al@21020 | 27 DEPENDS="gtk-clearlooks" |
al@19114 | 28 } |