summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-06 22:15:03 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-06 22:19:20 +0100
commitc02f3e966ea7501b958d37e2edac86594a47faf0 (patch)
treeff69369770957c17f9b175c91ba6ea658d4c9326
parentcf1c061f9b13936d117b662568e77c3e5f4e3f69 (diff)
downloadkde-c02f3e966ea7501b958d37e2edac86594a47faf0.tar.gz
kde-c02f3e966ea7501b958d37e2edac86594a47faf0.tar.bz2
kde-c02f3e966ea7501b958d37e2edac86594a47faf0.zip
kde-frameworks/syntax-highlighting: 5.100.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.100.0.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
new file mode 100644
index 00000000000..32d6ad666fb
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.100.0.tar.xz 3366676 BLAKE2B d0cc449423374c0c83da39ce074fdecade0193e8e3a59462069f59da94fd1992bec16ebd4f870c9c3f14027032a78a59b3cc91a5754696e674719e28054bdd25 SHA512 bf2157b92371059c9cce18f9e2bf7a11b5a23ba20081529a933f0807865f58cfc272cd1d0c3da3968fefff795c6739b5181abca6b7569f4e36e230da286f02e5
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.100.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.100.0.ebuild
new file mode 100644
index 00000000000..1cb111a4cf4
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.100.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+QTMIN=5.15.5
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for syntax highlighting"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="nls"
+
+DEPEND="
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtxmlpatterns-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ dev-lang/perl
+ nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
+
+src_install() {
+ ecm_src_install
+ dobin "${BUILD_DIR}"/bin/katehighlightingindexer
+}