wok-current rev 24993
lightdm: fix wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 14 21:35:56 2022 +0000 (2022-05-14) |
parents | a77f941b8df6 |
children | 1c88796e4a70 |
files | lightdm-qt/receipt lightdm/receipt lxqt-common/receipt soundtouch/receipt |
line diff
1.1 --- a/lightdm-qt/receipt Sat May 14 18:19:29 2022 +0000 1.2 +++ b/lightdm-qt/receipt Sat May 14 21:35:56 2022 +0000 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="https://launchpad.net/lightdm" 1.5 SOURCE="lightdm" 1.6 TARBALL="$SOURCE-$VERSION.tar.xz" 1.7 -WGET_URL="https://launchpad.net/$SOURCE/1.8/$VERSION/+download/$TARBALL" 1.8 +WGET_URL="https://launchpad.net/$SOURCE/${VERSION%.*}/$VERSION/+download/$TARBALL" 1.9 HELP="https://wiki.archlinux.org/index.php/LightDM" 1.10 CONFIG_FILES="/etc/init/lightdm.conf /etc/lightdm/keys.conf \ 1.11 /etc/lightdm/lightdm.conf /etc/lightdm/users.conf"
2.1 --- a/lightdm/receipt Sat May 14 18:19:29 2022 +0000 2.2 +++ b/lightdm/receipt Sat May 14 21:35:56 2022 +0000 2.3 @@ -8,7 +8,7 @@ 2.4 LICENSE="GPL3 LGPL3" 2.5 WEB_SITE="https://launchpad.net/lightdm" 2.6 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.7 -WGET_URL="https://launchpad.net/$PACKAGE/1.6/$VERSION/+download/$TARBALL" 2.8 +WGET_URL="https://launchpad.net/$SOURCE/${VERSION%.*}/$VERSION/+download/$TARBALL" 2.9 HELP="https://wiki.archlinux.org/index.php/LightDM" 2.10 CONFIG_FILES="/etc/init/lightdm.conf /etc/lightdm/keys.conf \ 2.11 /etc/lightdm/lightdm.conf /etc/lightdm/users.conf"
3.1 --- a/lxqt-common/receipt Sat May 14 18:19:29 2022 +0000 3.2 +++ b/lxqt-common/receipt Sat May 14 21:35:56 2022 +0000 3.3 @@ -7,8 +7,8 @@ 3.4 MAINTAINER="al.bobylev@gmail.com" 3.5 LICENSE="GPL2" 3.6 WEB_SITE="https://github.com/lxde/lxqt-common" 3.7 -TARBALL="$PACKAGE-$VERSION.tar.xz" 3.8 -WGET_URL="http://lxqt.org/downloads/$VERSION/$TARBALL" 3.9 +TARBALL="$PACKAGE-$VERSION.tar.gz" 3.10 +WGET_URL="https://github.com/lxqt/lxqt-common-deprecated/archive/refs/tags/$VERSION.tar.gz" 3.11 TAGS="LXQt window-manager" 3.12 3.13 # TODO: add more depends
4.1 --- a/soundtouch/receipt Sat May 14 18:19:29 2022 +0000 4.2 +++ b/soundtouch/receipt Sat May 14 21:35:56 2022 +0000 4.3 @@ -8,8 +8,8 @@ 4.4 LICENSE="LGPL2.1" 4.5 WEB_SITE="https://www.surina.net/soundtouch/" 4.6 4.7 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.8 -WGET_URL="https://gitlab.com/$PACKAGE/$PACKAGE/-/archive/$VERSION/$TARBALL" 4.9 +TARBALL="$PACKAGE-$VERSION.tar.gz" 4.10 +WGET_URL="https://codeberg.org/soundtouch/soundtouch/archive/$VERSION.tar.gz" 4.11 4.12 DEPENDS="gcc-lib-base" 4.13 BUILD_DEPENDS="automake libtool"