forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kde-apps-meta-15.12.3-r3.ebuild
39 lines (34 loc) · 1.15 KB
/
kde-apps-meta-15.12.3-r3.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
39
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit kde5-meta-pkg
DESCRIPTION="Meta package for the KDE Applications collection"
KEYWORDS=" amd64 ~x86"
IUSE="accessibility minimal nls pim sdk"
[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
# KDE PIM 15.12.3 is not going to be in tree and
# will conflict with other packages from 15.12.3
# Raise kdeedu-meta dep whenever it hits portage
RDEPEND="
$(add_kdeapps_dep kate)
$(add_kdeapps_dep kdeadmin-meta)
$(add_kdeapps_dep kdecore-meta)
$(add_kdeapps_dep kdeedu-meta)
$(add_kdeapps_dep kdegames-meta)
$(add_kdeapps_dep kdegraphics-meta)
$(add_kdeapps_dep kdemultimedia-meta)
$(add_kdeapps_dep kdenetwork-meta)
$(add_kdeapps_dep kdeutils-meta)
accessibility? ( $(add_kdeapps_dep kdeaccessibility-meta) )
nls? (
$(add_kdeapps_dep kde-l10n '' ${L10N_MINIMAL})
$(add_kdeapps_dep kde4-l10n 'minimal' ${L10N_MINIMAL})
)
pim? ( >=kde-apps/kdepim-meta-4.4.2015:4 )
sdk? (
$(add_kdeapps_dep kdesdk-meta)
$(add_kdeapps_dep kdewebdev-meta '' 15.08.3)
)
!minimal? ( $(add_kdeapps_dep kdeartwork-meta '' 15.08.3) )
"