summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-05-07 11:20:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-07 11:21:33 +0200
commitaf32f0f47ebeec544020da6cae6fc53d99de17f9 (patch)
tree76dfbf6b1cfc7a6c22192def795a59a2d4a0bf95 /kde-frameworks/syntax-highlighting
parent5966d5c2fd55413bfd1fb80ef300d3cac24e5996 (diff)
downloadkde-af32f0f47ebeec544020da6cae6fc53d99de17f9.tar.gz
kde-af32f0f47ebeec544020da6cae6fc53d99de17f9.tar.bz2
kde-af32f0f47ebeec544020da6cae6fc53d99de17f9.zip
kde-frameworks: Add KDE Frameworks 5.34.0
Package-Manager: Portage-2.3.5, Repoman-2.3.1
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.34.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..73ed62e0b07
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.34.0.tar.xz 983976 SHA256 884b266cfcec466d7f86053c7bcefccf27b256651ad123656939c9bfe9e2ce67 SHA512 e07775551f416ac02ce431c2eafe451dd9aaee53f486b1c99a4021dc53ad28bd89f24649ae2db96268d52ee3e0805ccf46a7b65a67c232659381600286ed4786 WHIRLPOOL 84485a607a50e717bde04d6183887f55519d1800890ca90994f6bef0fb1e7cc0eba428eaefbf7247650e3c5ac73b82ba2fd7acc1ec0185f82a7558fb9646425b
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.34.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.34.0.ebuild
new file mode 100644
index 00000000000..d8e1b700f08
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.34.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 ~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}"/src/indexer/katehighlightingindexer
+}