summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-03 20:29:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-03 20:29:33 +0100
commite70c7a68916461fc1b0e3fbd4f0b5ee4bb16b995 (patch)
tree222fe3c82ee9d68ab25470b9b46476fe1ca18f07 /kde-frameworks/syntax-highlighting
parent21b74b70281be1bc438e70c951530c4821a55c71 (diff)
downloadkde-e70c7a68916461fc1b0e3fbd4f0b5ee4bb16b995.tar.gz
kde-e70c7a68916461fc1b0e3fbd4f0b5ee4bb16b995.tar.bz2
kde-e70c7a68916461fc1b0e3fbd4f0b5ee4bb16b995.zip
kde-frameworks: Add KDE Frameworks 5.52
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
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.52.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..d2083f82580
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.52.0.tar.xz 1294268 BLAKE2B d61808d707472262a20e0882053569437fb4ee08705a7f4a9a6c2fd42284af6f0b67992443d201edc908825b22adeb9bd8a8fdb5cd8b66d5e7c439acb5cb65a3 SHA512 8d11159b13b610026a66959db86277dbffa7ebcffcd94554fb6d3a643f5f6e70242c8b9674ee3a8bbfc54f3458059cb48b806ad4a86c8fd4c198003b0be9ea63
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.52.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.52.0.ebuild
new file mode 100644
index 00000000000..4ef544f58d4
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.52.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="Framework for syntax highlighting"
+LICENSE="LGPL-2+ LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="nls"
+
+RDEPEND="
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtxmlpatterns)
+"
+DEPEND="${RDEPEND}
+ dev-lang/perl
+ nls? ( $(add_qt_dep linguist-tools) )
+"
+
+src_install() {
+ kde5_src_install
+ dobin "${BUILD_DIR}"/bin/katehighlightingindexer
+}