wok-current rev 17099
add gtk-clearlooks
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Aug 28 22:39:22 2014 +0200 (2014-08-28) |
parents | 62538d6f455d |
children | 0384e7a5cbfd |
files | gtk-clearlooks/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gtk-clearlooks/receipt Thu Aug 28 22:39:22 2014 +0200 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gtk-clearlooks" 1.7 +VERSION="2.20.2" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Updated default GTKengine, with ajustable colors. Theme fixes combobox in gtkstyle of Qt" 1.10 +MAINTAINER="psychomaniak@xakep.ru" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="http://linuxfromscratch.org/blfs/view/svn/x/gtk-engines.html" 1.13 +WANTED="gtk-engines" 1.14 + 1.15 +DEPENDS="gtk+" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + THEME="usr/share/themes/Clearlooks/gtk-2.0" 1.21 + ENGINE="usr/lib/gtk-2.0/2.10.0/engines" 1.22 + XML="usr/share/gtk-engines" 1.23 + 1.24 + cd $fs && mkdir -p $THEME $ENGINE $XML 1.25 + cp -a $install/$ENGINE/libclearlooks.so $fs/$ENGINE 1.26 + cp -a $install/$THEME/gtkrc $fs/$THEME 1.27 + cp -a $install/$XML/clearlooks.xml $fs/$XML 1.28 + 1.29 + sed -i '/lang/d' $fs/$XML/* 1.30 +}