wok diff xorg-xkeyboard-config/receipt @ rev 25036

gtk-gnutella: binutils 2.34+ support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 13:10:56 2022 +0000 (2022-05-21)
parents 163749a66454
children
line diff
     1.1 --- a/xorg-xkeyboard-config/receipt	Wed Nov 13 16:21:48 2019 +0100
     1.2 +++ b/xorg-xkeyboard-config/receipt	Sat May 21 13:10:56 2022 +0000
     1.3 @@ -17,6 +17,12 @@
     1.4  
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    1.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    1.11 +}
    1.12 +
    1.13  # Handle cross compilation. Use build host: xorg-xkbcomp perl-xml-parser
    1.14  case "$ARCH" in
    1.15  	arm) BUILD_DEPENDS="xorg-xproto xorg-libX11-dev" ;;