diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-01 21:15:22 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-01 22:19:15 +0100 |
| commit | f5df9db71330548c0f8935c76dd84e750a818012 (patch) | |
| tree | e9dc943fb2ef8e2eb94970deabb9a1adcfbc95c8 /kde-apps/kde-dev-scripts/kde-dev-scripts-24.01.95.ebuild | |
| parent | cd150eecf2b649af72368dde0e088772243e1e1a (diff) | |
| download | kde-f5df9db71330548c0f8935c76dd84e750a818012.tar.gz kde-f5df9db71330548c0f8935c76dd84e750a818012.tar.bz2 kde-f5df9db71330548c0f8935c76dd84e750a818012.zip | |
kde-apps/kde-dev-scripts: 24.01.95 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kde-dev-scripts/kde-dev-scripts-24.01.95.ebuild')
| -rw-r--r-- | kde-apps/kde-dev-scripts/kde-dev-scripts-24.01.95.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/kde-apps/kde-dev-scripts/kde-dev-scripts-24.01.95.ebuild b/kde-apps/kde-dev-scripts/kde-dev-scripts-24.01.95.ebuild new file mode 100644 index 00000000000..a5ca3eade1d --- /dev/null +++ b/kde-apps/kde-dev-scripts/kde-dev-scripts-24.01.95.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="true" +KFMIN=5.104.0 +inherit ecm gear.kde.org + +DESCRIPTION="KDE Development Scripts" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +IUSE="" + +# kdelibs4support - required for kdex.dtd +# kdoctools - to use ECM instead of kdelibs4 +DEPEND=" + >=kde-frameworks/kdelibs4support-${KFMIN}:5 + >=kde-frameworks/kdoctools-${KFMIN}:5 +" +RDEPEND=" + app-arch/advancecomp + media-gfx/optipng + dev-perl/XML-DOM +" + +src_prepare() { + ecm_src_prepare + + # bug 275069 + sed -e 's:colorsvn::' -i CMakeLists.txt || die +} |
