summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting/syntax-highlighting-5.116.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-13 22:55:57 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-13 23:04:00 +0200
commit6a71f07cdcae95ce7c07c7ebfc6b4ae85bec2b27 (patch)
tree75fc32040621e43effa1773668c9145e3aa02a5e /kde-frameworks/syntax-highlighting/syntax-highlighting-5.116.0.ebuild
parent019428d070c7cf65b3198d036e608ec7d17ec4dc (diff)
downloadkde-6a71f07cdcae95ce7c07c7ebfc6b4ae85bec2b27.tar.gz
kde-6a71f07cdcae95ce7c07c7ebfc6b4ae85bec2b27.tar.bz2
kde-6a71f07cdcae95ce7c07c7ebfc6b4ae85bec2b27.zip
kde-frameworks/syntax-highlighting: 5.116.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting/syntax-highlighting-5.116.0.ebuild')
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.116.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.116.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.116.0.ebuild
new file mode 100644
index 00000000000..5f772b6dfcc
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.116.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for syntax highlighting"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+"
+DEPEND="${RDEPEND}
+ >=dev-qt/qtxmlpatterns-${QTMIN}:5"
+BDEPEND="
+ dev-lang/perl
+ >=dev-qt/linguist-tools-${QTMIN}:5
+"