wok-current diff lxdm/receipt @ rev 25453
BootProg/boot16.asm: too small fat16 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 17 08:17:46 2022 +0000 (2022-09-17) |
parents | fb22330086d8 |
children |
line diff
1.1 --- a/lxdm/receipt Sun Feb 06 16:04:43 2022 +0000 1.2 +++ b/lxdm/receipt Sat Sep 17 08:17:46 2022 +0000 1.3 @@ -7,13 +7,14 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 LICENSE="GPL3" 1.6 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.7 -WEB_SITE="https://wiki.lxde.org/en/LXDM" 1.8 +WEB_SITE="https://www.lxde.org/" 1.9 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 1.10 TAGS="LXDE" 1.11 1.12 DEPENDS="xorg-libX11 gtk+ slitaz-configs" 1.13 BUILD_DEPENDS="xorg-dev gtk+-dev" 1.14 1.15 +# What is the latest version available today? 1.16 current_version() 1.17 { 1.18 wget -O - https://sourceforge.net/projects/lxde/files/lxdm/ 2>/dev/null | \