summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-05 22:16:16 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-05 23:36:46 +0100
commit774d3bc97bccc777c0c2d8f056d94fa3d12cc267 (patch)
tree8c48e23bf78a85ae04b62a635d81c7fc77ad6a1a /kde-frameworks/syntax-highlighting
parentcb9a987a90ab8f86e90880ead6427cf8a31d28b9 (diff)
downloadkde-774d3bc97bccc777c0c2d8f056d94fa3d12cc267.tar.gz
kde-774d3bc97bccc777c0c2d8f056d94fa3d12cc267.tar.bz2
kde-774d3bc97bccc777c0c2d8f056d94fa3d12cc267.zip
kde-frameworks/syntax-highlighting: 5.112.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting')
-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
+}