public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
Date: Sat, 16 Dec 2023 09:27:44 +0000 (UTC)	[thread overview]
Message-ID: <1702718851.738108a01472ff77866ee9ab399f1a4c964e155e.pacho@gentoo> (raw)

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"
-}


             reply	other threads:[~2023-12-16  9:27 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1702718851.738108a01472ff77866ee9ab399f1a4c964e155e.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox