Merge remote-tracking branch 'github/pr/611'.
[gentoo.git] / kde-plasma / kwayland-integration / kwayland-integration-5.5.1.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 inherit kde5
8
9 DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland"
10 HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland-integration"
11
12 LICENSE="LGPL-2.1"
13 KEYWORDS=" ~amd64 ~x86"
14 IUSE=""
15
16 DEPEND="
17         $(add_frameworks_dep kidletime)
18         $(add_frameworks_dep kwindowsystem)
19         $(add_plasma_dep kwayland)
20         dev-qt/qtgui:5
21         dev-qt/qtwidgets:5
22 "
23 RDEPEND="${DEPEND}"