summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-04-08 17:32:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-04-08 17:33:41 +0200
commit772d5a9a522abd8a460b5be807bf568635a9abf0 (patch)
treeecf9649a57c723b7b09a2921555ba446a029701b /kde-frameworks/syntax-highlighting
parentmedia-gfx/gimp: Sync 9999, move to https (diff)
downloadgentoo-772d5a9a522abd8a460b5be807bf568635a9abf0.tar.gz
gentoo-772d5a9a522abd8a460b5be807bf568635a9abf0.tar.bz2
gentoo-772d5a9a522abd8a460b5be807bf568635a9abf0.zip
kde-frameworks: Add KDE Frameworks 5.33.0 release
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.33.0.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
index 690477566c5d..24eb0607e302 100644
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -1,2 +1,3 @@
DIST syntax-highlighting-5.29.0.tar.xz 883920 SHA256 cbcca052a1ad79b4d1ed1209d6f8e9ba0c3812dc158b26c4a8232a8d879c7839 SHA512 c01e1d53a37410e72342a545ecc30606a6dac98f991786f49bd8600ba4bc92a23c13b69088b30ad015e16380ae1c699467bacb21f86b75b7201f39895f2d4a5c WHIRLPOOL 8b37878b357bdbd9a999c6c0d5641697523666e350867e7d79b2313dafe233bd883fb3d439e3379874edd9d1ca36c42e11958fd20484405b56c234bf63960a99
DIST syntax-highlighting-5.32.0.tar.xz 977956 SHA256 a31f5f66b642ffdb2839c6278428961839b2d13a2ca80561e5eff13a4a3f35b5 SHA512 bd7cf34c67b8a1c3053b229d108e63f7985788b1f708489b38f4c1cfe498c1ad6e08646f7c46cf71410395ae6060d9fd4642a0ef3aaee695ced50db08d30729e WHIRLPOOL c85cdcbff375a0672e39eff5dfd1afc426f664fc5ce5007606f3812526d2b3497e57a85a0cc6a9126b3162b50c20fa22f31ea698b0e6dd48471eba69e7e4bdfc
+DIST syntax-highlighting-5.33.0.tar.xz 983944 SHA256 58a66e902f7f4626e0adb7438bc7a3ab00a60db1026cbd4b0d7c2ec0353ac05a SHA512 80bbe88986fdec6a10d3d9fa59ae582600d55adaec89aaab844a7f029fb8c402b6ec261b07d99147c8b1e638b84f5191ae687f71b83e52816c3048d739a7ae95 WHIRLPOOL 86c50bd785bca7c2fcc0ec1cf34a06c33e1e87146f6e6d7d39d5ddb56419108e8b8198445d8b773598a07a7267758417a2abf34c7aa22bc170b8226e588467e1
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.33.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.33.0.ebuild
new file mode 100644
index 000000000000..d8e1b700f083
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.33.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 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 ~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}"/src/indexer/katehighlightingindexer
+}