Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/syntax-highlighting/
Date: Sun, 05 Feb 2017 13:10:18
Message-Id: 1486299728.4b0da839bb74aa4ebc2ff0e913caf2ca2c15b962.asturm@gentoo
1 commit: 4b0da839bb74aa4ebc2ff0e913caf2ca2c15b962
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 12:58:37 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 13:02:08 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4b0da839
7
8 kde-frameworks/syntax-highlighting: Add missing DEPEND, drop examples
9
10 Upstream commit 6db41ca680849a7f567229e18d0ed700dd7369b1
11
12 Gentoo-bug: 608298
13 Thanks-to: Toralf Förster
14
15 Drop examples, nothing is installed, only use of Qt5Widgets
16 Upstream commit 4600379aaf2a0e04d86ed0262178826d6589e4fc
17
18 Package-Manager: portage-2.3.3
19
20 kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild | 6 +++++-
21 1 file changed, 5 insertions(+), 1 deletion(-)
22
23 diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
24 index 8a6abc0..e6deca3 100644
25 --- a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
26 +++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
27 @@ -18,9 +18,13 @@ RDEPEND="
28 $(add_qt_dep qtxmlpatterns)
29 "
30 DEPEND="${RDEPEND}
31 + $(add_qt_dep linguist-tools)
32 dev-lang/perl
33 - test? ( $(add_qt_dep qtwidgets) )
34 "
35 +src_prepare() {
36 + kde5_src_prepare
37 + cmake_comment_add_subdirectory examples # nothing is installed
38 +}
39
40 src_install() {
41 kde5_src_install