wok-next view clearlooks-colors/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="clearlooks-colors"
4 VERSION="2.22"
5 CATEGORY="customization"
6 SHORT_DESC="Clearlooks Colors contains eight GTK Clearlooks themes"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://www.gnome-look.org/content/show.php/Clearlooks-Colors?content=75417"
10 HOST_ARCH="any"
12 TARBALL="75417-Clearlooks-Colors.tar.gz"
13 WGET_URL="http://www.gnome-look.org/CONTENT/content-files/$TARBALL"
15 genpkg_rules() {
16 T=$fs/usr/share/themes
17 mkdir -p $T
18 cp -a $src/Clearlooks* $T
19 rm -rf $T/*Metacity
20 chown -R root:root $fs
21 DEPENDS="gtk-clearlooks"
22 }