wok diff matchbox-window-manager/receipt @ rev 24525

Up libav (0.6.6 -> 12.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 22 16:15:28 2022 +0000 (2022-02-22)
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	Tue Feb 22 16:15:28 2022 +0000
     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  {