summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/syntax-highlighting/Manifest1
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-6.15.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..f0ae4b284d4
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-6.15.0.tar.xz 3663240 BLAKE2B 1939ca004e160c088ffe4a5d3983f21ef6e0d1b40cfe851a610c9455dd6bdbecfc71f12acb6658c53cf6009a2f0fe88c1baeb6bc9f3ff224f7af70017263171b SHA512 380df793eae38c6be692468f703e31873858008834f187810649dd23829b74d3920e0f31d4f13bc276bd98df110932c902e3aeab8d1fada9da6d117147c57ff7
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.15.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.15.0.ebuild
new file mode 100644
index 00000000000..baf5aa37635
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.15.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]
+"