public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwindowsystem/
Date: Sun, 24 Mar 2024 21:03:17 +0000 (UTC)	[thread overview]
Message-ID: <1711314137.c2bc976132748ab71210005746b8acc5d7c16ce7.asturm@gentoo> (raw)

commit:     c2bc976132748ab71210005746b8acc5d7c16ce7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 13:59:22 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 21:02:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2bc9761

kde-frameworks/kwindowsystem: Add missing slot operators

>=dev-qt/qtbase-${QTMIN}:6=[gui] for qtx11extras_p.h
>=dev-qt/qtwayland-${QTMIN}:6= for private/qwayland*_p.h

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{kwindowsystem-6.0.0.ebuild => kwindowsystem-6.0.0-r1.ebuild}    | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-6.0.0.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-6.0.0-r1.ebuild
similarity index 83%
rename from kde-frameworks/kwindowsystem/kwindowsystem-6.0.0.ebuild
rename to kde-frameworks/kwindowsystem/kwindowsystem-6.0.0-r1.ebuild
index b5695d0f4634..28c792b12620 100644
--- a/kde-frameworks/kwindowsystem/kwindowsystem-6.0.0.ebuild
+++ b/kde-frameworks/kwindowsystem/kwindowsystem-6.0.0-r1.ebuild
@@ -14,11 +14,14 @@ IUSE="wayland X"
 
 RESTRICT="test"
 
+# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
+# slot op: Uses private/qwayland*_p.h headers
 RDEPEND="
 	>=dev-qt/qtbase-${QTMIN}:6[gui]
 	>=dev-qt/qtdeclarative-${QTMIN}:6
-	wayland? ( >=dev-qt/qtwayland-${QTMIN}:6 )
+	wayland? ( >=dev-qt/qtwayland-${QTMIN}:6= )
 	X? (
+		>=dev-qt/qtbase-${QTMIN}:6=[gui]
 		x11-libs/libX11
 		x11-libs/libXfixes
 		x11-libs/libxcb


             reply	other threads:[~2024-03-24 21:03 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-24 21:03 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-07 17:52 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwindowsystem/ Andreas Sturmlechner
2024-08-13  7:10 WANG Xuerui
2024-07-23 16:11 Andreas Sturmlechner
2024-05-28  2:10 Sam James
2024-05-27 23:47 Sam James
2024-05-27 18:13 Arthur Zamarin
2024-03-01 14:00 Arthur Zamarin
2024-02-19 16:28 Sam James
2023-08-02 17:48 Sam James
2023-06-22 19:59 Arthur Zamarin
2023-01-05 13:04 Andreas Sturmlechner
2022-12-03 17:13 Andreas Sturmlechner
2022-12-03 14:44 Arthur Zamarin
2022-12-03 12:49 Arthur Zamarin
2022-11-27 12:05 Andreas Sturmlechner
2022-11-27 12:01 Andreas Sturmlechner
2022-11-27 12:01 Andreas Sturmlechner
2022-11-16 21:33 Andreas Sturmlechner
2022-02-08 14:46 Agostino Sarubbo
2022-01-20 13:26 Andreas Sturmlechner
2021-09-13  8:18 Agostino Sarubbo
2021-04-11 12:25 Mikle Kolyada
2021-04-11 12:20 Mikle Kolyada
2021-04-10 23:41 Thomas Deutschmann
2020-07-11 15:37 Andreas Sturmlechner
2020-05-31 15:54 Mikle Kolyada
2020-05-30 13:38 Mikle Kolyada
2020-05-30 13:32 Mikle Kolyada
2020-03-01  7:28 Mikle Kolyada
2020-03-01  7:23 Mikle Kolyada
2020-03-01  7:18 Mikle Kolyada
2019-07-28 19:16 Aaron Bauman
2019-07-28  0:36 Mikle Kolyada
2019-07-28  0:15 Mikle Kolyada
2019-05-27 21:04 Aaron Bauman
2019-05-16 12:28 Mikle Kolyada
2019-05-16 12:23 Mikle Kolyada
2019-02-06 11:37 Mikle Kolyada
2019-02-06 10:59 Mikle Kolyada
2018-10-10  3:01 Thomas Deutschmann
2018-04-23 21:07 Andreas Sturmlechner
2018-04-23 14:50 Aaron Bauman
2017-06-09 10:19 Agostino Sarubbo
2017-06-04 16:00 Agostino Sarubbo
2017-01-20  9:47 Agostino Sarubbo

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=1711314137.c2bc976132748ab71210005746b8acc5d7c16ce7.asturm@gentoo \
    --to=asturm@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