blob: 69041af171531d10211b4b0fc9a1de3c63a21fd4 (
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
|
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_QTHELP="true"
ECM_TEST="forceoptional"
KFMIN=6.3.0
QTMIN=6.7.1
inherit ecm plasma.kde.org
DESCRIPTION="Plasma screen management library"
LICENSE="GPL-2" # TODO: CHECK
SLOT="6/8"
KEYWORDS="~amd64 ~arm64 ~riscv"
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]
>=dev-qt/qtwayland-${QTMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
x11-libs/libxcb:=
"
DEPEND="${RDEPEND}
>=dev-libs/plasma-wayland-protocols-1.13.0
"
BDEPEND="
>=dev-qt/qttools-${QTMIN}:6[linguist]
>=dev-qt/qtwayland-${QTMIN}:6
dev-util/wayland-scanner
"
|