Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 779142 - x11-libs/gdk-pixbuf-2.42.4[gtk-doc] does not install API documentation
Summary: x11-libs/gdk-pixbuf-2.42.4[gtk-doc] does not install API documentation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: PullRequest
: 760747 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-03-29 19:08 UTC by Chris Mayo
Modified: 2021-06-03 03:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2021-03-29 19:08:14 UTC
In multilib_src_configure(), gtk_docs should be gtk_doc:

$(meson_use gtk-doc gtk_docs)


API reference generation now uses gi-docgen (Python program), which requires the Python package typogrify, PR:

https://github.com/gentoo/gentoo/pull/20186


Even with this don't want vendored gi-docgen installed:

https://gitlab.gnome.org/ebassi/gi-docgen/-/commit/fc432dbc25cd27270a4cd81a8c4916146f055145


And would want control of the installation directory, to put docs in /usr/share/doc/${PF}:

https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/merge_requests/107


(x11-libs/pango-1.48.4 is the same, but one at a time...)
Comment 1 Ionen Wolkens gentoo-dev 2021-03-29 21:56:29 UTC

*** This bug has been marked as a duplicate of bug 760747 ***
Comment 2 Matt Turner gentoo-dev 2021-03-30 00:46:35 UTC
*** Bug 760747 has been marked as a duplicate of this bug. ***
Comment 3 Matt Turner gentoo-dev 2021-03-30 00:47:10 UTC
Reversing the duplicate bug direction, since this one has info about gi-docgen.
Comment 4 Larry the Git Cow gentoo-dev 2021-06-03 03:05:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8193892594bcf8c5dd275244bb0ba108f20e24

commit 3d8193892594bcf8c5dd275244bb0ba108f20e24
Author:     Chris Mayo <aklhfex@gmail.com>
AuthorDate: 2021-06-01 18:40:44 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2021-06-03 02:52:58 +0000

    x11-libs/gdk-pixbuf: Enable gi-docgen generated documentation
    
    Closes: https://bugs.gentoo.org/779142
    Closes: https://github.com/gentoo/gentoo/pull/21078
    Signed-off-by: Chris Mayo <aklhfex@gmail.com>
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 profiles/arch/hppa/package.use.stable.mask   |  4 ++++
 x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.6.ebuild | 17 ++++++++++++++---
 2 files changed, 18 insertions(+), 3 deletions(-)