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