wok diff xorg-xkeyboard-config/receipt @ rev 24736
updated libev and libev-dev (4.31 -> 4.33)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 16 09:25:45 2022 +0100 (2022-03-16) |
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 Wed Mar 16 09:25:45 2022 +0100 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" ;;