From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 4AECD158041 for ; Fri, 15 Mar 2024 14:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE089E29F8; Fri, 15 Mar 2024 14:07:09 +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 97B9CE29EE for ; Fri, 15 Mar 2024 14:07:09 +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 7957833BE3B for ; Fri, 15 Mar 2024 14:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6921151E for ; Fri, 15 Mar 2024 14:07:05 +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: <1710508741.d74e59e2d937f7bfcdbd5e77369f318a077a51b7.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/spectacle/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/spectacle/spectacle-24.02.49.9999.ebuild kde-apps/spectacle/spectacle-9999.ebuild X-VCS-Directories: kde-apps/spectacle/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d74e59e2d937f7bfcdbd5e77369f318a077a51b7 X-VCS-Branch: master Date: Fri, 15 Mar 2024 14:07:05 +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: a709b881-8f68-48dd-9304-bf36ac8524d2 X-Archives-Hash: 902cb0a8e82d77ed735ead4cc07bf709 commit: d74e59e2d937f7bfcdbd5e77369f318a077a51b7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 15 13:05:28 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 15 13:19:01 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d74e59e2 kde-apps/spectacle: Add missing dev-qt/qtbase:6= slot op Uses Qt6::GuiPrivate for qtx11extras_p.h Keeping dev-qt/qtsvg:6 in RDEPEND for svg icon (Qt runtime plugin usage) Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/spectacle/spectacle-24.02.49.9999.ebuild | 5 ++--- kde-apps/spectacle/spectacle-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/kde-apps/spectacle/spectacle-24.02.49.9999.ebuild b/kde-apps/spectacle/spectacle-24.02.49.9999.ebuild index fdc87e7987..5d499901b6 100644 --- a/kde-apps/spectacle/spectacle-24.02.49.9999.ebuild +++ b/kde-apps/spectacle/spectacle-24.02.49.9999.ebuild @@ -18,11 +18,10 @@ SLOT="6" KEYWORDS="" IUSE="share" -# TODO: Check if qtsvg is still needed after upstream commit f851494a9f3f550842c5bf1b55442313ab300b22 -# I think it is b/c qml? +# slot op: Uses Qt::GuiPrivate for qtx11extras_p.h COMMON_DEPEND=" dev-libs/wayland - >=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui,widgets] + >=dev-qt/qtbase-${QTMIN}:6=[concurrent,dbus,gui,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6 >=dev-qt/qtmultimedia-${QTMIN}:6[qml] >=dev-qt/qtwayland-${QTMIN}:6 diff --git a/kde-apps/spectacle/spectacle-9999.ebuild b/kde-apps/spectacle/spectacle-9999.ebuild index 1d6990d428..44c72ce098 100644 --- a/kde-apps/spectacle/spectacle-9999.ebuild +++ b/kde-apps/spectacle/spectacle-9999.ebuild @@ -18,11 +18,10 @@ SLOT="6" KEYWORDS="" IUSE="share" -# TODO: Check if qtsvg is still needed after upstream commit f851494a9f3f550842c5bf1b55442313ab300b22 -# I think it is b/c qml? +# slot op: Uses Qt::GuiPrivate for qtx11extras_p.h COMMON_DEPEND=" dev-libs/wayland - >=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui,widgets] + >=dev-qt/qtbase-${QTMIN}:6=[concurrent,dbus,gui,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6 >=dev-qt/qtmultimedia-${QTMIN}:6[qml] >=dev-qt/qtwayland-${QTMIN}:6