wok diff asunder/receipt @ rev 20617

Update granite
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 25 17:06:17 2018 +0100 (2018-12-25)
parents b2d1814c51fc
children 72d496ebb1fd
line diff
     1.1 --- a/asunder/receipt	Sun Oct 15 01:25:29 2017 +0200
     1.2 +++ b/asunder/receipt	Tue Dec 25 17:06:17 2018 +0100
     1.3 @@ -15,6 +15,8 @@
     1.4  DEPENDS="gtk+ libcddb alsa-lib cdparanoia-III xorg-libXdamage vorbis-tools"
     1.5  BUILD_DEPENDS="gtk+-dev alsa-lib-dev libcddb-dev cdparanoia-III-dev \
     1.6  xorg-libXdamage-dev"
     1.7 +GENERIC_PIXMAPS="no"
     1.8 +COOKOPTS="!pixmaps"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -31,5 +33,4 @@
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15  	cp -a $install/usr/bin $fs/usr
    1.16 -	find $fs/usr/share/pixmaps -size +4k -delete
    1.17  }