summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-02-14 14:47:51 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-02-14 16:23:30 +0100
commit936e82dba5bc95a7c9e7bcb66d92852cd9184e01 (patch)
treeaf1c84931d59604dce0ff5e6c36054c280253118 /kde-frameworks/syntax-highlighting
parentkde-frameworks/sonnet: 6.11.0 version bump (diff)
downloadgentoo-936e82dba5bc95a7c9e7bcb66d92852cd9184e01.tar.gz
gentoo-936e82dba5bc95a7c9e7bcb66d92852cd9184e01.tar.bz2
gentoo-936e82dba5bc95a7c9e7bcb66d92852cd9184e01.zip
kde-frameworks/syntax-highlighting: 6.11.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-6.11.0.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
index 4fbbb31568bd..15cf3a6b3352 100644
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -1,3 +1,4 @@
DIST syntax-highlighting-5.116.0.tar.xz 3432360 BLAKE2B 588924dfe0192d2538068e5b622ce2f8bec16d4203409dd99d7597024a4dfbcfefac070a022d48bb82717fb47dce9d8683405da818be7c624662b91656b0b86c SHA512 e8d0f424ad0349ef1a97fa6cb6a785ef9f2d20ca116b92ad4455bb87a61f868197cbb40e014a4eb0778aee12f40cf892af12717ebbd3545adf76afc05657d5a5
DIST syntax-highlighting-6.10.0.tar.xz 3622340 BLAKE2B f21c6fedf5d71aca43fccea8d7e01567a1d86c7a57c8c39e1f84a20fc2db9a39de9965aa80d106dccb3e6844d8371f91e4cb9d60434da8e84c96d50a458ee83c SHA512 c60f9da6b6ae74e6582d7440f65512b3047d804591e947ce314c823f98b9820bd54badb64cca20463b4b6e490b9a4f787866bb1b6a8c666ca1deaa0257d63ef1
+DIST syntax-highlighting-6.11.0.tar.xz 3628928 BLAKE2B 4885779557c710544d1fa22708dba6e3f525b32658a544869f1fa11e013ff5477b53dc0bd2a80fa2ff310ed4ab9bcd8f54389764539972080f19f4b896a83585 SHA512 7cd4f330cba884bbffa60551a606cc7908b3d83f9559d10738b40bcf841c70e34c3dffbd0b6dfdef6542703314a099b0ad160c2a473194101207bf09a83ed8e5
DIST syntax-highlighting-6.9.0.tar.xz 3617360 BLAKE2B 79e26b078ab2372d3205d79aea837a6f58a0cad62b1720af9fa51b4a263a3398a58b457a4231922d6f916012e97b7ada10855ab3b0e019706273822a8ae1cea9 SHA512 b12645488f49666f771de0f2d04b1b52505648cd9cbe594ccc9124918fd0c560f6c73800b38b050c162a4aeef4e60cfe03e6246673796e1fded4005d22e31e59
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.11.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.11.0.ebuild
new file mode 100644
index 000000000000..2d89faa103b0
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.11.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 ~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]
+"