blob: 195c299b54ec2577d6e33ebf6a127727944b052b (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-4.14.3.ebuild,v 1.2 2015/07/22 16:02:14 kensington Exp $
EAPI=5
inherit kde4-meta-pkg
DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="+crash-reporter +handbook minimal nepomuk"
RDEPEND="
$(add_kdeapps_dep kcmshell)
$(add_kdeapps_dep kdebase-data)
$(add_kdeapps_dep kdebase-desktoptheme)
$(add_kdeapps_dep kdebase-menu)
$(add_kdeapps_dep kdebase-menu-icons)
$(add_kdeapps_dep kdebugdialog)
$(add_kdeapps_dep kdesu)
$(add_kdeapps_dep kdontchangethehostname)
$(add_kdeapps_dep keditfiletype)
$(add_kdeapps_dep kfile)
$(add_kdeapps_dep kglobalaccel)
$(add_kdeapps_dep kiconfinder)
$(add_kdeapps_dep kimgio)
$(add_kdeapps_dep kioclient)
$(add_kdeapps_dep kmimetypefinder)
$(add_kdeapps_dep knewstuff)
$(add_kdeapps_dep knotify)
$(add_kdeapps_dep kpasswdserver)
$(add_kdeapps_dep kquitapp)
$(add_kdeapps_dep kstart)
$(add_kdeapps_dep ktimezoned)
$(add_kdeapps_dep ktraderclient)
$(add_kdeapps_dep kuiserver)
$(add_kdeapps_dep kurifilter-plugins)
$(add_kdeapps_dep kwalletd)
$(add_kdeapps_dep kwalletmanager)
$(add_kdeapps_dep plasma-runtime)
$(add_kdeapps_dep renamedlg-plugins)
$(add_kdeapps_dep solid-runtime)
crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
handbook? ( || (
$(add_kdebase_dep khelpcenter)
kde-plasma/khelpcenter:5[compat(+)]
) )
nepomuk? ( $(add_kdeapps_dep nepomuk) )
!minimal? (
$(add_kdeapps_dep attica)
$(add_kdeapps_dep kcontrol)
$(add_kdeapps_dep kdebase-kioslaves)
$(add_kdeapps_dep knetattach)
)
"
|