summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-07 12:40:48 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-07 12:50:48 +0100
commit503dda2b6a58b359e6dce16d623acf62ef305009 (patch)
tree113ef4289d4566f8ae1261b3833c685ac6119683
parent62934d530b69024facfc2d0e313d6a9f46a23985 (diff)
downloadkde-503dda2b6a58b359e6dce16d623acf62ef305009.tar.gz
kde-503dda2b6a58b359e6dce16d623acf62ef305009.tar.bz2
kde-503dda2b6a58b359e6dce16d623acf62ef305009.zip
kde-frameworks/syntax-highlighting: 5.114.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/syntax-highlighting/Manifest1
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.114.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
new file mode 100644
index 00000000000..8809af66bf1
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.114.0.tar.xz 3432336 BLAKE2B 9d59bbb1ccbddbc9c9eefaaf93db066f6f0951950df422d6f28cd0bcfbfa157b2ada69f182c1b1588866e886cab409269cdb5509620fa4936ddddefbdaffedb5 SHA512 0d1e06779df8d5efcab43f9d77be5d9b32103521b57484f27110cf72ac38c5ff11baadfbe873e1c2ca74ee583dad972941a3e1727a0b6873c72a76d997c259a3
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.114.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.114.0.ebuild
new file mode 100644
index 00000000000..5f772b6dfcc
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.114.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
+"