summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-01 08:33:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-02 20:01:45 +0200
commit87c888643c5dd0ec10eaf0a4bf01c238451ac186 (patch)
tree638f73e24d17b79320bd5c6776c38533eccab85f /kde-frameworks
parentf8b617edd10a5db56744de8d0938bfe08a540090 (diff)
downloadkde-87c888643c5dd0ec10eaf0a4bf01c238451ac186.tar.gz
kde-87c888643c5dd0ec10eaf0a4bf01c238451ac186.tar.bz2
kde-87c888643c5dd0ec10eaf0a4bf01c238451ac186.zip
kde-frameworks/syntax-highlighting: 6.3.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.3.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..79543a8bc9b
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-6.3.0.tar.xz 3532580 BLAKE2B 1060756774ac491ac047a9382749e294b428401f5d44ab448b432ae36b5ac919e61ea7fa688d954e1323513154b609e74d02b45704628d95d310837e4c648e9d SHA512 5e37e9f454448ebe62f6bb19c45f9db002ea75d8e17e4ef88152a2793a47e1e56411fd2aa49b017f5f7abea97d13a7ec683c96b5ff15abf69b674bb7937968c8
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.3.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.3.0.ebuild
new file mode 100644
index 00000000000..059677d7765
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.3.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]
+"