diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-11-04 19:38:51 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-11-04 20:47:40 +0100 |
| commit | 7b32a9b10013da6e16aa91399d47f1636822d294 (patch) | |
| tree | 74ec5c0afa33c1c4f5cbbaed0bd8567e04ffc97c | |
| parent | e7cb08838a4e92b2868f915d93982178076cc0ab (diff) | |
| download | kde-7b32a9b10013da6e16aa91399d47f1636822d294.tar.gz kde-7b32a9b10013da6e16aa91399d47f1636822d294.tar.bz2 kde-7b32a9b10013da6e16aa91399d47f1636822d294.zip | |
kde-apps/kate: 25.08.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-apps/kate/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/kate/kate-25.08.3.ebuild | 61 |
2 files changed, 62 insertions, 0 deletions
diff --git a/kde-apps/kate/Manifest b/kde-apps/kate/Manifest new file mode 100644 index 00000000000..91b8ec9e91d --- /dev/null +++ b/kde-apps/kate/Manifest @@ -0,0 +1 @@ +DIST kate-25.08.3.tar.xz 8418112 BLAKE2B e3809bde6657c4b87b9a6dfc6217316a897dd10a360c46431805cb967eb9c1ecad022be694246561022e65b07d4ec4845ab6605bd6d0e80545f0ad882607682a SHA512 078a05db1e22c171a4c9341f079427ff7c7e4b7c4ec54b65e16d48b6c8139f3ac7fad64dd9fab74cd3602f5fe93cf9e5025e6921e47b157ed81ceaad1eb398f6 diff --git a/kde-apps/kate/kate-25.08.3.ebuild b/kde-apps/kate/kate-25.08.3.ebuild new file mode 100644 index 00000000000..b2387c174f4 --- /dev/null +++ b/kde-apps/kate/kate-25.08.3.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoff" +KFMIN=6.16.0 +QTMIN=6.9.1 +inherit ecm flag-o-matic gear.kde.org xdg + +DESCRIPTION="Multi-document editor with network transparency, Plasma integration and more" +HOMEPAGE="https://kate-editor.org/ https://apps.kde.org/kate/" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h +# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras +# TODO: replace HAVE_X11 and __has_include with explicit WITH_X11 option +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets,X] + ~kde-apps/kate-lib-${PV}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kwindowsystem-${KFMIN}:6[X] + virtual/libintl +" +RDEPEND="${DEPEND} + ~kde-apps/kate-addons-${PV}:6 + >=kde-apps/kate-common-${PV} +" + +src_prepare() { + ecm_src_prepare + ecm_punt_po_install + + # these tests are run in kde-apps/kate-lib + cmake_run_in apps/lib cmake_comment_add_subdirectory autotests +} + +src_configure() { + local mycmakeargs=( + -DBUILD_addons=FALSE + -DBUILD_kwrite=FALSE + ) + + # provided by kde-apps/kate-lib + append-libs -lkateprivate + + ecm_src_configure +} + +src_install() { + ecm_src_install + + # provided by kde-apps/kate-lib + rm -v "${ED}"/usr/$(get_libdir)/libkateprivate.so.* || die +} |
