wok diff mtpaint/receipt @ rev 20098

mtpaint: rm unsupported gif in launcher, enable pcmanfm thumbnailer for largest pictures too
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 07 18:33:42 2017 +0200 (2017-10-07)
parents 073f6f21af19
children e06b96c403ca
line diff
     1.1 --- a/mtpaint/receipt	Thu Feb 16 08:23:51 2017 +0100
     1.2 +++ b/mtpaint/receipt	Sat Oct 07 18:33:42 2017 +0200
     1.3 @@ -20,7 +20,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	patch -p0 < $stuff/mtpaint.patch
     1.7 -	sed 's/mem_undo_limit,\t32/mem_undo_limit,\t64/' -i $src/src/mainwindow.c
     1.8 +	sed 's/mem_undo_limit,\t32/mem_undo_limit,\t256/' -i $src/src/mainwindow.c
     1.9  	case "$ARCH" in
    1.10  		i?86)
    1.11  			export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lpng12"