public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2020-02-11 22:46 Andreas Sturmlechner
  0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2020-02-11 22:46 UTC (permalink / raw
  To: gentoo-commits

commit:     dd3cd25924f368f13fd9cb83f9ecf56dbcd4f0f1
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 07:52:01 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 22:46:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3cd259

x11-terms/qterminal: remove old versions 0.9.0 and 0.14.1 (r0)

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-terms/qterminal/Manifest                |  1 -
 x11-terms/qterminal/qterminal-0.14.1.ebuild | 41 -----------------------
 x11-terms/qterminal/qterminal-0.9.0.ebuild  | 50 -----------------------------
 3 files changed, 92 deletions(-)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index 6add1ccec6d..262346b315c 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1,2 +1 @@
 DIST qterminal-0.14.1.tar.xz 167520 BLAKE2B e496e53b1855f94c49ef5fe699d7c88ca8ad4da40eb24f87701e72c50982bc98a16f060b075597a99d105d32dd38790e6599cd5b36d2901ffe1f72d0114f0fba SHA512 bb9ac6519236bb834892c1be50bc27f86631b2c7ed60c1ddd4300fedd48f3ea8a08aa453fa03199693486159f667f9391af9491dea5402b4f807ee91e8a6e5cf
-DIST qterminal-0.9.0.tar.xz 107072 BLAKE2B 08673e6cde08d9b95a1197d8125a2997e3f28be4e2825bb7b3a757f01ba7a29808c71eb22d80ba1b3c92885230c275414b501120316be91af9f623f3ff05b4e0 SHA512 42553a847873e71543161855b6f07b521ebf7db8091a1753dfc4ad4bbdf7f074f74b7e7195e56ee482b5b9ff3ea3037250ba74fb64a8137fb3959fceaa2baa6e

diff --git a/x11-terms/qterminal/qterminal-0.14.1.ebuild b/x11-terms/qterminal/qterminal-0.14.1.ebuild
deleted file mode 100644
index aef92c45a4a..00000000000
--- a/x11-terms/qterminal/qterminal-0.14.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt-based multitab terminal emulator"
-HOMEPAGE="https://lxqt.org/"
-
-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 ~ppc64 x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-	x11-libs/libX11
-	~x11-libs/qtermwidget-${PV}
-"
-RDEPEND="${DEPEND}
-	!lxqt-base/lxqt-l10n
-"
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/x11-terms/qterminal/qterminal-0.9.0.ebuild b/x11-terms/qterminal/qterminal-0.9.0.ebuild
deleted file mode 100644
index c6eda839fea..00000000000
--- a/x11-terms/qterminal/qterminal-0.9.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils eapi7-ver gnome2-utils xdg-utils
-
-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"
-fi
-
-DESCRIPTION="Qt-based multitab terminal emulator"
-HOMEPAGE="https://lxqt.org/"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5=
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-	x11-libs/libX11
-	=x11-libs/qtermwidget-$(ver_cut 1-2)*:*
-"
-DEPEND="${RDEPEND}
-	>=dev-util/lxqt-build-tools-0.5.0
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DPULL_TRANSLATIONS=OFF
-	)
-	cmake-utils_src_configure
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	gnome2_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2024-09-14  6:39 Arthur Zamarin
  0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2024-09-14  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     6ddc0b5d27b1b6c32c5577d04c6745687ce12cc8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 06:37:40 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 06:37:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ddc0b5d

x11-terms/qterminal: Keyword 2.0.1-r1 x86, #935831

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-2.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild b/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
index 9f2966bd946e..a87835ea581f 100644
--- a/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
+++ b/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 arm64 ~riscv"
+	KEYWORDS="amd64 arm64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2024-09-12 17:23 Arthur Zamarin
  0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2024-09-12 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     8fdd9d42df3e77db045dc47e2e6ec654af2bfd14
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 17:22:28 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 17:22:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fdd9d42

x11-terms/qterminal: Stabilize 2.0.1-r1 arm64, #938702

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-2.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild b/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
index a6dda7e9dbe1..9f2966bd946e 100644
--- a/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
+++ b/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm64 ~riscv"
+	KEYWORDS="amd64 arm64 ~riscv"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2024-09-01 21:30 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2024-09-01 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8ecd5fec27b92c629f782f4e41c144b7600aac6c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 21:28:15 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 21:28:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ecd5fec

x11-terms/qterminal: Stabilize 2.0.1-r1 amd64, #938702

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-2.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild b/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
index e097e25833e2..a6dda7e9dbe1 100644
--- a/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
+++ b/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm64 ~riscv"
+	KEYWORDS="amd64 ~arm64 ~riscv"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2024-07-13 10:09 Yixun Lan
  0 siblings, 0 replies; 68+ messages in thread
From: Yixun Lan @ 2024-07-13 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     7ba298b07d9bcf2336340eb1279bbc13c83eb862
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 09:52:13 2024 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 10:08:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba298b0

x11-terms/qterminal: Keyword 2.0.1-r1 riscv, #935831

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 x11-terms/qterminal/qterminal-2.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild b/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
index aace66eb2d50..e097e25833e2 100644
--- a/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
+++ b/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm64"
+	KEYWORDS="~amd64 ~arm64 ~riscv"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2024-07-11 19:44 Arthur Zamarin
  0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2024-07-11 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     519e2a4a2b7327fb5830b833c38978e8ae53f1b9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 19:44:24 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 19:44:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519e2a4a

x11-terms/qterminal: Keyword 2.0.1-r1 arm64, #935831

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-2.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild b/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
index 9737d9111201..aace66eb2d50 100644
--- a/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
+++ b/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2024-06-28 20:33 Jimi Huotari
  0 siblings, 0 replies; 68+ messages in thread
From: Jimi Huotari @ 2024-06-28 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     13a9076dd65a38ad5d7aa3d91c51b074ce87346f
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 20:27:28 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 20:32:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a9076d

x11-terms/qterminal: drop 1.3.0, 2.0.0-r1

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 x11-terms/qterminal/Manifest                  |  2 --
 x11-terms/qterminal/qterminal-1.3.0.ebuild    | 51 ---------------------------
 x11-terms/qterminal/qterminal-2.0.0-r1.ebuild | 46 ------------------------
 3 files changed, 99 deletions(-)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index 84782a4ead7b..ec70e780d4bf 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1,4 +1,2 @@
-DIST qterminal-1.3.0.tar.xz 217748 BLAKE2B 8da4e5388f13919cf67eb9931d4acd0e51b4b45a57acea1db1d8d98cfcec57e7b789e9b0f764fdefdfc71ff36b6a9722e2d389013b22872f8f730ebb1ff1d944 SHA512 f8cf2183da7af7869433b6057e20fba46be5cce30b75bdafb6cc0a5474e39fb1f2f8831f6841ca78f8b367f718ed2ee5a312a75850bc8192a37f20a6c5767a8d
 DIST qterminal-1.4.0.tar.xz 219500 BLAKE2B 86ac46180a5f58b24a7bed40796af622fd4456e5b4bf58484cb1271a9bb41ae7688368e74245b36cab99a3309ab6132b3d0c188af460b3a7d543a9ad4a45eb1a SHA512 95c7fffa0a7a91dae338168748e1a9061eb7d393a083a70c59e3324f78ae8200e1e3bb07aa131564b208068e62fc744cc75e96694d70443559c7205ec9f91121
-DIST qterminal-2.0.0.tar.xz 228584 BLAKE2B 5c1bbd536659becd3708806a46a967bd35b479947cdca0412d0b2fecd31ce64f1dc71266dd48f3280fbac4e3e534c5b99e43442a63b139fb8789f443e1c67197 SHA512 455ca913f38eed881af50eb17d4798985d546c3c633d4df8887316abd4a56e76d1f716dcaece471e092471c0381a328ca685ec27f4d4690e89087166dc7fb0a3
 DIST qterminal-2.0.1.tar.xz 229556 BLAKE2B f6afe5f7a1a169d17e52bed372f760ee9112ca533c1cb0e8adf5b659739f459f0764a723934bdaba629fec94617ec67f157252dc83982fadb7fd58ae66503955 SHA512 5587e52edf9cc2227584e8eebe742414d566b51dc1647b643d9af6710adbe38e5d84634e7ea073fcb71397e1de0fccb5ca1af544b629685d36b645da5dd80c3d

diff --git a/x11-terms/qterminal/qterminal-1.3.0.ebuild b/x11-terms/qterminal/qterminal-1.3.0.ebuild
deleted file mode 100644
index 99c3fa6ec5e1..000000000000
--- a/x11-terms/qterminal/qterminal-1.3.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt-based multitab terminal emulator"
-HOMEPAGE="https://lxqt-project.org/"
-
-if [[ ${PV} = *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
-DEPEND="
-	>=dev-qt/qtcore-5.15:5
-	>=dev-qt/qtdbus-5.15:5
-	>=dev-qt/qtgui-5.15:5
-	>=dev-qt/qtwidgets-5.15:5
-	>=dev-qt/qtx11extras-5.15:5
-	x11-libs/libX11
-	~x11-libs/qtermwidget-${PV}:=
-	test? ( dev-qt/qttest:5 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTS=$(usex test)
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/x11-terms/qterminal/qterminal-2.0.0-r1.ebuild b/x11-terms/qterminal/qterminal-2.0.0-r1.ebuild
deleted file mode 100644
index 14dfb83303be..000000000000
--- a/x11-terms/qterminal/qterminal-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt-based multitab terminal emulator"
-HOMEPAGE="https://lxqt-project.org/"
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
-DEPEND="
-	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,X]
-	x11-libs/libX11
-	~x11-libs/qtermwidget-${PV}:=
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTS=$(usex test)
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2024-06-28  9:41 Jimi Huotari
  0 siblings, 0 replies; 68+ messages in thread
From: Jimi Huotari @ 2024-06-28  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     e401a80ec29c00523709a90012553573f262a209
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 09:33:41 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 09:33:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e401a80e

x11-terms/qterminal: drop 2.0.1

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 x11-terms/qterminal/qterminal-2.0.1.ebuild | 46 ------------------------------
 1 file changed, 46 deletions(-)

diff --git a/x11-terms/qterminal/qterminal-2.0.1.ebuild b/x11-terms/qterminal/qterminal-2.0.1.ebuild
deleted file mode 100644
index 14dfb83303be..000000000000
--- a/x11-terms/qterminal/qterminal-2.0.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt-based multitab terminal emulator"
-HOMEPAGE="https://lxqt-project.org/"
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
-DEPEND="
-	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,X]
-	x11-libs/libX11
-	~x11-libs/qtermwidget-${PV}:=
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTS=$(usex test)
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2024-06-28  9:41 Jimi Huotari
  0 siblings, 0 replies; 68+ messages in thread
From: Jimi Huotari @ 2024-06-28  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     add81caa1244d119a0b288e88c8137d9e53e574c
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 09:12:53 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 09:33:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add81caa

x11-terms/qterminal: depend on 'layer-shell-qt' and 'libcanberra'

While 'kde-plasma/layer-shell-qt' is required at build-time, there
seems to be some automagic going with 'media-libs/libcanberra'.

Closes: https://bugs.gentoo.org/935055
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 .../qterminal/{qterminal-9999.ebuild => qterminal-2.0.1-r1.ebuild}      | 2 ++
 x11-terms/qterminal/qterminal-9999.ebuild                               | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
similarity index 94%
copy from x11-terms/qterminal/qterminal-9999.ebuild
copy to x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
index 14dfb83303be..9737d9111201 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-2.0.1-r1.ebuild
@@ -24,6 +24,8 @@ RESTRICT="!test? ( test )"
 BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
 DEPEND="
 	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,X]
+	kde-plasma/layer-shell-qt:6
+	media-libs/libcanberra
 	x11-libs/libX11
 	~x11-libs/qtermwidget-${PV}:=
 "

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index 14dfb83303be..9737d9111201 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -24,6 +24,8 @@ RESTRICT="!test? ( test )"
 BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
 DEPEND="
 	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,X]
+	kde-plasma/layer-shell-qt:6
+	media-libs/libcanberra
 	x11-libs/libX11
 	~x11-libs/qtermwidget-${PV}:=
 "


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2024-06-27 19:42 Jimi Huotari
  0 siblings, 0 replies; 68+ messages in thread
From: Jimi Huotari @ 2024-06-27 19:42 UTC (permalink / raw
  To: gentoo-commits

commit:     389791c4f56fbfbac1cae198187b23afcea6fc43
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 19:38:49 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 19:41:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389791c4

x11-terms/qterminal: add 2.0.1

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 x11-terms/qterminal/Manifest               |  1 +
 x11-terms/qterminal/qterminal-2.0.1.ebuild | 46 ++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index 4539898fd0bf..84782a4ead7b 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1,3 +1,4 @@
 DIST qterminal-1.3.0.tar.xz 217748 BLAKE2B 8da4e5388f13919cf67eb9931d4acd0e51b4b45a57acea1db1d8d98cfcec57e7b789e9b0f764fdefdfc71ff36b6a9722e2d389013b22872f8f730ebb1ff1d944 SHA512 f8cf2183da7af7869433b6057e20fba46be5cce30b75bdafb6cc0a5474e39fb1f2f8831f6841ca78f8b367f718ed2ee5a312a75850bc8192a37f20a6c5767a8d
 DIST qterminal-1.4.0.tar.xz 219500 BLAKE2B 86ac46180a5f58b24a7bed40796af622fd4456e5b4bf58484cb1271a9bb41ae7688368e74245b36cab99a3309ab6132b3d0c188af460b3a7d543a9ad4a45eb1a SHA512 95c7fffa0a7a91dae338168748e1a9061eb7d393a083a70c59e3324f78ae8200e1e3bb07aa131564b208068e62fc744cc75e96694d70443559c7205ec9f91121
 DIST qterminal-2.0.0.tar.xz 228584 BLAKE2B 5c1bbd536659becd3708806a46a967bd35b479947cdca0412d0b2fecd31ce64f1dc71266dd48f3280fbac4e3e534c5b99e43442a63b139fb8789f443e1c67197 SHA512 455ca913f38eed881af50eb17d4798985d546c3c633d4df8887316abd4a56e76d1f716dcaece471e092471c0381a328ca685ec27f4d4690e89087166dc7fb0a3
+DIST qterminal-2.0.1.tar.xz 229556 BLAKE2B f6afe5f7a1a169d17e52bed372f760ee9112ca533c1cb0e8adf5b659739f459f0764a723934bdaba629fec94617ec67f157252dc83982fadb7fd58ae66503955 SHA512 5587e52edf9cc2227584e8eebe742414d566b51dc1647b643d9af6710adbe38e5d84634e7ea073fcb71397e1de0fccb5ca1af544b629685d36b645da5dd80c3d

diff --git a/x11-terms/qterminal/qterminal-2.0.1.ebuild b/x11-terms/qterminal/qterminal-2.0.1.ebuild
new file mode 100644
index 000000000000..14dfb83303be
--- /dev/null
+++ b/x11-terms/qterminal/qterminal-2.0.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt-based multitab terminal emulator"
+HOMEPAGE="https://lxqt-project.org/"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2 GPL-2+"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
+DEPEND="
+	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,X]
+	x11-libs/libX11
+	~x11-libs/qtermwidget-${PV}:=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTS=$(usex test)
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2024-06-16 18:30 Jimi Huotari
  0 siblings, 0 replies; 68+ messages in thread
From: Jimi Huotari @ 2024-06-16 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     9b76d2a9f91c19fd0f6cb8547ed1c3ccc4b3ce72
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 18:22:25 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 18:30:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b76d2a9

x11-terms/qterminal: add dev-qt/qtbase[X] dependency

Reportedly fails to build without this.

Also sync 9999 with ::qt.

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 .../{qterminal-9999.ebuild => qterminal-2.0.0-r1.ebuild}  | 15 +++++----------
 x11-terms/qterminal/qterminal-9999.ebuild                 | 15 +++++----------
 2 files changed, 10 insertions(+), 20 deletions(-)

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-2.0.0-r1.ebuild
similarity index 67%
copy from x11-terms/qterminal/qterminal-9999.ebuild
copy to x11-terms/qterminal/qterminal-2.0.0-r1.ebuild
index 7e969e772422..14dfb83303be 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-2.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,12 +8,12 @@ inherit cmake xdg-utils
 DESCRIPTION="Qt-based multitab terminal emulator"
 HOMEPAGE="https://lxqt-project.org/"
 
-if [[ ${PV} = *9999* ]]; then
+if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64"
 fi
 
 LICENSE="GPL-2 GPL-2+"
@@ -21,16 +21,11 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
 DEPEND="
-	>=dev-qt/qtcore-5.15:5
-	>=dev-qt/qtdbus-5.15:5
-	>=dev-qt/qtgui-5.15:5
-	>=dev-qt/qtwidgets-5.15:5
-	>=dev-qt/qtx11extras-5.15:5
+	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,X]
 	x11-libs/libX11
 	~x11-libs/qtermwidget-${PV}:=
-	test? ( dev-qt/qttest:5 )
 "
 RDEPEND="${DEPEND}"
 

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index 7e969e772422..14dfb83303be 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,12 +8,12 @@ inherit cmake xdg-utils
 DESCRIPTION="Qt-based multitab terminal emulator"
 HOMEPAGE="https://lxqt-project.org/"
 
-if [[ ${PV} = *9999* ]]; then
+if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64"
 fi
 
 LICENSE="GPL-2 GPL-2+"
@@ -21,16 +21,11 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
 DEPEND="
-	>=dev-qt/qtcore-5.15:5
-	>=dev-qt/qtdbus-5.15:5
-	>=dev-qt/qtgui-5.15:5
-	>=dev-qt/qtwidgets-5.15:5
-	>=dev-qt/qtx11extras-5.15:5
+	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,X]
 	x11-libs/libX11
 	~x11-libs/qtermwidget-${PV}:=
-	test? ( dev-qt/qttest:5 )
 "
 RDEPEND="${DEPEND}"
 


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2024-06-16 18:30 Jimi Huotari
  0 siblings, 0 replies; 68+ messages in thread
From: Jimi Huotari @ 2024-06-16 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     fc609d811a2c41ce26e6d14c9f134880e6a48522
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 18:29:33 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 18:30:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc609d81

x11-terms/qterminal: drop 2.0.0

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 x11-terms/qterminal/qterminal-2.0.0.ebuild | 46 ------------------------------
 1 file changed, 46 deletions(-)

diff --git a/x11-terms/qterminal/qterminal-2.0.0.ebuild b/x11-terms/qterminal/qterminal-2.0.0.ebuild
deleted file mode 100644
index 5e4b94e046ff..000000000000
--- a/x11-terms/qterminal/qterminal-2.0.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt-based multitab terminal emulator"
-HOMEPAGE="https://lxqt-project.org/"
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
-DEPEND="
-	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
-	x11-libs/libX11
-	~x11-libs/qtermwidget-${PV}:=
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTS=$(usex test)
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2024-06-14 21:57 Jimi Huotari
  0 siblings, 0 replies; 68+ messages in thread
From: Jimi Huotari @ 2024-06-14 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f37904854af9f3c56287c9fdfd6ad5a67fdc7f59
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 20:09:15 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 21:48:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3790485

x11-terms/qterminal: add 2.0.0

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 x11-terms/qterminal/Manifest               |  1 +
 x11-terms/qterminal/qterminal-2.0.0.ebuild | 46 ++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index f509d4484348..4539898fd0bf 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1,2 +1,3 @@
 DIST qterminal-1.3.0.tar.xz 217748 BLAKE2B 8da4e5388f13919cf67eb9931d4acd0e51b4b45a57acea1db1d8d98cfcec57e7b789e9b0f764fdefdfc71ff36b6a9722e2d389013b22872f8f730ebb1ff1d944 SHA512 f8cf2183da7af7869433b6057e20fba46be5cce30b75bdafb6cc0a5474e39fb1f2f8831f6841ca78f8b367f718ed2ee5a312a75850bc8192a37f20a6c5767a8d
 DIST qterminal-1.4.0.tar.xz 219500 BLAKE2B 86ac46180a5f58b24a7bed40796af622fd4456e5b4bf58484cb1271a9bb41ae7688368e74245b36cab99a3309ab6132b3d0c188af460b3a7d543a9ad4a45eb1a SHA512 95c7fffa0a7a91dae338168748e1a9061eb7d393a083a70c59e3324f78ae8200e1e3bb07aa131564b208068e62fc744cc75e96694d70443559c7205ec9f91121
+DIST qterminal-2.0.0.tar.xz 228584 BLAKE2B 5c1bbd536659becd3708806a46a967bd35b479947cdca0412d0b2fecd31ce64f1dc71266dd48f3280fbac4e3e534c5b99e43442a63b139fb8789f443e1c67197 SHA512 455ca913f38eed881af50eb17d4798985d546c3c633d4df8887316abd4a56e76d1f716dcaece471e092471c0381a328ca685ec27f4d4690e89087166dc7fb0a3

diff --git a/x11-terms/qterminal/qterminal-2.0.0.ebuild b/x11-terms/qterminal/qterminal-2.0.0.ebuild
new file mode 100644
index 000000000000..5e4b94e046ff
--- /dev/null
+++ b/x11-terms/qterminal/qterminal-2.0.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt-based multitab terminal emulator"
+HOMEPAGE="https://lxqt-project.org/"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2 GPL-2+"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
+DEPEND="
+	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+	x11-libs/libX11
+	~x11-libs/qtermwidget-${PV}:=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTS=$(usex test)
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2024-05-04 20:40 Jimi Huotari
  0 siblings, 0 replies; 68+ messages in thread
From: Jimi Huotari @ 2024-05-04 20:40 UTC (permalink / raw
  To: gentoo-commits

commit:     42cb68aced3b060536841178426ed93aa22ffe44
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 20:32:11 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat May  4 20:38:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42cb68ac

x11-terms/qterminal: add LXQt project as a maintainer

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 x11-terms/qterminal/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/metadata.xml b/x11-terms/qterminal/metadata.xml
index 951db6e94482..4c30fd94a272 100644
--- a/x11-terms/qterminal/metadata.xml
+++ b/x11-terms/qterminal/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="project">
+		<email>lxqt@gentoo.org</email>
+		<name>LXQt</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">qterminal/qterminal</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2023-12-27 21:03 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2023-12-27 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     5dfd476ee68d66603889908a3d900195cb5cb3bb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 20:59:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 21:02:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dfd476e

x11-terms/qterminal: Stabilize 1.4.0 x86, #920175

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-1.4.0.ebuild b/x11-terms/qterminal/qterminal-1.4.0.ebuild
index d16884a8f3ac..7834978f4703 100644
--- a/x11-terms/qterminal/qterminal-1.4.0.ebuild
+++ b/x11-terms/qterminal/qterminal-1.4.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2023-12-20  1:40 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2023-12-20  1:40 UTC (permalink / raw
  To: gentoo-commits

commit:     6a9f677e0ab340995da12b4b68feaa2502a4cc0e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 01:38:49 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 01:38:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9f677e

x11-terms/qterminal: Stabilize 1.4.0 amd64, #920175

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-1.4.0.ebuild b/x11-terms/qterminal/qterminal-1.4.0.ebuild
index 7e969e772422..d16884a8f3ac 100644
--- a/x11-terms/qterminal/qterminal-1.4.0.ebuild
+++ b/x11-terms/qterminal/qterminal-1.4.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2023-11-09 21:45 Jimi Huotari
  0 siblings, 0 replies; 68+ messages in thread
From: Jimi Huotari @ 2023-11-09 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     350f9388bc6353fb71fb4b99de2ddd56c470b07e
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 18:58:06 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 21:45:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350f9388

x11-terms/qterminal: add version 1.4.0

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 x11-terms/qterminal/Manifest                                        | 1 +
 .../qterminal/{qterminal-9999.ebuild => qterminal-1.4.0.ebuild}     | 6 +++---
 x11-terms/qterminal/qterminal-9999.ebuild                           | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index 7c3ea139cb2d..f509d4484348 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1 +1,2 @@
 DIST qterminal-1.3.0.tar.xz 217748 BLAKE2B 8da4e5388f13919cf67eb9931d4acd0e51b4b45a57acea1db1d8d98cfcec57e7b789e9b0f764fdefdfc71ff36b6a9722e2d389013b22872f8f730ebb1ff1d944 SHA512 f8cf2183da7af7869433b6057e20fba46be5cce30b75bdafb6cc0a5474e39fb1f2f8831f6841ca78f8b367f718ed2ee5a312a75850bc8192a37f20a6c5767a8d
+DIST qterminal-1.4.0.tar.xz 219500 BLAKE2B 86ac46180a5f58b24a7bed40796af622fd4456e5b4bf58484cb1271a9bb41ae7688368e74245b36cab99a3309ab6132b3d0c188af460b3a7d543a9ad4a45eb1a SHA512 95c7fffa0a7a91dae338168748e1a9061eb7d393a083a70c59e3324f78ae8200e1e3bb07aa131564b208068e62fc744cc75e96694d70443559c7205ec9f91121

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-1.4.0.ebuild
similarity index 86%
copy from x11-terms/qterminal/qterminal-9999.ebuild
copy to x11-terms/qterminal/qterminal-1.4.0.ebuild
index 981896ae4138..7e969e772422 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"
@@ -21,7 +21,7 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.12.0"
+BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
 DEPEND="
 	>=dev-qt/qtcore-5.15:5
 	>=dev-qt/qtdbus-5.15:5

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index 981896ae4138..7e969e772422 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"
@@ -21,7 +21,7 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.12.0"
+BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
 DEPEND="
 	>=dev-qt/qtcore-5.15:5
 	>=dev-qt/qtdbus-5.15:5


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2023-06-18 14:53 Andreas Sturmlechner
  0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2023-06-18 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     7460004b4f22065109d066ebcc2cbc32e46cd59d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 09:40:22 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 14:53:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7460004b

x11-terms/qterminal: drop 1.2.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-terms/qterminal/Manifest               |  1 -
 x11-terms/qterminal/qterminal-1.2.0.ebuild | 51 ------------------------------
 2 files changed, 52 deletions(-)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index 76119a8dce17..7c3ea139cb2d 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1,2 +1 @@
-DIST qterminal-1.2.0.tar.xz 217432 BLAKE2B cd5b8e02fe36abcd88b3af1b7d3e9e9791af0d3db867554cc683fe0f821af7668c585a5ebf3cee1ebcb4e9cc06e41c2c1afaf9f5b9fecb9d02f71dbe9a8bc6c8 SHA512 4d0db104004bc4b4a0c6d030978c241c0c57d7642f1a9e215158da5810029a46f21510c9b2a92d32c7218df667015e96b47965e3c2951935af7ab6a1a33a0f9d
 DIST qterminal-1.3.0.tar.xz 217748 BLAKE2B 8da4e5388f13919cf67eb9931d4acd0e51b4b45a57acea1db1d8d98cfcec57e7b789e9b0f764fdefdfc71ff36b6a9722e2d389013b22872f8f730ebb1ff1d944 SHA512 f8cf2183da7af7869433b6057e20fba46be5cce30b75bdafb6cc0a5474e39fb1f2f8831f6841ca78f8b367f718ed2ee5a312a75850bc8192a37f20a6c5767a8d

diff --git a/x11-terms/qterminal/qterminal-1.2.0.ebuild b/x11-terms/qterminal/qterminal-1.2.0.ebuild
deleted file mode 100644
index bbb07b613889..000000000000
--- a/x11-terms/qterminal/qterminal-1.2.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt-based multitab terminal emulator"
-HOMEPAGE="https://lxqt-project.org/"
-
-if [[ ${PV} = *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.12.0"
-DEPEND="
-	>=dev-qt/qtcore-5.15:5
-	>=dev-qt/qtdbus-5.15:5
-	>=dev-qt/qtgui-5.15:5
-	>=dev-qt/qtwidgets-5.15:5
-	>=dev-qt/qtx11extras-5.15:5
-	x11-libs/libX11
-	~x11-libs/qtermwidget-${PV}:=
-	test? ( dev-qt/qttest:5 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTS=$(usex test)
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2023-05-29 21:57 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2023-05-29 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     04728e16d74588758a4440c40fa50858a31e16aa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 21:56:28 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 29 21:56:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04728e16

x11-terms/qterminal: Stabilize 1.3.0 arm64, #907298

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-1.3.0.ebuild b/x11-terms/qterminal/qterminal-1.3.0.ebuild
index 7834978f4703..99c3fa6ec5e1 100644
--- a/x11-terms/qterminal/qterminal-1.3.0.ebuild
+++ b/x11-terms/qterminal/qterminal-1.3.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2023-05-29 11:05 Arthur Zamarin
  0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2023-05-29 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     8955a474d38e7230986b9e5ae6a29d106724419a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 11:03:30 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 29 11:03:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8955a474

x11-terms/qterminal: Stabilize 1.3.0 x86, #907298

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-1.3.0.ebuild b/x11-terms/qterminal/qterminal-1.3.0.ebuild
index d16884a8f3ac..7834978f4703 100644
--- a/x11-terms/qterminal/qterminal-1.3.0.ebuild
+++ b/x11-terms/qterminal/qterminal-1.3.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2023-05-29  0:10 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2023-05-29  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d910bd903010e005351c4831e7626ee428eeb7e7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 00:10:09 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 29 00:10:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d910bd90

x11-terms/qterminal: Stabilize 1.3.0 amd64, #907298

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-1.3.0.ebuild b/x11-terms/qterminal/qterminal-1.3.0.ebuild
index 7e969e772422..d16884a8f3ac 100644
--- a/x11-terms/qterminal/qterminal-1.3.0.ebuild
+++ b/x11-terms/qterminal/qterminal-1.3.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2023-04-17 22:08 Jimi Huotari
  0 siblings, 0 replies; 68+ messages in thread
From: Jimi Huotari @ 2023-04-17 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     5d2925f3580e00babb97bef36790f5cee88ca98b
Author:     Michael Vetter <jubalh <AT> iodoru <DOT> org>
AuthorDate: Sat Apr 15 19:14:31 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 22:06:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2925f3

x11-terms/qterminal: add 1.3.0

Signed-off-by: Michael Vetter <jubalh <AT> iodoru.org>
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 x11-terms/qterminal/Manifest               |  1 +
 x11-terms/qterminal/qterminal-1.3.0.ebuild | 51 ++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index 5642c15dd799..76119a8dce17 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1 +1,2 @@
 DIST qterminal-1.2.0.tar.xz 217432 BLAKE2B cd5b8e02fe36abcd88b3af1b7d3e9e9791af0d3db867554cc683fe0f821af7668c585a5ebf3cee1ebcb4e9cc06e41c2c1afaf9f5b9fecb9d02f71dbe9a8bc6c8 SHA512 4d0db104004bc4b4a0c6d030978c241c0c57d7642f1a9e215158da5810029a46f21510c9b2a92d32c7218df667015e96b47965e3c2951935af7ab6a1a33a0f9d
+DIST qterminal-1.3.0.tar.xz 217748 BLAKE2B 8da4e5388f13919cf67eb9931d4acd0e51b4b45a57acea1db1d8d98cfcec57e7b789e9b0f764fdefdfc71ff36b6a9722e2d389013b22872f8f730ebb1ff1d944 SHA512 f8cf2183da7af7869433b6057e20fba46be5cce30b75bdafb6cc0a5474e39fb1f2f8831f6841ca78f8b367f718ed2ee5a312a75850bc8192a37f20a6c5767a8d

diff --git a/x11-terms/qterminal/qterminal-1.3.0.ebuild b/x11-terms/qterminal/qterminal-1.3.0.ebuild
new file mode 100644
index 000000000000..7e969e772422
--- /dev/null
+++ b/x11-terms/qterminal/qterminal-1.3.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt-based multitab terminal emulator"
+HOMEPAGE="https://lxqt-project.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-2 GPL-2+"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
+DEPEND="
+	>=dev-qt/qtcore-5.15:5
+	>=dev-qt/qtdbus-5.15:5
+	>=dev-qt/qtgui-5.15:5
+	>=dev-qt/qtwidgets-5.15:5
+	>=dev-qt/qtx11extras-5.15:5
+	x11-libs/libX11
+	~x11-libs/qtermwidget-${PV}:=
+	test? ( dev-qt/qttest:5 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTS=$(usex test)
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2023-03-26 15:50 Jimi Huotari
  0 siblings, 0 replies; 68+ messages in thread
From: Jimi Huotari @ 2023-03-26 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     1f503e925f7403843841b4d3cd7ebc62462becbe
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 15:33:00 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 15:33:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f503e92

x11-terms/qterminal: drop 1.1.0

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 x11-terms/qterminal/Manifest               |  1 -
 x11-terms/qterminal/qterminal-1.1.0.ebuild | 40 ------------------------------
 2 files changed, 41 deletions(-)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index 7dbcfe2de5f4..5642c15dd799 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1,2 +1 @@
-DIST qterminal-1.1.0.tar.xz 209908 BLAKE2B 1ff732f9ae2c84ef063c97679fb4acd1c4b0eb9a981ab99aba689d1f48496fa8721b5b7bfbaae3d7e440e74385d47b4dddb834685f03d2b308a597329af463c1 SHA512 422ba05ebed00ac7f355cd9599f930f861141b9f69ff3e475ac9bb1e74aa02b4787d18fe52c03350dcb3b9b579d67b67d5d4e3b86aa204084d16c1097dc3b291
 DIST qterminal-1.2.0.tar.xz 217432 BLAKE2B cd5b8e02fe36abcd88b3af1b7d3e9e9791af0d3db867554cc683fe0f821af7668c585a5ebf3cee1ebcb4e9cc06e41c2c1afaf9f5b9fecb9d02f71dbe9a8bc6c8 SHA512 4d0db104004bc4b4a0c6d030978c241c0c57d7642f1a9e215158da5810029a46f21510c9b2a92d32c7218df667015e96b47965e3c2951935af7ab6a1a33a0f9d

diff --git a/x11-terms/qterminal/qterminal-1.1.0.ebuild b/x11-terms/qterminal/qterminal-1.1.0.ebuild
deleted file mode 100644
index 7d805de4226a..000000000000
--- a/x11-terms/qterminal/qterminal-1.1.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt-based multitab terminal emulator"
-HOMEPAGE="https://lxqt-project.org/"
-
-if [[ ${PV} = *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-fi
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.11.0"
-DEPEND="
-	>=dev-qt/qtcore-5.15:5
-	>=dev-qt/qtdbus-5.15:5
-	>=dev-qt/qtgui-5.15:5
-	>=dev-qt/qtwidgets-5.15:5
-	>=dev-qt/qtx11extras-5.15:5
-	x11-libs/libX11
-	~x11-libs/qtermwidget-${PV}:=
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2022-12-17 19:28 Arthur Zamarin
  0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2022-12-17 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     76f77dfc1cf87daa867f6ee6b2da9b3b7a880c38
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 19:25:50 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 19:25:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76f77dfc

x11-terms/qterminal: Stabilize 1.2.0 arm64, #886365

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-1.2.0.ebuild b/x11-terms/qterminal/qterminal-1.2.0.ebuild
index f7338c3be0e4..bbb07b613889 100644
--- a/x11-terms/qterminal/qterminal-1.2.0.ebuild
+++ b/x11-terms/qterminal/qterminal-1.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2022-12-16 21:50 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2022-12-16 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     2b77448cb56661037f97be7fb4f5ac1e44e4835c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 21:49:00 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 21:49:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b77448c

x11-terms/qterminal: Stabilize 1.2.0 x86, #886365

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-1.2.0.ebuild b/x11-terms/qterminal/qterminal-1.2.0.ebuild
index 06fb83421dcc..f7338c3be0e4 100644
--- a/x11-terms/qterminal/qterminal-1.2.0.ebuild
+++ b/x11-terms/qterminal/qterminal-1.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2022-12-16 20:33 Arthur Zamarin
  0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2022-12-16 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     512324c24617e73d8c4585cac5a929ff61c52f91
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 20:32:52 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 20:32:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=512324c2

x11-terms/qterminal: Stabilize 1.2.0 amd64, #886365

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-1.2.0.ebuild b/x11-terms/qterminal/qterminal-1.2.0.ebuild
index 6862ff012b40..06fb83421dcc 100644
--- a/x11-terms/qterminal/qterminal-1.2.0.ebuild
+++ b/x11-terms/qterminal/qterminal-1.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2022-11-29 18:06 WANG Xuerui
  0 siblings, 0 replies; 68+ messages in thread
From: WANG Xuerui @ 2022-11-29 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f2d3c851bcd4fff37d2725a73f0829d00b7afb56
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 16:26:51 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 18:04:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d3c851

x11-terms/qterminal: keyword 1.2.0 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 x11-terms/qterminal/qterminal-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-1.2.0.ebuild b/x11-terms/qterminal/qterminal-1.2.0.ebuild
index 981896ae4138..6862ff012b40 100644
--- a/x11-terms/qterminal/qterminal-1.2.0.ebuild
+++ b/x11-terms/qterminal/qterminal-1.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2022-11-09 18:08 Jimi Huotari
  0 siblings, 0 replies; 68+ messages in thread
From: Jimi Huotari @ 2022-11-09 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     b5067b45c35062240d143fb1f482cbcd949944a4
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  9 18:07:41 2022 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Nov  9 18:07:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5067b45

x11-terms/qterminal: fix build with/without tests

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 x11-terms/qterminal/qterminal-1.2.0.ebuild | 11 +++++++++++
 x11-terms/qterminal/qterminal-9999.ebuild  | 11 +++++++++++
 2 files changed, 22 insertions(+)

diff --git a/x11-terms/qterminal/qterminal-1.2.0.ebuild b/x11-terms/qterminal/qterminal-1.2.0.ebuild
index f38c21ae5800..981896ae4138 100644
--- a/x11-terms/qterminal/qterminal-1.2.0.ebuild
+++ b/x11-terms/qterminal/qterminal-1.2.0.ebuild
@@ -18,6 +18,8 @@ fi
 
 LICENSE="GPL-2 GPL-2+"
 SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
 
 BDEPEND=">=dev-util/lxqt-build-tools-0.12.0"
 DEPEND="
@@ -28,9 +30,18 @@ DEPEND="
 	>=dev-qt/qtx11extras-5.15:5
 	x11-libs/libX11
 	~x11-libs/qtermwidget-${PV}:=
+	test? ( dev-qt/qttest:5 )
 "
 RDEPEND="${DEPEND}"
 
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTS=$(usex test)
+	)
+
+	cmake_src_configure
+}
+
 pkg_postinst() {
 	xdg_icon_cache_update
 }

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index f38c21ae5800..981896ae4138 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -18,6 +18,8 @@ fi
 
 LICENSE="GPL-2 GPL-2+"
 SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
 
 BDEPEND=">=dev-util/lxqt-build-tools-0.12.0"
 DEPEND="
@@ -28,9 +30,18 @@ DEPEND="
 	>=dev-qt/qtx11extras-5.15:5
 	x11-libs/libX11
 	~x11-libs/qtermwidget-${PV}:=
+	test? ( dev-qt/qttest:5 )
 "
 RDEPEND="${DEPEND}"
 
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTS=$(usex test)
+	)
+
+	cmake_src_configure
+}
+
 pkg_postinst() {
 	xdg_icon_cache_update
 }


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2022-11-09 13:46 Jimi Huotari
  0 siblings, 0 replies; 68+ messages in thread
From: Jimi Huotari @ 2022-11-09 13:46 UTC (permalink / raw
  To: gentoo-commits

commit:     b33795091d018061aca80582f499a711f6725d75
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  9 13:21:09 2022 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Nov  9 13:45:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3379509

x11-terms/qterminal: update lxqt-build-tools dependency

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 x11-terms/qterminal/qterminal-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index 894a3242fa81..f38c21ae5800 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -19,7 +19,7 @@ fi
 LICENSE="GPL-2 GPL-2+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.11.0"
+BDEPEND=">=dev-util/lxqt-build-tools-0.12.0"
 DEPEND="
 	>=dev-qt/qtcore-5.15:5
 	>=dev-qt/qtdbus-5.15:5


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2022-11-09 13:46 Jimi Huotari
  0 siblings, 0 replies; 68+ messages in thread
From: Jimi Huotari @ 2022-11-09 13:46 UTC (permalink / raw
  To: gentoo-commits

commit:     17af4da598ddd48c0f72a0412d4422e82611b5c0
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  9 10:41:49 2022 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Nov  9 13:45:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17af4da5

x11-terms/qterminal: add version 1.2.0

Closes: https://bugs.gentoo.org/880553
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 x11-terms/qterminal/Manifest               |  1 +
 x11-terms/qterminal/qterminal-1.2.0.ebuild | 40 ++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index de82955cc1c1..cdc90dee82a7 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1,3 +1,4 @@
 DIST qterminal-0.17.0.tar.xz 194332 BLAKE2B bf972608601cd3b4412a95dc4930183655a74d93963f20aadde289eb79d1967737e69d1e25983edc587fb097e1c65c5580dbcdbe79a71aa7f37d62b04819450b SHA512 c5d4ead74feeaec19b917389e7ff6fc4630671deb3442335b8e8c96ec6022c3460343475c95cd40cbaab4c0f813236c23557508b10e26e82ddf1546662f1de57
 DIST qterminal-1.0.0.tar.xz 201644 BLAKE2B e294c575590964710aeb4b433db51844f75fe0f73b966ef5acde148b3f779aa89ae3c5f1d73d3a3877b14d932150702ff871267399cbcab3b4aefc445c942922 SHA512 d3fd04ef94d683aae641367e56185723cf32d2390ab505b956c6736fe674144f6f270ef0def43b1f2d3aec659a2a7735cfb3713da07f49697823f9384572b3a0
 DIST qterminal-1.1.0.tar.xz 209908 BLAKE2B 1ff732f9ae2c84ef063c97679fb4acd1c4b0eb9a981ab99aba689d1f48496fa8721b5b7bfbaae3d7e440e74385d47b4dddb834685f03d2b308a597329af463c1 SHA512 422ba05ebed00ac7f355cd9599f930f861141b9f69ff3e475ac9bb1e74aa02b4787d18fe52c03350dcb3b9b579d67b67d5d4e3b86aa204084d16c1097dc3b291
+DIST qterminal-1.2.0.tar.xz 217432 BLAKE2B cd5b8e02fe36abcd88b3af1b7d3e9e9791af0d3db867554cc683fe0f821af7668c585a5ebf3cee1ebcb4e9cc06e41c2c1afaf9f5b9fecb9d02f71dbe9a8bc6c8 SHA512 4d0db104004bc4b4a0c6d030978c241c0c57d7642f1a9e215158da5810029a46f21510c9b2a92d32c7218df667015e96b47965e3c2951935af7ab6a1a33a0f9d

diff --git a/x11-terms/qterminal/qterminal-1.2.0.ebuild b/x11-terms/qterminal/qterminal-1.2.0.ebuild
new file mode 100644
index 000000000000..f38c21ae5800
--- /dev/null
+++ b/x11-terms/qterminal/qterminal-1.2.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt-based multitab terminal emulator"
+HOMEPAGE="https://lxqt-project.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-2 GPL-2+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.12.0"
+DEPEND="
+	>=dev-qt/qtcore-5.15:5
+	>=dev-qt/qtdbus-5.15:5
+	>=dev-qt/qtgui-5.15:5
+	>=dev-qt/qtwidgets-5.15:5
+	>=dev-qt/qtx11extras-5.15:5
+	x11-libs/libX11
+	~x11-libs/qtermwidget-${PV}:=
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2022-07-26  7:05 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2022-07-26  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c1c57ee9067f710935833cfbb80f314a35b5b8d0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 07:04:43 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 07:04:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c57ee9

x11-terms/qterminal: Stabilize 1.1.0 arm64, #858218

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-1.1.0.ebuild b/x11-terms/qterminal/qterminal-1.1.0.ebuild
index 52b65dbb7154..7d805de4226a 100644
--- a/x11-terms/qterminal/qterminal-1.1.0.ebuild
+++ b/x11-terms/qterminal/qterminal-1.1.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2022-07-22 17:54 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2022-07-22 17:54 UTC (permalink / raw
  To: gentoo-commits

commit:     2526db61ca5f1c6291bb135a268c91272b5e7fcd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 22 17:54:08 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 22 17:54:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2526db61

x11-terms/qterminal: Stabilize 1.1.0 amd64, #858218

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-1.1.0.ebuild b/x11-terms/qterminal/qterminal-1.1.0.ebuild
index 32e3fafae95c..52b65dbb7154 100644
--- a/x11-terms/qterminal/qterminal-1.1.0.ebuild
+++ b/x11-terms/qterminal/qterminal-1.1.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2022-07-20  5:36 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2022-07-20  5:36 UTC (permalink / raw
  To: gentoo-commits

commit:     65562ade00a2297f54695ccb2757b0f6a50d2ee0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 05:36:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 05:36:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65562ade

x11-terms/qterminal: Stabilize 1.1.0 x86, #858218

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-1.1.0.ebuild b/x11-terms/qterminal/qterminal-1.1.0.ebuild
index 894a3242fa81..32e3fafae95c 100644
--- a/x11-terms/qterminal/qterminal-1.1.0.ebuild
+++ b/x11-terms/qterminal/qterminal-1.1.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2022-05-15  0:13 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2022-05-15  0:13 UTC (permalink / raw
  To: gentoo-commits

commit:     f8368afd06db412a8dba7c8ff3406dd7c60b1695
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 22:30:43 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 00:12:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8368afd

x11-terms/qterminal: update dependencies/patches

The 0.16.1-appdata.patch no longer applies, nor is it needed after the
upstream commit 69ce22c9114 [1].

1. https://github.com/lxqt/qterminal/commit/69ce22c91144e1811498c5f8f94

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-9999.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index 34e20dcedd2a..894a3242fa81 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -19,7 +19,7 @@ fi
 LICENSE="GPL-2 GPL-2+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.10.0"
+BDEPEND=">=dev-util/lxqt-build-tools-0.11.0"
 DEPEND="
 	>=dev-qt/qtcore-5.15:5
 	>=dev-qt/qtdbus-5.15:5
@@ -31,8 +31,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-PATCHES=( "${FILESDIR}/qterminal-0.16.1-appdata.patch" )
-
 pkg_postinst() {
 	xdg_icon_cache_update
 }


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2022-05-15  0:13 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2022-05-15  0:13 UTC (permalink / raw
  To: gentoo-commits

commit:     f2c340142927e7d2e694931f4c127c9a3819b7e3
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 22:31:25 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 00:12:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c34014

x11-terms/qterminal: add version 1.1.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/qterminal/Manifest               |  1 +
 x11-terms/qterminal/qterminal-1.1.0.ebuild | 40 ++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index 369f50815eea..de82955cc1c1 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1,2 +1,3 @@
 DIST qterminal-0.17.0.tar.xz 194332 BLAKE2B bf972608601cd3b4412a95dc4930183655a74d93963f20aadde289eb79d1967737e69d1e25983edc587fb097e1c65c5580dbcdbe79a71aa7f37d62b04819450b SHA512 c5d4ead74feeaec19b917389e7ff6fc4630671deb3442335b8e8c96ec6022c3460343475c95cd40cbaab4c0f813236c23557508b10e26e82ddf1546662f1de57
 DIST qterminal-1.0.0.tar.xz 201644 BLAKE2B e294c575590964710aeb4b433db51844f75fe0f73b966ef5acde148b3f779aa89ae3c5f1d73d3a3877b14d932150702ff871267399cbcab3b4aefc445c942922 SHA512 d3fd04ef94d683aae641367e56185723cf32d2390ab505b956c6736fe674144f6f270ef0def43b1f2d3aec659a2a7735cfb3713da07f49697823f9384572b3a0
+DIST qterminal-1.1.0.tar.xz 209908 BLAKE2B 1ff732f9ae2c84ef063c97679fb4acd1c4b0eb9a981ab99aba689d1f48496fa8721b5b7bfbaae3d7e440e74385d47b4dddb834685f03d2b308a597329af463c1 SHA512 422ba05ebed00ac7f355cd9599f930f861141b9f69ff3e475ac9bb1e74aa02b4787d18fe52c03350dcb3b9b579d67b67d5d4e3b86aa204084d16c1097dc3b291

diff --git a/x11-terms/qterminal/qterminal-1.1.0.ebuild b/x11-terms/qterminal/qterminal-1.1.0.ebuild
new file mode 100644
index 000000000000..894a3242fa81
--- /dev/null
+++ b/x11-terms/qterminal/qterminal-1.1.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt-based multitab terminal emulator"
+HOMEPAGE="https://lxqt-project.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-2 GPL-2+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.11.0"
+DEPEND="
+	>=dev-qt/qtcore-5.15:5
+	>=dev-qt/qtdbus-5.15:5
+	>=dev-qt/qtgui-5.15:5
+	>=dev-qt/qtwidgets-5.15:5
+	>=dev-qt/qtx11extras-5.15:5
+	x11-libs/libX11
+	~x11-libs/qtermwidget-${PV}:=
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2022-04-15 13:14 Arthur Zamarin
  0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2022-04-15 13:14 UTC (permalink / raw
  To: gentoo-commits

commit:     2127c4597f0c732996b7a3f23613e79b409ea7a7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 13:14:27 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 13:14:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2127c459

x11-terms/qterminal: Stabilize 1.0.0 arm64, #831448

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-1.0.0.ebuild b/x11-terms/qterminal/qterminal-1.0.0.ebuild
index 6618f19b5af3..52947cd89a2a 100644
--- a/x11-terms/qterminal/qterminal-1.0.0.ebuild
+++ b/x11-terms/qterminal/qterminal-1.0.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2022-04-15  6:17 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2022-04-15  6:17 UTC (permalink / raw
  To: gentoo-commits

commit:     dd0c43b6f5a558f444490f3f1d8dafb8932c1421
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 06:16:23 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 06:17:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd0c43b6

x11-terms/qterminal: Stabilize 1.0.0 x86, #831448

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-1.0.0.ebuild b/x11-terms/qterminal/qterminal-1.0.0.ebuild
index 52cf6360f85c..6618f19b5af3 100644
--- a/x11-terms/qterminal/qterminal-1.0.0.ebuild
+++ b/x11-terms/qterminal/qterminal-1.0.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2022-01-21 19:07 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2022-01-21 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     2e2e1abd17d3bd00aa7a5c377ae8bff79392f22e
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Sat Nov  6 13:01:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 19:06:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e2e1abd

x11-terms/qterminal: version bump to 1.0.0

Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/qterminal/Manifest                             |  1 +
 .../{qterminal-9999.ebuild => qterminal-1.0.0.ebuild}    | 16 ++++++++--------
 x11-terms/qterminal/qterminal-9999.ebuild                | 16 ++++++++--------
 3 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index 2d8ba1eb8963..369f50815eea 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1 +1,2 @@
 DIST qterminal-0.17.0.tar.xz 194332 BLAKE2B bf972608601cd3b4412a95dc4930183655a74d93963f20aadde289eb79d1967737e69d1e25983edc587fb097e1c65c5580dbcdbe79a71aa7f37d62b04819450b SHA512 c5d4ead74feeaec19b917389e7ff6fc4630671deb3442335b8e8c96ec6022c3460343475c95cd40cbaab4c0f813236c23557508b10e26e82ddf1546662f1de57
+DIST qterminal-1.0.0.tar.xz 201644 BLAKE2B e294c575590964710aeb4b433db51844f75fe0f73b966ef5acde148b3f779aa89ae3c5f1d73d3a3877b14d932150702ff871267399cbcab3b4aefc445c942922 SHA512 d3fd04ef94d683aae641367e56185723cf32d2390ab505b956c6736fe674144f6f270ef0def43b1f2d3aec659a2a7735cfb3713da07f49697823f9384572b3a0

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-1.0.0.ebuild
similarity index 68%
copy from x11-terms/qterminal/qterminal-9999.ebuild
copy to x11-terms/qterminal/qterminal-1.0.0.ebuild
index fc217e25da76..fc02324e2326 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-1.0.0.ebuild
@@ -13,25 +13,25 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"
+BDEPEND=">=dev-util/lxqt-build-tools-0.10.0"
 DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
+	>=dev-qt/qtcore-5.15:5
+	>=dev-qt/qtdbus-5.15:5
+	>=dev-qt/qtgui-5.15:5
+	>=dev-qt/qtwidgets-5.15:5
+	>=dev-qt/qtx11extras-5.15:5
 	x11-libs/libX11
 	~x11-libs/qtermwidget-${PV}
 "
 RDEPEND="${DEPEND}"
 
-PATCHES=( "${FILESDIR}/${PN}-0.16.1-appdata.patch" )
+PATCHES=( "${FILESDIR}/qterminal-0.16.1-appdata.patch" )
 
 pkg_postinst() {
 	xdg_icon_cache_update

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index fc217e25da76..fc02324e2326 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -13,25 +13,25 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"
+BDEPEND=">=dev-util/lxqt-build-tools-0.10.0"
 DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
+	>=dev-qt/qtcore-5.15:5
+	>=dev-qt/qtdbus-5.15:5
+	>=dev-qt/qtgui-5.15:5
+	>=dev-qt/qtwidgets-5.15:5
+	>=dev-qt/qtx11extras-5.15:5
 	x11-libs/libX11
 	~x11-libs/qtermwidget-${PV}
 "
 RDEPEND="${DEPEND}"
 
-PATCHES=( "${FILESDIR}/${PN}-0.16.1-appdata.patch" )
+PATCHES=( "${FILESDIR}/qterminal-0.16.1-appdata.patch" )
 
 pkg_postinst() {
 	xdg_icon_cache_update


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2021-09-30 17:24 Andreas Sturmlechner
  0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2021-09-30 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     5c6542b5aa5ed8e68407080be5a658dab9d92cd2
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 25 06:55:23 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 30 17:22:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c6542b5

x11-terms/qterminal: remove version 0.16.1

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-terms/qterminal/Manifest                   |  1 -
 x11-terms/qterminal/qterminal-0.16.1-r1.ebuild | 44 --------------------------
 2 files changed, 45 deletions(-)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index 0e219e388d8..2d8ba1eb896 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1,2 +1 @@
-DIST qterminal-0.16.1.tar.xz 185144 BLAKE2B f775aae132e88c5074e009436da15989a2ff047359ad7d79b9ec2b9b0927d72323eb5d04885012bf68280218c16900d03af1d295a49f6434229274130fe39e27 SHA512 0d9736cb6e220a019e6a8df9507604c144a9be6cb8702719e489c6868858a4e0ab362f713f697ba7a6f9e8cd9c9a94aa8e6daba1adcd698a52729ca6e8096def
 DIST qterminal-0.17.0.tar.xz 194332 BLAKE2B bf972608601cd3b4412a95dc4930183655a74d93963f20aadde289eb79d1967737e69d1e25983edc587fb097e1c65c5580dbcdbe79a71aa7f37d62b04819450b SHA512 c5d4ead74feeaec19b917389e7ff6fc4630671deb3442335b8e8c96ec6022c3460343475c95cd40cbaab4c0f813236c23557508b10e26e82ddf1546662f1de57

diff --git a/x11-terms/qterminal/qterminal-0.16.1-r1.ebuild b/x11-terms/qterminal/qterminal-0.16.1-r1.ebuild
deleted file mode 100644
index edd6781423e..00000000000
--- a/x11-terms/qterminal/qterminal-0.16.1-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt-based multitab terminal emulator"
-HOMEPAGE="https://lxqt.github.io/"
-
-if [[ ${PV} = *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-fi
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.8.0"
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-	x11-libs/libX11
-	~x11-libs/qtermwidget-${PV}
-"
-RDEPEND="${DEPEND}
-	!lxqt-base/lxqt-l10n
-"
-
-PATCHES=( "${FILESDIR}/${P}-appdata.patch" )
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2021-07-26  7:40 Yixun Lan
  0 siblings, 0 replies; 68+ messages in thread
From: Yixun Lan @ 2021-07-26  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     686fe244bd4fcff622daa63da162f05522772821
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Jul 25 08:25:56 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 07:37:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686fe244

x11-terms/qterminal: keyword 0.17.0 for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 x11-terms/qterminal/qterminal-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-0.17.0.ebuild b/x11-terms/qterminal/qterminal-0.17.0.ebuild
index 6bc637216f8..5e8592563aa 100644
--- a/x11-terms/qterminal/qterminal-0.17.0.ebuild
+++ b/x11-terms/qterminal/qterminal-0.17.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2021-07-12  1:06 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2021-07-12  1:06 UTC (permalink / raw
  To: gentoo-commits

commit:     511f147738ebe412b0091cb6106c502cdc0fa202
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 01:06:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 01:06:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511f1477

x11-terms/qterminal: Stabilize 0.17.0 x86, #801184

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-0.17.0.ebuild b/x11-terms/qterminal/qterminal-0.17.0.ebuild
index 2162bd5d415..6bc637216f8 100644
--- a/x11-terms/qterminal/qterminal-0.17.0.ebuild
+++ b/x11-terms/qterminal/qterminal-0.17.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2021-07-11  8:58 Agostino Sarubbo
  0 siblings, 0 replies; 68+ messages in thread
From: Agostino Sarubbo @ 2021-07-11  8:58 UTC (permalink / raw
  To: gentoo-commits

commit:     904904f333456246c92faa8ff8a17055a64d73cd
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 08:57:14 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 08:57:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904904f3

x11-terms/qterminal: amd64 stable wrt bug #801184

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-terms/qterminal/qterminal-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-0.17.0.ebuild b/x11-terms/qterminal/qterminal-0.17.0.ebuild
index c19beb9ee0e..2162bd5d415 100644
--- a/x11-terms/qterminal/qterminal-0.17.0.ebuild
+++ b/x11-terms/qterminal/qterminal-0.17.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2021-04-18  5:09 Joonas Niilola
  0 siblings, 0 replies; 68+ messages in thread
From: Joonas Niilola @ 2021-04-18  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     de108eeecc564e785552b3bdfbe92ce1ab54400f
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 17:09:30 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 05:06:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de108eee

x11-terms/qterminal: add version 0.17.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-terms/qterminal/Manifest                |  1 +
 x11-terms/qterminal/qterminal-0.17.0.ebuild | 42 +++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index 4bf922a4b38..0e219e388d8 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1 +1,2 @@
 DIST qterminal-0.16.1.tar.xz 185144 BLAKE2B f775aae132e88c5074e009436da15989a2ff047359ad7d79b9ec2b9b0927d72323eb5d04885012bf68280218c16900d03af1d295a49f6434229274130fe39e27 SHA512 0d9736cb6e220a019e6a8df9507604c144a9be6cb8702719e489c6868858a4e0ab362f713f697ba7a6f9e8cd9c9a94aa8e6daba1adcd698a52729ca6e8096def
+DIST qterminal-0.17.0.tar.xz 194332 BLAKE2B bf972608601cd3b4412a95dc4930183655a74d93963f20aadde289eb79d1967737e69d1e25983edc587fb097e1c65c5580dbcdbe79a71aa7f37d62b04819450b SHA512 c5d4ead74feeaec19b917389e7ff6fc4630671deb3442335b8e8c96ec6022c3460343475c95cd40cbaab4c0f813236c23557508b10e26e82ddf1546662f1de57

diff --git a/x11-terms/qterminal/qterminal-0.17.0.ebuild b/x11-terms/qterminal/qterminal-0.17.0.ebuild
new file mode 100644
index 00000000000..c19beb9ee0e
--- /dev/null
+++ b/x11-terms/qterminal/qterminal-0.17.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt-based multitab terminal emulator"
+HOMEPAGE="https://lxqt.github.io/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
+LICENSE="GPL-2 GPL-2+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	x11-libs/libX11
+	~x11-libs/qtermwidget-${PV}
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/qterminal-0.16.1-appdata.patch" )
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2021-03-26 19:44 Andreas Sturmlechner
  0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2021-03-26 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     6d27e671249eb00dbae811496efaef51327eb5ed
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 10:43:38 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 19:43:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d27e671

x11-terms/qterminal: remove version 0.14.1 and 0.15.0

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-terms/qterminal/Manifest                   |  2 --
 x11-terms/qterminal/qterminal-0.14.1-r1.ebuild | 42 --------------------------
 x11-terms/qterminal/qterminal-0.15.0.ebuild    | 42 --------------------------
 3 files changed, 86 deletions(-)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index 011aed51880..4bf922a4b38 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1,3 +1 @@
-DIST qterminal-0.14.1.tar.xz 167520 BLAKE2B e496e53b1855f94c49ef5fe699d7c88ca8ad4da40eb24f87701e72c50982bc98a16f060b075597a99d105d32dd38790e6599cd5b36d2901ffe1f72d0114f0fba SHA512 bb9ac6519236bb834892c1be50bc27f86631b2c7ed60c1ddd4300fedd48f3ea8a08aa453fa03199693486159f667f9391af9491dea5402b4f807ee91e8a6e5cf
-DIST qterminal-0.15.0.tar.xz 179608 BLAKE2B 7569f408c7edf16090907bf6386d4b87fbe5c9f27b738db38eda528ec3390470bc24cadd3bce8e60439b928b611d0208ba8b53172b8fc0b2af11307780041904 SHA512 03c690fd090fc87e0475f5a34e19ff1d5aeaea146fe5c62aa09540b6abfa0363506c44c3e82c5d3957e351b883ac9fdd014da66ce7d44e7d3e5fecc8fcd7bcac
 DIST qterminal-0.16.1.tar.xz 185144 BLAKE2B f775aae132e88c5074e009436da15989a2ff047359ad7d79b9ec2b9b0927d72323eb5d04885012bf68280218c16900d03af1d295a49f6434229274130fe39e27 SHA512 0d9736cb6e220a019e6a8df9507604c144a9be6cb8702719e489c6868858a4e0ab362f713f697ba7a6f9e8cd9c9a94aa8e6daba1adcd698a52729ca6e8096def

diff --git a/x11-terms/qterminal/qterminal-0.14.1-r1.ebuild b/x11-terms/qterminal/qterminal-0.14.1-r1.ebuild
deleted file mode 100644
index 5dcb92cdca6..00000000000
--- a/x11-terms/qterminal/qterminal-0.14.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt-based multitab terminal emulator"
-HOMEPAGE="https://lxqt.github.io/"
-
-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 ~ppc64 x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-	x11-libs/libX11
-	~x11-libs/qtermwidget-${PV}
-"
-RDEPEND="${DEPEND}
-	!lxqt-base/lxqt-l10n
-"
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/x11-terms/qterminal/qterminal-0.15.0.ebuild b/x11-terms/qterminal/qterminal-0.15.0.ebuild
deleted file mode 100644
index 1feff0b7320..00000000000
--- a/x11-terms/qterminal/qterminal-0.15.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt-based multitab terminal emulator"
-HOMEPAGE="https://lxqt.github.io/"
-
-if [[ ${PV} = *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-fi
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.7.0"
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-	x11-libs/libX11
-	~x11-libs/qtermwidget-${PV}
-"
-RDEPEND="${DEPEND}
-	!lxqt-base/lxqt-l10n
-"
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2021-03-02  2:32 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2021-03-02  2:32 UTC (permalink / raw
  To: gentoo-commits

commit:     61f8244a969bc11667384d4a783bd9d3bc3a5389
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  2 02:32:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar  2 02:32:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f8244a

x11-terms/qterminal: Stabilize 0.16.1-r1 amd64, #773463

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/qterminal/qterminal-0.16.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-0.16.1-r1.ebuild b/x11-terms/qterminal/qterminal-0.16.1-r1.ebuild
index ef7859e3cce..edd6781423e 100644
--- a/x11-terms/qterminal/qterminal-0.16.1-r1.ebuild
+++ b/x11-terms/qterminal/qterminal-0.16.1-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2021-03-01 17:18 Thomas Deutschmann
  0 siblings, 0 replies; 68+ messages in thread
From: Thomas Deutschmann @ 2021-03-01 17:18 UTC (permalink / raw
  To: gentoo-commits

commit:     e47a305fcd04fe733eb3b29b1e7e9caeff581187
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  1 17:16:48 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Mar  1 17:16:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47a305f

x11-terms/qterminal: x86 stable (bug #773463)

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 x11-terms/qterminal/qterminal-0.16.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-0.16.1-r1.ebuild b/x11-terms/qterminal/qterminal-0.16.1-r1.ebuild
index 1474704c16c..ef7859e3cce 100644
--- a/x11-terms/qterminal/qterminal-0.16.1-r1.ebuild
+++ b/x11-terms/qterminal/qterminal-0.16.1-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2021-02-28 21:57 Andreas Sturmlechner
  0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2021-02-28 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     e7ab2c6f3e5c4bd44851ada1b35997068427cc2f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 21:56:49 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 21:57:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ab2c6f

x11-terms/qterminal: Drop 0.16.1 (r0)

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-terms/qterminal/qterminal-0.16.1.ebuild | 42 -----------------------------
 1 file changed, 42 deletions(-)

diff --git a/x11-terms/qterminal/qterminal-0.16.1.ebuild b/x11-terms/qterminal/qterminal-0.16.1.ebuild
deleted file mode 100644
index 1b3cfd71784..00000000000
--- a/x11-terms/qterminal/qterminal-0.16.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt-based multitab terminal emulator"
-HOMEPAGE="https://lxqt.github.io/"
-
-if [[ ${PV} = *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-fi
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.8.0"
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-	x11-libs/libX11
-	~x11-libs/qtermwidget-${PV}
-"
-RDEPEND="${DEPEND}
-	!lxqt-base/lxqt-l10n
-"
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2020-11-23  7:12 Andreas Sturmlechner
  0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2020-11-23  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     cdf7a214e31188451664d5bbc2940b298bea0364
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  5 20:54:13 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 07:11:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf7a214

x11-terms/qterminal: add version 0.16.1

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-terms/qterminal/Manifest                |  1 +
 x11-terms/qterminal/qterminal-0.16.1.ebuild | 42 +++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index a6294ea31eb..011aed51880 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1,2 +1,3 @@
 DIST qterminal-0.14.1.tar.xz 167520 BLAKE2B e496e53b1855f94c49ef5fe699d7c88ca8ad4da40eb24f87701e72c50982bc98a16f060b075597a99d105d32dd38790e6599cd5b36d2901ffe1f72d0114f0fba SHA512 bb9ac6519236bb834892c1be50bc27f86631b2c7ed60c1ddd4300fedd48f3ea8a08aa453fa03199693486159f667f9391af9491dea5402b4f807ee91e8a6e5cf
 DIST qterminal-0.15.0.tar.xz 179608 BLAKE2B 7569f408c7edf16090907bf6386d4b87fbe5c9f27b738db38eda528ec3390470bc24cadd3bce8e60439b928b611d0208ba8b53172b8fc0b2af11307780041904 SHA512 03c690fd090fc87e0475f5a34e19ff1d5aeaea146fe5c62aa09540b6abfa0363506c44c3e82c5d3957e351b883ac9fdd014da66ce7d44e7d3e5fecc8fcd7bcac
+DIST qterminal-0.16.1.tar.xz 185144 BLAKE2B f775aae132e88c5074e009436da15989a2ff047359ad7d79b9ec2b9b0927d72323eb5d04885012bf68280218c16900d03af1d295a49f6434229274130fe39e27 SHA512 0d9736cb6e220a019e6a8df9507604c144a9be6cb8702719e489c6868858a4e0ab362f713f697ba7a6f9e8cd9c9a94aa8e6daba1adcd698a52729ca6e8096def

diff --git a/x11-terms/qterminal/qterminal-0.16.1.ebuild b/x11-terms/qterminal/qterminal-0.16.1.ebuild
new file mode 100644
index 00000000000..1b3cfd71784
--- /dev/null
+++ b/x11-terms/qterminal/qterminal-0.16.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt-based multitab terminal emulator"
+HOMEPAGE="https://lxqt.github.io/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
+LICENSE="GPL-2 GPL-2+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.8.0"
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	x11-libs/libX11
+	~x11-libs/qtermwidget-${PV}
+"
+RDEPEND="${DEPEND}
+	!lxqt-base/lxqt-l10n
+"
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2020-11-23  7:12 Andreas Sturmlechner
  0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2020-11-23  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     54125b7289d5e733f48614987e4032690f64f8fb
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  5 20:53:33 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 07:11:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54125b72

x11-terms/qterminal: update dependencies

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-terms/qterminal/qterminal-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index 2c670eef48f..1b3cfd71784 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -19,7 +19,7 @@ fi
 LICENSE="GPL-2 GPL-2+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.7.0"
+BDEPEND=">=dev-util/lxqt-build-tools-0.8.0"
 DEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtdbus:5


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2020-08-17  7:10 Agostino Sarubbo
  0 siblings, 0 replies; 68+ messages in thread
From: Agostino Sarubbo @ 2020-08-17  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a23fe955be9cabea94092f2bdc6a4b2358846513
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 07:09:40 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 07:09:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23fe955

x11-terms/qterminal: x86 stable wrt bug #736808

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-terms/qterminal/qterminal-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-0.15.0.ebuild b/x11-terms/qterminal/qterminal-0.15.0.ebuild
index 8457c63607c..1feff0b7320 100644
--- a/x11-terms/qterminal/qterminal-0.15.0.ebuild
+++ b/x11-terms/qterminal/qterminal-0.15.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2020-08-17  7:01 Agostino Sarubbo
  0 siblings, 0 replies; 68+ messages in thread
From: Agostino Sarubbo @ 2020-08-17  7:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6023e4c5489a2fede62f75e13477d489680f04f5
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 06:58:56 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 06:58:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6023e4c5

x11-terms/qterminal: amd64 stable wrt bug #736808

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-terms/qterminal/qterminal-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-0.15.0.ebuild b/x11-terms/qterminal/qterminal-0.15.0.ebuild
index 2c670eef48f..8457c63607c 100644
--- a/x11-terms/qterminal/qterminal-0.15.0.ebuild
+++ b/x11-terms/qterminal/qterminal-0.15.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2020-05-20 23:28 Andreas Sturmlechner
  0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2020-05-20 23:28 UTC (permalink / raw
  To: gentoo-commits

commit:     75538164c959e245954a81abe65ca8053be09373
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 27 18:14:23 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 20 23:28:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75538164

x11-terms/qterminal: add version 0.15.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-terms/qterminal/Manifest                |  1 +
 x11-terms/qterminal/qterminal-0.15.0.ebuild | 42 +++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index 262346b315c..a6294ea31eb 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1 +1,2 @@
 DIST qterminal-0.14.1.tar.xz 167520 BLAKE2B e496e53b1855f94c49ef5fe699d7c88ca8ad4da40eb24f87701e72c50982bc98a16f060b075597a99d105d32dd38790e6599cd5b36d2901ffe1f72d0114f0fba SHA512 bb9ac6519236bb834892c1be50bc27f86631b2c7ed60c1ddd4300fedd48f3ea8a08aa453fa03199693486159f667f9391af9491dea5402b4f807ee91e8a6e5cf
+DIST qterminal-0.15.0.tar.xz 179608 BLAKE2B 7569f408c7edf16090907bf6386d4b87fbe5c9f27b738db38eda528ec3390470bc24cadd3bce8e60439b928b611d0208ba8b53172b8fc0b2af11307780041904 SHA512 03c690fd090fc87e0475f5a34e19ff1d5aeaea146fe5c62aa09540b6abfa0363506c44c3e82c5d3957e351b883ac9fdd014da66ce7d44e7d3e5fecc8fcd7bcac

diff --git a/x11-terms/qterminal/qterminal-0.15.0.ebuild b/x11-terms/qterminal/qterminal-0.15.0.ebuild
new file mode 100644
index 00000000000..2c670eef48f
--- /dev/null
+++ b/x11-terms/qterminal/qterminal-0.15.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt-based multitab terminal emulator"
+HOMEPAGE="https://lxqt.github.io/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
+LICENSE="GPL-2 GPL-2+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.7.0"
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	x11-libs/libX11
+	~x11-libs/qtermwidget-${PV}
+"
+RDEPEND="${DEPEND}
+	!lxqt-base/lxqt-l10n
+"
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2020-05-20 23:28 Andreas Sturmlechner
  0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2020-05-20 23:28 UTC (permalink / raw
  To: gentoo-commits

commit:     0d9abb6f30426168641771f9c9b8b35e462b046a
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 27 18:15:36 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2020-02-11 22:46 Andreas Sturmlechner
  0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2020-02-11 22:46 UTC (permalink / raw
  To: gentoo-commits

commit:     b1d8410b779bc81736f58ee76ae511608cdd5afd
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 07:49:13 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 22:46:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d8410b

x11-terms/qterminal: add missing 'qtdbus' dependency

Closes: https://bugs.gentoo.org/704310
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{qterminal-9999.ebuild => qterminal-0.14.1-r1.ebuild}        | 9 ++++++---
 x11-terms/qterminal/qterminal-9999.ebuild                        | 1 +
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-0.14.1-r1.ebuild
similarity index 82%
copy from x11-terms/qterminal/qterminal-9999.ebuild
copy to x11-terms/qterminal/qterminal-0.14.1-r1.ebuild
index d95e1018d60..ac64f790b8b 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-0.14.1-r1.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
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	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"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="GPL-2"
@@ -22,13 +22,16 @@ SLOT="0"
 BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
 DEPEND="
 	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtx11extras:5
 	x11-libs/libX11
 	~x11-libs/qtermwidget-${PV}
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	!lxqt-base/lxqt-l10n
+"
 
 pkg_postinst() {
 	xdg_icon_cache_update

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index d95e1018d60..90a2ee44c5e 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -22,6 +22,7 @@ SLOT="0"
 BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
 DEPEND="
 	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtx11extras:5


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2019-07-22  8:51 Mikle Kolyada
  0 siblings, 0 replies; 68+ messages in thread
From: Mikle Kolyada @ 2019-07-22  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     462303467bc263275540ac5c326f24b69295a1f2
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 22 08:51:17 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 08:51:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46230346

x11-terms/qterminal: amd64 stable wrt bug #688434

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 x11-terms/qterminal/qterminal-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-0.14.1.ebuild b/x11-terms/qterminal/qterminal-0.14.1.ebuild
index 8c266828439..528f35e53d0 100644
--- a/x11-terms/qterminal/qterminal-0.14.1.ebuild
+++ b/x11-terms/qterminal/qterminal-0.14.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	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 ~ppc64 x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2019-07-08 12:10 Thomas Deutschmann
  0 siblings, 0 replies; 68+ messages in thread
From: Thomas Deutschmann @ 2019-07-08 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     ce3c58da901e493e035fa5defb85dcba1664e384
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 12:05:12 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 12:10:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3c58da

x11-terms/qterminal: x86 stable (bug #688434)

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 x11-terms/qterminal/qterminal-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-0.14.1.ebuild b/x11-terms/qterminal/qterminal-0.14.1.ebuild
index a16a34b51c3..8c266828439 100644
--- a/x11-terms/qterminal/qterminal-0.14.1.ebuild
+++ b/x11-terms/qterminal/qterminal-0.14.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	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 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2019-03-13 19:50 Andreas Sturmlechner
  0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2019-03-13 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     a4d81e8721b687633ca891aae6d9bb6c4892afd9
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 21:14:45 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 19:49:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4d81e87

x11-terms/qterminal: block 'lxqt-base/lxqt-l10n'

Otherwise files may collide.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/11351
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-terms/qterminal/qterminal-0.14.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-0.14.1.ebuild b/x11-terms/qterminal/qterminal-0.14.1.ebuild
index 49fa71664d1..a16a34b51c3 100644
--- a/x11-terms/qterminal/qterminal-0.14.1.ebuild
+++ b/x11-terms/qterminal/qterminal-0.14.1.ebuild
@@ -28,7 +28,9 @@ DEPEND="
 	x11-libs/libX11
 	~x11-libs/qtermwidget-${PV}
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	!lxqt-base/lxqt-l10n
+"
 
 pkg_postinst() {
 	xdg_icon_cache_update


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2019-03-11  6:51 Michael Palimaka
  0 siblings, 0 replies; 68+ messages in thread
From: Michael Palimaka @ 2019-03-11  6:51 UTC (permalink / raw
  To: gentoo-commits

commit:     72b06272a1743827709e26364b3413f0a97b388f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 06:51:07 2019 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 06:51:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b06272

x11-terms/qterminal: add ~ppc64 keyword

Bug: https://bugs.gentoo.org/679252
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 x11-terms/qterminal/qterminal-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-0.14.1.ebuild b/x11-terms/qterminal/qterminal-0.14.1.ebuild
index f7797f36015..49fa71664d1 100644
--- a/x11-terms/qterminal/qterminal-0.14.1.ebuild
+++ b/x11-terms/qterminal/qterminal-0.14.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	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"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2019-02-17 12:39 Andreas Sturmlechner
  0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2019-02-17 12:39 UTC (permalink / raw
  To: gentoo-commits

commit:     49539dbc3cbee2c1541d61567163433c4d8de22e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 17 12:33:23 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 17 12:39:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49539dbc

x11-terms/qterminal: EAPI-7 bump

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-terms/qterminal/qterminal-9999.ebuild | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index 791a464a7be..f63d5d11ad3 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit cmake-utils git-r3 gnome2-utils
+EAPI=7
+
+inherit cmake-utils git-r3 xdg-utils
 
 DESCRIPTION="Qt-based multitab terminal emulator"
 HOMEPAGE="https://github.com/lxde/qterminal"
@@ -13,7 +14,8 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="
+BDEPEND="dev-util/lxqt-build-tools"
+DEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
@@ -21,16 +23,14 @@ RDEPEND="
 	x11-libs/libX11
 	~x11-libs/qtermwidget-${PV}
 "
-DEPEND="${RDEPEND}
-	dev-util/lxqt-build-tools
-"
+RDEPEND="${DEPEND}"
 
 PATCHES=( "${FILESDIR}/${P}-nofetch.patch" )
 
 pkg_postinst() {
-	gnome2_icon_cache_update
+	xdg_icon_cache_update
 }
 
 pkg_postrm() {
-	gnome2_icon_cache_update
+	xdg_icon_cache_update
 }


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2018-11-06  7:09 Mikle Kolyada
  0 siblings, 0 replies; 68+ messages in thread
From: Mikle Kolyada @ 2018-11-06  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     11208e521b69fa87872b449a3dce3293747c5b7c
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  6 07:09:32 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Nov  6 07:09:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11208e52

x11-terms/qterminal: amd64 stable wrt bug #670014

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 x11-terms/qterminal/qterminal-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-0.9.0.ebuild b/x11-terms/qterminal/qterminal-0.9.0.ebuild
index 09c158cf3c4..c6eda839fea 100644
--- a/x11-terms/qterminal/qterminal-0.9.0.ebuild
+++ b/x11-terms/qterminal/qterminal-0.9.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} = *9999* ]]; then
 	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"
+	KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Qt-based multitab terminal emulator"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2018-11-04 19:14 Thomas Deutschmann
  0 siblings, 0 replies; 68+ messages in thread
From: Thomas Deutschmann @ 2018-11-04 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     3b37348d4cc3de14d6c4c141835710099464678b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  4 19:06:19 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Nov  4 19:13:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b37348d

x11-terms/qterminal: x86 stable (bug #670014)

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 x11-terms/qterminal/qterminal-0.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-terms/qterminal/qterminal-0.9.0.ebuild b/x11-terms/qterminal/qterminal-0.9.0.ebuild
index 6b2342fe629..09c158cf3c4 100644
--- a/x11-terms/qterminal/qterminal-0.9.0.ebuild
+++ b/x11-terms/qterminal/qterminal-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} = *9999* ]]; then
 	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"
+	KEYWORDS="~amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Qt-based multitab terminal emulator"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2017-08-13  2:33 Michael Palimaka
  0 siblings, 0 replies; 68+ messages in thread
From: Michael Palimaka @ 2017-08-13  2:33 UTC (permalink / raw
  To: gentoo-commits

commit:     6eb9e1a085247f968825a161260a806e0b01dda7
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sun Aug 13 02:32:21 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 02:33:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb9e1a0

x11-terms/qterminal: added missing dependency

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-terms/qterminal/qterminal-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index 40a410f38c7..9b5cad2212d 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -21,7 +21,9 @@ RDEPEND="
 	x11-libs/libX11
 	~x11-libs/qtermwidget-${PV}
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	dev-util/lxqt-build-tools
+"
 
 PATCHES=( "${FILESDIR}/${P}-nofetch.patch" )
 


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2017-08-13  2:33 Michael Palimaka
  0 siblings, 0 replies; 68+ messages in thread
From: Michael Palimaka @ 2017-08-13  2:33 UTC (permalink / raw
  To: gentoo-commits

commit:     67ab1977a3c3271d41e883a3ba597343ab3dfb8b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 13 02:33:03 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 02:33:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ab1977

x11-terms/qterminal: remove redundant call to gnome2_icon_savelist

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-terms/qterminal/qterminal-9999.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index 9b5cad2212d..791a464a7be 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -27,10 +27,6 @@ DEPEND="${RDEPEND}
 
 PATCHES=( "${FILESDIR}/${P}-nofetch.patch" )
 
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
 pkg_postinst() {
 	gnome2_icon_cache_update
 }


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2017-04-26  7:40 Agostino Sarubbo
  0 siblings, 0 replies; 68+ messages in thread
From: Agostino Sarubbo @ 2017-04-26  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     e1266aa9d38f4701f48df6682d8c9747cfaced9d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 07:40:24 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 07:40:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1266aa9

x11-terms/qterminal: amd64 stable wrt bug #616574

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-terms/qterminal/qterminal-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-0.7.1.ebuild b/x11-terms/qterminal/qterminal-0.7.1.ebuild
index 1bd18de4245..a69236862ed 100644
--- a/x11-terms/qterminal/qterminal-0.7.1.ebuild
+++ b/x11-terms/qterminal/qterminal-0.7.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2016-05-11 18:46 Davide Pesavento
  0 siblings, 0 replies; 68+ messages in thread
From: Davide Pesavento @ 2016-05-11 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     d20fecbe3bd65cde7055f9cc9b8dc71e7fd865c3
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 18:45:11 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed May 11 18:46:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d20fecbe

x11-terms/qterminal: import live ebuild from qt overlay

Package-Manager: portage-2.2.28

 x11-terms/qterminal/qterminal-9999.ebuild | 41 +++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
new file mode 100644
index 0000000..2d55241
--- /dev/null
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit cmake-utils git-r3
+
+DESCRIPTION="Qt-based multitab terminal emulator"
+HOMEPAGE="https://github.com/lxde/qterminal"
+EGIT_REPO_URI="https://github.com/lxde/qterminal.git"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS=""
+IUSE="qt5"
+
+RDEPEND="
+	!qt5? (
+		dev-qt/qtcore:4
+		dev-qt/qtgui:4
+		x11-libs/libqxt
+		~x11-libs/qtermwidget-${PV}[qt4]
+	)
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5
+		dev-qt/qtwidgets:5
+		~x11-libs/qtermwidget-${PV}[qt5]
+	)
+"
+DEPEND="${RDEPEND}
+	qt5? ( dev-qt/linguist-tools:5 )
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT5=$(usex qt5)
+		-DUSE_SYSTEM_QXT=$(usex !qt5)
+	)
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2016-05-11 18:26 Davide Pesavento
  0 siblings, 0 replies; 68+ messages in thread
From: Davide Pesavento @ 2016-05-11 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     4e1c461766076102f71db73e8ef601d3f7a5899a
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 18:26:08 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed May 11 18:26:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1c4617

x11-terms/qterminal: remove old

Package-Manager: portage-2.2.28

 x11-terms/qterminal/qterminal-0.6.0.ebuild | 41 ------------------------------
 1 file changed, 41 deletions(-)

diff --git a/x11-terms/qterminal/qterminal-0.6.0.ebuild b/x11-terms/qterminal/qterminal-0.6.0.ebuild
deleted file mode 100644
index a8436d2..0000000
--- a/x11-terms/qterminal/qterminal-0.6.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="Qt-based multitab terminal emulator"
-HOMEPAGE="https://github.com/qterminal/qterminal"
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="debug qt4 qt5"
-
-REQUIRED_USE="^^ ( qt4 qt5 )"
-
-RDEPEND="
-	qt4? (
-		dev-qt/qtcore:4
-		dev-qt/qtgui:4
-		x11-libs/libqxt
-		~x11-libs/qtermwidget-${PV}[qt4(+)]
-	)
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5
-		~x11-libs/qtermwidget-${PV}[qt5(-)]
-	)"
-DEPEND="${RDEPEND}
-	qt5? ( dev-qt/linguist-tools:5 )
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_use qt5)
-		$(cmake-utils_use_use qt4 SYSTEM_QXT)
-	)
-	cmake-utils_src_configure
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2016-05-11 18:26 Davide Pesavento
  0 siblings, 0 replies; 68+ messages in thread
From: Davide Pesavento @ 2016-05-11 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     09bf545aea84808494fbc616004bc71c41f37fdf
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 18:24:45 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed May 11 18:26:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09bf545a

x11-terms/qterminal: EAPI=6; drop USE=qt4 as per Qt team policy

Package-Manager: portage-2.2.28

 x11-terms/qterminal/qterminal-0.6.0-r1.ebuild | 41 +++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/x11-terms/qterminal/qterminal-0.6.0-r1.ebuild b/x11-terms/qterminal/qterminal-0.6.0-r1.ebuild
new file mode 100644
index 0000000..a075af4
--- /dev/null
+++ b/x11-terms/qterminal/qterminal-0.6.0-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="Qt-based multitab terminal emulator"
+HOMEPAGE="https://github.com/lxde/qterminal"
+SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="qt5"
+
+RDEPEND="
+	!qt5? (
+		dev-qt/qtcore:4
+		dev-qt/qtgui:4
+		x11-libs/libqxt
+		~x11-libs/qtermwidget-${PV}[qt4]
+	)
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5
+		dev-qt/qtwidgets:5
+		~x11-libs/qtermwidget-${PV}[qt5]
+	)
+"
+DEPEND="${RDEPEND}
+	qt5? ( dev-qt/linguist-tools:5 )
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT5=$(usex qt5)
+		-DUSE_SYSTEM_QXT=$(usex !qt5)
+	)
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
@ 2016-01-16  7:49 Michael Palimaka
  0 siblings, 0 replies; 68+ messages in thread
From: Michael Palimaka @ 2016-01-16  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     8e7b26296fe1fdc747108eeb2bbe8f97afcc8ad3
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 07:48:17 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 07:49:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7b2629

x11-terms/qterminal: remove old

Package-Manager: portage-2.2.26

 x11-terms/qterminal/Manifest                       |  2 --
 x11-terms/qterminal/qterminal-0.4.0.ebuild         | 22 ----------------------
 .../qterminal/qterminal-0.5.0_p20140913.ebuild     | 22 ----------------------
 3 files changed, 46 deletions(-)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index 8c3715f..3b3a2bb 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1,3 +1 @@
-DIST qterminal-0.4.0.tar.xz 83256 SHA256 f939358e2a31aaeb656d59ca919bbdba2fa78c2b99e691b9cfcd8259e80a495e SHA512 ac858eaac34fc346e6498146307c98b95f133df5a435af01842427f06362c5afb8817197981a0d3aa79f25321117050c80305a978260127a23a252d3a98027eb WHIRLPOOL b78eb321567803cceb4579637ead93c3bfe2cf9148ecdc9565b0a34dbe791a77eac3f567366a1e5152b17181eb7447b734a81ad3cc4b7763c7ca94d0ced1c0ae
-DIST qterminal-0.5.0_p20140913.tar.xz 99988 SHA256 965ad96262d22fc88a465f60f5d0f66d650fa8380a906dc70d4eae06b874430a SHA512 8f3a360be2e173c06ab454f0c6e9ac71ecf305ad46c9ad16ff37b3174a160624266ac2c2bd5588a805bcb72aab2c9774ca159eba7e3d2db85a970350fc51da09 WHIRLPOOL a3c7011e75d93888b9de95ddd25bdada4511bd4bd0e02e8af3f1413715efaa7cd9e2d77f8739fd46c5484c2c3f930e8dedbb2ef7a80feff5f97e5ef31d2f03b1
 DIST qterminal-0.6.0.tar.xz 100660 SHA256 61121ad0d1d34a5129e1109b6689d7fb7b10130a32831eaf500a86909b29d9bc SHA512 e51b768dc9b467800c7439bf7b021e04d83073a236023632e76ba00551bffa70f3b96f2098c68092283287914ce9103c8dfae8af79c9c25e119528b3f102ab34 WHIRLPOOL 4d67cce15b1ced30916f123ad140f3b00237bd5f4535fe0fb9adbd31829cfdb3120b6788f29cb9545d23d892c6ce22970793c0afed2e5ed225ba8e9a2487a88d

diff --git a/x11-terms/qterminal/qterminal-0.4.0.ebuild b/x11-terms/qterminal/qterminal-0.4.0.ebuild
deleted file mode 100644
index ed57a5e..0000000
--- a/x11-terms/qterminal/qterminal-0.4.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit cmake-utils
-
-DESCRIPTION="Qt4-based multitab terminal emulator"
-HOMEPAGE="https://github.com/qterminal/"
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="debug"
-
-DEPEND="dev-qt/qtgui:4
-	x11-libs/qtermwidget"
-RDEPEND="${DEPEND}"
-
-#todo: translations

diff --git a/x11-terms/qterminal/qterminal-0.5.0_p20140913.ebuild b/x11-terms/qterminal/qterminal-0.5.0_p20140913.ebuild
deleted file mode 100644
index b000020..0000000
--- a/x11-terms/qterminal/qterminal-0.5.0_p20140913.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="Qt4-based multitab terminal emulator"
-HOMEPAGE="https://github.com/qterminal/qterminal"
-SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="debug"
-
-DEPEND="dev-qt/qtcore:4
-	dev-qt/qtgui:4
-	x11-libs/libqxt
-	>=x11-libs/qtermwidget-0.4.0.37"
-RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 68+ messages in thread

end of thread, other threads:[~2024-09-14  6:39 UTC | newest]

Thread overview: 68+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-11 22:46 [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14  6:39 Arthur Zamarin
2024-09-12 17:23 Arthur Zamarin
2024-09-01 21:30 Sam James
2024-07-13 10:09 Yixun Lan
2024-07-11 19:44 Arthur Zamarin
2024-06-28 20:33 Jimi Huotari
2024-06-28  9:41 Jimi Huotari
2024-06-28  9:41 Jimi Huotari
2024-06-27 19:42 Jimi Huotari
2024-06-16 18:30 Jimi Huotari
2024-06-16 18:30 Jimi Huotari
2024-06-14 21:57 Jimi Huotari
2024-05-04 20:40 Jimi Huotari
2023-12-27 21:03 Sam James
2023-12-20  1:40 Sam James
2023-11-09 21:45 Jimi Huotari
2023-06-18 14:53 Andreas Sturmlechner
2023-05-29 21:57 Sam James
2023-05-29 11:05 Arthur Zamarin
2023-05-29  0:10 Sam James
2023-04-17 22:08 Jimi Huotari
2023-03-26 15:50 Jimi Huotari
2022-12-17 19:28 Arthur Zamarin
2022-12-16 21:50 Sam James
2022-12-16 20:33 Arthur Zamarin
2022-11-29 18:06 WANG Xuerui
2022-11-09 18:08 Jimi Huotari
2022-11-09 13:46 Jimi Huotari
2022-11-09 13:46 Jimi Huotari
2022-07-26  7:05 Sam James
2022-07-22 17:54 Sam James
2022-07-20  5:36 Sam James
2022-05-15  0:13 Sam James
2022-05-15  0:13 Sam James
2022-04-15 13:14 Arthur Zamarin
2022-04-15  6:17 Sam James
2022-01-21 19:07 Sam James
2021-09-30 17:24 Andreas Sturmlechner
2021-07-26  7:40 Yixun Lan
2021-07-12  1:06 Sam James
2021-07-11  8:58 Agostino Sarubbo
2021-04-18  5:09 Joonas Niilola
2021-03-26 19:44 Andreas Sturmlechner
2021-03-02  2:32 Sam James
2021-03-01 17:18 Thomas Deutschmann
2021-02-28 21:57 Andreas Sturmlechner
2020-11-23  7:12 Andreas Sturmlechner
2020-11-23  7:12 Andreas Sturmlechner
2020-08-17  7:10 Agostino Sarubbo
2020-08-17  7:01 Agostino Sarubbo
2020-05-20 23:28 Andreas Sturmlechner
2020-05-20 23:28 Andreas Sturmlechner
2020-02-11 22:46 Andreas Sturmlechner
2019-07-22  8:51 Mikle Kolyada
2019-07-08 12:10 Thomas Deutschmann
2019-03-13 19:50 Andreas Sturmlechner
2019-03-11  6:51 Michael Palimaka
2019-02-17 12:39 Andreas Sturmlechner
2018-11-06  7:09 Mikle Kolyada
2018-11-04 19:14 Thomas Deutschmann
2017-08-13  2:33 Michael Palimaka
2017-08-13  2:33 Michael Palimaka
2017-04-26  7:40 Agostino Sarubbo
2016-05-11 18:46 Davide Pesavento
2016-05-11 18:26 Davide Pesavento
2016-05-11 18:26 Davide Pesavento
2016-01-16  7:49 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox