wok view clearlooks-compact/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents a78610b2eb47
children 1be16cc1cd50
line source
1 # SliTaz package receipt.
3 PACKAGE="clearlooks-compact"
4 VERSION="1.5"
5 CATEGORY="customization"
6 SHORT_DESC="Clearlooks Compact GTK Theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/"
10 TARBALL="ClearlooksCompact-$VERSION.tar.bz2"
11 WGET_URL="https://martin.ankerl.com/files/$TARBALL"
12 HOST_ARCH="any"
14 DEPENDS="gtk-clearlooks"
16 # What is the latest version available today?
17 current_version()
18 {
19 wget -O - $WEB_SITE 2>/dev/null | \
20 sed '/ Version [0-9]/!d;s|.*sion ||;s|<.*||;q'
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 CC=$fs/usr/share/themes/ClearlooksCompact
27 mkdir -p $CC $CC/gtk-2.0
28 install -m644 -oroot -groot $src/index.theme $CC
29 install -m644 -oroot -groot $src/gtk-2.0/gtkrc $CC/gtk-2.0
30 }