5e73d894a726625bc0925f3b133213bc19143e0c
[gentoo.git] / kde-plasma / kwayland-integration / kwayland-integration-5.14.2.ebuild
1 # Copyright 1999-2018 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 KDE_TEST="true"
7 inherit kde5
8
9 DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland"
10 HOMEPAGE="https://cgit.kde.org/kwayland-integration.git"
11
12 LICENSE="LGPL-2.1"
13 KEYWORDS="~amd64 ~arm ~x86"
14 IUSE=""
15
16 DEPEND="
17         $(add_frameworks_dep kidletime)
18         $(add_frameworks_dep kwayland)
19         $(add_frameworks_dep kwindowsystem)
20         $(add_qt_dep qtgui)
21         $(add_qt_dep qtwidgets)
22 "
23 RDEPEND="${DEPEND}"