summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting/syntax-highlighting-5.96.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-07-03 08:53:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-07-03 08:56:26 +0200
commit9a4f813b78c4e4e113f1b74afcce0932eeb7be63 (patch)
tree1b787af4fa3b325754144ad905d06ad9251930c7 /kde-frameworks/syntax-highlighting/syntax-highlighting-5.96.0.ebuild
parent7a4ee19a2660c5c4fe9ebc0507496bfd05829fc1 (diff)
downloadkde-9a4f813b78c4e4e113f1b74afcce0932eeb7be63.tar.gz
kde-9a4f813b78c4e4e113f1b74afcce0932eeb7be63.tar.bz2
kde-9a4f813b78c4e4e113f1b74afcce0932eeb7be63.zip
kde-frameworks/syntax-highlighting: 5.96.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting/syntax-highlighting-5.96.0.ebuild')
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.96.0.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.96.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.96.0.ebuild
new file mode 100644
index 00000000000..8bf8c390ecb
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.96.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.4
+inherit ecm 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
+}