contrib/libreoffice
2023-03-05 13:11:27 +01:00
..
.footprint libreoffice: 7.4.4.1 -> 7.5.0.1 2022-12-28 13:56:24 +00:00
.signature libreoffice: rebuild for raptor 2.0.16 2023-03-05 13:11:27 +01:00
makefile.in.patch libreoffice: 7.4.4.1 -> 7.5.0.1 2022-12-28 13:56:24 +00:00
mdds.patch libreoffice: 7.5.0.1 -> 7.5.0.3 2023-01-28 00:33:15 +01:00
Pkgfile libreoffice: rebuild for raptor 2.0.16 2023-03-05 13:11:27 +01:00
README.md [notify] libreoffice: changed dependencies: mysql -> mariadb; none (static pdfium) -> openjpeg2; reworked README.md 2021-05-22 12:20:31 +00:00
tho libreoffice: 7.5.0.1 -> 7.5.0.3 2023-01-28 00:33:15 +01:00

contrib/libreoffice README.md

Dependencies

harfbuzz-icu

contrib/libreoffice will need opt/harfbuzz with opt/icu and contrib/graphite2 support around, both are optional dependencies for that port. If things don't work, try to check if this chain is installed and properly rebuild to make use of each other:

prt-get isinst graphite2 && \
prt-get isinst icu && \
prt-get update -fr harfbuzz || \
echo "please install graphite2 and icu first"

xmlsec and nss support

Again, contrib/xmlsec will depend on another optional port, opt/nss. Check the following chain:

prt-get isinst nss && prt-get update -fr xmlsec || \
echo "please install nss before you attempt to rebuild xmlsec"