Ludovic Courtès transcribed 0.8K bytes: > Hi, > > Maxim Cournoyer <[email protected]> skribis: > > > Our lxqt-common package's source currently points to > > https://github.com/lxde/lxqt-common/archive/0.9.1.tar.gz, which > > redirects to > > https://github.com/lxde/lxqt-common-deprecated--do-not-use-anymore-/archive/0.9.1.tar.gz. > > > > Notice the "deprecated--do-not-use-anymore" in the URL. > > Weird, their README.md doesn’t say a work about deprecation. > > > This has the immediate effect of breaking the hash of the archive. > > Oh right, because auto-generated archives use the project name for the > top-level directory. Bummer. > > > Looking at the deprecated repo, it is not clear what needs to be > > done. Possibly the now deprecated lxqt-common has been broken up in > > various per-component repositories. > > Andreas, ng0: any idea? > > Thanks, > Ludo’. >
So the Archlinux PKGBUILD uses:
source=(
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
Gentoo uses:
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
I seem to remember that for the lxqt I work on in one of my branches
I used the lxqt.org domain.
--
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://dist.ng0.infotropique.org/dist/keys/
https://www.infotropique.org https://ng0.infotropique.org
signature.asc
Description: PGP signature
