summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 20:40:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 20:48:06 +0100
commita4c0274b4dc01fe22104df50d003167aac12bb63 (patch)
treee52daac14d7424743fc2fdbfade076de8863d616 /kde-frameworks/syntax-highlighting
parent9fc214b9a67393277c19ecdd761f8e206a1c7956 (diff)
downloadkde-a4c0274b4dc01fe22104df50d003167aac12bb63.tar.gz
kde-a4c0274b4dc01fe22104df50d003167aac12bb63.tar.bz2
kde-a4c0274b4dc01fe22104df50d003167aac12bb63.zip
kde-frameworks: Add KDE Frameworks 5.53.0
Package-Manager: Portage-2.3.52, 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.53.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..8fb19ea6d11
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.53.0.tar.xz 1319284 BLAKE2B 1bb445534b39ae298c4192399d22b70c841ee7eb40173a43554880cd04c0da753b5c0c0dbea7a53536b3ea3181aaac4e5ee95935c7f16250a193d767763b6d03 SHA512 9c75466c0f6e8188911d9eb26b85fcae5f061a4b9ed6c6bd23d2bf3df6681bdc55a1739f1d57f6874e927671794a5a8018a7716f7e6842bc33e284cbb030ecf4
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.53.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.53.0.ebuild
new file mode 100644
index 00000000000..4ef544f58d4
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.53.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# 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
+}