summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-05 22:21:59 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-05 22:29:53 +0200
commite6dec51f37eff67c17ab0199c470cb6d26949a49 (patch)
treee991e2941e2a0f764dc67b4b24f87336a7326204
parent93af34618c66b0c7684894b5decfbf1b7d96fee2 (diff)
downloadkde-e6dec51f37eff67c17ab0199c470cb6d26949a49.tar.gz
kde-e6dec51f37eff67c17ab0199c470cb6d26949a49.tar.bz2
kde-e6dec51f37eff67c17ab0199c470cb6d26949a49.zip
kde-frameworks/syntax-highlighting: 6.16.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/syntax-highlighting/Manifest1
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-6.16.0.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
new file mode 100644
index 00000000000..4e4ddbdb921
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-6.16.0.tar.xz 3679160 BLAKE2B 4ea12312b2098da042fc72b7c726d40860ae4a7ce0e1481ed021935aac38ba8050f0c7d6830acec9d584e9b509d20636312d68c9389872bf32d46fd0791e300f SHA512 91f8c6f7d6c97624bd9963ceed3932efa12af380b22d678e5b827384ebab960217f45573187467bb4c74a7de6fd1c8846d8db727b32c02c50cb486f0f58184d2
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.16.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.16.0.ebuild
new file mode 100644
index 00000000000..baf5aa37635
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.16.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+QTMIN=6.7.2
+inherit ecm frameworks.kde.org
+
+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="
+ dev-lang/perl
+ >=dev-qt/qttools-${QTMIN}:6[linguist]
+"