summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-10 20:48:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-10 20:55:39 +0200
commit30b43ac5412f5750cefc632281b322bd99ac1489 (patch)
tree8e9b3867164d818c7b31038cdfe91502544158e8 /kde-apps
parentkde-apps/kde-dev-utils: 24.08.2 version bump (diff)
downloadgentoo-30b43ac5412f5750cefc632281b322bd99ac1489.tar.gz
gentoo-30b43ac5412f5750cefc632281b322bd99ac1489.tar.bz2
gentoo-30b43ac5412f5750cefc632281b322bd99ac1489.zip
kde-apps/kdesdk-meta: 24.08.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/kdesdk-meta/kdesdk-meta-24.08.2.ebuild37
1 files changed, 37 insertions, 0 deletions
diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-24.08.2.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-24.08.2.ebuild
new file mode 100644
index 000000000000..4fe130950534
--- /dev/null
+++ b/kde-apps/kdesdk-meta/kdesdk-meta-24.08.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 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"
+IUSE="cvs git mercurial perl php python 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/poxml-${PV}:*
+ >=kde-apps/umbrello-${PV}:*
+ cvs? ( >=kde-apps/cervisia-${PV}:* )
+ git? ( >=kde-apps/dolphin-plugins-git-${PV}:* )
+ mercurial? ( >=kde-apps/dolphin-plugins-mercurial-${PV}:* )
+ perl? ( >=dev-util/kio-perldoc-${PV}:* )
+ python? ( >=kde-apps/lokalize-${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}:* )
+ )
+"