summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-21 21:17:56 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-22 10:45:24 +0100
commitf570783b6240043eaba770ae0cc9ee28c5acce00 (patch)
treec3e8ad7659cab44ded65e89e3f8716180048de6e /kde-frameworks/syntax-highlighting
parent8e00045658364dd558b7310267834737408e4c33 (diff)
downloadkde-f570783b6240043eaba770ae0cc9ee28c5acce00.tar.gz
kde-f570783b6240043eaba770ae0cc9ee28c5acce00.tar.bz2
kde-f570783b6240043eaba770ae0cc9ee28c5acce00.zip
kde-frameworks/syntax-highlighting: 6.0.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.0.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..729db47c755
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-6.0.0.tar.xz 3527420 BLAKE2B 85ec002cd204c78f9ae97f75846211a40b32fafbc8683736b55f2bbfd559bff4d312c21c82a354670dd83457257500389912b94844e8800303c5430705916a01 SHA512 864117cbf00599276fbb7b7efe7419379b7b1448b966a2d9108a0ea2646ce64626fba10f43a14a16a34076347143311a699aea797d88bd91a4be636c330cbcfa
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.0.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.0.0.ebuild
new file mode 100644
index 00000000000..059677d7765
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.0.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.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for syntax highlighting"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+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]
+"