summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting/syntax-highlighting-5.113.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-06 18:04:52 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-06 18:15:56 +0100
commit5feb6d95ddab846e9761f7fdd909276fc9c0b9b9 (patch)
tree8b276a3c5d248d5fccdf811f8c5a7dad041ce447 /kde-frameworks/syntax-highlighting/syntax-highlighting-5.113.0.ebuild
parent9898948d64cae44e14d9f48e93463a7dce120be4 (diff)
downloadkde-5feb6d95ddab846e9761f7fdd909276fc9c0b9b9.tar.gz
kde-5feb6d95ddab846e9761f7fdd909276fc9c0b9b9.tar.bz2
kde-5feb6d95ddab846e9761f7fdd909276fc9c0b9b9.zip
kde-frameworks/syntax-highlighting: 5.113.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting/syntax-highlighting-5.113.0.ebuild')
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.113.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.113.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.113.0.ebuild
new file mode 100644
index 00000000000..c3791e968dc
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.113.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 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
+"