contrib/libreoffice
2021-09-19 13:41:31 +02:00
..
.footprint [notify] libreoffice: 7.2.0.1 -> 7.2.0.3; dropped dependency on libcmis, openldap now optional 2021-08-15 21:59:52 +02:00
.signature libreoffice: fixed signature 2021-09-19 13:41:31 +02:00
bison.patch libreoffice: fix build with newer bison 2021-09-19 12:39:02 +02:00
makefile.in.patch libreoffice: 7.1.5.1 -> 7.2.0.1 2021-07-18 15:05:29 +02:00
pdfium-use-system-libopenjpeg.diff [notify] libreoffice: changed dependencies: mysql -> mariadb; none (static pdfium) -> openjpeg2; reworked README.md 2021-05-22 12:20:31 +00:00
Pkgfile libreoffice: fix build with newer bison 2021-09-19 12:39:02 +02:00
README.md [notify] libreoffice: changed dependencies: mysql -> mariadb; none (static pdfium) -> openjpeg2; reworked README.md 2021-05-22 12:20:31 +00: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"