summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-02 10:26:07 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-02 11:58:57 +0100
commit07772df9c0964035d2cd4ef39fa67dc5f40eccbd (patch)
treea414ac6d382144fbfcf603f8bb85a91141fc23d9
parentkde-apps/kde-apps-meta: 22.12.2 version bump (diff)
downloadgentoo-07772df9c0964035d2cd4ef39fa67dc5f40eccbd.tar.gz
gentoo-07772df9c0964035d2cd4ef39fa67dc5f40eccbd.tar.bz2
gentoo-07772df9c0964035d2cd4ef39fa67dc5f40eccbd.zip
kde-apps/kdecore-meta: 22.12.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kdecore-meta/kdecore-meta-22.12.2.ebuild34
1 files changed, 34 insertions, 0 deletions
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}
+ )
+"