net-libs/msgraph: fix gtk-doc handling

Closes: https://bugs.gentoo.org/937229
Closes: https://bugs.gentoo.org/963153
Signed-off-by: Lukas Schmelting <lschmelting@posteo.com>
Part-of: https://github.com/gentoo/gentoo/pull/43876
Closes: https://github.com/gentoo/gentoo/pull/43876
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Lukas Schmelting 2025-09-20 21:18:49 +02:00 committed by Pacho Ramos
parent f41f19c524
commit c726ba3c62
No known key found for this signature in database
GPG Key ID: 7CB10C207FC07DBC

View File

@ -45,3 +45,11 @@ src_configure() {
)
meson_src_configure
}
src_install(){
meson_install
if use gtk-doc; then
mkdir -p "${ED}"/usr/share/gtk-doc/html || die
mv "${ED}"/usr/share/doc/msgraph-* "${ED}"/usr/share/gtk-doc/html || die
fi
}