aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-08-14 16:38:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-08-14 16:38:10 +0200
commit27a2d94179e245fc0e277a9c7d344d2d59e203a7 (patch)
treed77eb19dad14ba7d11cf2cc4778715f1e7fa6162
parentkde5.eclass: Drop obsolete kde-frameworks/kdewebkit switch (diff)
downloadkde-27a2d94179e245fc0e277a9c7d344d2d59e203a7.tar.gz
kde-27a2d94179e245fc0e277a9c7d344d2d59e203a7.tar.bz2
kde-27a2d94179e245fc0e277a9c7d344d2d59e203a7.zip
kde5.eclass: Drop obsolete QCH workaround for <Qt-5.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--eclass/kde5.eclass11
1 files changed, 0 insertions, 11 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index d98499788e..5faf4ebc75 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -693,17 +693,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