wok diff libxfcegui4/receipt @ rev 24968

gnutls: disabled GOST support
author Hans-G?nter Theisgen
date Tue Apr 26 13:11:21 2022 +0100 (2022-04-26)
parents 3706a219753a
children bd7510903310
line diff
     1.1 --- a/libxfcegui4/receipt	Sun Dec 15 09:01:23 2019 +0000
     1.2 +++ b/libxfcegui4/receipt	Tue Apr 26 13:11:21 2022 +0100
     1.3 @@ -14,6 +14,13 @@
     1.4  BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev startup-notification-dev 
     1.5   libglade-dev xcb-util-dev intltool 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 - https://git.xfce.org/archive/libxfcegui4/ 2>/dev/null | \
    1.11 +	sed '/tag.?h=/!d;s|.*libxfcegui4-||;s|.tar.*||;q'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {