Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Wed, 14 Aug 2019 14:43:49
Message-Id: 1565793490.27a2d94179e245fc0e277a9c7d344d2d59e203a7.asturm@gentoo
1 commit: 27a2d94179e245fc0e277a9c7d344d2d59e203a7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 14 14:38:10 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 14 14:38:10 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=27a2d941
7
8 kde5.eclass: Drop obsolete QCH workaround for <Qt-5.12
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde5.eclass | 11 -----------
13 1 file changed, 11 deletions(-)
14
15 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
16 index d98499788e..5faf4ebc75 100644
17 --- a/eclass/kde5.eclass
18 +++ b/eclass/kde5.eclass
19 @@ -693,17 +693,6 @@ kde5_src_install() {
20
21 cmake-utils_src_install
22
23 - # We don't want QCH and tags files to be compressed, because then
24 - # cmake can't find the tags and qthelp viewers can't find the docs
25 - local p=$(best_version dev-qt/qtcore:5)
26 - local pv=$(echo ${p/%-r[0-9]*/} | rev | cut -d - -f 1 | rev)
27 - if [[ ${pv} = 5.11* ]]; then
28 - #todo: clean up trailing slash check when EAPI <7 is removed
29 - if [[ -d ${ED%/}/usr/share/doc/qt-${pv} ]]; then
30 - docompress -x /usr/share/doc/qt-${pv}
31 - fi
32 - fi
33 -
34 if [[ ${EAPI} = 6 ]]; then
35 # We don't want /usr/share/doc/HTML to be compressed,
36 # because then khelpcenter can't find the docs