Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-integration/
Date: Thu, 26 Aug 2021 16:46:39
Message-Id: 1629994372.0f2df1d0df6f77ff3c70394261c7af122c4d8450.asturm@gentoo
1 commit: 0f2df1d0df6f77ff3c70394261c7af122c4d8450
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 26 16:04:16 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 26 16:12:52 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0f2df1d0
7
8 kde-plasma/kwayland-integration: Update DEPENDs
9
10 Upstream commits:
11 663b869ebce4f7d4c88b696422d6d3a664ed7066
12 9fcecb70f8c34e16376a119fb3ea579002966aa6
13
14 Package-Manager: Portage-3.0.22, Repoman-3.0.3
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 .../kwayland-integration/kwayland-integration-9999.ebuild | 11 ++++++++++-
18 1 file changed, 10 insertions(+), 1 deletion(-)
19
20 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
21 index ff6d64cce7..79627259ff 100644
22 --- a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
23 +++ b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
24 @@ -19,12 +19,21 @@ IUSE=""
25
26 RESTRICT="test" # bug 668872
27
28 +# slot op: includes Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff
29 +# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
30 DEPEND="
31 - >=dev-qt/qtgui-${QTMIN}:5
32 + >=dev-libs/wayland-1.15
33 + || (
34 + >=dev-qt/qtgui-${QTMIN}:5[libinput]
35 + >=dev-qt/qtgui-${QTMIN}:5[X]
36 + )
37 >=dev-qt/qtwidgets-${QTMIN}:5
38 + >=dev-qt/qtwayland-${QTMIN}:5=
39 >=kde-frameworks/kguiaddons-${KFMIN}:5
40 >=kde-frameworks/kidletime-${KFMIN}:5
41 >=kde-frameworks/kwayland-${KFMIN}:5
42 >=kde-frameworks/kwindowsystem-${KFMIN}:5
43 + x11-libs/libxkbcommon
44 "
45 RDEPEND="${DEPEND}"
46 +BDEPEND="virtual/pkgconfig"