wok diff lxlauncher/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
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 May 21 21:38:29 2022 +0000
     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  {