summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-01 20:41:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-01 22:43:27 +0200
commitf46772392c8480a26c2c16ab55dabc2e9b0c4d17 (patch)
tree7c12c97a81b1242bfa08f534aabc3a618b350d33
parente0982068fb6977eafdcdc51e6fa3228e599a30d0 (diff)
downloadkde-f46772392c8480a26c2c16ab55dabc2e9b0c4d17.tar.gz
kde-f46772392c8480a26c2c16ab55dabc2e9b0c4d17.tar.bz2
kde-f46772392c8480a26c2c16ab55dabc2e9b0c4d17.zip
kde-apps/kdesdk-meta: 25.04.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kdesdk-meta/kdesdk-meta-25.04.3.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-25.04.3.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-25.04.3.ebuild
new file mode 100644
index 00000000000..6cce92b5c4d
--- /dev/null
+++ b/kde-apps/kdesdk-meta/kdesdk-meta-25.04.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="KDE SDK - merge this to pull in all kdesdk-derived packages"
+HOMEPAGE="https://apps.kde.org/categories/development/"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+git mercurial perl php python qt5 subversion webengine"
+
+RDEPEND="
+ >=dev-build/dolphin-plugins-makefileactions-${PV}:*
+ >=dev-util/massif-visualizer-${PV}:*
+ >=kde-apps/kapptemplate-${PV}:*
+ >=kde-apps/kcachegrind-${PV}:*
+ >=kde-apps/kde-dev-scripts-${PV}:*
+ >=kde-apps/kde-dev-utils-${PV}:*
+ >=kde-apps/kdesdk-thumbnailers-${PV}:*
+ >=kde-apps/kompare-${PV}:*
+ >=kde-apps/libkomparediff2-${PV}:*
+ >=kde-apps/lokalize-${PV}:*
+ >=kde-apps/poxml-${PV}:*
+ git? ( >=kde-apps/dolphin-plugins-git-${PV}:* )
+ mercurial? ( >=kde-apps/dolphin-plugins-mercurial-${PV}:* )
+ perl? ( >=dev-util/kio-perldoc-${PV}:* )
+ qt5? ( >=kde-apps/umbrello-${PV}:* )
+ subversion? ( >=kde-apps/dolphin-plugins-subversion-${PV}:* )
+ webengine? (
+ >=dev-util/kdevelop-${PV}:*
+ php? ( >=dev-util/kdevelop-php-${PV}:* )
+ python? ( >=dev-util/kdevelop-python-${PV}:* )
+ )
+"