aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-06-05 16:34:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-06-05 17:31:49 +0200
commitf694b4f1b3ba5946c4587778b054f52ec4000987 (patch)
treecbb955104c0db2898b40249440d12122ddd962cc
parentkde-frameworks/sonnet: 5.107.0 version bump (diff)
downloadkde-f694b4f1b3ba5946c4587778b054f52ec4000987.tar.gz
kde-f694b4f1b3ba5946c4587778b054f52ec4000987.tar.bz2
kde-f694b4f1b3ba5946c4587778b054f52ec4000987.zip
kde-frameworks/syntax-highlighting: 5.107.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-5.107.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 0000000000..6262d54f01
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.107.0.tar.xz 3428280 BLAKE2B 345b276597c1ab4f80c8200220eba87e97315b7b4625916439036437dad0144af019ac8122d794cf504024df7c317ae1432a1ebbe7ace2033921bd42922c6758 SHA512 ec81206cba9f1018f1c574ea1c6d01e8e58f5097b4fa9d3e648271ebeed68beeabee7d974c4d8a514bd530453186b78dcc38956034fc0c264e3d72d67fa802af
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.107.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.107.0.ebuild
new file mode 100644
index 0000000000..de5c22127e
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.107.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
+}