summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 22:06:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 22:09:11 +0200
commit9c0211c2c931f0d5bd5e0256c9d3a13bc0db1dac (patch)
tree234e5315da4e4fa7d20705f05612579f54f3e856 /kde-frameworks/syntax-highlighting
parentea3c7077b9d46f3a46f802b3c5f63cc5203f4b06 (diff)
downloadkde-9c0211c2c931f0d5bd5e0256c9d3a13bc0db1dac.tar.gz
kde-9c0211c2c931f0d5bd5e0256c9d3a13bc0db1dac.tar.bz2
kde-9c0211c2c931f0d5bd5e0256c9d3a13bc0db1dac.zip
kde-frameworks/syntax-highlighting: 5.81.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.81.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
new file mode 100644
index 00000000000..41490a933e0
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.81.0.tar.xz 2281616 BLAKE2B 415ccb8602a9c46b26da2a0273581b8e742f79eb48d10fb604e87cbe24f3f7466c5da1bd00d6d7bd03a7a953c1d338d826908e17ed6d7fa3e54b86889174ecfc SHA512 ae8a0a75fffab6e050df298fab8c403c8b55885750177fa5e6c316091b927436b89f8385b7904420dbfbc8915d3dae89d290b01a5bd089d682dbcf10b4cbd7b5
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.81.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.81.0.ebuild
new file mode 100644
index 00000000000..02499f839b9
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.81.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="forceoptional"
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Framework for syntax highlighting"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="nls"
+
+BDEPEND="
+ dev-lang/perl
+ nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtxmlpatterns-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ ecm_src_install
+ dobin "${BUILD_DIR}"/bin/katehighlightingindexer
+}