commit: 0e915a76dc33aa79c93965336a4c8777df27d0b8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 26 23:54:31 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 26 23:54:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e915a76
x11-misc/appmenu-gtk-module: fix bad doc install
I missed this because I assumed the QA warning was the usual gtk-doc
thing.
Signed-off-by: Sam James <sam <AT> gentoo.org>
...nu-gtk-module-24.05.ebuild => appmenu-gtk-module-24.05-r1.ebuild} | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-24.05.ebuild
b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-24.05-r1.ebuild
similarity index 89%
rename from x11-misc/appmenu-gtk-module/appmenu-gtk-module-24.05.ebuild
rename to x11-misc/appmenu-gtk-module/appmenu-gtk-module-24.05-r1.ebuild
index 3041130bea89..274718de5ba0 100644
--- a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-24.05.ebuild
+++ b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-24.05-r1.ebuild
@@ -68,6 +68,11 @@ src_test() {
src_install() {
meson_src_install
+ mv "${ED}"/usr/share/doc/appmenu-gtk-module/*
"${ED}"/usr/share/doc/${PF} || die
+ rmdir "${ED}"/usr/share/doc/appmenu-gtk-module || die
+
+ rm "${ED}"/usr/share/licenses/appmenu-gtk-module/LICENSE || die
+
exeinto /etc/X11/xinit/xinitrc.d
newexe "${FILESDIR}"/${PN}-r1 85-${PN}
}