aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-02 14:58:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-04 21:36:40 +0200
commit20be9c5ff904b5994131a3c4909dcc025653a2fa (patch)
treecbf88f7067624a34dfb6a44314ceb4b1ce288fa0 /kde-frameworks/syntax-highlighting
parentkde-frameworks/sonnet: 6.5.0 version bump (diff)
downloadkde-20be9c5ff904b5994131a3c4909dcc025653a2fa.tar.gz
kde-20be9c5ff904b5994131a3c4909dcc025653a2fa.tar.bz2
kde-20be9c5ff904b5994131a3c4909dcc025653a2fa.zip
kde-frameworks/syntax-highlighting: 6.5.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting')
-rw-r--r--kde-frameworks/syntax-highlighting/Manifest1
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-6.5.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 0000000000..4c4ca94830
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-6.5.0.tar.xz 3563748 BLAKE2B c01c4225746f92c3c938585f565eabc1fc42dab5e129ba33a1c366d702db495bf81286416824d330c20a07ee292cb8146ad65074ed0c31052832ba837f984297 SHA512 8c45b41d4a1e0320bd6b0f186dbe1647213fa1aa0950a69c37c71839b5b9c3c2ee5f160f74eb12fe52e97996274901d8de6c1e51df1017de39a70f5f17db856f
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.5.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.5.0.ebuild
new file mode 100644
index 0000000000..808fff1d98
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.5.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 ~arm64 ~ppc64 ~riscv ~x86"
+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]
+"