wok diff matchbox-panel/receipt @ rev 24892

Down libtmp (1.1.17), 1.1.19 doesn't detect smartphones (?)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 07 15:38:15 2022 +0000 (2022-04-07)
parents d3eb5f4b53ea
children 00e3b45c063b
line diff
     1.1 --- a/matchbox-panel/receipt	Thu Mar 26 09:34:19 2015 +0100
     1.2 +++ b/matchbox-panel/receipt	Thu Apr 07 15:38:15 2022 +0000
     1.3 @@ -13,6 +13,15 @@
     1.4  DEPENDS="gtk+ startup-notification libmatchbox wireless_tools"
     1.5  BUILD_DEPENDS="gtk+-dev startup-notification-dev libmatchbox-dev wireless_tools-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-panel/$( \
    1.11 +	wget -O - http://mirrors.kernel.org/yocto/matchbox/matchbox-panel/ 2>/dev/null | \
    1.12 +	sed '/href="0/!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  {