wok-current diff xorg-xbacklight/receipt @ rev 25416
updated wxWidgets and wxWidgets-dev (3.1.3 -> 3.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Aug 04 09:20:59 2022 +0100 (2022-08-04) |
parents | 4d171940f045 |
children | 5926178cd6fa |
line diff
1.1 --- a/xorg-xbacklight/receipt Tue Nov 12 16:33:16 2019 +0100 1.2 +++ b/xorg-xbacklight/receipt Thu Aug 04 09:20:59 2022 +0100 1.3 @@ -16,6 +16,12 @@ 1.4 DEPENDS="xorg-libXrandr" 1.5 BUILD_DEPENDS="libxcb-dev xcb-util-dev xorg-libXrandr-dev" 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 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {