diff options
author | 2024-01-09 13:59:39 +0500 | |
---|---|---|
committer | 2024-01-09 14:06:02 +0500 | |
commit | 9d4252b052f26e66bb95dc3b53a43c5086e09774 (patch) | |
tree | 9cbcebbed54eea7b2c61194cdc0c7ab2a31c42ac /x11-wm | |
parent | sys-kernel/uek-sources: update genpatches (diff) | |
download | guru-9d4252b052f26e66bb95dc3b53a43c5086e09774.tar.gz guru-9d4252b052f26e66bb95dc3b53a43c5086e09774.tar.bz2 guru-9d4252b052f26e66bb95dc3b53a43c5086e09774.zip |
x11-wm/phoc: fix gtk-doc install
Closes: https://bugs.gentoo.org/921633
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/phoc/phoc-0.35.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-wm/phoc/phoc-0.35.0.ebuild b/x11-wm/phoc/phoc-0.35.0.ebuild index ff9004696..cad47eda5 100644 --- a/x11-wm/phoc/phoc-0.35.0.ebuild +++ b/x11-wm/phoc/phoc-0.35.0.ebuild @@ -61,6 +61,11 @@ src_test() { src_install() { meson_src_install + if use gtk-doc; then + mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die + mv "${ED}"/usr/share/doc/${PN}-${SLOT} "${ED}"/usr/share/gtk-doc/html/ || die + fi + newbin helpers/auto-maximize phoc-auto-maximize newbin helpers/scale-to-fit phoc-scale-to-fit } |