wok diff xlogo/receipt @ rev 25809
Fix gtk+3 dep for libwnck3, thanks Ceel
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Jan 03 16:23:37 2025 +0000 (2 weeks ago) |
parents | 661d5b83f2a3 |
children |
line diff
1.1 --- a/xlogo/receipt Mon May 27 16:31:35 2024 +0000 1.2 +++ b/xlogo/receipt Fri Jan 03 16:23:37 2025 +0000 1.3 @@ -12,6 +12,13 @@ 1.4 DEPENDS="java-jre" 1.5 BUILD_DEPENDS="" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - $WEB_SITE/-/tags?sort=updated_desc 2>/dev/null | \ 1.11 + sed '/tags\/xlogo-/!d;s|.*xlogo-||;s|<.*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {