da6d1d83f884f1d5851e114c21a097c746b2fe70
[gentoo.git] / kde-apps / kalarmcal / kalarmcal-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 inherit kde5
7
8 DESCRIPTION="Client library to access and handling of KAlarm calendar data"
9 LICENSE="GPL-2+ LGPL-2.1+"
10 KEYWORDS="amd64 x86"
11 IUSE=""
12
13 DEPEND="
14         $(add_frameworks_dep kdelibs4support)
15         $(add_frameworks_dep ki18n)
16         $(add_kdeapps_dep akonadi)
17         $(add_kdeapps_dep kcalcore)
18         $(add_kdeapps_dep kholidays)
19         $(add_kdeapps_dep kidentitymanagement)
20         $(add_qt_dep qtgui)
21 "
22 RDEPEND="${DEPEND}
23         !kde-apps/kdepim-l10n
24 "