summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-01 23:55:28 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-07 22:36:15 +0200
commit17aabfc72501a6112591c7c26b251f35e8145614 (patch)
treeeee2c29816a8cb44782e7b2263acf5cef3816da1 /kde-frameworks/syntax-highlighting
parentd31212624bbd9356a62cfa909a7b2d55596a1a33 (diff)
downloadkde-17aabfc72501a6112591c7c26b251f35e8145614.tar.gz
kde-17aabfc72501a6112591c7c26b251f35e8145614.tar.bz2
kde-17aabfc72501a6112591c7c26b251f35e8145614.zip
kde-frameworks: Add KDE Frameworks 5.59.0
Package-Manager: Portage-2.3.67, Repoman-2.3.13 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.59.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..f02c688932d
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.59.0.tar.xz 1467964 BLAKE2B 687244ce016b06ceff9ebfd6d4158ae5fca8f669e79277499164b1164843a947ecec986f2a22d2d2df3d426c5b8ecd02e1c84f8f14a383ffd5989f94cd8ea980 SHA512 9566700809ba657b71861932ed82c4485f1fef676d6435ae9022f0e9ef745fdeea787c6bc958fe48a34f69294ac386e48424a4c77b329451f18a0bad1a2994c6
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.59.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.59.0.ebuild
new file mode 100644
index 00000000000..92fd3548246
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.59.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
+}