From 07772df9c0964035d2cd4ef39fa67dc5f40eccbd Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 2 Feb 2023 10:26:07 +0100 Subject: kde-apps/kdecore-meta: 22.12.2 version bump Signed-off-by: Andreas Sturmlechner --- kde-apps/kdecore-meta/kdecore-meta-22.12.2.ebuild | 34 +++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 kde-apps/kdecore-meta/kdecore-meta-22.12.2.ebuild diff --git a/kde-apps/kdecore-meta/kdecore-meta-22.12.2.ebuild b/kde-apps/kdecore-meta/kdecore-meta-22.12.2.ebuild new file mode 100644 index 000000000000..553185baa31b --- /dev/null +++ b/kde-apps/kdecore-meta/kdecore-meta-22.12.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2023 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="5" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86" +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-${PV} + >=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} + ) +" -- cgit v1.2.3-65-gdbad