summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-02 22:20:28 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-02 22:20:28 +0200
commitf8984744ea285b37c2d0c465f359e35e6cc77ea3 (patch)
tree7e7ac7cd88ff49a9bb6453c308178a6ae007ef1f /kde-frameworks/syntax-highlighting
parent073f80d44ae9f7e5a38822682244c5bcd6213ee1 (diff)
downloadkde-f8984744ea285b37c2d0c465f359e35e6cc77ea3.tar.gz
kde-f8984744ea285b37c2d0c465f359e35e6cc77ea3.tar.bz2
kde-f8984744ea285b37c2d0c465f359e35e6cc77ea3.zip
kde-frameworks: Add KDE Frameworks 5.47.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --force
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.47.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..bce02e60111
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.47.0.tar.xz 1171756 BLAKE2B 5ed68ec0a4e6ad1f65cf7275f3f3e9b64e75ab4ab911b99163096073853e43d8f4922b23b297a1fc451f077a69059a400bffabf0adc73e02ee72cd1f5e1da574 SHA512 64e3711fec589e17301fced98f91fb018ccf5efdaaf55e3bdcdc8602b3dfd1686cd09856f206dc069bbe42a3c998f27c398ea3da8719e2c36638d14c29537c5a
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.47.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.47.0.ebuild
new file mode 100644
index 00000000000..dcea91c13a7
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.47.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 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 ~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
+}