wok-next diff screengrab/receipt @ rev 21363

giac: fix syntax error (it freezes the Cooker)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Apr 13 10:59:15 2020 +0300 (2020-04-13)
parents 0c430fcaf2d9
children
line diff
     1.1 --- a/screengrab/receipt	Sun Nov 04 11:22:16 2018 +0200
     1.2 +++ b/screengrab/receipt	Mon Apr 13 10:59:15 2020 +0300
     1.3 @@ -25,6 +25,6 @@
     1.4  
     1.5  genpkg_rules() {
     1.6  	copy @std
     1.7 -	DEPENDS="kwindowsystem libqtxdg qt5-base qt5-svg qt5-x11extras xorg-libX11 \
     1.8 -	xorg-libXext xorg-libxcb"
     1.9 +	DEPENDS="kwindowsystem libqtxdg qt5-base qt5-svg qt5-x11extras libx11 \
    1.10 +	libxext libxcb"
    1.11  }