summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-05 23:34:53 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-06 02:28:24 +0100
commit9620b826046d3ec9c1d77c27e3770a58ad9b3e5d (patch)
tree58d0ebec673162a7e09a3643857cd8ea2de627eb /kde-frameworks/syntax-highlighting
parentdc49a6d3d7caacd4c8b1efd8e9529e13a6975b10 (diff)
downloadkde-9620b826046d3ec9c1d77c27e3770a58ad9b3e5d.tar.gz
kde-9620b826046d3ec9c1d77c27e3770a58ad9b3e5d.tar.bz2
kde-9620b826046d3ec9c1d77c27e3770a58ad9b3e5d.zip
kde-frameworks: Add KDE Frameworks 5.43.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
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.43.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..09869cdb380
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.43.0.tar.xz 1108032 BLAKE2B 7ee4f4aa63bbd374e750eee8ad35a3e9d2f840fb3e176d2f055c5c89c78ffc585fcc908d046946862c1f5ee3957e121183649f1ba811ba3f49b3688941518099 SHA512 3d9f2e073e05690922126b4b5360ef178655482158ff3471b469826681b86cba1ce1e555f0bc15df27dd980632a8324ad666bad178ee98eaf5fcdf58e2618c83
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.43.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.43.0.ebuild
new file mode 100644
index 00000000000..dcea91c13a7
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.43.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
+}