summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
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.35.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..f7bc785981f
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.35.0.tar.xz 987280 SHA256 3b91ee081d82f0636722bc326ccee3855a419709b6d9953aaaf62137e25a506e SHA512 c510441838a0041ce5a065d5f58cec4c7f25087e9af08573502e489f0b92364a857f7168a7921592a55bf472727d490326947c44c3c547c450255207c8367994 WHIRLPOOL f0d546257c4263e6cde70c181a3a0ca218aa88f68dc356929995f980e7714e96906cbcc053fc40c1bd28f49ede238af0218ee1fef9402577e460a5b427cfaff8
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.35.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.35.0.ebuild
new file mode 100644
index 00000000000..d8e1b700f08
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.35.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
+}