# HG changeset patch # User Xander Ziiryanoff # Date 1409258362 -7200 # Node ID 912169cf03ab327d91add8e59425f8d88aea5e42 # Parent 62538d6f455db84b94b81f5f3c2c163e6664dc19 add gtk-clearlooks diff -r 62538d6f455d -r 912169cf03ab gtk-clearlooks/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk-clearlooks/receipt Thu Aug 28 22:39:22 2014 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="gtk-clearlooks" +VERSION="2.20.2" +CATEGORY="x-window" +SHORT_DESC="Updated default GTKengine, with ajustable colors. Theme fixes combobox in gtkstyle of Qt" +MAINTAINER="psychomaniak@xakep.ru" +LICENSE="GPL2" +WEB_SITE="http://linuxfromscratch.org/blfs/view/svn/x/gtk-engines.html" +WANTED="gtk-engines" + +DEPENDS="gtk+" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + THEME="usr/share/themes/Clearlooks/gtk-2.0" + ENGINE="usr/lib/gtk-2.0/2.10.0/engines" + XML="usr/share/gtk-engines" + + cd $fs && mkdir -p $THEME $ENGINE $XML + cp -a $install/$ENGINE/libclearlooks.so $fs/$ENGINE + cp -a $install/$THEME/gtkrc $fs/$THEME + cp -a $install/$XML/clearlooks.xml $fs/$XML + + sed -i '/lang/d' $fs/$XML/* +}