summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-05 11:59:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-05 11:59:20 +0100
commit17403c28668108db349f7721dd2ee4af4b419b0c (patch)
tree9dd44e3d78480a6e75bfae3215b968065dd57990 /kde-frameworks/syntax-highlighting
parentf135102cb6c1bcbd58cfbf50a51661288f9492b2 (diff)
downloadkde-17403c28668108db349f7721dd2ee4af4b419b0c.tar.gz
kde-17403c28668108db349f7721dd2ee4af4b419b0c.tar.bz2
kde-17403c28668108db349f7721dd2ee4af4b419b0c.zip
kde-frameworks: Add KDE Frameworks 5.40
Package-Manager: Portage-2.3.13, Repoman-2.3.4
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.40.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..6fe7730255d
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.40.0.tar.xz 1108400 SHA256 148dd0d3d091ad5ee352cc528f494a375d89d2812ff31b08c735e0929a358075 SHA512 4e7868ae64e18b7734d7d5b778187951ae01fdd2d2dfaa1a78f8d9c0b9d5c435e30f4bc333dac3ed18f864f3458991144e870bd6a2c5b17c8ee49b61a82c0ccb WHIRLPOOL bfaec46a1f00d82eedde9cc0bdf288f1af7bde68155572e69e17965a0884b7467cc7fa273abf37a4eed85b2e6fa0603d47f3473754098789af7e7129f92c4fe0
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.40.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.40.0.ebuild
new file mode 100644
index 00000000000..a4de123cab8
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.40.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 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
+}