summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-03-04 20:58:42 +0100
committerJohannes Huber <johu@gentoo.org>2017-03-04 20:58:42 +0100
commit09d8522b1f09a5e1132e5161cb607a9fad3c1745 (patch)
tree4463dbc56686e00d705ff811a6f72241546216e6 /kde-frameworks/syntax-highlighting
parent29da9bd72bb10a7bb322de688f9b45ebc93835d7 (diff)
downloadkde-09d8522b1f09a5e1132e5161cb607a9fad3c1745.tar.gz
kde-09d8522b1f09a5e1132e5161cb607a9fad3c1745.tar.bz2
kde-09d8522b1f09a5e1132e5161cb607a9fad3c1745.zip
kde-frameworks: Version bump KDE Frameworks 5.32.0
Package-Manager: Portage-2.3.4, Repoman-2.3.2
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.32.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..b39028e6c99
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.32.0.tar.xz 977956 SHA256 a31f5f66b642ffdb2839c6278428961839b2d13a2ca80561e5eff13a4a3f35b5 SHA512 bd7cf34c67b8a1c3053b229d108e63f7985788b1f708489b38f4c1cfe498c1ad6e08646f7c46cf71410395ae6060d9fd4642a0ef3aaee695ced50db08d30729e WHIRLPOOL c85cdcbff375a0672e39eff5dfd1afc426f664fc5ce5007606f3812526d2b3497e57a85a0cc6a9126b3162b50c20fa22f31ea698b0e6dd48471eba69e7e4bdfc
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.32.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.32.0.ebuild
new file mode 100644
index 00000000000..d8e1b700f08
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.32.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
+}