81a234b2a3d2454cde7765e6aa636b4112b758a9
[gentoo.git] / kde-plasma / milou / milou-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-recursive"
7 inherit kde5
8
9 DESCRIPTION="Dedicated search application built on top of Baloo"
10 HOMEPAGE="https://cgit.kde.org/milou.git"
11
12 LICENSE="GPL-2 LGPL-2.1"
13 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
14 IUSE=""
15
16 DEPEND="
17         $(add_frameworks_dep kconfig)
18         $(add_frameworks_dep kcoreaddons)
19         $(add_frameworks_dep kdeclarative)
20         $(add_frameworks_dep ki18n)
21         $(add_frameworks_dep krunner)
22         $(add_frameworks_dep kservice)
23         $(add_frameworks_dep plasma)
24         $(add_qt_dep qtdeclarative)
25         $(add_qt_dep qtgui)
26         $(add_qt_dep qtwidgets)
27 "
28 RDEPEND="${DEPEND}
29         !kde-plasma/milou:4
30 "