From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1532058-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 A01E7158009 for <garchives@archives.gentoo.org>; Sat, 24 Jun 2023 17:44:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A21F7E0874; Sat, 24 Jun 2023 17:44:21 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 86A62E0874 for <gentoo-commits@lists.gentoo.org>; Sat, 24 Jun 2023 17:44:21 +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 50A053408CF for <gentoo-commits@lists.gentoo.org>; Sat, 24 Jun 2023 17:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99120A9F for <gentoo-commits@lists.gentoo.org>; Sat, 24 Jun 2023 17:44:18 +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: <1687627784.358e975797006c51c2f3631e9f9530dc1aeed78d.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.1-r1.ebuild x11-themes/QGnomePlatform/metadata.xml X-VCS-Directories: x11-themes/QGnomePlatform/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 358e975797006c51c2f3631e9f9530dc1aeed78d X-VCS-Branch: master Date: Sat, 24 Jun 2023 17:44:18 +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: 587cb0ab-cfe5-40d4-8c28-6fbd6d38553f X-Archives-Hash: 59efa1b03e52449281ba6bd9811e67eb 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>