public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2017-07-21  8:46 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2017-07-21  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     b74fc4b82efba5c27e4a105ba5f303766f2191ad
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 08:23:55 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 08:46:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74fc4b8

x11-themes/QGnomePlatform: Package needed by adwaita-qt to get better looking of QT5 apps on Gnome desktop

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-themes/QGnomePlatform/Manifest                 |  1 +
 .../QGnomePlatform/QGnomePlatform-0.3.ebuild       | 29 ++++++++++++++++++++++
 x11-themes/QGnomePlatform/metadata.xml             |  7 ++++++
 3 files changed, 37 insertions(+)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
new file mode 100644
index 00000000000..0b5d3ce3ea9
--- /dev/null
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -0,0 +1 @@
+DIST QGnomePlatform-0.3.tar.gz 20499 SHA256 6335f86d8a3e7b2dedd356868dcc20e0d81736f88ee1364e7c19b6f5a20c9c0c SHA512 770ab8f11285856fdec574779905d2a78b2db0d4e515cd6a96e56ccdec6cfc837b31d82eed8af3f6bb860597195cac2869a527d784558c05b9a394687a4ee9d8 WHIRLPOOL eadfec1d830b6f438a6853615e2a664d12dfd72dafece052268b2949046b4a27445fb9cfacb765b8185387d2b1bd97c1e19b5694f711299506ed8668a186da7c

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild
new file mode 100644
index 00000000000..bc0baaa17a8
--- /dev/null
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qmake-utils
+
+DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
+HOMEPAGE="https://github.com/MartinBriza/QGnomePlatform"
+SRC_URI="https://github.com/MartinBriza/QGnomePlatform/archive/${PV}/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	dev-qt/qtwidgets:5
+	x11-libs/gtk+:3[X]
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	eqmake5
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+	einstalldocs
+}

diff --git a/x11-themes/QGnomePlatform/metadata.xml b/x11-themes/QGnomePlatform/metadata.xml
new file mode 100644
index 00000000000..020b40648ee
--- /dev/null
+++ b/x11-themes/QGnomePlatform/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>pacho@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2017-09-08 13:46 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2017-09-08 13:46 UTC (permalink / raw
  To: gentoo-commits

commit:     72a5fb351bb4011977355b94d54156b0c070e4c0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  8 13:44:52 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Sep  8 13:46:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a5fb35

x11-themes/QGnomePlatform: Stabilize

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild
index bc0baaa17a8..6222a6621e1 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/MartinBriza/QGnomePlatform"
 SRC_URI="https://github.com/MartinBriza/QGnomePlatform/archive/${PV}/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2017-10-17 16:18 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2017-10-17 16:18 UTC (permalink / raw
  To: gentoo-commits

commit:     c972fda37b1e641ad996248f8cc3bbe254241acd
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 17 16:17:47 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Oct 17 16:17:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c972fda3

x11-themes/QGnomePlatform: Needs to be rebuilt when QT subslot changes (#634480 by Chris Mayo)

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --force

 .../{QGnomePlatform-0.3.ebuild => QGnomePlatform-0.3-r1.ebuild}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.3-r1.ebuild
similarity index 96%
rename from x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild
rename to x11-themes/QGnomePlatform/QGnomePlatform-0.3-r1.ebuild
index 6222a6621e1..ae596a5c933 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.3-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-	dev-qt/qtwidgets:5
+	dev-qt/qtwidgets:5=
 	x11-libs/gtk+:3[X]
 "
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2018-07-24 16:24 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2018-07-24 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     9136df1d85a42c41dd4de0d0632c99dd2eb10761
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 16:23:42 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jul 24 16:23:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9136df1d

x11-themes/QGnomePlatform: Version bump

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 x11-themes/QGnomePlatform/Manifest                 |  1 +
 .../QGnomePlatform/QGnomePlatform-0.4.ebuild       | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index d9f540ccecc..237df152cbb 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1 +1,2 @@
 DIST QGnomePlatform-0.3.tar.gz 20499 BLAKE2B 3f30a0e0741b70d3648d9e653bacc08d38e1093977c93e73786e6c72fa254e1b1355e7d4b4bf9c899aff9a019fba34de6e87a178de1b9b093ddc4d894dcc76df SHA512 770ab8f11285856fdec574779905d2a78b2db0d4e515cd6a96e56ccdec6cfc837b31d82eed8af3f6bb860597195cac2869a527d784558c05b9a394687a4ee9d8
+DIST QGnomePlatform-0.4.tar.gz 21353 BLAKE2B 185a67f2008f1def0dbe201b29d7c95dbd3c449fcea88048e729f6f3e79da1a73264afdb47580bab34206350c621420fdba4932435f86837329dad91febf2de6 SHA512 664a0bc7245584e89db9d9283509d2f9bd4f148cd0e0df5b6fc698f6705b1897fed1aff7a3cb1f70e75c21edda4f10c9f1b0dffb019c31dd9dee872f98027675

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild
new file mode 100644
index 00000000000..475205e3ece
--- /dev/null
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit qmake-utils
+
+DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
+HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
+SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	dev-qt/qtwidgets:5=
+	x11-libs/gtk+:3[X]
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	eqmake5
+}
+
+src_install() {
+	INSTALL_ROOT="${D}" default
+}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2018-09-22 10:56 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2018-09-22 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     a05b87b79699a396218e32b536dc68dae9d1ceaa
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 22 10:56:20 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 10:56:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05b87b7

x11-themes/QGnomePlatform: amd64 stable, bug #666286

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild
index 475205e3ece..4378b6685c3 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2018-09-24  1:50 Thomas Deutschmann
  0 siblings, 0 replies; 63+ messages in thread
From: Thomas Deutschmann @ 2018-09-24  1:50 UTC (permalink / raw
  To: gentoo-commits

commit:     fe20e6ee69a1b5f7b7bd314fc43b448142bd99a3
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 24 01:35:02 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Sep 24 01:35:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe20e6ee

x11-themes/QGnomePlatform: x86 stable (bug #666286)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild
index 4378b6685c3..4d7a580c1a8 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}/${P}.tar.gz"
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2019-01-05 13:24 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2019-01-05 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     059caf9e8580367222ff50421195daef71464319
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  5 13:23:25 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan  5 13:23:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059caf9e

x11-themes/QGnomePlatform: Bump to 0.5

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 +
 .../QGnomePlatform/QGnomePlatform-0.5.ebuild       | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index 237df152cbb..a007d7cd8d4 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,2 +1,3 @@
 DIST QGnomePlatform-0.3.tar.gz 20499 BLAKE2B 3f30a0e0741b70d3648d9e653bacc08d38e1093977c93e73786e6c72fa254e1b1355e7d4b4bf9c899aff9a019fba34de6e87a178de1b9b093ddc4d894dcc76df SHA512 770ab8f11285856fdec574779905d2a78b2db0d4e515cd6a96e56ccdec6cfc837b31d82eed8af3f6bb860597195cac2869a527d784558c05b9a394687a4ee9d8
 DIST QGnomePlatform-0.4.tar.gz 21353 BLAKE2B 185a67f2008f1def0dbe201b29d7c95dbd3c449fcea88048e729f6f3e79da1a73264afdb47580bab34206350c621420fdba4932435f86837329dad91febf2de6 SHA512 664a0bc7245584e89db9d9283509d2f9bd4f148cd0e0df5b6fc698f6705b1897fed1aff7a3cb1f70e75c21edda4f10c9f1b0dffb019c31dd9dee872f98027675
+DIST QGnomePlatform-0.5.tar.gz 22429 BLAKE2B 9647b57904a22eed327194c58f9072e0852950832d323244bf6a5c55356062e88e837a42d28ac94c7feb9562f156f7204e8ea540e31c07388669bedd2157d0db SHA512 ed45468134ba285dbb5ba32d7d72e55c5cd769d6040c231fc38e3d5fd00a2e70a2d1cac967c4f205a2f0ac74d74a877b962380d14c1f091cdcb841c900ab24f0

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild
new file mode 100644
index 00000000000..43850c02741
--- /dev/null
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit qmake-utils
+
+DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
+HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
+SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtwidgets-5.6:5=
+	x11-libs/gtk+:3[X]
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	eqmake5
+}
+
+src_install() {
+	INSTALL_ROOT="${D}" default
+}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2019-01-05 13:24 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2019-01-05 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     079d82c161dbd205c79b7a3be04bf584be959a60
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  5 13:23:39 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan  5 13:23:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=079d82c1

x11-themes/QGnomePlatform: Drop old

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 -
 .../QGnomePlatform/QGnomePlatform-0.3-r1.ebuild    | 29 ----------------------
 2 files changed, 30 deletions(-)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index a007d7cd8d4..87b920177f3 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,3 +1,2 @@
-DIST QGnomePlatform-0.3.tar.gz 20499 BLAKE2B 3f30a0e0741b70d3648d9e653bacc08d38e1093977c93e73786e6c72fa254e1b1355e7d4b4bf9c899aff9a019fba34de6e87a178de1b9b093ddc4d894dcc76df SHA512 770ab8f11285856fdec574779905d2a78b2db0d4e515cd6a96e56ccdec6cfc837b31d82eed8af3f6bb860597195cac2869a527d784558c05b9a394687a4ee9d8
 DIST QGnomePlatform-0.4.tar.gz 21353 BLAKE2B 185a67f2008f1def0dbe201b29d7c95dbd3c449fcea88048e729f6f3e79da1a73264afdb47580bab34206350c621420fdba4932435f86837329dad91febf2de6 SHA512 664a0bc7245584e89db9d9283509d2f9bd4f148cd0e0df5b6fc698f6705b1897fed1aff7a3cb1f70e75c21edda4f10c9f1b0dffb019c31dd9dee872f98027675
 DIST QGnomePlatform-0.5.tar.gz 22429 BLAKE2B 9647b57904a22eed327194c58f9072e0852950832d323244bf6a5c55356062e88e837a42d28ac94c7feb9562f156f7204e8ea540e31c07388669bedd2157d0db SHA512 ed45468134ba285dbb5ba32d7d72e55c5cd769d6040c231fc38e3d5fd00a2e70a2d1cac967c4f205a2f0ac74d74a877b962380d14c1f091cdcb841c900ab24f0

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.3-r1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.3-r1.ebuild
deleted file mode 100644
index ae596a5c933..00000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.3-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit qmake-utils
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/MartinBriza/QGnomePlatform"
-SRC_URI="https://github.com/MartinBriza/QGnomePlatform/archive/${PV}/${P}.tar.gz"
-
-KEYWORDS="amd64 x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-	dev-qt/qtwidgets:5=
-	x11-libs/gtk+:3[X]
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	eqmake5
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2019-03-31 12:42 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2019-03-31 12:42 UTC (permalink / raw
  To: gentoo-commits

commit:     68d01b04b1484cdebba68f94e01e8f04f887ca80
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 12:42:06 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 12:42:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d01b04

x11-themes/QGnomePlatform: amd64 stable, bug #681624

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild
index 43850c02741..20d98290226 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2019-04-02  1:37 Thomas Deutschmann
  0 siblings, 0 replies; 63+ messages in thread
From: Thomas Deutschmann @ 2019-04-02  1:37 UTC (permalink / raw
  To: gentoo-commits

commit:     981f352cf2dc4a6eb1fb4e3e9827c4d0ca1cd4d3
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  2 01:29:31 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Apr  2 01:29:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981f352c

x11-themes/QGnomePlatform: x86 stable (bug #681624)

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

 x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild
index 20d98290226..7f590bd77d0 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}/${P}.tar.gz"
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2019-04-02  6:43 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2019-04-02  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     23280f486189153d2bd7863cb8932d96108f9b3d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  2 06:41:30 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr  2 06:41:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23280f48

x11-themes/QGnomePlatform: Drop old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 -
 .../QGnomePlatform/QGnomePlatform-0.4.ebuild       | 28 ----------------------
 2 files changed, 29 deletions(-)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index 87b920177f3..eb17627d928 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,2 +1 @@
-DIST QGnomePlatform-0.4.tar.gz 21353 BLAKE2B 185a67f2008f1def0dbe201b29d7c95dbd3c449fcea88048e729f6f3e79da1a73264afdb47580bab34206350c621420fdba4932435f86837329dad91febf2de6 SHA512 664a0bc7245584e89db9d9283509d2f9bd4f148cd0e0df5b6fc698f6705b1897fed1aff7a3cb1f70e75c21edda4f10c9f1b0dffb019c31dd9dee872f98027675
 DIST QGnomePlatform-0.5.tar.gz 22429 BLAKE2B 9647b57904a22eed327194c58f9072e0852950832d323244bf6a5c55356062e88e837a42d28ac94c7feb9562f156f7204e8ea540e31c07388669bedd2157d0db SHA512 ed45468134ba285dbb5ba32d7d72e55c5cd769d6040c231fc38e3d5fd00a2e70a2d1cac967c4f205a2f0ac74d74a877b962380d14c1f091cdcb841c900ab24f0

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild
deleted file mode 100644
index 4d7a580c1a8..00000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit qmake-utils
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
-SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}/${P}.tar.gz"
-
-KEYWORDS="amd64 x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-	dev-qt/qtwidgets:5=
-	x11-libs/gtk+:3[X]
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	eqmake5
-}
-
-src_install() {
-	INSTALL_ROOT="${D}" default
-}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2019-06-27  7:29 Sergei Trofimovich
  0 siblings, 0 replies; 63+ messages in thread
From: Sergei Trofimovich @ 2019-06-27  7:29 UTC (permalink / raw
  To: gentoo-commits

commit:     c286b7dcc6be23d245767ada6c9c139f24c9eb72
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 07:29:00 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 07:29:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c286b7dc

x11-themes/QGnomePlatform: keyworded 0.5 for ppc64, bug #676874

Package-Manager: Portage-2.3.67, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild
index 7f590bd77d0..f0a6fda7519 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}/${P}.tar.gz"
 
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2019-12-15 15:22 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2019-12-15 15:22 UTC (permalink / raw
  To: gentoo-commits

commit:     d4d73299a867d6ecfcb9247c34b363bc82938bec
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 14:45:20 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 15:22:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d73299

x11-themes/QGnomePlatform: Bump to 0.6

Package-Manager: Portage-2.3.81, Repoman-2.3.19
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 +
 .../QGnomePlatform/QGnomePlatform-0.6.0.ebuild     | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index eb17627d928..fdabc976a47 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1 +1,2 @@
 DIST QGnomePlatform-0.5.tar.gz 22429 BLAKE2B 9647b57904a22eed327194c58f9072e0852950832d323244bf6a5c55356062e88e837a42d28ac94c7feb9562f156f7204e8ea540e31c07388669bedd2157d0db SHA512 ed45468134ba285dbb5ba32d7d72e55c5cd769d6040c231fc38e3d5fd00a2e70a2d1cac967c4f205a2f0ac74d74a877b962380d14c1f091cdcb841c900ab24f0
+DIST QGnomePlatform-0.6.0.tar.gz 28618 BLAKE2B af4ef5c54a8056a370a8d6299fd80bace2491a97c9bff99ce5a461a1c3ab07c6a5336fa88606805e37102ccc648217722331ec9e572ce3708581b713ee399d0d SHA512 c5aad4518e1c9d06b2561a6f8a6a169bf9a07ec0a63602d3bc5b0f91e1134504f5ca0e5a76bda3183165c72bf8de3e9297b51fe37879d80c1fbe4ca06e242a97

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0.ebuild
new file mode 100644
index 00000000000..ed5ca4043cd
--- /dev/null
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit qmake-utils
+
+DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
+HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
+SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~ppc64 ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	>=dev-qt/qtwidgets-5.6:5=
+	dev-qt/qtwayland:5=
+	x11-libs/gtk+:3[X]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
+src_configure() {
+	eqmake5
+}
+
+src_install() {
+	INSTALL_ROOT="${D}" default
+}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2020-03-14 19:46 Agostino Sarubbo
  0 siblings, 0 replies; 63+ messages in thread
From: Agostino Sarubbo @ 2020-03-14 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     8299143eb71cb2632cf749e3589742f98ef58a1e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 14 19:44:46 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar 14 19:46:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8299143e

x11-themes/QGnomePlatform: amd64 stable wrt bug #712190

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

 x11-themes/QGnomePlatform/QGnomePlatform-0.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0.ebuild
index ed5ca4043cd..5324f9f1a34 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0.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
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2020-03-15 18:41 Agostino Sarubbo
  0 siblings, 0 replies; 63+ messages in thread
From: Agostino Sarubbo @ 2020-03-15 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     1a0180f590563ec1a846cfc8ddc326420e785be7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 18:41:01 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 18:41:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0180f5

x11-themes/QGnomePlatform: x86 stable wrt bug #712190

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

 x11-themes/QGnomePlatform/QGnomePlatform-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0.ebuild
index 5324f9f1a34..b7a8dbddae5 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2020-03-20 15:11 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2020-03-20 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c22255e826bf5a6a2c521e827e49bf0293f937df
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 15:10:42 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 15:11:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22255e8

x11-themes/QGnomePlatform: Add missing RDEPEND

Thanks-to: Robert Günzler
Closes: https://bugs.gentoo.org/713264
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../{QGnomePlatform-0.6.0.ebuild => QGnomePlatform-0.6.0-r1.ebuild}      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0-r1.ebuild
similarity index 96%
rename from x11-themes/QGnomePlatform/QGnomePlatform-0.6.0.ebuild
rename to x11-themes/QGnomePlatform/QGnomePlatform-0.6.0-r1.ebuild
index b7a8dbddae5..93736a5c1d4 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0-r1.ebuild
@@ -16,6 +16,7 @@ IUSE=""
 RDEPEND="
 	>=dev-qt/qtwidgets-5.6:5=
 	dev-qt/qtwayland:5=
+	dev-qt/qtx11extras:5=
 	x11-libs/gtk+:3[X]
 "
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2020-03-20 15:11 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2020-03-20 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     b987d72497e8efbbe088493c08ee9a2bf7c55443
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 15:11:00 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 15:11:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b987d724

x11-themes/QGnomePlatform: Drop old

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 -
 .../QGnomePlatform/QGnomePlatform-0.5.ebuild       | 28 ----------------------
 2 files changed, 29 deletions(-)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index fdabc976a47..94c9d978f6d 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,2 +1 @@
-DIST QGnomePlatform-0.5.tar.gz 22429 BLAKE2B 9647b57904a22eed327194c58f9072e0852950832d323244bf6a5c55356062e88e837a42d28ac94c7feb9562f156f7204e8ea540e31c07388669bedd2157d0db SHA512 ed45468134ba285dbb5ba32d7d72e55c5cd769d6040c231fc38e3d5fd00a2e70a2d1cac967c4f205a2f0ac74d74a877b962380d14c1f091cdcb841c900ab24f0
 DIST QGnomePlatform-0.6.0.tar.gz 28618 BLAKE2B af4ef5c54a8056a370a8d6299fd80bace2491a97c9bff99ce5a461a1c3ab07c6a5336fa88606805e37102ccc648217722331ec9e572ce3708581b713ee399d0d SHA512 c5aad4518e1c9d06b2561a6f8a6a169bf9a07ec0a63602d3bc5b0f91e1134504f5ca0e5a76bda3183165c72bf8de3e9297b51fe37879d80c1fbe4ca06e242a97

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild
deleted file mode 100644
index f0a6fda7519..00000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit qmake-utils
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
-SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}/${P}.tar.gz"
-
-KEYWORDS="amd64 ~ppc64 x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtwidgets-5.6:5=
-	x11-libs/gtk+:3[X]
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	eqmake5
-}
-
-src_install() {
-	INSTALL_ROOT="${D}" default
-}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2020-05-20 20:17 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2020-05-20 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d8c9bd666e2279b236d48fbb28669a4d687428df
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 20:16:03 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed May 20 20:16:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c9bd66

x11-themes/QGnomePlatform: Bump to 0.6.1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 +
 .../QGnomePlatform/QGnomePlatform-0.6.1.ebuild     | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index 94c9d978f6d..0d0b5fcc224 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1 +1,2 @@
 DIST QGnomePlatform-0.6.0.tar.gz 28618 BLAKE2B af4ef5c54a8056a370a8d6299fd80bace2491a97c9bff99ce5a461a1c3ab07c6a5336fa88606805e37102ccc648217722331ec9e572ce3708581b713ee399d0d SHA512 c5aad4518e1c9d06b2561a6f8a6a169bf9a07ec0a63602d3bc5b0f91e1134504f5ca0e5a76bda3183165c72bf8de3e9297b51fe37879d80c1fbe4ca06e242a97
+DIST QGnomePlatform-0.6.1.tar.gz 28996 BLAKE2B 3d0da37fcc8e85bd59263dffb19865666d25dd50d2c1e00b4d6358d745eb7079f415058ffb75a8228c9c7ed956003a656b3e10a3467d9fc9dcd5eee2c14bf7cd SHA512 5e0bab45a8ff4c56e6e34d636ed719ce1a087f116942dd356253403d4be40aac348ccbdbfc917f65f6cc4df8619e1031734f0a46a36d4d9b7bb4838ded61570c

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1.ebuild
new file mode 100644
index 00000000000..65c5840ce9d
--- /dev/null
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit qmake-utils
+
+DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
+HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
+SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~ppc64 ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	>=dev-qt/qtwidgets-5.6:5=
+	dev-qt/qtwayland:5=
+	dev-qt/qtx11extras:5=
+	x11-libs/gtk+:3[X]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
+src_configure() {
+	eqmake5
+}
+
+src_install() {
+	INSTALL_ROOT="${D}" default
+}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2020-06-09 20:03 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2020-06-09 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     f99da024e8f1478b4646092e92e339dec774f813
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 20:03:03 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 20:03:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99da024

x11-themes/QGnomePlatform: Needs qtdbus

Closes: https://bugs.gentoo.org/727682
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../{QGnomePlatform-0.6.1.ebuild => QGnomePlatform-0.6.1-r1.ebuild}      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1-r1.ebuild
similarity index 97%
rename from x11-themes/QGnomePlatform/QGnomePlatform-0.6.1.ebuild
rename to x11-themes/QGnomePlatform/QGnomePlatform-0.6.1-r1.ebuild
index 1ec98282675..cb5e82b1d6c 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1-r1.ebuild
@@ -14,6 +14,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
+	dev-qt/qtdbus:5=
 	>=dev-qt/qtwidgets-5.6:5=
 	dev-qt/qtwayland:5=
 	dev-qt/qtx11extras:5=


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2020-06-21 20:31 Thomas Deutschmann
  0 siblings, 0 replies; 63+ messages in thread
From: Thomas Deutschmann @ 2020-06-21 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     e41a30eaaac57fa4ce90b5e7cc8af6d4007ccbad
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 19:50:59 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 20:30:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41a30ea

x11-themes/QGnomePlatform: x86 stable (bug #726764)

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

 x11-themes/QGnomePlatform/QGnomePlatform-0.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1-r1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1-r1.ebuild
index cb5e82b1d6c..bbcb0579a22 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1-r1.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1-r1.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2020-07-14 19:16 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2020-07-14 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     5ccedfd2c861ece27b993535e7d6c0723aaab80b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 14 19:14:22 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jul 14 19:16:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ccedfd2

x11-themes/QGnomePlatform: amd64 stable, bug #726764

Closes: https://bugs.gentoo.org/726764
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/QGnomePlatform-0.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1-r1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1-r1.ebuild
index bbcb0579a22..b35f4ef865d 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1-r1.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1-r1.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2020-11-10 10:00 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2020-11-10 10:00 UTC (permalink / raw
  To: gentoo-commits

commit:     3ffc8f4581cea5e54951a24a619ceb93a0e0a1e6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 10:00:45 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 10:00:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ffc8f45

x11-themes/QGnomePlatform: Drop old

Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 -
 .../QGnomePlatform/QGnomePlatform-0.6.0-r1.ebuild  | 31 ----------------------
 2 files changed, 32 deletions(-)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index 0d0b5fcc224..04d6d68baaf 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,2 +1 @@
-DIST QGnomePlatform-0.6.0.tar.gz 28618 BLAKE2B af4ef5c54a8056a370a8d6299fd80bace2491a97c9bff99ce5a461a1c3ab07c6a5336fa88606805e37102ccc648217722331ec9e572ce3708581b713ee399d0d SHA512 c5aad4518e1c9d06b2561a6f8a6a169bf9a07ec0a63602d3bc5b0f91e1134504f5ca0e5a76bda3183165c72bf8de3e9297b51fe37879d80c1fbe4ca06e242a97
 DIST QGnomePlatform-0.6.1.tar.gz 28996 BLAKE2B 3d0da37fcc8e85bd59263dffb19865666d25dd50d2c1e00b4d6358d745eb7079f415058ffb75a8228c9c7ed956003a656b3e10a3467d9fc9dcd5eee2c14bf7cd SHA512 5e0bab45a8ff4c56e6e34d636ed719ce1a087f116942dd356253403d4be40aac348ccbdbfc917f65f6cc4df8619e1031734f0a46a36d4d9b7bb4838ded61570c

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0-r1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0-r1.ebuild
deleted file mode 100644
index 93736a5c1d4..00000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit qmake-utils
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
-SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 ~ppc64 x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	>=dev-qt/qtwidgets-5.6:5=
-	dev-qt/qtwayland:5=
-	dev-qt/qtx11extras:5=
-	x11-libs/gtk+:3[X]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-src_configure() {
-	eqmake5
-}
-
-src_install() {
-	INSTALL_ROOT="${D}" default
-}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2021-04-17 20:08 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2021-04-17 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     57e8d2f62d132d12298f74149c74897aa8e49dd7
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 17 19:22:49 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Apr 17 20:08:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e8d2f6

x11-themes/QGnomePlatform: Bump to 0.7.1

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 +
 .../QGnomePlatform/QGnomePlatform-0.7.1.ebuild     | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index 09244b813bc..4c504064322 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,2 +1,3 @@
 DIST QGnomePlatform-0.6.1.tar.gz 28996 BLAKE2B 3d0da37fcc8e85bd59263dffb19865666d25dd50d2c1e00b4d6358d745eb7079f415058ffb75a8228c9c7ed956003a656b3e10a3467d9fc9dcd5eee2c14bf7cd SHA512 5e0bab45a8ff4c56e6e34d636ed719ce1a087f116942dd356253403d4be40aac348ccbdbfc917f65f6cc4df8619e1031734f0a46a36d4d9b7bb4838ded61570c
 DIST QGnomePlatform-0.7.0.tar.gz 33398 BLAKE2B 28cd8c070465074f137c669c6bf5835ced26e53ebb2ae4fe96f5bf9ddabd5df6adf947499d51fa8700d5a77a35f5715711f4ccc117fe1613ec70cbfacde501fd SHA512 9bca42a79e536ec2ff03ff2ed89dac572ea15d8a1a7fc72ac564208a82dd5ac442f1a3eb4ef54ac466a754fbc66f078105ef9bea5b0206d20be63c0f942da243
+DIST QGnomePlatform-0.7.1.tar.gz 33633 BLAKE2B 167039a7de4bbd3cae163022adb94a2bd4764f5a862b8334600f2bc5b7cfe09b6a5facfe656438d05bbf150e10caab9f1aeb910d0aa8d55fbe8995393e89b0d8 SHA512 7e3ba774ee1387604f4c66bd75f9fb4c5305f4553886132e8e3991a3e42564844a7eafb1361e0e8c64743746e315c07b22c11c133be95c1c53afb62c062bfc6e

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild
new file mode 100644
index 00000000000..fc28ebf2a22
--- /dev/null
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit qmake-utils
+
+DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
+HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
+SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~ppc64 ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtdbus:5=
+	>=dev-qt/qtwidgets-5.12:5=
+	dev-qt/qtwayland:5=
+	dev-qt/qtx11extras:5=
+	sys-apps/xdg-desktop-portal
+	x11-libs/gtk+:3[X]
+	>=x11-themes/adwaita-qt-1.2.0
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
+src_configure() {
+	eqmake5
+}
+
+src_install() {
+	INSTALL_ROOT="${D}" default
+}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2021-05-21 19:49 Sam James
  0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2021-05-21 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     f433f9182485069fe735e5a57c55562c2246a864
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 20 18:47:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 20 18:47:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f433f918

x11-themes/QGnomePlatform: Stabilize 0.7.1 amd64, #791208

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

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

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild
index fc28ebf2a22..be0a99a7beb 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2021-05-21 19:49 Sam James
  0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2021-05-21 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     7b520bd0a16250438fc2c1135a43afd43d190f6e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 20 18:47:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 20 18:47:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b520bd0

x11-themes/QGnomePlatform: Stabilize 0.7.1 x86, #791208

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

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

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild
index be0a99a7beb..cb4a841bc79 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2021-06-06 18:12 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2021-06-06 18:12 UTC (permalink / raw
  To: gentoo-commits

commit:     a58912c509a75f1ee804352e7e953202e6808e28
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  6 18:12:06 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun  6 18:12:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58912c5

x11-themes/QGnomePlatform: Bump to 0.8.0

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 +
 .../QGnomePlatform/QGnomePlatform-0.8.0.ebuild     | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index 58960150657..a0a24094066 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,2 +1,3 @@
 DIST QGnomePlatform-0.6.1.tar.gz 28996 BLAKE2B 3d0da37fcc8e85bd59263dffb19865666d25dd50d2c1e00b4d6358d745eb7079f415058ffb75a8228c9c7ed956003a656b3e10a3467d9fc9dcd5eee2c14bf7cd SHA512 5e0bab45a8ff4c56e6e34d636ed719ce1a087f116942dd356253403d4be40aac348ccbdbfc917f65f6cc4df8619e1031734f0a46a36d4d9b7bb4838ded61570c
 DIST QGnomePlatform-0.7.1.tar.gz 33633 BLAKE2B 167039a7de4bbd3cae163022adb94a2bd4764f5a862b8334600f2bc5b7cfe09b6a5facfe656438d05bbf150e10caab9f1aeb910d0aa8d55fbe8995393e89b0d8 SHA512 7e3ba774ee1387604f4c66bd75f9fb4c5305f4553886132e8e3991a3e42564844a7eafb1361e0e8c64743746e315c07b22c11c133be95c1c53afb62c062bfc6e
+DIST QGnomePlatform-0.8.0.tar.gz 37381 BLAKE2B 04aeb04f08441aa4964ddb7a3f0b6afbceead82abb5399d36731c77c6de6b303a7db188094857c8346381940deeb8bcd9c6d24e0521cb10b649209e1f6b8d0a0 SHA512 e862b84024ad77976b52cbacf1f920acaa60d2bfcb8f261f1215f2e5fb2dbe6d99e10aa425be70fa2dd324ac4d8c5b85958d68fae4fb7f9728caf097aa1bd102

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild
new file mode 100644
index 00000000000..15a2311f554
--- /dev/null
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cmake
+
+DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
+HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
+SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~ppc64 ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtdbus:5=
+	>=dev-qt/qtwidgets-5.12:5=
+	dev-qt/qtwayland:5=
+	dev-qt/qtx11extras:5=
+	sys-apps/xdg-desktop-portal
+	x11-libs/gtk+:3[X]
+	>=x11-themes/adwaita-qt-1.3.1
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2021-07-09  6:26 Agostino Sarubbo
  0 siblings, 0 replies; 63+ messages in thread
From: Agostino Sarubbo @ 2021-07-09  6:26 UTC (permalink / raw
  To: gentoo-commits

commit:     db60492d3fc95c1a003dd0731b83bfd1aa66c4bd
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  9 06:25:10 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jul  9 06:25:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db60492d

x11-themes/QGnomePlatform: amd64 stable wrt bug #801202

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-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild
index 15a2311f554..ed668a55fa3 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2021-07-11 20:51 Sam James
  0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2021-07-11 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f59176a8e7a912019318da00359ee948ae29bef5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 20:50:40 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 20:50:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f59176a8

x11-themes/QGnomePlatform: Stabilize 0.8.0 x86, #801202

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

 x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild
index ed668a55fa3..60e88ef7b95 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2021-08-10 14:56 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2021-08-10 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     5777da4ed798f5216c7c59d396a857c06611794f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 10 14:54:02 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 14:54:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5777da4e

x11-themes/QGnomePlatform: Add forgotten dep

Closes: https://bugs.gentoo.org/807328
Thanks-to: Toralf Förster
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild
index 60e88ef7b95..f6489dbb88e 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild
@@ -18,6 +18,7 @@ RDEPEND="
 	>=dev-qt/qtwidgets-5.12:5=
 	dev-qt/qtwayland:5=
 	dev-qt/qtx11extras:5=
+	gnome-base/gsettings-desktop-schemas
 	sys-apps/xdg-desktop-portal
 	x11-libs/gtk+:3[X]
 	>=x11-themes/adwaita-qt-1.3.1


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2021-08-10 14:56 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2021-08-10 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     2f6f7d8ad200349420002fae6aa69c6fdfd6f889
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 10 14:54:20 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 14:54:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f6f7d8a

x11-themes/QGnomePlatform: Drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 -
 .../QGnomePlatform/QGnomePlatform-0.7.1.ebuild     | 34 ----------------------
 2 files changed, 35 deletions(-)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index 1aa564170f7..b38262d71d3 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,2 +1 @@
-DIST QGnomePlatform-0.7.1.tar.gz 33633 BLAKE2B 167039a7de4bbd3cae163022adb94a2bd4764f5a862b8334600f2bc5b7cfe09b6a5facfe656438d05bbf150e10caab9f1aeb910d0aa8d55fbe8995393e89b0d8 SHA512 7e3ba774ee1387604f4c66bd75f9fb4c5305f4553886132e8e3991a3e42564844a7eafb1361e0e8c64743746e315c07b22c11c133be95c1c53afb62c062bfc6e
 DIST QGnomePlatform-0.8.0.tar.gz 37381 BLAKE2B 04aeb04f08441aa4964ddb7a3f0b6afbceead82abb5399d36731c77c6de6b303a7db188094857c8346381940deeb8bcd9c6d24e0521cb10b649209e1f6b8d0a0 SHA512 e862b84024ad77976b52cbacf1f920acaa60d2bfcb8f261f1215f2e5fb2dbe6d99e10aa425be70fa2dd324ac4d8c5b85958d68fae4fb7f9728caf097aa1bd102

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild
deleted file mode 100644
index cb4a841bc79..00000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit qmake-utils
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
-SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 ~ppc64 x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-qt/qtdbus:5=
-	>=dev-qt/qtwidgets-5.12:5=
-	dev-qt/qtwayland:5=
-	dev-qt/qtx11extras:5=
-	sys-apps/xdg-desktop-portal
-	x11-libs/gtk+:3[X]
-	>=x11-themes/adwaita-qt-1.2.0
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-src_configure() {
-	eqmake5
-}
-
-src_install() {
-	INSTALL_ROOT="${D}" default
-}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2021-11-11 10:44 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2021-11-11 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ca3f5b41cb0043dc1efc371bbd5b6f17a1a66afb
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 10:02:59 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 10:44:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3f5b41

x11-themes/QGnomePlatform: Bump to 0.8.1

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 +
 .../QGnomePlatform/QGnomePlatform-0.8.1.ebuild     | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index b38262d71d3..459627d71e4 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1 +1,2 @@
 DIST QGnomePlatform-0.8.0.tar.gz 37381 BLAKE2B 04aeb04f08441aa4964ddb7a3f0b6afbceead82abb5399d36731c77c6de6b303a7db188094857c8346381940deeb8bcd9c6d24e0521cb10b649209e1f6b8d0a0 SHA512 e862b84024ad77976b52cbacf1f920acaa60d2bfcb8f261f1215f2e5fb2dbe6d99e10aa425be70fa2dd324ac4d8c5b85958d68fae4fb7f9728caf097aa1bd102
+DIST QGnomePlatform-0.8.1.tar.gz 38565 BLAKE2B 4b581186789990f4a2a7f96a98375185445ef57d8590495323e34875a6a08ca38e8f1e6ece7ff375867c1e126edbe2375e268f722485b29eac914a0139715a16 SHA512 d7b3253b9fcf2a1a6e320d069a6425aa78981a7f19609166b7f53fe1882e19a12fca7326265af091e6335c2ebc1f6492c5262428831e7fd8635ced23439a959f

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.1.ebuild
new file mode 100644
index 00000000000..989d49dcd9e
--- /dev/null
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit cmake
+
+DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
+HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
+SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~ppc64 ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtdbus:5=
+	>=dev-qt/qtwidgets-5.15.2:5=
+	dev-qt/qtwayland:5=
+	dev-qt/qtx11extras:5=
+	gnome-base/gsettings-desktop-schemas
+	sys-apps/xdg-desktop-portal
+	x11-libs/gtk+:3[X]
+	>=x11-themes/adwaita-qt-1.4.1
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT6=false
+	)
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2021-11-23 15:28 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2021-11-23 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     3d0f3e43f147b01cdd719a1cd7c9350a09fedfc5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 15:27:56 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 15:27:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0f3e43

x11-themes/QGnomePlatform: Bump to 0.8.3

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 +
 .../QGnomePlatform/QGnomePlatform-0.8.3.ebuild     | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index 459627d71e4f..f16acf2d376c 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,2 +1,3 @@
 DIST QGnomePlatform-0.8.0.tar.gz 37381 BLAKE2B 04aeb04f08441aa4964ddb7a3f0b6afbceead82abb5399d36731c77c6de6b303a7db188094857c8346381940deeb8bcd9c6d24e0521cb10b649209e1f6b8d0a0 SHA512 e862b84024ad77976b52cbacf1f920acaa60d2bfcb8f261f1215f2e5fb2dbe6d99e10aa425be70fa2dd324ac4d8c5b85958d68fae4fb7f9728caf097aa1bd102
 DIST QGnomePlatform-0.8.1.tar.gz 38565 BLAKE2B 4b581186789990f4a2a7f96a98375185445ef57d8590495323e34875a6a08ca38e8f1e6ece7ff375867c1e126edbe2375e268f722485b29eac914a0139715a16 SHA512 d7b3253b9fcf2a1a6e320d069a6425aa78981a7f19609166b7f53fe1882e19a12fca7326265af091e6335c2ebc1f6492c5262428831e7fd8635ced23439a959f
+DIST QGnomePlatform-0.8.3.tar.gz 38556 BLAKE2B 34348bdcd0e5e8d068ba660fa0487e20a495c6584193f69dcd528c892b0259206899de33e833c276ee6b0f1dbb2076b154cdde762f90f5127e9a1156fb8c8627 SHA512 64cba8e01ccb960669f6d9150cfb0f0b03e2371fffb6429fe7b5b6385ab825de6285a98ec27988bf87bb1ce8d61279b0a1fc85a01762aac4b57800f558fa2ff7

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild
new file mode 100644
index 000000000000..989d49dcd9e7
--- /dev/null
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit cmake
+
+DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
+HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
+SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~ppc64 ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtdbus:5=
+	>=dev-qt/qtwidgets-5.15.2:5=
+	dev-qt/qtwayland:5=
+	dev-qt/qtx11extras:5=
+	gnome-base/gsettings-desktop-schemas
+	sys-apps/xdg-desktop-portal
+	x11-libs/gtk+:3[X]
+	>=x11-themes/adwaita-qt-1.4.1
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT6=false
+	)
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2021-12-14 15:45 Jakov Smolić
  0 siblings, 0 replies; 63+ messages in thread
From: Jakov Smolić @ 2021-12-14 15:45 UTC (permalink / raw
  To: gentoo-commits

commit:     0b61a9417fda4f4399971fe661fddea7cb5aa424
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 15:44:15 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 15:45:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b61a941

x11-themes/QGnomePlatform: Stabilize 0.8.3 amd64, #829167

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild
index 07b5e7f2052d..a9bef5d0521e 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2021-12-14 15:45 Jakov Smolić
  0 siblings, 0 replies; 63+ messages in thread
From: Jakov Smolić @ 2021-12-14 15:45 UTC (permalink / raw
  To: gentoo-commits

commit:     8d81179a5e51e40d270cc42442d58a6efb8db446
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 15:43:59 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 15:44:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d81179a

x11-themes/QGnomePlatform: Stabilize 0.8.3 x86, #829167

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild
index 989d49dcd9e7..07b5e7f2052d 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2022-01-13  2:00 Georgy Yakovlev
  0 siblings, 0 replies; 63+ messages in thread
From: Georgy Yakovlev @ 2022-01-13  2:00 UTC (permalink / raw
  To: gentoo-commits

commit:     2951c3fa38376e06b26b52ee36fba8380c5aac26
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 13 01:51:45 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jan 13 02:00:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2951c3fa

x11-themes/QGnomePlatform: keyword 0.8.3 for ~arm64

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild
index a9bef5d0521e..b82f63167572 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.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
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2022-01-15  9:40 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2022-01-15  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     7b74ecfe5e9483658e11380bc31c1a0f38bebdda
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 09:40:13 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 09:40:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b74ecfe

x11-themes/QGnomePlatform: Rekeyword

It was dropped by accident

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/QGnomePlatform-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4.ebuild
index 1b9fa2ddb7d5..9c6d74da733d 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2022-01-15  9:40 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2022-01-15  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     5a8ac2ac28e5f924dcf86660a8cbfbd34491fe2c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 09:40:34 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 09:40:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8ac2ac

x11-themes/QGnomePlatform: Drop old

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  2 --
 .../QGnomePlatform/QGnomePlatform-0.8.0.ebuild     | 27 -----------------
 .../QGnomePlatform/QGnomePlatform-0.8.1.ebuild     | 34 ----------------------
 3 files changed, 63 deletions(-)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index 187f4a73decc..fb5fcf58d277 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,4 +1,2 @@
-DIST QGnomePlatform-0.8.0.tar.gz 37381 BLAKE2B 04aeb04f08441aa4964ddb7a3f0b6afbceead82abb5399d36731c77c6de6b303a7db188094857c8346381940deeb8bcd9c6d24e0521cb10b649209e1f6b8d0a0 SHA512 e862b84024ad77976b52cbacf1f920acaa60d2bfcb8f261f1215f2e5fb2dbe6d99e10aa425be70fa2dd324ac4d8c5b85958d68fae4fb7f9728caf097aa1bd102
-DIST QGnomePlatform-0.8.1.tar.gz 38565 BLAKE2B 4b581186789990f4a2a7f96a98375185445ef57d8590495323e34875a6a08ca38e8f1e6ece7ff375867c1e126edbe2375e268f722485b29eac914a0139715a16 SHA512 d7b3253b9fcf2a1a6e320d069a6425aa78981a7f19609166b7f53fe1882e19a12fca7326265af091e6335c2ebc1f6492c5262428831e7fd8635ced23439a959f
 DIST QGnomePlatform-0.8.3.tar.gz 38556 BLAKE2B 34348bdcd0e5e8d068ba660fa0487e20a495c6584193f69dcd528c892b0259206899de33e833c276ee6b0f1dbb2076b154cdde762f90f5127e9a1156fb8c8627 SHA512 64cba8e01ccb960669f6d9150cfb0f0b03e2371fffb6429fe7b5b6385ab825de6285a98ec27988bf87bb1ce8d61279b0a1fc85a01762aac4b57800f558fa2ff7
 DIST QGnomePlatform-0.8.4.tar.gz 38602 BLAKE2B 19f33ca6fbf43fd5bbd53fec38187802bf0c0d48c4018cff9ae7252e3cca8c8abe27b0aaee54728ad4c232c97efda2163c5a1c1347b1d446f8fa955a0e7709c6 SHA512 e5bb5feae401bca145c4b7a4fc18f5a589e2acba20b9ce7d04a7dd1b1734741daf210ff8fba5e03ef5e4ad07efd274a1279e61b359f319b52e3b9bc4d49f9142

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild
deleted file mode 100644
index f6489dbb88e1..000000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit cmake
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
-SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 ~ppc64 x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-qt/qtdbus:5=
-	>=dev-qt/qtwidgets-5.12:5=
-	dev-qt/qtwayland:5=
-	dev-qt/qtx11extras:5=
-	gnome-base/gsettings-desktop-schemas
-	sys-apps/xdg-desktop-portal
-	x11-libs/gtk+:3[X]
-	>=x11-themes/adwaita-qt-1.3.1
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.1.ebuild
deleted file mode 100644
index 989d49dcd9e7..000000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
-SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~ppc64 ~x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-qt/qtdbus:5=
-	>=dev-qt/qtwidgets-5.15.2:5=
-	dev-qt/qtwayland:5=
-	dev-qt/qtx11extras:5=
-	gnome-base/gsettings-desktop-schemas
-	sys-apps/xdg-desktop-portal
-	x11-libs/gtk+:3[X]
-	>=x11-themes/adwaita-qt-1.4.1
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DUSE_QT6=false
-	)
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2022-01-15  9:40 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2022-01-15  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     51b066bbdd98bdab54b6a2f4e4a303d9919863dd
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 09:39:45 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 09:40:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b066bb

x11-themes/QGnomePlatform: Bump to 0.8.4

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 +
 .../QGnomePlatform/QGnomePlatform-0.8.4.ebuild     | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index f16acf2d376c..187f4a73decc 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,3 +1,4 @@
 DIST QGnomePlatform-0.8.0.tar.gz 37381 BLAKE2B 04aeb04f08441aa4964ddb7a3f0b6afbceead82abb5399d36731c77c6de6b303a7db188094857c8346381940deeb8bcd9c6d24e0521cb10b649209e1f6b8d0a0 SHA512 e862b84024ad77976b52cbacf1f920acaa60d2bfcb8f261f1215f2e5fb2dbe6d99e10aa425be70fa2dd324ac4d8c5b85958d68fae4fb7f9728caf097aa1bd102
 DIST QGnomePlatform-0.8.1.tar.gz 38565 BLAKE2B 4b581186789990f4a2a7f96a98375185445ef57d8590495323e34875a6a08ca38e8f1e6ece7ff375867c1e126edbe2375e268f722485b29eac914a0139715a16 SHA512 d7b3253b9fcf2a1a6e320d069a6425aa78981a7f19609166b7f53fe1882e19a12fca7326265af091e6335c2ebc1f6492c5262428831e7fd8635ced23439a959f
 DIST QGnomePlatform-0.8.3.tar.gz 38556 BLAKE2B 34348bdcd0e5e8d068ba660fa0487e20a495c6584193f69dcd528c892b0259206899de33e833c276ee6b0f1dbb2076b154cdde762f90f5127e9a1156fb8c8627 SHA512 64cba8e01ccb960669f6d9150cfb0f0b03e2371fffb6429fe7b5b6385ab825de6285a98ec27988bf87bb1ce8d61279b0a1fc85a01762aac4b57800f558fa2ff7
+DIST QGnomePlatform-0.8.4.tar.gz 38602 BLAKE2B 19f33ca6fbf43fd5bbd53fec38187802bf0c0d48c4018cff9ae7252e3cca8c8abe27b0aaee54728ad4c232c97efda2163c5a1c1347b1d446f8fa955a0e7709c6 SHA512 e5bb5feae401bca145c4b7a4fc18f5a589e2acba20b9ce7d04a7dd1b1734741daf210ff8fba5e03ef5e4ad07efd274a1279e61b359f319b52e3b9bc4d49f9142

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4.ebuild
new file mode 100644
index 000000000000..1b9fa2ddb7d5
--- /dev/null
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit cmake
+
+DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
+HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
+SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~ppc64 ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtdbus:5=
+	>=dev-qt/qtwidgets-5.15.2:5=
+	dev-qt/qtwayland:5=
+	dev-qt/qtx11extras:5=
+	gnome-base/gsettings-desktop-schemas
+	sys-apps/xdg-desktop-portal
+	x11-libs/gtk+:3[X]
+	>=x11-themes/adwaita-qt-1.4.1
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT6=false
+	)
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2022-05-04 22:32 Sam James
  0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2022-05-04 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6ff1b70bd556bc84d48db1418cd7ed95fc335ddd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 22:31:18 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May  4 22:31:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff1b70b

x11-themes/QGnomePlatform: Stabilize 0.8.4-r1 x86, #842597

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

 x11-themes/QGnomePlatform/QGnomePlatform-0.8.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4-r1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4-r1.ebuild
index a39961a0d0df..2225e56234fd 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4-r1.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4-r1.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2022-05-04 22:32 Sam James
  0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2022-05-04 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     10b17c600454a4698f39be91b55197697a4e3879
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 22:31:45 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May  4 22:31:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b17c60

x11-themes/QGnomePlatform: Stabilize 0.8.4-r1 amd64, #842597

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

 x11-themes/QGnomePlatform/QGnomePlatform-0.8.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4-r1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4-r1.ebuild
index 2225e56234fd..636644307115 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4-r1.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4-r1.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2022-10-02  8:03 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2022-10-02  8:03 UTC (permalink / raw
  To: gentoo-commits

commit:     91bafb832189e185d36c3d512f6781ff3a969414
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 08:00:33 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 08:00:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91bafb83

x11-themes/QGnomePlatform: add 0.9.0

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 +
 .../QGnomePlatform/QGnomePlatform-0.9.0.ebuild     | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index fb5fcf58d277..b4291fecfc0a 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,2 +1,3 @@
 DIST QGnomePlatform-0.8.3.tar.gz 38556 BLAKE2B 34348bdcd0e5e8d068ba660fa0487e20a495c6584193f69dcd528c892b0259206899de33e833c276ee6b0f1dbb2076b154cdde762f90f5127e9a1156fb8c8627 SHA512 64cba8e01ccb960669f6d9150cfb0f0b03e2371fffb6429fe7b5b6385ab825de6285a98ec27988bf87bb1ce8d61279b0a1fc85a01762aac4b57800f558fa2ff7
 DIST QGnomePlatform-0.8.4.tar.gz 38602 BLAKE2B 19f33ca6fbf43fd5bbd53fec38187802bf0c0d48c4018cff9ae7252e3cca8c8abe27b0aaee54728ad4c232c97efda2163c5a1c1347b1d446f8fa955a0e7709c6 SHA512 e5bb5feae401bca145c4b7a4fc18f5a589e2acba20b9ce7d04a7dd1b1734741daf210ff8fba5e03ef5e4ad07efd274a1279e61b359f319b52e3b9bc4d49f9142
+DIST QGnomePlatform-0.9.0.tar.gz 43828 BLAKE2B aa4d1d9269c444d95e7d25e0e0206a63adf0a1be8658624b61d5e5fe55d3714e38a66ecbb6ea19ebf0cc9ee1ed4fb5cf4f29a84e7052c1c2475deca395794cd3 SHA512 7671b0659959ede79e47a821481a14ed861418f364d3d0b48789b1edfcf3b84f2aa658e3afce95730a841fdb018ebad38474a83268bd43b1ccfb653ef7e314aa

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
new file mode 100644
index 000000000000..935a1bad9776
--- /dev/null
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit cmake
+
+DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
+HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
+SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtdbus:5=
+	>=dev-qt/qtwidgets-5.15.2:5=
+	dev-qt/qtwayland:5=
+	dev-qt/qtx11extras:5=
+	gnome-base/gsettings-desktop-schemas
+	sys-apps/xdg-desktop-portal
+	x11-libs/gtk+:3[X]
+	>=x11-themes/adwaita-qt-1.4.2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT6=false
+	)
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2022-10-02  8:03 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2022-10-02  8:03 UTC (permalink / raw
  To: gentoo-commits

commit:     398ecea8823cde8b528fe4f987428ed4abb842c1
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 08:00:55 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 08:00:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398ecea8

x11-themes/QGnomePlatform: drop 0.8.3, 0.8.4

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 -
 .../QGnomePlatform/QGnomePlatform-0.8.3.ebuild     | 34 ----------------------
 .../QGnomePlatform/QGnomePlatform-0.8.4.ebuild     | 34 ----------------------
 3 files changed, 69 deletions(-)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index b4291fecfc0a..0810b9a961b3 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,3 +1,2 @@
-DIST QGnomePlatform-0.8.3.tar.gz 38556 BLAKE2B 34348bdcd0e5e8d068ba660fa0487e20a495c6584193f69dcd528c892b0259206899de33e833c276ee6b0f1dbb2076b154cdde762f90f5127e9a1156fb8c8627 SHA512 64cba8e01ccb960669f6d9150cfb0f0b03e2371fffb6429fe7b5b6385ab825de6285a98ec27988bf87bb1ce8d61279b0a1fc85a01762aac4b57800f558fa2ff7
 DIST QGnomePlatform-0.8.4.tar.gz 38602 BLAKE2B 19f33ca6fbf43fd5bbd53fec38187802bf0c0d48c4018cff9ae7252e3cca8c8abe27b0aaee54728ad4c232c97efda2163c5a1c1347b1d446f8fa955a0e7709c6 SHA512 e5bb5feae401bca145c4b7a4fc18f5a589e2acba20b9ce7d04a7dd1b1734741daf210ff8fba5e03ef5e4ad07efd274a1279e61b359f319b52e3b9bc4d49f9142
 DIST QGnomePlatform-0.9.0.tar.gz 43828 BLAKE2B aa4d1d9269c444d95e7d25e0e0206a63adf0a1be8658624b61d5e5fe55d3714e38a66ecbb6ea19ebf0cc9ee1ed4fb5cf4f29a84e7052c1c2475deca395794cd3 SHA512 7671b0659959ede79e47a821481a14ed861418f364d3d0b48789b1edfcf3b84f2aa658e3afce95730a841fdb018ebad38474a83268bd43b1ccfb653ef7e314aa

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild
deleted file mode 100644
index b82f63167572..000000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
-SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-qt/qtdbus:5=
-	>=dev-qt/qtwidgets-5.15.2:5=
-	dev-qt/qtwayland:5=
-	dev-qt/qtx11extras:5=
-	gnome-base/gsettings-desktop-schemas
-	sys-apps/xdg-desktop-portal
-	x11-libs/gtk+:3[X]
-	>=x11-themes/adwaita-qt-1.4.1
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DUSE_QT6=false
-	)
-	cmake_src_configure
-}

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4.ebuild
deleted file mode 100644
index 9c6d74da733d..000000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
-SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-qt/qtdbus:5=
-	>=dev-qt/qtwidgets-5.15.2:5=
-	dev-qt/qtwayland:5=
-	dev-qt/qtx11extras:5=
-	gnome-base/gsettings-desktop-schemas
-	sys-apps/xdg-desktop-portal
-	x11-libs/gtk+:3[X]
-	>=x11-themes/adwaita-qt-1.4.1
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DUSE_QT6=false
-	)
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2022-10-23 16:17 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2022-10-23 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     ded2a49da27e723258319ee28098a519273d5a88
Author:     Daniel Brandt <poncho <AT> spahan <DOT> ch>
AuthorDate: Mon Oct  3 06:21:53 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 16:06:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded2a49d

x11-themes/QGnomePlatform: make wayland optional

Signed-off-by: Daniel Brandt <poncho <AT> spahan.ch>
Closes: https://github.com/gentoo/gentoo/pull/27591
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
index 935a1bad9776..956410044093 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
@@ -11,12 +11,12 @@ SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}
 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE=""
+IUSE="wayland"
 
 RDEPEND="
 	dev-qt/qtdbus:5=
 	>=dev-qt/qtwidgets-5.15.2:5=
-	dev-qt/qtwayland:5=
+	wayland? ( dev-qt/qtwayland:5= )
 	dev-qt/qtx11extras:5=
 	gnome-base/gsettings-desktop-schemas
 	sys-apps/xdg-desktop-portal
@@ -29,6 +29,7 @@ BDEPEND="${RDEPEND}"
 src_configure() {
 	local mycmakeargs=(
 		-DUSE_QT6=false
+		-DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)"
 	)
 	cmake_src_configure
 }


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2022-12-01 22:24 Jakov Smolić
  0 siblings, 0 replies; 63+ messages in thread
From: Jakov Smolić @ 2022-12-01 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     1138692437d8e8bd87841be0249c653d01bd52fb
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 22:24:21 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 22:24:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11386924

x11-themes/QGnomePlatform: Stabilize 0.9.0 amd64, #883929

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

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

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
index 956410044093..893dc645d630 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE="wayland"


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2022-12-01 22:28 Jakov Smolić
  0 siblings, 0 replies; 63+ messages in thread
From: Jakov Smolić @ 2022-12-01 22:28 UTC (permalink / raw
  To: gentoo-commits

commit:     5f584b24aa06966ac2efc40bc7e15942b8b786b2
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 22:28:08 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 22:28:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f584b24

x11-themes/QGnomePlatform: Stabilize 0.9.0 x86, #883929

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

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

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
index 893dc645d630..63e42a91afda 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE="wayland"


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2023-04-20 13:24 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2023-04-20 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     d4f8c35635c140861c6f267b500d1006b6d52e2b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 13:22:57 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 13:24:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f8c356

x11-themes/QGnomePlatform: Fix dependencies

Closes: https://bugs.gentoo.org/904484
Thanks-to: Gino McCarty
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../{QGnomePlatform-0.9.0.ebuild => QGnomePlatform-0.9.0-r1.ebuild}  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0-r1.ebuild
similarity index 90%
rename from x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
rename to x11-themes/QGnomePlatform/QGnomePlatform-0.9.0-r1.ebuild
index 63e42a91afda..303dba543346 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0-r1.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
@@ -17,10 +17,9 @@ RDEPEND="
 	dev-qt/qtdbus:5=
 	>=dev-qt/qtwidgets-5.15.2:5=
 	wayland? ( dev-qt/qtwayland:5= )
-	dev-qt/qtx11extras:5=
 	gnome-base/gsettings-desktop-schemas
 	sys-apps/xdg-desktop-portal
-	x11-libs/gtk+:3[X]
+	x11-libs/gtk+:3
 	>=x11-themes/adwaita-qt-1.4.2
 "
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2023-04-20 13:24 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2023-04-20 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     1de667667ebdae24bf84ff12321fee85838d7e10
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 13:23:48 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 13:24:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de66766

x11-themes/QGnomePlatform: drop 0.8.4-r1

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 -
 .../QGnomePlatform/QGnomePlatform-0.8.4-r1.ebuild  | 39 ----------------------
 2 files changed, 40 deletions(-)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index 0810b9a961b3..005e3ca18dba 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,2 +1 @@
-DIST QGnomePlatform-0.8.4.tar.gz 38602 BLAKE2B 19f33ca6fbf43fd5bbd53fec38187802bf0c0d48c4018cff9ae7252e3cca8c8abe27b0aaee54728ad4c232c97efda2163c5a1c1347b1d446f8fa955a0e7709c6 SHA512 e5bb5feae401bca145c4b7a4fc18f5a589e2acba20b9ce7d04a7dd1b1734741daf210ff8fba5e03ef5e4ad07efd274a1279e61b359f319b52e3b9bc4d49f9142
 DIST QGnomePlatform-0.9.0.tar.gz 43828 BLAKE2B aa4d1d9269c444d95e7d25e0e0206a63adf0a1be8658624b61d5e5fe55d3714e38a66ecbb6ea19ebf0cc9ee1ed4fb5cf4f29a84e7052c1c2475deca395794cd3 SHA512 7671b0659959ede79e47a821481a14ed861418f364d3d0b48789b1edfcf3b84f2aa658e3afce95730a841fdb018ebad38474a83268bd43b1ccfb653ef7e314aa

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4-r1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4-r1.ebuild
deleted file mode 100644
index 636644307115..000000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.8.4-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
-SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-qt/qtdbus:5=
-	>=dev-qt/qtwidgets-5.15.2:5=
-	dev-qt/qtwayland:5=
-	dev-qt/qtx11extras:5=
-	gnome-base/gsettings-desktop-schemas
-	sys-apps/xdg-desktop-portal
-	x11-libs/gtk+:3[X]
-	>=x11-themes/adwaita-qt-1.4.1
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-PATCHES=(
-	# https://github.com/FedoraQt/QGnomePlatform/issues/101
-	"${FILESDIR}/${P}-xdg-desktop-portal-id.patch"
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-DUSE_QT6=false
-	)
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2023-04-20 13:24 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2023-04-20 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     d9f0fa6ae367fee3dd2cddd5aac83d7da05cf79b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 13:24:25 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 13:24:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f0fa6a

x11-themes/QGnomePlatform: add github upstream metadata

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-themes/QGnomePlatform/metadata.xml b/x11-themes/QGnomePlatform/metadata.xml
index 572c7daf2ccf..fed4f0aeb413 100644
--- a/x11-themes/QGnomePlatform/metadata.xml
+++ b/x11-themes/QGnomePlatform/metadata.xml
@@ -4,4 +4,7 @@
 	<maintainer type="person">
 		<email>pacho@gentoo.org</email>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">FedoraQt/QGnomePlatform</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2023-05-14 11:37 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2023-05-14 11:37 UTC (permalink / raw
  To: gentoo-commits

commit:     5f7e73ae2db801733d7dcf5f9a70ec12f19e63f5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 11:33:27 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 14 11:37:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7e73ae

x11-themes/QGnomePlatform: add 0.9.1

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 +
 .../QGnomePlatform/QGnomePlatform-0.9.1.ebuild     | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index 005e3ca18dba..e82a2aef98bc 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1 +1,2 @@
 DIST QGnomePlatform-0.9.0.tar.gz 43828 BLAKE2B aa4d1d9269c444d95e7d25e0e0206a63adf0a1be8658624b61d5e5fe55d3714e38a66ecbb6ea19ebf0cc9ee1ed4fb5cf4f29a84e7052c1c2475deca395794cd3 SHA512 7671b0659959ede79e47a821481a14ed861418f364d3d0b48789b1edfcf3b84f2aa658e3afce95730a841fdb018ebad38474a83268bd43b1ccfb653ef7e314aa
+DIST QGnomePlatform-0.9.1.tar.gz 46387 BLAKE2B b62e6c6ca70e7e5a1a611d0a4af022aae0cf4096db51e00b2b45cf6ea655b703cd936336233c71038b82708ec79a202f436f5a29680ada6b4026958604c83670 SHA512 1b8f5d3241bbaa830858dc256285f91023a6e9f664c9920ebfdaf8bdc759e3c958a22bc52eb3559a86d96007118b8ce5efa900167feb491a60232b365c00784c

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1.ebuild
new file mode 100644
index 000000000000..73a9b14424af
--- /dev/null
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit cmake
+
+DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
+HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
+SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="wayland"
+
+RDEPEND="
+	dev-qt/qtdbus:5=
+	>=dev-qt/qtquickcontrols2-5.15.2:5=
+	>=dev-qt/qtwidgets-5.15.2:5=
+	wayland? ( dev-qt/qtwayland:5= )
+	gnome-base/gsettings-desktop-schemas
+	sys-apps/xdg-desktop-portal
+	x11-libs/gtk+:3
+	>=x11-themes/adwaita-qt-1.4.2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT6=false
+		-DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)"
+	)
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2023-05-22 13:09 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2023-05-22 13:09 UTC (permalink / raw
  To: gentoo-commits

commit:     b7621607097382288e50a8df40d0be9787a676eb
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 13:08:11 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon May 22 13:08:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7621607

x11-themes/QGnomePlatform: qqc2-desktop-style is needed

Otherwise people gets a warning on every app as it can cause issues like some
apps rendering wrong or completely black.

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild  | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild
new file mode 100644
index 000000000000..97098a1caae6
--- /dev/null
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit cmake
+
+DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
+HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
+SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="wayland"
+
+RDEPEND="
+	dev-qt/qtdbus:5=
+	>=dev-qt/qtquickcontrols2-5.15.2:5=
+	>=dev-qt/qtwidgets-5.15.2:5=
+	kde-frameworks/qqc2-desktop-style:5=
+	wayland? ( dev-qt/qtwayland:5= )
+	gnome-base/gsettings-desktop-schemas
+	sys-apps/xdg-desktop-portal
+	x11-libs/gtk+:3
+	>=x11-themes/adwaita-qt-1.4.2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT6=false
+		-DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)"
+	)
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2023-06-08 12:23 Arthur Zamarin
  0 siblings, 0 replies; 63+ messages in thread
From: Arthur Zamarin @ 2023-06-08 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     5c288e979386987b90a23224a5283de0c7f672a5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 12:22:48 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 12:22:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c288e97

x11-themes/QGnomePlatform: Stabilize 0.9.1-r1 x86, #908050

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

 x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild
index 622a52094bf8..5fa89a33997f 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE="wayland"


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2023-06-08 12:23 Arthur Zamarin
  0 siblings, 0 replies; 63+ messages in thread
From: Arthur Zamarin @ 2023-06-08 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d90cb5899c712edb88930cf84a12da286c4368b8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 12:22:47 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 12:22:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90cb589

x11-themes/QGnomePlatform: Stabilize 0.9.1-r1 amd64, #908050

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

 x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild
index 97098a1caae6..622a52094bf8 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE="wayland"


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2023-06-24 17:44 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2023-06-24 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     358e975797006c51c2f3631e9f9530dc1aeed78d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 17:27:27 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 17:29:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358e9757

x11-themes/QGnomePlatform: Allow to skip kde-frameworks/qqc2-desktop-style dep

Even if it may break rendering for some apps

Closes: https://bugs.gentoo.org/908092
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild | 4 ++--
 x11-themes/QGnomePlatform/metadata.xml                   | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild
index 5fa89a33997f..e7ccce12e478 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild
@@ -11,13 +11,13 @@ SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}
 KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE="wayland"
+IUSE="minimal wayland"
 
 RDEPEND="
 	dev-qt/qtdbus:5=
 	>=dev-qt/qtquickcontrols2-5.15.2:5=
 	>=dev-qt/qtwidgets-5.15.2:5=
-	kde-frameworks/qqc2-desktop-style:5=
+	!minimal? ( kde-frameworks/qqc2-desktop-style:5= )
 	wayland? ( dev-qt/qtwayland:5= )
 	gnome-base/gsettings-desktop-schemas
 	sys-apps/xdg-desktop-portal

diff --git a/x11-themes/QGnomePlatform/metadata.xml b/x11-themes/QGnomePlatform/metadata.xml
index fed4f0aeb413..218fd236b93f 100644
--- a/x11-themes/QGnomePlatform/metadata.xml
+++ b/x11-themes/QGnomePlatform/metadata.xml
@@ -7,4 +7,7 @@
 	<upstream>
 		<remote-id type="github">FedoraQt/QGnomePlatform</remote-id>
 	</upstream>
+	<use>
+		<flag name="minimal">Skip kde-frameworks/qqc2-desktop-style dependency (Warning: some apps could be wrongly rendered)</flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2023-08-11 16:38 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2023-08-11 16:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b4b4089e19f348aeeb7e2507cb6bee94016118a0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 16:36:58 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 16:36:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b4089e

x11-themes/QGnomePlatform: drop 0.9.0-r1, 0.9.1

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 -
 .../QGnomePlatform/QGnomePlatform-0.9.0-r1.ebuild  | 34 ---------------------
 .../QGnomePlatform/QGnomePlatform-0.9.1.ebuild     | 35 ----------------------
 3 files changed, 70 deletions(-)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index f025a2189ea7..daf24450c345 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,3 +1,2 @@
-DIST QGnomePlatform-0.9.0.tar.gz 43828 BLAKE2B aa4d1d9269c444d95e7d25e0e0206a63adf0a1be8658624b61d5e5fe55d3714e38a66ecbb6ea19ebf0cc9ee1ed4fb5cf4f29a84e7052c1c2475deca395794cd3 SHA512 7671b0659959ede79e47a821481a14ed861418f364d3d0b48789b1edfcf3b84f2aa658e3afce95730a841fdb018ebad38474a83268bd43b1ccfb653ef7e314aa
 DIST QGnomePlatform-0.9.1.tar.gz 46387 BLAKE2B b62e6c6ca70e7e5a1a611d0a4af022aae0cf4096db51e00b2b45cf6ea655b703cd936336233c71038b82708ec79a202f436f5a29680ada6b4026958604c83670 SHA512 1b8f5d3241bbaa830858dc256285f91023a6e9f664c9920ebfdaf8bdc759e3c958a22bc52eb3559a86d96007118b8ce5efa900167feb491a60232b365c00784c
 DIST QGnomePlatform-0.9.2.tar.gz 46346 BLAKE2B a71a2c159d279e08929d2b1e1c5a7026d576d423b0dae40191e5e60d093c56a2cdcb7ade836566679903751435cb1923f5faea51e7c177bcdb0c1eaff30cf9c3 SHA512 a90caf521eca3d3213b10367b49226e594bd81c78be1198e4d590d44b2026e773319f6784cf1eb9528eee3214ed108ab49d1b85d263a26732873c859fa6e7bc6

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0-r1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0-r1.ebuild
deleted file mode 100644
index 303dba543346..000000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
-SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="wayland"
-
-RDEPEND="
-	dev-qt/qtdbus:5=
-	>=dev-qt/qtwidgets-5.15.2:5=
-	wayland? ( dev-qt/qtwayland:5= )
-	gnome-base/gsettings-desktop-schemas
-	sys-apps/xdg-desktop-portal
-	x11-libs/gtk+:3
-	>=x11-themes/adwaita-qt-1.4.2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DUSE_QT6=false
-		-DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)"
-	)
-	cmake_src_configure
-}

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1.ebuild
deleted file mode 100644
index 73a9b14424af..000000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
-SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="wayland"
-
-RDEPEND="
-	dev-qt/qtdbus:5=
-	>=dev-qt/qtquickcontrols2-5.15.2:5=
-	>=dev-qt/qtwidgets-5.15.2:5=
-	wayland? ( dev-qt/qtwayland:5= )
-	gnome-base/gsettings-desktop-schemas
-	sys-apps/xdg-desktop-portal
-	x11-libs/gtk+:3
-	>=x11-themes/adwaita-qt-1.4.2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DUSE_QT6=false
-		-DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)"
-	)
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2023-08-11 16:38 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2023-08-11 16:38 UTC (permalink / raw
  To: gentoo-commits

commit:     70e9ca294d7621787188386bf1aa5cdd3617be47
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 16:36:47 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 16:36:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e9ca29

x11-themes/QGnomePlatform: add 0.9.2

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/Manifest                 |  1 +
 .../QGnomePlatform/QGnomePlatform-0.9.2.ebuild     | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index e82a2aef98bc..f025a2189ea7 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,2 +1,3 @@
 DIST QGnomePlatform-0.9.0.tar.gz 43828 BLAKE2B aa4d1d9269c444d95e7d25e0e0206a63adf0a1be8658624b61d5e5fe55d3714e38a66ecbb6ea19ebf0cc9ee1ed4fb5cf4f29a84e7052c1c2475deca395794cd3 SHA512 7671b0659959ede79e47a821481a14ed861418f364d3d0b48789b1edfcf3b84f2aa658e3afce95730a841fdb018ebad38474a83268bd43b1ccfb653ef7e314aa
 DIST QGnomePlatform-0.9.1.tar.gz 46387 BLAKE2B b62e6c6ca70e7e5a1a611d0a4af022aae0cf4096db51e00b2b45cf6ea655b703cd936336233c71038b82708ec79a202f436f5a29680ada6b4026958604c83670 SHA512 1b8f5d3241bbaa830858dc256285f91023a6e9f664c9920ebfdaf8bdc759e3c958a22bc52eb3559a86d96007118b8ce5efa900167feb491a60232b365c00784c
+DIST QGnomePlatform-0.9.2.tar.gz 46346 BLAKE2B a71a2c159d279e08929d2b1e1c5a7026d576d423b0dae40191e5e60d093c56a2cdcb7ade836566679903751435cb1923f5faea51e7c177bcdb0c1eaff30cf9c3 SHA512 a90caf521eca3d3213b10367b49226e594bd81c78be1198e4d590d44b2026e773319f6784cf1eb9528eee3214ed108ab49d1b85d263a26732873c859fa6e7bc6

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2.ebuild
new file mode 100644
index 000000000000..737aab9f339d
--- /dev/null
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit cmake
+
+DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
+HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
+SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="minimal wayland"
+
+RDEPEND="
+	dev-qt/qtdbus:5=
+	>=dev-qt/qtquickcontrols2-5.15.2:5=
+	>=dev-qt/qtwidgets-5.15.2:5=
+	!minimal? ( kde-frameworks/qqc2-desktop-style:5= )
+	wayland? ( dev-qt/qtwayland:5= )
+	gnome-base/gsettings-desktop-schemas
+	sys-apps/xdg-desktop-portal
+	x11-libs/gtk+:3
+	>=x11-themes/adwaita-qt-1.4.2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT6=false
+		-DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)"
+	)
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2023-09-29 10:40 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2023-09-29 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     0234e601b549fce82c4343a17d4d29f22a23ad18
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 29 10:35:52 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Sep 29 10:40:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0234e601

x11-themes/QGnomePlatform: Apply different fix

Following upstream approach.

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../QGnomePlatform/QGnomePlatform-0.9.2-r2.ebuild  | 43 ++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r2.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r2.ebuild
new file mode 100644
index 000000000000..7df3f55bcd5e
--- /dev/null
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit cmake
+
+DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
+HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
+SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="minimal wayland"
+
+RDEPEND="
+	dev-qt/qtdbus:5=
+	>=dev-qt/qtquickcontrols2-5.15.2:5=
+	>=dev-qt/qtwidgets-5.15.2:5=
+	!minimal? ( kde-frameworks/qqc2-desktop-style:5= )
+	wayland? ( dev-qt/qtwayland:5= )
+	gnome-base/gsettings-desktop-schemas
+	sys-apps/xdg-desktop-portal
+	x11-libs/gtk+:3
+	>=x11-themes/adwaita-qt-1.4.2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT6=false
+		-DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)"
+	)
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+
+	# https://github.com/FedoraQt/QGnomePlatform/pull/150#issuecomment-1689693729
+	newenvd - 98qgnomeplatform <<< 'QT_QPA_PLATFORMTHEME=qgnomeplatform'
+}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2023-09-29 10:40 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2023-09-29 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     643574f800e963255e366f44fcc5585c7b3ee55f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 29 10:36:19 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Sep 29 10:40:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643574f8

x11-themes/QGnomePlatform: drop 0.9.2

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../QGnomePlatform/QGnomePlatform-0.9.2.ebuild     | 36 ----------------------
 1 file changed, 36 deletions(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2.ebuild
deleted file mode 100644
index 737aab9f339d..000000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
-SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="minimal wayland"
-
-RDEPEND="
-	dev-qt/qtdbus:5=
-	>=dev-qt/qtquickcontrols2-5.15.2:5=
-	>=dev-qt/qtwidgets-5.15.2:5=
-	!minimal? ( kde-frameworks/qqc2-desktop-style:5= )
-	wayland? ( dev-qt/qtwayland:5= )
-	gnome-base/gsettings-desktop-schemas
-	sys-apps/xdg-desktop-portal
-	x11-libs/gtk+:3
-	>=x11-themes/adwaita-qt-1.4.2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DUSE_QT6=false
-		-DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)"
-	)
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2023-11-10 16:39 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2023-11-10 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     55bd3be5fcacad3e535015abc9a11db2987691d6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 16:38:32 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 16:39:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55bd3be5

x11-themes/QGnomePlatform: Support qt6

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../QGnomePlatform/QGnomePlatform-0.9.2-r4.ebuild  | 71 ++++++++++++++++++++++
 1 file changed, 71 insertions(+)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r4.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r4.ebuild
new file mode 100644
index 000000000000..2b400f2259e0
--- /dev/null
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r4.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit cmake
+
+DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
+HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
+SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="+qt5 qt6 minimal wayland"
+
+RDEPEND="
+	qt5? (
+		dev-qt/qtdbus:5=
+		>=dev-qt/qtquickcontrols2-5.15.2:5=
+		>=dev-qt/qtwidgets-5.15.2:5=
+		!minimal? ( kde-frameworks/qqc2-desktop-style:5= )
+		wayland? ( dev-qt/qtwayland:5= )
+	)
+	qt6? (
+		dev-qt/qtbase:6=[dbus,gui,widgets]
+		wayland? ( dev-qt/qtwayland:6= )
+	)
+	gnome-base/gsettings-desktop-schemas
+	sys-apps/xdg-desktop-portal
+	x11-libs/gtk+:3
+	>=x11-themes/adwaita-qt-1.4.2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
+src_configure() {
+	if use qt5; then
+		BUILD_DIR="${WORKDIR}/${PN}_qt5"
+		local mycmakeargs=(
+			-DUSE_QT6=OFF
+			-DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)"
+		)
+		cmake_src_configure
+	fi
+	if use qt6; then
+		BUILD_DIR="${WORKDIR}/${PN}_qt6"
+		local mycmakeargs=(
+			-DUSE_QT6=ON
+			-DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)"
+		)
+		cmake_src_configure
+	fi
+}
+
+src_compile() {
+	local _d
+	for _d in "${WORKDIR}"/${PN}_qt*; do
+		cmake_src_compile -C "${_d}"
+	done
+}
+
+src_install() {
+	local _d
+	for _d in "${WORKDIR}"/${PN}_qt*; do
+		cmake_src_install -C "${_d}"
+	done
+
+	# https://github.com/FedoraQt/QGnomePlatform/pull/150#issuecomment-1689693729
+	exeinto /etc/X11/xinit/xinitrc.d/
+	doexe "${FILESDIR}/90-qgnomeplatform"
+}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2023-11-26  9:22 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2023-11-26  9:22 UTC (permalink / raw
  To: gentoo-commits

commit:     82b1d9b8f7dcfb0d00af40cc8c99d4480b089a85
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 09:17:47 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 09:22:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b1d9b8

x11-themes/QGnomePlatform: Add missing rdep

Thanks-to: daniel
Thanks-to: Ionen Wolkens
Closes: https://bugs.gentoo.org/918423
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../{QGnomePlatform-0.9.2-r4.ebuild => QGnomePlatform-0.9.2-r5.ebuild}   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r4.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.ebuild
similarity index 98%
rename from x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r4.ebuild
rename to x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.ebuild
index 2b400f2259e0..1ae03e1cc387 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r4.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
 	)
 	qt6? (
 		dev-qt/qtbase:6=[dbus,gui,widgets]
+		dev-qt/qtdeclarative:6=
 		wayland? ( dev-qt/qtwayland:6= )
 	)
 	gnome-base/gsettings-desktop-schemas


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2023-12-16  9:27 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2023-12-16  9:27 UTC (permalink / raw
  To: gentoo-commits

commit:     738108a01472ff77866ee9ab399f1a4c964e155e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 09:27:31 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 09:27:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738108a0

x11-themes/QGnomePlatform: drop 0.9.2-r1, 0.9.2-r2, 0.9.2-r3

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../QGnomePlatform/QGnomePlatform-0.9.2-r1.ebuild  | 42 ---------------------
 .../QGnomePlatform/QGnomePlatform-0.9.2-r2.ebuild  | 43 ---------------------
 .../QGnomePlatform/QGnomePlatform-0.9.2-r3.ebuild  | 44 ----------------------
 3 files changed, 129 deletions(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r1.ebuild
deleted file mode 100644
index 8fc6b823f8b8..000000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
-SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="minimal wayland"
-
-RDEPEND="
-	dev-qt/qtdbus:5=
-	>=dev-qt/qtquickcontrols2-5.15.2:5=
-	>=dev-qt/qtwidgets-5.15.2:5=
-	!minimal? ( kde-frameworks/qqc2-desktop-style:5= )
-	wayland? ( dev-qt/qtwayland:5= )
-	gnome-base/gsettings-desktop-schemas
-	sys-apps/xdg-desktop-portal
-	x11-libs/gtk+:3
-	>=x11-themes/adwaita-qt-1.4.2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-src_prepare() {
-	# https://github.com/FedoraQt/QGnomePlatform/pull/150#issuecomment-1689693729
-	eapply -R "${FILESDIR}/${P}-gtk3-conflict.patch"
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DUSE_QT6=false
-		-DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)"
-	)
-	cmake_src_configure
-}

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r2.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r2.ebuild
deleted file mode 100644
index 7df3f55bcd5e..000000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
-SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="minimal wayland"
-
-RDEPEND="
-	dev-qt/qtdbus:5=
-	>=dev-qt/qtquickcontrols2-5.15.2:5=
-	>=dev-qt/qtwidgets-5.15.2:5=
-	!minimal? ( kde-frameworks/qqc2-desktop-style:5= )
-	wayland? ( dev-qt/qtwayland:5= )
-	gnome-base/gsettings-desktop-schemas
-	sys-apps/xdg-desktop-portal
-	x11-libs/gtk+:3
-	>=x11-themes/adwaita-qt-1.4.2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DUSE_QT6=false
-		-DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)"
-	)
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-
-	# https://github.com/FedoraQt/QGnomePlatform/pull/150#issuecomment-1689693729
-	newenvd - 98qgnomeplatform <<< 'QT_QPA_PLATFORMTHEME=qgnomeplatform'
-}

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r3.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r3.ebuild
deleted file mode 100644
index 116c574669c6..000000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
-SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="minimal wayland"
-
-RDEPEND="
-	dev-qt/qtdbus:5=
-	>=dev-qt/qtquickcontrols2-5.15.2:5=
-	>=dev-qt/qtwidgets-5.15.2:5=
-	!minimal? ( kde-frameworks/qqc2-desktop-style:5= )
-	wayland? ( dev-qt/qtwayland:5= )
-	gnome-base/gsettings-desktop-schemas
-	sys-apps/xdg-desktop-portal
-	x11-libs/gtk+:3
-	>=x11-themes/adwaita-qt-1.4.2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DUSE_QT6=false
-		-DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)"
-	)
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-
-	# https://github.com/FedoraQt/QGnomePlatform/pull/150#issuecomment-1689693729
-	exeinto /etc/X11/xinit/xinitrc.d/
-	doexe "${FILESDIR}/90-qgnomeplatform"
-}


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2023-12-16  9:27 Pacho Ramos
  0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2023-12-16  9:27 UTC (permalink / raw
  To: gentoo-commits

commit:     c09d4e8c5c34a29093f8f0f82eb0b558b21e5e0a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 09:25:34 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 09:27:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c09d4e8c

x11-themes/QGnomePlatform: needs qt least one qt backend support

Thanks-to: Deep Red
Closes: https://bugs.gentoo.org/918686
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.ebuild
index 1ae03e1cc387..de46ad4f7898 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.ebuild
@@ -12,6 +12,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE="+qt5 qt6 minimal wayland"
+REQUIRED_USE="|| ( qt5 qt6 )"
 
 RDEPEND="
 	qt5? (


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2024-03-11 16:17 Viorel Munteanu
  0 siblings, 0 replies; 63+ messages in thread
From: Viorel Munteanu @ 2024-03-11 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     32860ed857f1c05f1be43b74431133d8b5c0bfd9
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Sun Mar 10 17:11:55 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 16:11:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32860ed8

x11-themes/QGnomePlatform: Stabilize 0.9.2-r5 amd64, #925312

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.ebuild
index de46ad4f7898..fc3167104e75 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.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,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE="+qt5 qt6 minimal wayland"


^ permalink raw reply related	[flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
@ 2024-03-11 16:17 Viorel Munteanu
  0 siblings, 0 replies; 63+ messages in thread
From: Viorel Munteanu @ 2024-03-11 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     c67844c892e392f353c2fa51e0ba1427ca5872a7
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Sun Mar 10 18:35:46 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 16:11:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67844c8

x11-themes/QGnomePlatform: Stabilize 0.9.2-r5 x86, #925312

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.ebuild
index fc3167104e75..7441ea921517 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r5.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE="+qt5 qt6 minimal wayland"


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

end of thread, other threads:[~2024-03-11 16:17 UTC | newest]

Thread overview: 63+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-21  8:46 [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2017-09-08 13:46 Pacho Ramos
2017-10-17 16:18 Pacho Ramos
2018-07-24 16:24 Pacho Ramos
2018-09-22 10:56 Pacho Ramos
2018-09-24  1:50 Thomas Deutschmann
2019-01-05 13:24 Pacho Ramos
2019-01-05 13:24 Pacho Ramos
2019-03-31 12:42 Pacho Ramos
2019-04-02  1:37 Thomas Deutschmann
2019-04-02  6:43 Pacho Ramos
2019-06-27  7:29 Sergei Trofimovich
2019-12-15 15:22 Pacho Ramos
2020-03-14 19:46 Agostino Sarubbo
2020-03-15 18:41 Agostino Sarubbo
2020-03-20 15:11 Pacho Ramos
2020-03-20 15:11 Pacho Ramos
2020-05-20 20:17 Pacho Ramos
2020-06-09 20:03 Pacho Ramos
2020-06-21 20:31 Thomas Deutschmann
2020-07-14 19:16 Pacho Ramos
2020-11-10 10:00 Pacho Ramos
2021-04-17 20:08 Pacho Ramos
2021-05-21 19:49 Sam James
2021-05-21 19:49 Sam James
2021-06-06 18:12 Pacho Ramos
2021-07-09  6:26 Agostino Sarubbo
2021-07-11 20:51 Sam James
2021-08-10 14:56 Pacho Ramos
2021-08-10 14:56 Pacho Ramos
2021-11-11 10:44 Pacho Ramos
2021-11-23 15:28 Pacho Ramos
2021-12-14 15:45 Jakov Smolić
2021-12-14 15:45 Jakov Smolić
2022-01-13  2:00 Georgy Yakovlev
2022-01-15  9:40 Pacho Ramos
2022-01-15  9:40 Pacho Ramos
2022-01-15  9:40 Pacho Ramos
2022-05-04 22:32 Sam James
2022-05-04 22:32 Sam James
2022-10-02  8:03 Pacho Ramos
2022-10-02  8:03 Pacho Ramos
2022-10-23 16:17 Pacho Ramos
2022-12-01 22:24 Jakov Smolić
2022-12-01 22:28 Jakov Smolić
2023-04-20 13:24 Pacho Ramos
2023-04-20 13:24 Pacho Ramos
2023-04-20 13:24 Pacho Ramos
2023-05-14 11:37 Pacho Ramos
2023-05-22 13:09 Pacho Ramos
2023-06-08 12:23 Arthur Zamarin
2023-06-08 12:23 Arthur Zamarin
2023-06-24 17:44 Pacho Ramos
2023-08-11 16:38 Pacho Ramos
2023-08-11 16:38 Pacho Ramos
2023-09-29 10:40 Pacho Ramos
2023-09-29 10:40 Pacho Ramos
2023-11-10 16:39 Pacho Ramos
2023-11-26  9:22 Pacho Ramos
2023-12-16  9:27 Pacho Ramos
2023-12-16  9:27 Pacho Ramos
2024-03-11 16:17 Viorel Munteanu
2024-03-11 16:17 Viorel Munteanu

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