From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8C7D5138A1A for ; Fri, 14 Nov 2014 02:30:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42509E0852; Fri, 14 Nov 2014 02:30:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBC09E0852 for ; Fri, 14 Nov 2014 02:30:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD59C3403C1 for ; Fri, 14 Nov 2014 02:30:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70B0CA17A for ; Fri, 14 Nov 2014 02:30:14 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1415931932.0c7c3aec2835675afd7b1fbcdea4fde9edd25bbb.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 0c7c3aec2835675afd7b1fbcdea4fde9edd25bbb X-VCS-Branch: master Date: Fri, 14 Nov 2014 02:30:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e92fd1bb-3d38-4b85-a9c2-511539973d42 X-Archives-Hash: b140fb2b1e4c245c60b73768e14d8aaf commit: 0c7c3aec2835675afd7b1fbcdea4fde9edd25bbb Author: Davide Pesavento gentoo org> AuthorDate: Fri Nov 14 02:25:32 2014 +0000 Commit: Davide Pesavento gentoo 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