From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B61C1382C5 for ; Wed, 20 May 2020 23:28:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C35AE09E7; Wed, 20 May 2020 23:28:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D374E09E7 for ; Wed, 20 May 2020 23:28:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A3AF34F311 for ; Wed, 20 May 2020 23:28:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D915C254 for ; Wed, 20 May 2020 23:28:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1590017308.0d9abb6f30426168641771f9c9b8b35e462b046a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/qterminal/qterminal-9999.ebuild X-VCS-Directories: x11-terms/qterminal/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0d9abb6f30426168641771f9c9b8b35e462b046a X-VCS-Branch: master Date: Wed, 20 May 2020 23:28:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43ef7e1b-1f1d-4c48-9ced-b3fce735bbfc X-Archives-Hash: 24a1df1a88e64ade1ccfbd2d30853950 commit: 0d9abb6f30426168641771f9c9b8b35e462b046a Author: Jimi Huotari gentoo org> AuthorDate: Mon Apr 27 18:15:36 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 20 23:28:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9abb6f x11-terms/qterminal: sync 9999 with 0.15.0 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jimi Huotari gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> x11-terms/qterminal/qterminal-9999.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild index 54cf227921c..2c670eef48f 100644 --- a/x11-terms/qterminal/qterminal-9999.ebuild +++ b/x11-terms/qterminal/qterminal-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,14 +12,14 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else - SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" fi -LICENSE="GPL-2" +LICENSE="GPL-2 GPL-2+" SLOT="0" -BDEPEND=">=dev-util/lxqt-build-tools-0.6.0" +BDEPEND=">=dev-util/lxqt-build-tools-0.7.0" DEPEND=" dev-qt/qtcore:5 dev-qt/qtdbus:5 @@ -29,7 +29,9 @@ DEPEND=" x11-libs/libX11 ~x11-libs/qtermwidget-${PV} " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !lxqt-base/lxqt-l10n +" pkg_postinst() { xdg_icon_cache_update