From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28823: lxqt-common is deprecated Date: Sun, 15 Oct 2017 21:37:10 +0200 Message-ID: <87d15ourrt.fsf@gnu.org> References: <87zi8ueezn.fsf@gmail.com> <87a80tww0a.fsf@gnu.org> <20171014162756.icdtyrmynjjwjoer@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e3ojd-0004QE-JE for bug-guix@gnu.org; Sun, 15 Oct 2017 15:38:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e3oja-0001Go-Fp for bug-guix@gnu.org; Sun, 15 Oct 2017 15:38:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33272) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e3oja-0001Gk-Cf for bug-guix@gnu.org; Sun, 15 Oct 2017 15:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e3oja-00013o-67 for bug-guix@gnu.org; Sun, 15 Oct 2017 15:38:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20171014162756.icdtyrmynjjwjoer@abyayala> (ng0@infotropique.org's message of "Sat, 14 Oct 2017 16:27:56 +0000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: ng0 Cc: 28823@debbugs.gnu.org, Maxim Cournoyer ng0 skribis: > Ludovic Court=C3=A8s transcribed 0.8K bytes: [...] >> > 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. >>=20 >> Andreas, ng0: any idea? >>=20 >> Thanks, >> Ludo=E2=80=99. >>=20 > > So the Archlinux PKGBUILD uses: > source=3D( > "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pk= gver.tar.xz" > "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pk= gver.tar.xz.asc" > Gentoo uses: > if [[ ${PV} =3D *9999* ]]; then > inherit git-r3 > EGIT_REPO_URI=3D"git://git.lxde.org/git/lxde/${PN}.git" > else > SRC_URI=3D"https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" > KEYWORDS=3D"~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. Using tarballs from downloads.lxqt.org sounds like a good idea. However, regardless of this, what=E2=80=99s up with the lxqt-common depreca= tion? Is it replaced by something else? Should we just remove it? I=E2=80=99m clueless about LXQt so any suggestions is welcome. :-) Ludo=E2=80=99.