summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-01-07 21:43:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-08 23:59:34 +0100
commita07b673d3b96f748dec3d854f17d0ff2a4f6c9b5 (patch)
tree2804b8ae32d20955c26ce39b55b1dcf39838b2b5 /kde-frameworks
parent1e2b70e1e340b92c315660aa007d79676cf17b54 (diff)
downloadkde-a07b673d3b96f748dec3d854f17d0ff2a4f6c9b5.tar.gz
kde-a07b673d3b96f748dec3d854f17d0ff2a4f6c9b5.tar.bz2
kde-a07b673d3b96f748dec3d854f17d0ff2a4f6c9b5.zip
kde-frameworks/syntax-highlighting: 6.10.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/syntax-highlighting/Manifest1
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-6.10.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..aa6f0b7f073
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-6.10.0.tar.xz 3622340 BLAKE2B f21c6fedf5d71aca43fccea8d7e01567a1d86c7a57c8c39e1f84a20fc2db9a39de9965aa80d106dccb3e6844d8371f91e4cb9d60434da8e84c96d50a458ee83c SHA512 c60f9da6b6ae74e6582d7440f65512b3047d804591e947ce314c823f98b9820bd54badb64cca20463b4b6e490b9a4f787866bb1b6a8c666ca1deaa0257d63ef1
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.10.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.10.0.ebuild
new file mode 100644
index 00000000000..00557759f72
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.10.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 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]
+"