Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Mon, 29 Feb 2016 17:26:19
Message-Id: 1456766354.bb5339a52c9cee5767dad0b294fb2f8a08074bdb.kensington@gentoo
1 commit: bb5339a52c9cee5767dad0b294fb2f8a08074bdb
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 29 17:19:14 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 29 17:19:14 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb5339a5
7
8 kde5.eclass: Split KDE PIM: Take out xsltproc requirement
9
10 eclass/kde5.eclass | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
14 index db3d440..c8d4b5e 100644
15 --- a/eclass/kde5.eclass
16 +++ b/eclass/kde5.eclass
17 @@ -570,6 +570,7 @@ kde5_src_prepare() {
18 # Phonon4Qt5: kdepim (kalarm, korgac)
19 sed -e "/set_package_properties(KF5AkonadiSearch/ s/ REQUIRED/ OPTIONAL/" \
20 -e "/set_package_properties(Boost/ s/ REQUIRED/ OPTIONAL/" \
21 + -e "/set_package_properties(Xsltproc/ s/ REQUIRED/ OPTIONAL/" \
22 -e "/find_package(Gpgme/ s/ REQUIRED//" \
23 -e "/find_package(Grantlee5/ s/ REQUIRED//" \
24 -e "/find_package(MailTransportDBusService/ s/ REQUIRED//" \