summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-04 21:23:01 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-04 21:23:01 +0100
commit3db7507f8bf6ad87bf995a02e3df647c62b16601 (patch)
tree9bf952f7e87af69200c214ebc83dcb7a71fdab57 /kde-frameworks/syntax-highlighting
parentaa10613ba8d16bd750930a3822a79bcdcdb99dde (diff)
downloadkde-3db7507f8bf6ad87bf995a02e3df647c62b16601.tar.gz
kde-3db7507f8bf6ad87bf995a02e3df647c62b16601.tar.bz2
kde-3db7507f8bf6ad87bf995a02e3df647c62b16601.zip
kde-frameworks: Version bump KDE Frameworks 5.29.0
Package-Manager: portage-2.3.2
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.29.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..4cc7d912277
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.29.0.tar.xz 883920 SHA256 cbcca052a1ad79b4d1ed1209d6f8e9ba0c3812dc158b26c4a8232a8d879c7839 SHA512 c01e1d53a37410e72342a545ecc30606a6dac98f991786f49bd8600ba4bc92a23c13b69088b30ad015e16380ae1c699467bacb21f86b75b7201f39895f2d4a5c WHIRLPOOL 8b37878b357bdbd9a999c6c0d5641697523666e350867e7d79b2313dafe233bd883fb3d439e3379874edd9d1ca36c42e11958fd20484405b56c234bf63960a99
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.29.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.29.0.ebuild
new file mode 100644
index 00000000000..f79d6edb213
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.29.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 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 ~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
+}