fvwm: Package extra files and man pages

Avoids using installed-vs-shipped

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 566049b4f1)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Khem Raj 2021-08-03 10:19:36 -07:00 committed by Armin Kuster
parent 9737d50f92
commit 59715d3d2e

View File

@ -88,6 +88,8 @@ do_install_append() {
# as well)
PACKAGES = " \
${PN} \
${PN}-extra \
${PN}-doc \
${PN}-dbg \
"
@ -98,12 +100,16 @@ FILES_${PN} = " \
${datadir}/fvwm/ConfigFvwmDefaults \
"
FILES_${PN}-extra = " \
${bindir} \
${libexecdir} \
${sysconfdir}/xdg/fvwm \
"
FILES_${PN}-doc = " \
${mandir} \
${datadir}/fvwm \
"
RDEPENDS_${PN} = " \
xuser-account \
"
# by default a lot of stuff is installed and it's not easy to control what to
# install, so install everything, but skip the check
INSANE_SKIP_${PN} = " \
installed-vs-shipped \
"