summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-07 01:23:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-07 01:23:51 +0200
commit4cc5a5205ee9db66bfc64a408af7320dd9f138e2 (patch)
tree155547da8945720f73a057317da1fcb8216ac905 /kde-frameworks/syntax-highlighting
parent0477222da080099dc40c6c308622eee0e3803003 (diff)
downloadkde-4cc5a5205ee9db66bfc64a408af7320dd9f138e2.tar.gz
kde-4cc5a5205ee9db66bfc64a408af7320dd9f138e2.tar.bz2
kde-4cc5a5205ee9db66bfc64a408af7320dd9f138e2.zip
kde-frameworks: Add KDE Frameworks 5.49.0
Package-Manager: Portage-2.3.44, Repoman-2.3.10
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.49.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..395babf044f
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.49.0.tar.xz 1197804 BLAKE2B 33fa8da866392ff99fc23cc72977c1f40009d4526851b3b89f28f62bab5ba21ba66a0701a8123d917a44352066d94541508458cb8537299fdbd0ef60ee2da531 SHA512 93defc4a57ab21dfcba1b1ae72ac662edae12a9cc7a9e57f0cb0bb9c2fa68870cf14f012b45c1966ea065dcc1776bae180cafd863c980e4cfbe65731f506f974
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.49.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.49.0.ebuild
new file mode 100644
index 00000000000..dcea91c13a7
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.49.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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
+}