0207196629ba0f3580f6295ef575551939d155ba
[gentoo.git] / kde-apps / kcalutils / kcalutils-17.08.3.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 KDE_TEST="true"
7 VIRTUALX_REQUIRED="test"
8 inherit kde5
9
10 DESCRIPTION="Library providing utility functions for the handling of calendar data"
11 LICENSE="GPL-2+ LGPL-2.1+"
12 KEYWORDS="amd64 x86"
13 IUSE=""
14
15 DEPEND="
16         $(add_frameworks_dep kcodecs)
17         $(add_frameworks_dep kconfig)
18         $(add_frameworks_dep kcoreaddons)
19         $(add_frameworks_dep kdelibs4support)
20         $(add_frameworks_dep ki18n)
21         $(add_frameworks_dep kiconthemes)
22         $(add_frameworks_dep kwidgetsaddons)
23         $(add_kdeapps_dep kcalcore)
24         $(add_kdeapps_dep kidentitymanagement)
25         $(add_qt_dep qtgui)
26         $(add_qt_dep qtwidgets)
27         dev-libs/grantlee:5
28 "
29 RDEPEND="${DEPEND}
30         !kde-apps/kdepim-l10n
31 "
32
33 RESTRICT+=" test"