summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-07 23:17:00 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-07 23:17:00 +0200
commit5c95f598558638a42a6a4b8cc53b7498a067f045 (patch)
tree579dfb632212fcd302c80182038fa9e4523e39ea /kde-frameworks/syntax-highlighting
parent1bc01584563cf3b498a9203e855088dc366f7292 (diff)
downloadkde-5c95f598558638a42a6a4b8cc53b7498a067f045.tar.gz
kde-5c95f598558638a42a6a4b8cc53b7498a067f045.tar.bz2
kde-5c95f598558638a42a6a4b8cc53b7498a067f045.zip
kde-frameworks: Add KDE Frameworks 5.60
Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.60.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..a6a34793ab4
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.60.0.tar.xz 1490716 BLAKE2B 77d15a0b294726eae8aa1fa7f8983062442d96e41c6aa183637f89078541f93c5ba05894c5b14d42ae9c03c852d2612afd25949e707f5aea3b6e1faf11294b19 SHA512 266e1df814e3b6383068347238c6d8a46736112b4d0037784361b9b756a9f00ca29ce615185dbb553568fec9dca97671c95d1d39dde1f40a864c1ff40174ec15
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.60.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.60.0.ebuild
new file mode 100644
index 00000000000..92fd3548246
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.60.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="Framework for syntax highlighting"
+LICENSE="LGPL-2+ LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="nls"
+
+BDEPEND="
+ dev-lang/perl
+ nls? ( $(add_qt_dep linguist-tools) )
+"
+DEPEND="
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtxmlpatterns)
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ kde5_src_install
+ dobin "${BUILD_DIR}"/bin/katehighlightingindexer
+}