wok-current diff lxlauncher/receipt @ rev 24722
updated libcaca and libcaca-dev (0.99.beta19 -> 0.99.beta20)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 15 10:03:33 2022 +0100 (2022-03-15) |
parents | 28cbf0d453c8 |
children | 180119c209e8 |
line diff
1.1 --- a/lxlauncher/receipt Mon Apr 22 16:22:51 2019 +0100 1.2 +++ b/lxlauncher/receipt Tue Mar 15 10:03:33 2022 +0100 1.3 @@ -18,6 +18,13 @@ 1.4 menu-cache-dev startup-notification \ 1.5 startup-notification-dev xorg-libX11-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - https://sourceforge.net/projects/lxde/files/LXLauncher%20%28for%20Asus%20EeePC%29/ 2>/dev/null | \ 1.10 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.11 + sed "/$PACKAGE-/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {