kde-frameworks/syntax-highlighting: 6.25.0 version bump

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-04-12 05:18:39 +01:00
parent 0765d4624b
commit 1bb1204f8f
2 changed files with 36 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST syntax-highlighting-6.23.0.tar.xz 3851644 BLAKE2B 3aee2e1bfb4f6e212d761f57ebc44ac9db4f75a3c56cdc9c72ec7be78c0cf2a7c7a9548608ed538a8a065a2b973b503e44b5bad4b6d2f82802f00337a575c7a8 SHA512 43219bbf3f0f5dc79c5194ac8d172c5abf314a087a49484e8ac784834e35d3b796ca3123a3c7e623df1f4156c6a115de19e2f616a02f8aeb731cdb8f4d482ce7
DIST syntax-highlighting-6.24.0.tar.xz 3851140 BLAKE2B 29af41f9bb6be8c66ed44dc0453b3dae49551f3ef2bfaef2ec3928da50ad75d0c3cd9a179c0350761e6338ca341101d9840cec12a69defe8b56a37462932323a SHA512 e0cae6caae39b57b2aadc9dcbb04f0159673d84e57ea76d6754888160f45832a11eb7ef36a39589442ff6d3256291d5adb617fb895a302745da18591ddbe3c6c
DIST syntax-highlighting-6.25.0.tar.xz 3881996 BLAKE2B 53cd6ddaebd410afa62f2d426c2fdfec7e9523b913f97c35a2853a1ef095488632848b24d19bf6f2257170d58d982276e9b297dda2d3c1b1e0bc07dd15fd09ad SHA512 93bcf957d61bc20923f4ffe1bdef89a0929e3004b27ea4f22db0522e71d7b616cd517f3faaf2b3a5acc27c21f0b97ed339b31b73a0f8140f1f3f2f9840586463

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="forceoptional"
PYTHON_COMPAT=( python3_{11..14} )
QTMIN=6.10.1
inherit ecm frameworks.kde.org python-any-r1
DESCRIPTION="Framework for syntax highlighting"
LICENSE="MIT"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
# examples: dev-qt/qtbase[printsupport,widgets]
RDEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,network]
>=dev-qt/qtdeclarative-${QTMIN}:6
"
DEPEND="${RDEPEND}
dev-libs/xerces-c
"
BDEPEND="${PYTHON_DEPS}
dev-lang/perl
>=dev-qt/qttools-${QTMIN}:6[linguist]
"
src_configure() {
local mycmakeargs=(
-DPython_EXECUTABLE="${PYTHON}"
)
ecm_src_configure
}