wok diff gtk-clearlooks/receipt @ rev 18589

faenza-icon-theme: don't remove icons in $install
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 13 02:44:43 2015 +0200 (2015-11-13)
parents 912169cf03ab
children 9e01bc6321ea
line diff
     1.1 --- a/gtk-clearlooks/receipt	Thu Aug 28 22:39:22 2014 +0200
     1.2 +++ b/gtk-clearlooks/receipt	Fri Nov 13 02:44:43 2015 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="gtk-clearlooks"
     1.5  VERSION="2.20.2"
     1.6  CATEGORY="x-window"
     1.7 -SHORT_DESC="Updated default GTKengine, with ajustable colors. Theme fixes combobox in gtkstyle of Qt"
     1.8 +SHORT_DESC="Updated default GTKengine, with ajustable colors."
     1.9  MAINTAINER="psychomaniak@xakep.ru"
    1.10  LICENSE="GPL2"
    1.11  WEB_SITE="http://linuxfromscratch.org/blfs/view/svn/x/gtk-engines.html"
    1.12 @@ -25,3 +25,11 @@
    1.13  	
    1.14  	sed -i '/lang/d' $fs/$XML/*
    1.15  }
    1.16 +
    1.17 +post_install()
    1.18 +{
    1.19 +	for t in listviewitemstyle menuitemstyle progressbarstyle sunkenmenubar
    1.20 +	do
    1.21 +		sed "s/$t/#$t/" -i $1/usr/share/themes/SliTaz*/gtk-2.0/gtkrc
    1.22 +	done
    1.23 +}