wok-next diff paper-gtk-theme/receipt @ rev 19981

Add libvdpau
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 18 09:58:12 2017 +0300 (2017-10-18)
parents e64ba2957d77
children c4e53a39395a
line diff
     1.1 --- a/paper-gtk-theme/receipt	Thu Sep 07 23:39:42 2017 +0300
     1.2 +++ b/paper-gtk-theme/receipt	Wed Oct 18 09:58:12 2017 +0300
     1.3 @@ -23,9 +23,22 @@
     1.4  	./autogen.sh &&
     1.5  	make && make install
     1.6  
     1.7 +	# Define small icons is 16x16
     1.8  	sed -i '20 i\
     1.9  gtk-icon-sizes="gtk-large-toolbar=16,16:gtk-small-toolbar=16,16:panel-menu=16,16:gtk-button=16,16"' \
    1.10  	$install/usr/share/themes/Paper/gtk-2.0/gtkrc
    1.11 +
    1.12 +	# Fix GTK+3 deprecations
    1.13 +	for i in $(find $install -type f); do
    1.14 +		sed -i "s|:insensitive|:disabled|g;
    1.15 +		        s|:inconsistent|:indeterminate|g" $i
    1.16 +	done
    1.17 +
    1.18 +	# Restore "classic" tabs
    1.19 +	cp -f $stuff/Tabs/*.png $install/usr/share/themes/Paper/gtk-2.0/Tabs/
    1.20 +
    1.21 +	# Make pressed buttons be different with non-pressed
    1.22 +	cp -f $stuff/Buttons/*.png $install/usr/share/themes/Paper/gtk-2.0/Buttons/
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.