wok-6.x diff matchbox-panel-2/receipt @ rev 24944
updated n2n (2.4 -> 3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 22 16:44:33 2022 +0100 (2022-04-22) |
parents | 380ffe05937a |
children |
line diff
1.1 --- a/matchbox-panel-2/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/matchbox-panel-2/receipt Fri Apr 22 16:44:33 2022 +0100 1.3 @@ -16,6 +16,15 @@ 1.4 BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-uuid-dev subversion \ 1.5 autoconf automake libtool" 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-panel/$( \ 1.11 + wget -O - http://mirrors.kernel.org/yocto/matchbox/matchbox-panel/ 2>/dev/null | \ 1.12 + sed '/href="2/!d;s|.*="||;s|/.*||' | sort -Vr | sed q)/ 2>/dev/null | \ 1.13 + sed '/href="matchbox-panel-[0-9]/!d;s|.*="matchbox-panel-||;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 {