summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-02-05 15:57:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-02-05 15:57:31 +0100
commite2158a7bb7c37b74835238e51aad01a96cb7794b (patch)
treebe186962b2721b06e5609575d424c9aa8e25f530 /kde-frameworks/syntax-highlighting
parent584755755bd760c4cea2f9bb237980457d5f95b1 (diff)
downloadkde-e2158a7bb7c37b74835238e51aad01a96cb7794b.tar.gz
kde-e2158a7bb7c37b74835238e51aad01a96cb7794b.tar.bz2
kde-e2158a7bb7c37b74835238e51aad01a96cb7794b.zip
kde-frameworks: 5.31.0 version bump
Package-Manager: portage-2.3.3
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.31.0.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
new file mode 100644
index 00000000000..143f2299a05
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.31.0.tar.xz 976816 SHA256 2a6c34bcf1195376061062da7cc1197b7526e46b4515fd107d244db6ae34ed45 SHA512 0accb6382466a704757c77ee09737597201a78150b6b2496e4491b5362583326487177de0decb4cb916ca74bd84faeac0222f1b943ede133798cafd292ee48c2 WHIRLPOOL 2ee61634889c718054a6d316aa41191f3fe163ef86c618d3a70a23aa314b1b6e3d6694a2ad33f84c9aa53fbae8491a6445a92d762ce37b5fe3acc8c2931778a6
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.31.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.31.0.ebuild
new file mode 100644
index 00000000000..819f35f123a
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.31.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="Framework for syntax highlighting"
+LICENSE="LGPL-2+ LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtxmlpatterns)
+"
+DEPEND="${RDEPEND}
+ $(add_qt_dep linguist-tools)
+ dev-lang/perl
+"
+
+src_install() {
+ kde5_src_install
+ dobin "${BUILD_DIR}"/src/indexer/katehighlightingindexer
+}