summaryrefslogtreecommitdiff
path: root/eclass/kde5.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
commitfc637fb28da700da71ec2064d65ca5a7a31b9c6c (patch)
tree326613a08f25851c388715e205576a2e7d25dc4f /eclass/kde5.eclass
parentb24bd25253fe093f722ab576d29fdc41d04cb1ee (diff)
gentoo resync : 18.08.2019
Diffstat (limited to 'eclass/kde5.eclass')
-rw-r--r--eclass/kde5.eclass21
1 files changed, 1 insertions, 20 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index a7a08f97a5e2..347182b23316 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -62,12 +62,6 @@ EXPORT_FUNCTIONS pkg_setup pkg_nofetch src_unpack src_prepare src_configure src_
# be set depending on the value of CATEGORY.
: ${KDE_AUTODEPS:=true}
-# @ECLASS-VARIABLE: KDE_BLOCK_SLOT4
-# @DESCRIPTION:
-# This variable only has any effect when when CATEGORY = "kde-apps" and
-# KDE_AUTODEPS is also set. If set to "true", add RDEPEND block on kde-apps/${PN}:4
-: ${KDE_BLOCK_SLOT4:=true}
-
# @ECLASS-VARIABLE: KDE_DEBUG
# @DESCRIPTION:
# If set to "false", add -DNDEBUG (via cmake-utils_src_configure) and -DQT_NO_DEBUG
@@ -295,6 +289,7 @@ _calculate_src_uri() {
case ${PN} in
kdelibs4support | \
+ kdewebkit | \
khtml | \
kjs | \
kjsembed | \
@@ -302,9 +297,6 @@ _calculate_src_uri() {
kross)
_kmname="portingAids/${_kmname}"
;;
- kdewebkit)
- [[ ${PV} = 5.57.0 ]] || _kmname="portingAids/${_kmname}"
- ;;
esac
case ${CATEGORY} in
@@ -678,17 +670,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