wok diff lightdm/receipt @ rev 24936
created recipe for mypaint-brushes
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 14 09:08:33 2022 +0100 (2022-04-14) |
parents | 68d68791ced5 |
children | 3c87910e2ece |
line diff
1.1 --- a/lightdm/receipt Thu Apr 04 15:39:28 2013 +0000 1.2 +++ b/lightdm/receipt Thu Apr 14 09:08:33 2022 +0100 1.3 @@ -17,6 +17,13 @@ 1.4 BUILD_DEPENDS="gobject-introspection-dev pam-dev itstool libxklavier-dev \ 1.5 libgcrypt-dev wget" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - $WEB_SITE 2>/dev/null | \ 1.11 + sed '/Latest version is/!d;s|.*is ||' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {