wok diff matchbox-desktop-2/receipt @ rev 24990

idesk: imlib2 >= 1.7.5 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 13 20:03:04 2022 +0000 (2022-05-13)
parents d3eb5f4b53ea
children d358ff3c7097
line diff
     1.1 --- a/matchbox-desktop-2/receipt	Thu Mar 26 09:34:19 2015 +0100
     1.2 +++ b/matchbox-desktop-2/receipt	Fri May 13 20:03:04 2022 +0000
     1.3 @@ -14,6 +14,15 @@
     1.4  DEPENDS="gtk+ dbus dbus-glib util-linux-uuid"
     1.5  BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-uuid-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-desktop/$( \
    1.11 +	wget -O - http://mirrors.kernel.org/yocto/matchbox/matchbox-desktop/ 2>/dev/null | \
    1.12 +	sed '/href="2/!d;s|.*="||;s|/.*||' | sort -Vr | sed q)/ 2>/dev/null | \
    1.13 +	sed '/href="matchbox-desktop-[0-9]/!d;s|.*="matchbox-desktop-||;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  {