blob: 5c97698f26c0ef64661de2712c68717e332f8109 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit kde5
DESCRIPTION="Client library to access and handling of KAlarm calendar data"
KEYWORDS=""
IUSE=""
RDEPEND="
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_kdeapps_dep kcalcore)
$(add_kdeapps_dep kholidays)
$(add_kdeapps_dep kidentitymanagement)
$(add_kdeapps_dep libakonadi)
dev-qt/qtgui:5
"
DEPEND="${RDEPEND}
sys-devel/gettext
"
|