blob: f19090dd5d52d3e4438be189aa2b4125281e1aa5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_QTHELP="true"
ECM_TEST="forceoptional"
KFMIN=9999
QTMIN=6.8.1
inherit ecm plasma.kde.org
DESCRIPTION="Plasma screen management library"
LICENSE="GPL-2" # TODO: CHECK
SLOT="6/8"
KEYWORDS=""
IUSE=""
# requires running session
RESTRICT="test"
# slot op: Uses Qt::GuiPrivate for qtx11extras_p.h
RDEPEND="
dev-libs/wayland
>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,wayland]
>=kde-frameworks/kconfig-${KFMIN}:6
x11-libs/libxcb:=
"
DEPEND="${RDEPEND}
>=dev-libs/plasma-wayland-protocols-1.18.0
"
RDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
BDEPEND="
>=dev-qt/qttools-${QTMIN}:6[linguist]
>=dev-qt/qtbase-${QTMIN}:6[wayland]
dev-util/wayland-scanner
"
BDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
|