summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-03 14:44:28 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-05 19:01:09 +0100
commit7b57c4beddef7885f525f0f16b3a794bc9d17bda (patch)
tree5ba7a81bc0b816289eaa19635490f5c0087a2d36 /kde-apps/kdecore-meta
parentkde-apps/kde-apps-meta: 22.12.1 version bump (diff)
downloadgentoo-7b57c4beddef7885f525f0f16b3a794bc9d17bda.tar.gz
gentoo-7b57c4beddef7885f525f0f16b3a794bc9d17bda.tar.bz2
gentoo-7b57c4beddef7885f525f0f16b3a794bc9d17bda.zip
kde-apps/kdecore-meta: 22.12.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdecore-meta')
-rw-r--r--kde-apps/kdecore-meta/kdecore-meta-22.12.1.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/kde-apps/kdecore-meta/kdecore-meta-22.12.1.ebuild b/kde-apps/kdecore-meta/kdecore-meta-22.12.1.ebuild
new file mode 100644
index 000000000000..13826105e807
--- /dev/null
+++ b/kde-apps/kdecore-meta/kdecore-meta-22.12.1.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://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}
+ )
+"