wok diff mtpaint/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents d8b76909ac00
children 073f6f21af19
line diff
     1.1 --- a/mtpaint/receipt	Sat Sep 19 01:58:35 2015 +0200
     1.2 +++ b/mtpaint/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -20,6 +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  	case "$ARCH" in
     1.9  		i?86)
    1.10  			./configure \
    1.11 @@ -39,10 +40,11 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	mkdir -p $fs/usr/share/applications $fs/usr/share/pixmaps $fs/etc/mtpaint
    1.16 +	mkdir -p $fs/usr/share/applications $fs/usr/share/pixmaps $fs/etc/mtpaint $fs/usr/share/thumbnailers
    1.17  	cp -a $install/usr/bin $fs/usr
    1.18  	install -m755 -oroot -groot $stuff/mtpaint-doc $fs/usr/bin
    1.19  	cp $stuff/*.desktop $fs/usr/share/applications
    1.20  	cp $src/doc/mtpaint.png $fs/usr/share/pixmaps
    1.21  	cp $stuff/mtpaintrc $fs/etc/mtpaint
    1.22 +	cp $stuff/mtpaint.thumbnailer $fs/usr/share/thumbnailers
    1.23  }