summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-03 21:02:35 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-03 21:02:35 +0100
commit28ecb0632424bdf4451d9705768148e5ef6dde1e (patch)
treebf5b4ad6902f785f0f64fdf0c7c0e658b91cf46a /kde-frameworks/syntax-highlighting
parent1a35788ec1bbdf2f14014318b2c49232d20b7a33 (diff)
downloadkde-28ecb0632424bdf4451d9705768148e5ef6dde1e.tar.gz
kde-28ecb0632424bdf4451d9705768148e5ef6dde1e.tar.bz2
kde-28ecb0632424bdf4451d9705768148e5ef6dde1e.zip
kde-frameworks: Add KDE Frameworks 5.55.0
Package-Manager: Portage-2.3.59, Repoman-2.3.12 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.55.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..54e619ebad8
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.55.0.tar.xz 1394064 BLAKE2B 0f09e175db6a9b005569940e30d547061ecf930104a0fb1f461481501f88590861f84d86bd02cac2c43f7216f30ebd4954c4e3337811673e4efe6de3622cd0bf SHA512 04f39b175982ca5f7c5bbb015cd7e42e5431f8d6130d9f3eaafc3decd58dbf23656d617d44cd422ddee1be2fc835bcc932a1abbbe7934bb220219db12355e782
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.55.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.55.0.ebuild
new file mode 100644
index 00000000000..92fd3548246
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.55.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
+}