wok-next diff mate-icon-theme/stuff/patches/render-sizes.patch @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mate-icon-theme/stuff/patches/render-sizes.patch	Sat Jun 23 09:45:42 2018 +0300
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- a/configure.ac
     1.5 ++++ b/configure.ac
     1.6 +@@ -25,7 +25,7 @@
     1.7 + AC_SUBST(SVGOUTDIR, "mate")
     1.8 + 
     1.9 + # Icon sizes we want to install
    1.10 +-AC_SUBST([render_sizes], ["8x8 16x16 22x22 24x24 32x32 48x48 256x256"])
    1.11 ++AC_SUBST([render_sizes], ["8x8 16x16 22x22 24x24 48x48"])
    1.12 + 
    1.13 + # Allow icon mapping to be disabled
    1.14 + AC_ARG_ENABLE([icon-mapping],