summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/syntax-highlighting/Manifest1
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.112.0.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
new file mode 100644
index 00000000000..6fef2bba324
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.112.0.tar.xz 3432472 BLAKE2B 8c5f628444b6d777335d4f1920e60e853c6071a5106265ae40f3a500c0a96059ffb37015c524ccf5889035ed42b102ff74775e5f634937bf613fa8d143303b1d SHA512 485d2bf9c85cd67e9c08bd756f834b89268b18c933aed4a6b7153fc4fc8652be118c66858ed288c2679b8280f3eb69cf736edd0989984a7286b88e4a9e3e27cf
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.112.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.112.0.ebuild
new file mode 100644
index 00000000000..de5c22127e1
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.112.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for syntax highlighting"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtxmlpatterns-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ dev-lang/perl
+ >=dev-qt/linguist-tools-${QTMIN}:5
+"
+
+src_install() {
+ ecm_src_install
+ dobin "${BUILD_DIR}"/bin/katehighlightingindexer
+}