# HG changeset patch # User Aleksej Bobylev # Date 1427963998 -10800 # Node ID f0ffe7691d2b3729080cbc6fb0bede2cfcedcedb # Parent 59052ca2662d4be4eb62139c4973ab3a410d9424 Add clearlooks-compact. diff -r 59052ca2662d -r f0ffe7691d2b clearlooks-compact/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clearlooks-compact/receipt Thu Apr 02 11:39:58 2015 +0300 @@ -0,0 +1,22 @@ +# SliTaz package receipt. + +PACKAGE="clearlooks-compact" +VERSION="1.5" +CATEGORY="base-system" +SHORT_DESC="Clearlooks Compact GTK Theme" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="LGPL2.1" +WEB_SITE="http://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/" +TARBALL="ClearlooksCompact-$VERSION.tar.bz2" +WGET_URL="http://martin.ankerl.com/files/$TARBALL" + +DEPENDS="gtk-clearlooks" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + CC=$fs/usr/share/themes/ClearlooksCompact + mkdir -p $CC + cp -a $src/* $CC + rm $CC/COPYING $CC/gtk-2.0/*~ +}