forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kdepim-meta-4.14.8.ebuild
38 lines (35 loc) · 1.03 KB
/
kdepim-meta-4.14.8.ebuild
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit kde4-meta-pkg
DESCRIPTION="kdepim - merge this to pull in all kdepim-derived packages"
HOMEPAGE+=" https://community.kde.org/KDE_PIM"
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="nls"
RDEPEND="
$(add_kdebase_dep akonadiconsole)
$(add_kdebase_dep akregator)
$(add_kdebase_dep blogilo)
$(add_kdebase_dep calendarjanitor)
$(add_kdebase_dep kabcclient)
$(add_kdebase_dep kaddressbook)
$(add_kdebase_dep kalarm)
$(add_kdebase_dep kdepim-icons)
$(add_kdebase_dep kdepim-kresources)
$(add_kdebase_dep kdepim-runtime)
$(add_kdebase_dep kjots)
$(add_kdebase_dep kleopatra)
$(add_kdebase_dep kmail)
$(add_kdebase_dep knode)
$(add_kdebase_dep knotes)
$(add_kdebase_dep konsolekalendar)
$(add_kdebase_dep kontact)
$(add_kdebase_dep korganizer)
$(add_kdebase_dep ktimetracker)
$(add_kdebase_dep ktnef)
nls? (
$(add_kdeapps_dep kde4-l10n '' 4.14.3)
$(add_kdebase_dep kdepim-l10n '' 4.14.3)
)
"