aboutsummaryrefslogtreecommitdiff
blob: 857fb4e4b91938f636d05368dcde8357d560786a (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
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="kdecore - merge this to pull in the most basic applications"
HOMEPAGE="https://apps.kde.org/"

LICENSE="metapackage"
SLOT="0"
KEYWORDS=""
IUSE="+share +thumbnail +webengine"

RDEPEND="
	>=kde-apps/dolphin-${PV}:*
	>=kde-apps/kdialog-${PV}:*
	>=kde-apps/keditbookmarks-${PV}:*
	>=kde-apps/kfind-${PV}:*
	>=kde-apps/konsole-${PV}:*
	>=kde-apps/kwrite-${PV}:*
	webengine? (
		>=kde-apps/khelpcenter-${PV}:*
		|| (
			>=www-client/falkon-${PV}
			>=kde-apps/konqueror-${PV}:*
		)
	)
"
# Optional runtime deps: kde-apps/dolphin
RDEPEND="${RDEPEND}
	share? ( kde-frameworks/purpose:6 )
	thumbnail? (
		>=kde-apps/ffmpegthumbs-${PV}:*
		>=kde-apps/thumbnailers-${PV}:*
	)
"