summaryrefslogtreecommitdiff
path: root/kde-apps/kde-dev-scripts/kde-dev-scripts-24.08.1.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-10 19:26:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-10 19:32:51 +0200
commit4a8122d276d270b5746d421222078519253e5a47 (patch)
tree35e8f1440faf8e29f580abcfae9a13a1ad9639d3 /kde-apps/kde-dev-scripts/kde-dev-scripts-24.08.1.ebuild
parentc9f2922ade44a50b50179de742ded36c85335fd7 (diff)
downloadkde-4a8122d276d270b5746d421222078519253e5a47.tar.gz
kde-4a8122d276d270b5746d421222078519253e5a47.tar.bz2
kde-4a8122d276d270b5746d421222078519253e5a47.zip
kde-apps/kde-dev-scripts: 24.08.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kde-dev-scripts/kde-dev-scripts-24.08.1.ebuild')
-rw-r--r--kde-apps/kde-dev-scripts/kde-dev-scripts-24.08.1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/kde-apps/kde-dev-scripts/kde-dev-scripts-24.08.1.ebuild b/kde-apps/kde-dev-scripts/kde-dev-scripts-24.08.1.ebuild
new file mode 100644
index 00000000000..8c5f0c4f1ed
--- /dev/null
+++ b/kde-apps/kde-dev-scripts/kde-dev-scripts-24.08.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+KFMIN=6.5.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
+}