wok diff libxklavier/receipt @ rev 24989

updated nfs-utils (2.4.3 -> 2.6.1)
author Hans-G?nter Theisgen
date Thu May 12 17:03:36 2022 +0100 (2022-05-12)
parents 7bee98929640
children affc6fdda56c
line diff
     1.1 --- a/libxklavier/receipt	Thu Mar 05 19:14:01 2020 +0100
     1.2 +++ b/libxklavier/receipt	Thu May 12 17:03:36 2022 +0100
     1.3 @@ -15,6 +15,13 @@
     1.4  BUILD_DEPENDS="automake file glib-dev gtk-doc iso-codes \
     1.5  	xz gettext-tools libtool libxml2-dev xorg-xkbcomp"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - 'https://gitlab.freedesktop.org/archived-projects/libxklavier/-/tags?sort=updated_desc' 2>/dev/null | \
    1.11 +	sed '/libxklavier-[0-9]/!d;s|.*libxklavier-||;s|<.*||;q'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {