commit: 3304037ebe7320f9a15457c0f3c07401ab180b2a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 5 00:31:50 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 5 00:32:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3304037e
gui-libs/gtk: drop doc install for now Closes: https://bugs.gentoo.org/947514 Signed-off-by: Sam James <sam <AT> gentoo.org> gui-libs/gtk/gtk-4.16.12.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gui-libs/gtk/gtk-4.16.12.ebuild b/gui-libs/gtk/gtk-4.16.12.ebuild index ad674256ca1b..c8e20f2e99ec 100644 --- a/gui-libs/gtk/gtk-4.16.12.ebuild +++ b/gui-libs/gtk/gtk-4.16.12.ebuild @@ -236,9 +236,11 @@ src_test() { src_install() { meson_src_install - insinto /usr/share/gtk-doc/html + # TODO: Seems that HTML docs are no longer in the tarball after + # upstream switched to CI-generated releases? bug #947514 + #insinto /usr/share/gtk-doc/html # This will install API docs specific to X11 and wayland regardless of USE flags, but this is intentional - doins -r "${S}"/docs/reference/{gtk/gtk4,gsk/gsk4,gdk/gdk4{,-wayland,-x11}} + #doins -r "${S}"/docs/reference/{gtk/gtk4,gsk/gsk4,gdk/gdk4{,-wayland,-x11}} } pkg_preinst() {
