summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-04-05 16:26:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-04-05 22:00:46 +0200
commitf4519f16061eaa0628279e577fe736ae4d86ab50 (patch)
treea11ee8cba7552a5afacf15ff593a7ffd34485aac /kde-frameworks
parent47904bc9a64d64e8b8225f753e12087ff747d00b (diff)
downloadkde-f4519f16061eaa0628279e577fe736ae4d86ab50.tar.gz
kde-f4519f16061eaa0628279e577fe736ae4d86ab50.tar.bz2
kde-f4519f16061eaa0628279e577fe736ae4d86ab50.zip
kde-frameworks/syntax-highlighting: 6.1.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/syntax-highlighting/Manifest1
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-6.1.0.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
new file mode 100644
index 00000000000..6f0a7b9031a
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-6.1.0.tar.xz 3533272 BLAKE2B c88fdd05a966c6990ea752dfbd8200191b798145695d11ce223bc6ac36e5b5160844d7cd959ec886a4b9e8c383f18016d2dacc3d24dec33a85dcfcafb67bcfb2 SHA512 1aebf4507461aca80f5248cbce3311ca5a000b0d5e1f214ca877fd184a9380ac7646fab999901e230717a90047c90a66e8eedb35c224883474e20554b6931690
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.1.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.1.0.ebuild
new file mode 100644
index 00000000000..059677d7765
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.1.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]
+"