blob: af94485a8bc700d2f821db7007753b9fa2b3d5c5 (
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
|
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="kdecore - merge this to pull in the most basic applications"
HOMEPAGE="https://kde.org/"
LICENSE="metapackage"
SLOT="5"
KEYWORDS=""
IUSE="+handbook +share +thumbnail +webengine"
RDEPEND="
>=kde-apps/dolphin-${PV}:${SLOT}
>=kde-apps/kdialog-${PV}:${SLOT}
>=kde-apps/keditbookmarks-${PV}:${SLOT}
>=kde-apps/kfind-${PV}:${SLOT}
>=kde-apps/konsole-${PV}:${SLOT}
>=kde-apps/kwrite-${PV}:${SLOT}
handbook? ( >=kde-apps/khelpcenter-${PV}:${SLOT} )
webengine? ( || (
www-client/falkon
>=kde-apps/konqueror-${PV}:${SLOT}
) )
"
# Optional runtime deps: kde-apps/dolphin
RDEPEND="${RDEPEND}
share? ( kde-frameworks/purpose:${SLOT} )
thumbnail? (
>=kde-apps/ffmpegthumbs-${PV}:${SLOT}
>=kde-apps/thumbnailers-${PV}:${SLOT}
)
"
|