wok diff kivy/receipt @ rev 22418

libxfce4util: build fails for 4.14, using last release 4.12: error: expected ')' before 'GObject'
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 15 08:33:18 2019 +0000 (2019-12-15)
parents 8059ea7ccfca
children a3c45ab9082e
line diff
     1.1 --- a/kivy/receipt	Tue Nov 26 17:37:07 2019 +0100
     1.2 +++ b/kivy/receipt	Sun Dec 15 08:33:18 2019 +0000
     1.3 @@ -13,7 +13,8 @@
     1.4  WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
     1.5  
     1.6  DEPENDS="python"
     1.7 -BUILD_DEPENDS="glew-dev mesa-dev python-cython python-dev"
     1.8 +BUILD_DEPENDS="glew-dev gstreamer-1.0-dev libsdl2-dev libsdl2-image-dev
     1.9 +	libsdl2-mixer-dev libsdl2-ttf-dev mesa-dev python-cython python-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()