commit:     0c7c3aec2835675afd7b1fbcdea4fde9edd25bbb
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 14 02:25:32 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Nov 14 02:25:32 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=0c7c3aec

[qt5-build.eclass] Install global docs.

Thanks to Eugene Shalygin and Paweł Stankowski in bug 457028.

---
 eclass/qt5-build.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 363a5cc..df0645b 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -261,12 +261,14 @@ qt5-build_src_install() {
        if [[ ${PN} == qtcore ]]; then
                pushd "${QT5_BUILD_DIR}" >/dev/null || die
 
-               set -- emake INSTALL_ROOT="${D}" install_{mkspecs,qmake,syncqt}
+               set -- emake INSTALL_ROOT="${D}" 
install_{global_docs,mkspecs,qmake,syncqt}
                einfo "Running $*"
                "$@"
 
                popd >/dev/null || die
 
+               docompress -x "${QT5_DOCDIR#${EPREFIX}}"/global
+
                # install an empty Gentoo/gentoo-qconfig.h in ${D}
                # so that it's placed under package manager control
                > "${T}"/gentoo-qconfig.h

Reply via email to