wok diff matchbox-window-manager/receipt @ rev 24776
jack1: added build dependency gcc83
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 19 17:48:51 2022 +0100 (2022-03-19) |
parents | 0ad13e0c0b90 |
children | 505d1daeed6c |
line diff
1.1 --- a/matchbox-window-manager/receipt Sun Feb 26 12:38:43 2017 +0100 1.2 +++ b/matchbox-window-manager/receipt Sat Mar 19 17:48:51 2022 +0100 1.3 @@ -14,6 +14,15 @@ 1.4 DEPENDS="gtk+ startup-notification libmatchbox" 1.5 BUILD_DEPENDS="gtk+-dev startup-notification-dev libmatchbox-dev expat-dev" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - http://mirrors.kernel.org/yocto/matchbox/matchbox-window-manager/$( \ 1.11 + wget -O - http://mirrors.kernel.org/yocto/matchbox/matchbox-window-manager/ 2>/dev/null | \ 1.12 + sed '/href="[0-9]/!d;s|.*="||;s|/.*||' | sort -Vr | sed q)/ 2>/dev/null | \ 1.13 + sed '/href="matchbox-window-manager-[0-9]/!d;s|.*="matchbox-window-manager-||;s|.tar.*||' | sort -Vr | sed q 1.14 +} 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 {