wok diff kivy/receipt @ rev 24319
Add xsuspend
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 25 17:24:16 2022 +0000 (2022-01-25) |
parents | b1276b2c9dc1 |
children | 82d54eca72be |
line diff
1.1 --- a/kivy/receipt Tue Nov 26 17:42:45 2019 +0100 1.2 +++ b/kivy/receipt Tue Jan 25 17:24:16 2022 +0000 1.3 @@ -16,6 +16,12 @@ 1.4 BUILD_DEPENDS="glew-dev gstreamer-1.0-dev libsdl2-dev libsdl2-image-dev 1.5 libsdl2-mixer-dev libsdl2-ttf-dev mesa-dev python-cython python-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - https://github.com/kivy/kivy 2>/dev/null | \ 1.10 + sed '/releases.tag/!d;s|.*/tag.v*\(.*\)".*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {