# HG changeset patch # User Aleksej Bobylev # Date 1428013875 -10800 # Node ID 28f9185fa14ab86e651a0e70fb2ca653a68e84e6 # Parent 74d144f735b5a8605b75335b4d93cfcae7eff216 Add clearlooks-colors. diff -r 74d144f735b5 -r 28f9185fa14a clearlooks-colors/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clearlooks-colors/receipt Fri Apr 03 01:31:15 2015 +0300 @@ -0,0 +1,23 @@ +# SliTaz package receipt. + +PACKAGE="clearlooks-colors" +VERSION="2.22" +CATEGORY="base-system" +SHORT_DESC="Clearlooks Colors contains eight GTK Clearlooks themes" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL" +WEB_SITE="http://gnome-look.org/content/show.php/Clearlooks-Colors?content=75417" +TARBALL="75417-Clearlooks-Colors.tar.gz" +WGET_URL="http://www.gnome-look.org/CONTENT/content-files/$TARBALL" + +DEPENDS="gtk-clearlooks" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + T=$fs/usr/share/themes + mkdir -p $T + cp -a $src/Clearlooks* $T + rm -rf $T/*Metacity + chown -R root:root $fs +}