mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-07 05:34:45 +02:00
37 lines
780 B
Bash
37 lines
780 B
Bash
# 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=6.10.0
|
|
QTMIN=6.8.1
|
|
inherit ecm plasma.kde.org
|
|
|
|
DESCRIPTION="Plasma screen management library"
|
|
|
|
LICENSE="GPL-2" # TODO: CHECK
|
|
SLOT="6/8"
|
|
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
|
|
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.16.0
|
|
"
|
|
BDEPEND="
|
|
>=dev-qt/qttools-${QTMIN}:6[linguist]
|
|
>=dev-qt/qtwayland-${QTMIN}:6
|
|
dev-util/wayland-scanner
|
|
"
|