From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 050C71581FD for ; Fri, 05 Sep 2025 11:20:52 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E39FC33BE26 for ; Fri, 05 Sep 2025 11:20:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CBD48110379; Fri, 05 Sep 2025 11:20:50 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id BF8F7110379 for ; Fri, 05 Sep 2025 11:20:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79FBD340D40 for ; Fri, 05 Sep 2025 11:20:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0E2E38AE for ; Fri, 05 Sep 2025 11:20:48 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1757071199.b9ab051a6e950e7331fc9d835ad2d8d9ace2db14.asturm@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-r7.ebuild X-VCS-Directories: x11-themes/QGnomePlatform/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b9ab051a6e950e7331fc9d835ad2d8d9ace2db14 X-VCS-Branch: master Date: Fri, 05 Sep 2025 11:20:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eda8ecd7-fd25-4845-9703-0de6b3beb239 X-Archives-Hash: e0c1e9b179192d3b79f1ed45086e0b40 commit: b9ab051a6e950e7331fc9d835ad2d8d9ace2db14 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 4 18:19:49 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 5 11:19:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ab051a x11-themes/QGnomePlatform: Drop IUSE minimal (no QQC2 applications left) - This gets rid of the last kde-frameworks/qqc2-desktop-style:5 revdep - Add missing Qt5Gui(Privat) dependency - Cleanup superfluous Qt := slot ops (only needed for private header use) - Prepare for Qt 6.10 moving most of QtWayland into dev-qt/qtbase[wayland] - Cleanup BDEPEND Signed-off-by: Andreas Sturmlechner gentoo.org> .../QGnomePlatform/QGnomePlatform-0.9.2-r7.ebuild | 89 ++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r7.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r7.ebuild new file mode 100644 index 000000000000..b7b66c40a655 --- /dev/null +++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r7.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake flag-o-matic + +DESCRIPTION="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" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="amd64 ~arm64 ~ppc64 x86" + +IUSE="qt5 +qt6 wayland X" +REQUIRED_USE="|| ( qt5 qt6 )" + +DEPEND=" + qt5? ( + >=dev-qt/qtcore-5.15.2:5 + >=dev-qt/qtdbus-5.15.2:5 + >=dev-qt/qtgui-5.15.2:5= + >=dev-qt/qtquickcontrols2-5.15.2:5 + >=dev-qt/qtwidgets-5.15.2:5 + wayland? ( dev-qt/qtwayland:5= ) + ) + qt6? ( + dev-qt/qtbase:6=[dbus,gui,wayland?,widgets] + dev-qt/qtdeclarative:6 + ) + gnome-base/gsettings-desktop-schemas + sys-apps/xdg-desktop-portal + x11-libs/gtk+:3[wayland?,X?] + >=x11-themes/adwaita-qt-1.4.2 +" +RDEPEND="${DEPEND}" +RDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland]