summaryrefslogtreecommitdiff
path: root/kde-apps/kde-dev-scripts/kde-dev-scripts-25.04.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-04-11 21:18:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-04-11 21:24:26 +0200
commitd7401204dd7d762810b31fa9d65cd9b5f0793c18 (patch)
treea337d491385162fdc053582435ca738c0f6ebd9b /kde-apps/kde-dev-scripts/kde-dev-scripts-25.04.0.ebuild
parentc85b70a598a971aa332ddafa7fda7548865eadfc (diff)
downloadkde-d7401204dd7d762810b31fa9d65cd9b5f0793c18.tar.gz
kde-d7401204dd7d762810b31fa9d65cd9b5f0793c18.tar.bz2
kde-d7401204dd7d762810b31fa9d65cd9b5f0793c18.zip
kde-apps/kde-dev-scripts: 25.04.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kde-dev-scripts/kde-dev-scripts-25.04.0.ebuild')
-rw-r--r--kde-apps/kde-dev-scripts/kde-dev-scripts-25.04.0.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/kde-apps/kde-dev-scripts/kde-dev-scripts-25.04.0.ebuild b/kde-apps/kde-dev-scripts/kde-dev-scripts-25.04.0.ebuild
new file mode 100644
index 00000000000..e6a5bfc2190
--- /dev/null
+++ b/kde-apps/kde-dev-scripts/kde-dev-scripts-25.04.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+KFMIN=6.9.0
+inherit ecm gear.kde.org
+
+DESCRIPTION="KDE Development Scripts"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+ app-arch/advancecomp
+ dev-perl/XML-DOM
+ media-gfx/optipng
+"
+
+src_prepare() {
+ ecm_src_prepare
+
+ # bug 275069
+ sed -e 's:colorsvn::' -i CMakeLists.txt || die
+}