summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-06 18:35:48 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-06 18:42:02 +0100
commit399056be1d268db2ebc5b5a236bdc724512595b7 (patch)
treec8a50bda149e996b446420e6f76816f674aad17a /kde-frameworks/syntax-highlighting
parent60291c4f7138dacecfb2821930f5cde6aa399a5c (diff)
downloadkde-399056be1d268db2ebc5b5a236bdc724512595b7.tar.gz
kde-399056be1d268db2ebc5b5a236bdc724512595b7.tar.bz2
kde-399056be1d268db2ebc5b5a236bdc724512595b7.zip
kde-frameworks/syntax-highlighting: 5.101.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-5.101.0.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
new file mode 100644
index 00000000000..d6c376c7467
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.101.0.tar.xz 3373260 BLAKE2B a52696b57fd3099a1814421b72471d3a9e8dae7ff787c9de1b337ac34f8e9bb567217bf5046b7025515a735a4f93cc8329800ab0deeddd97ccd17859e1d2b432 SHA512 67953cfda09c20173d59006eecb0db9035204773a8445eee2d448067f5854b79cb0e8ea6d105087d0746e622baf8fcfe828f2d6856d32c21e270d972ed936776
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.101.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.101.0.ebuild
new file mode 100644
index 00000000000..8f91935918d
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.101.0.ebuild
@@ -0,0 +1,31 @@
+# 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=""
+
+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
+ >=dev-qt/linguist-tools-${QTMIN}:5
+"
+
+src_install() {
+ ecm_src_install
+ dobin "${BUILD_DIR}"/bin/katehighlightingindexer
+}