summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-16 00:06:07 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-28 00:12:38 +0100
commit7140dbfb20753676fa857e3bc92119a1c015e356 (patch)
tree5e176addd0abe2bd1e144921a84bcb51e80de2d5 /kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
parente2d836a10b6cfc0dfe2fdaa3f1f89be0ce6160e4 (diff)
downloadkde-7140dbfb20753676fa857e3bc92119a1c015e356.tar.gz
kde-7140dbfb20753676fa857e3bc92119a1c015e356.tar.bz2
kde-7140dbfb20753676fa857e3bc92119a1c015e356.zip
kde-frameworks/syntax-highlighting: add 9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild')
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
new file mode 100644
index 00000000000..7858618980f
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+QTMIN=6.6.0
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for syntax highlighting"
+
+LICENSE="MIT"
+KEYWORDS=""
+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]
+"