Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/
Date: Fri, 28 May 2021 05:39:13
Message-Id: 1622180343.8179497676ed3701b9253a6b97653cfdce62d19b.mattst88@gentoo
1 commit: 8179497676ed3701b9253a6b97653cfdce62d19b
2 Author: Chris Mayo <aklhfex <AT> gmail <DOT> com>
3 AuthorDate: Mon May 24 18:29:18 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 05:39:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81794976
7
8 x11-libs/pango: Install docs to html/
9
10 Avoid compressing installed fonts and JSON.
11
12 Closes: https://github.com/gentoo/gentoo/pull/20970
13 Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
14 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
15
16 x11-libs/pango/pango-1.48.5.ebuild | 5 +++--
17 1 file changed, 3 insertions(+), 2 deletions(-)
18
19 diff --git a/x11-libs/pango/pango-1.48.5.ebuild b/x11-libs/pango/pango-1.48.5.ebuild
20 index 23397f85adf..4c0ee309003 100644
21 --- a/x11-libs/pango/pango-1.48.5.ebuild
22 +++ b/x11-libs/pango/pango-1.48.5.ebuild
23 @@ -84,10 +84,11 @@ multilib_src_install() {
24 }
25
26 multilib_src_install_all() {
27 + einstalldocs
28 if use gtk-doc; then
29 - mv "${ED}"/usr/share/doc/{${PN},${P}} || die
30 + mv "${ED}"/usr/share/doc/{${PN}/reference/,${PF}/html/} || die
31 + rmdir "${ED}"/usr/share/doc/${PN} || die
32 fi
33 - einstalldocs
34 }
35
36 pkg_postinst() {