commit: 3649a4070b280d95109f8b0f7e4a0ee036196466
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 14 14:38:10 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 13:21:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3649a407
kde5.eclass: Drop obsolete QCH workaround for <Qt-5.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/kde5.eclass | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 5a0ccca8706..5c0dbfa3f38 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -676,17 +676,6 @@ kde5_src_install() {
cmake-utils_src_install
- # We don't want QCH and tags files to be compressed, because then
- # cmake can't find the tags and qthelp viewers can't find the docs
- local p=$(best_version dev-qt/qtcore:5)
- local pv=$(echo ${p/%-r[0-9]*/} | rev | cut -d - -f 1 | rev)
- if [[ ${pv} = 5.11* ]]; then
- #todo: clean up trailing slash check when EAPI <7 is removed
- if [[ -d ${ED%/}/usr/share/doc/qt-${pv} ]]; then
- docompress -x /usr/share/doc/qt-${pv}
- fi
- fi
-
if [[ ${EAPI} = 6 ]]; then
# We don't want /usr/share/doc/HTML to be compressed,
# because then khelpcenter can't find the docs