summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-02 23:14:15 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-02 23:22:26 +0100
commit1ca9861e6f5eb577bce7e9475c63f3b7efaf6f4c (patch)
treeb7bfdc1fa9c805f4059b2143021e7a7968f8a6d9
parent0def2ad8f0ca7dfe74fd9c939ae0f165a40a09ca (diff)
downloadkde-1ca9861e6f5eb577bce7e9475c63f3b7efaf6f4c.tar.gz
kde-1ca9861e6f5eb577bce7e9475c63f3b7efaf6f4c.tar.bz2
kde-1ca9861e6f5eb577bce7e9475c63f3b7efaf6f4c.zip
kde-frameworks/syntax-highlighting: 6.8.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-6.8.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..0a802d3977e
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-6.8.0.tar.xz 3615240 BLAKE2B 23bc89dcc99146f10a814a9025ca6df4440fa6bf3d3919c6ba281350792f23b828a97ad0d453d4860aa022c80e0aa1c75e0de3b149ebb2cbe142c713b8c01376 SHA512 4cd0245a7bba2b5a2fdd634a60a1f073f2d350dba742b7102769d38299e8899f70a1e0a835660a6f6c97d546659bb657272a2feb7573c247c59608b96ccb4987
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-6.8.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.8.0.ebuild
new file mode 100644
index 00000000000..00557759f72
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-6.8.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.7.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]
+"