summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting/syntax-highlighting-6.0.0.ebuild
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/syntax-highlighting-6.0.0.ebuild
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/syntax-highlighting-6.0.0.ebuild')
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-6.0.0.ebuild27
1 files changed, 27 insertions, 0 deletions
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]
+"