forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kdebase-runtime-meta-16.04.3.ebuild
48 lines (43 loc) · 1.72 KB
/
kdebase-runtime-meta-16.04.3.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
40
41
42
43
44
45
46
47
48
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit kde5-meta-pkg
DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
IUSE="nls +oldwallet pam +webkit"
[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
RDEPEND="
$(add_kdeapps_dep kcmshell '' 16.04.3)
$(add_kdeapps_dep kdebase-data '' 16.04.3)
$(add_kdeapps_dep kdebase-desktoptheme '' 16.04.3)
$(add_kdeapps_dep kdebase-menu '' 16.04.3)
$(add_kdeapps_dep kdebase-menu-icons '' 16.04.3)
$(add_kdeapps_dep kdebugdialog '' 16.04.3)
$(add_kdeapps_dep kdesu '-handbook' 16.04.3)
$(add_kdeapps_dep kdontchangethehostname '' 16.04.3)
$(add_kdeapps_dep keditfiletype '' 16.04.3)
$(add_kdeapps_dep kfile '' 16.04.3)
$(add_kdeapps_dep kiconfinder '' 16.04.3)
$(add_kdeapps_dep kimgio '' 16.04.3)
$(add_kdeapps_dep kioclient '' 16.04.3)
$(add_kdeapps_dep kmimetypefinder '' 16.04.3)
$(add_kdeapps_dep knewstuff '' 16.04.3)
$(add_kdeapps_dep knotify '' 16.04.3)
$(add_kdeapps_dep kpasswdserver '' 16.04.3)
$(add_kdeapps_dep kquitapp '' 16.04.3)
$(add_kdeapps_dep kreadconfig '' 16.04.3)
$(add_kdeapps_dep kstart '' 16.04.3)
$(add_kdeapps_dep ktimezoned '' 16.04.3)
$(add_kdeapps_dep ktraderclient '' 16.04.3)
$(add_kdeapps_dep kurifilter-plugins '' 16.04.3)
$(add_kdeapps_dep phonon-kde '' 16.04.3)
$(add_kdeapps_dep renamedlg-plugins '' 16.04.3)
$(add_kdeapps_dep solid-runtime '-bluetooth' 16.04.3)
nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) )
oldwallet? (
$(add_kdeapps_dep kwalletd '' 16.04.3)
pam? ( $(add_plasma_dep kwallet-pam 'oldwallet') )
)
webkit? ( $(add_kdeapps_dep plasma-runtime '' 16.04.3) )
"