From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1580472-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2202158013 for <garchives@archives.gentoo.org>; Sat, 16 Dec 2023 09:27:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F08202BC017; Sat, 16 Dec 2023 09:27:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA9372BC015 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Dec 2023 09:27:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D240E33CEF2 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Dec 2023 09:27:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CDAD136E for <gentoo-commits@lists.gentoo.org>; Sat, 16 Dec 2023 09:27:44 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1702718851.738108a01472ff77866ee9ab399f1a4c964e155e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r1.ebuild x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r2.ebuild x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r3.ebuild X-VCS-Directories: x11-themes/QGnomePlatform/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 738108a01472ff77866ee9ab399f1a4c964e155e X-VCS-Branch: master Date: Sat, 16 Dec 2023 09:27:44 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c5dd53f-e3b1-40e7-9fbd-9bb693b0cd59 X-Archives-Hash: 65afe235b0b5f06e7291317218f578af 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" -}