wok diff idesk/receipt @ rev 24841
updated libuninameslist and libuninameslist-dev (20190701 -> 20211114)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 25 09:32:35 2022 +0100 (2022-03-25) |
parents | fd7c7b825eb9 |
children | 9981cfce1dd8 |
line diff
1.1 --- a/idesk/receipt Fri Apr 11 10:57:36 2014 +0200 1.2 +++ b/idesk/receipt Fri Mar 25 09:32:35 2022 +0100 1.3 @@ -14,6 +14,14 @@ 1.4 DEPENDS="imlib2 xorg-libXft" 1.5 BUILD_DEPENDS="imlib2-dev xorg-libXft-dev" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://sourceforge.net/projects/idesk/files/idesk/ 2>/dev/null | \ 1.11 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.12 + sed '/scope="row/!d;s|.*/idesk-||;s|.tar.*||;q' 1.13 +} 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 {