wok-6.x diff lxlauncher/receipt @ rev 24337

updated automake (1.16.1 -> 1.16.5)
author Hans-G?nter Theisgen
date Sat Jan 29 16:57:24 2022 +0100 (2022-01-29)
parents 28cbf0d453c8
children 180119c209e8
line diff
     1.1 --- a/lxlauncher/receipt	Mon Apr 22 16:22:51 2019 +0100
     1.2 +++ b/lxlauncher/receipt	Sat Jan 29 16:57:24 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  {