app-office/pybliographer: Drop old
[gentoo.git] / kde-plasma / libkscreen / libkscreen-5.15.3.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 KDE_QTHELP="true"
7 KDE_TEST="forceoptional"
8 VIRTUALX_REQUIRED="test"
9 inherit kde5
10
11 DESCRIPTION="Plasma screen management library"
12 SLOT="5/7"
13 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
14 IUSE=""
15
16 DEPEND="
17         $(add_frameworks_dep kwayland)
18         $(add_qt_dep qtdbus)
19         $(add_qt_dep qtgui)
20         $(add_qt_dep qtx11extras)
21         x11-libs/libxcb
22 "
23 RDEPEND="${DEPEND}"
24
25 # requires running session
26 RESTRICT+=" test"