wok-6.x annotate clearlooks-compact/receipt @ rev 19958
slim-theme: disable pngquant (thanks Ceel for report)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 19 05:31:35 2017 +0300 (2017-05-19) |
parents | 887b3b11683d |
children | a78610b2eb47 |
rev | line source |
---|---|
al@17884 | 1 # SliTaz package receipt. |
al@17884 | 2 |
al@17884 | 3 PACKAGE="clearlooks-compact" |
al@17884 | 4 VERSION="1.5" |
al@19126 | 5 CATEGORY="customization" |
al@17884 | 6 SHORT_DESC="Clearlooks Compact GTK Theme" |
al@17884 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@17884 | 8 LICENSE="LGPL2.1" |
al@17884 | 9 WEB_SITE="http://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/" |
al@17884 | 10 TARBALL="ClearlooksCompact-$VERSION.tar.bz2" |
al@17884 | 11 WGET_URL="http://martin.ankerl.com/files/$TARBALL" |
al@19114 | 12 HOST_ARCH="any" |
al@17884 | 13 |
al@17884 | 14 DEPENDS="gtk-clearlooks" |
al@17884 | 15 |
al@17884 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@17884 | 17 genpkg_rules() |
al@17884 | 18 { |
al@17884 | 19 CC=$fs/usr/share/themes/ClearlooksCompact |
al@17925 | 20 mkdir -p $CC $CC/gtk-2.0 |
al@17925 | 21 install -m644 -oroot -groot $src/index.theme $CC |
al@17925 | 22 install -m644 -oroot -groot $src/gtk-2.0/gtkrc $CC/gtk-2.0 |
al@17884 | 23 } |