wok diff lxappearance/receipt @ rev 24099

Up openssh (8.7p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 16 08:39:38 2021 +0000 (2021-09-16)
parents d33c3c211ef8
children db9d9cb3c164
line diff
     1.1 --- a/lxappearance/receipt	Mon May 25 10:10:30 2020 +0000
     1.2 +++ b/lxappearance/receipt	Thu Sep 16 08:39:38 2021 +0000
     1.3 @@ -15,6 +15,12 @@
     1.4  DEPENDS="gtk+"
     1.5  BUILD_DEPENDS="xorg-libX11-dev gtk+-dev"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - https://sourceforge.net/projects/lxde/files/LXAppearance/ 2>/dev/null | \
    1.10 +	sed "/$PACKAGE-/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q"
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {