summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-01-09 09:20:10 +0100
committerJohannes Huber <johu@gentoo.org>2017-01-09 09:20:25 +0100
commit617e1cb44f5f3b4231708cc6107788fdb3267b98 (patch)
treee359f92a07950b4221e380eac4141561e9c1ff99 /kde-frameworks/syntax-highlighting
parent32dae307e818247db858fc8d1375284834adc8d3 (diff)
downloadkde-617e1cb44f5f3b4231708cc6107788fdb3267b98.tar.gz
kde-617e1cb44f5f3b4231708cc6107788fdb3267b98.tar.bz2
kde-617e1cb44f5f3b4231708cc6107788fdb3267b98.zip
kde-frameworks: Version bump KDE Frameworks 5.30.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
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.30.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..4ca95d2dfc3
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.30.0.tar.xz 974964 SHA256 66547a53350e2c5b324fdc94675c8fb21d399e86be67eed3da61ea78b529c5ea SHA512 a76eadf6b9c2fed230e2160fa321b08599b63a0335052db7419648a542fd9ff43d10cce7ca137fe441526cabcb5f893cd5ec3eb564dd0876a060124c146c4893 WHIRLPOOL 2bcf572bfdd76c7082f09fdad8a527efc4bf1623d98fd7936ce887438410d31b2a97a115e838106777ce41a17188eda0d764d214a920eee36969ba49560e5c31
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.30.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.30.0.ebuild
new file mode 100644
index 00000000000..cc84fb092d9
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.30.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="Framework for syntax highlighting"
+LICENSE="LGPL-2+ LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtxmlpatterns)
+"
+DEPEND="${RDEPEND}
+ dev-lang/perl
+ test? ( $(add_qt_dep qtwidgets) )
+"
+
+src_install() {
+ kde5_src_install
+ dobin "${BUILD_DIR}"/src/indexer/katehighlightingindexer
+}