Skip to content

Commit

Permalink
app-office/libreoffice: Install LibreOfficeKit headers
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/703474
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Aug 7, 2020
1 parent 012f574 commit b3a91cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app-office/libreoffice/libreoffice-6.4.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,10 @@ src_install() {
dodir /etc/env.d
echo "CONFIG_PROTECT=/usr/$(get_libdir)/${PN}/program/sofficerc" > "${ED}"/etc/env.d/99${PN} || die
fi

# bug 703474
insinto /usr/include
doins -r include/LibreOfficeKit
}

pkg_postinst() {
Expand Down
4 changes: 4 additions & 0 deletions app-office/libreoffice/libreoffice-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,10 @@ src_install() {
dodir /etc/env.d
echo "CONFIG_PROTECT=/usr/$(get_libdir)/${PN}/program/sofficerc" > "${ED}"/etc/env.d/99${PN} || die
fi

# bug 703474
insinto /usr/include
doins -r include/LibreOfficeKit
}

pkg_postinst() {
Expand Down

0 comments on commit b3a91cd

Please sign in to comment.