70d8cc5af3cc475a82a7170889720534a4c2ce33
[gentoo.git] / kde-plasma / kdecoration / kdecoration-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="forceoptional"
7 VIRTUALX_REQUIRED="test"
8 inherit kde5
9
10 DESCRIPTION="Plugin based library to create window decorations"
11 LICENSE="|| ( LGPL-2.1 LGPL-3 )"
12 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
13 IUSE=""
14
15 DEPEND="
16         $(add_frameworks_dep ki18n)
17         $(add_qt_dep qtgui)
18 "
19 RDEPEND="${DEPEND}"