summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-12-04 19:17:34 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-12-04 19:57:23 +0100
commitf65254645d430aa7d179046b2d90bf1c8a6a6aa3 (patch)
tree7d4a65be6e988efd9d279b94f2be5b766b5ff390
parenta4987c6c6db77b0aa72e377f85791954d1634166 (diff)
downloadkde-f65254645d430aa7d179046b2d90bf1c8a6a6aa3.tar.gz
kde-f65254645d430aa7d179046b2d90bf1c8a6a6aa3.tar.bz2
kde-f65254645d430aa7d179046b2d90bf1c8a6a6aa3.zip
kde-apps/kde-apps-meta: Add 25.12 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kde-apps-meta/kde-apps-meta-25.12.49.9999.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-25.12.49.9999.ebuild b/kde-apps/kde-apps-meta/kde-apps-meta-25.12.49.9999.ebuild
new file mode 100644
index 00000000000..348a48d8dae
--- /dev/null
+++ b/kde-apps/kde-apps-meta/kde-apps-meta-25.12.49.9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Meta package for the KDE Release Service collection"
+HOMEPAGE="https://apps.kde.org/"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS=""
+IUSE="accessibility +admin +education +games +graphics +multimedia +network pim sdk +utils"
+
+RDEPEND="
+ >=kde-apps/kdecore-meta-${PV}:*
+ accessibility? ( >=kde-apps/kdeaccessibility-meta-${PV}:* )
+ admin? ( >=kde-apps/kdeadmin-meta-${PV}:* )
+ education? ( >=kde-apps/kdeedu-meta-${PV}:* )
+ games? ( >=kde-apps/kdegames-meta-${PV}:* )
+ graphics? ( >=kde-apps/kdegraphics-meta-${PV}:* )
+ multimedia? ( >=kde-apps/kdemultimedia-meta-${PV}:* )
+ network? ( >=kde-apps/kdenetwork-meta-${PV}:* )
+ pim? ( >=kde-apps/kdepim-meta-${PV}:* )
+ sdk? ( >=kde-apps/kdesdk-meta-${PV}:* )
+ utils? ( >=kde-apps/kdeutils-meta-${PV}:* )
+"