contrib/libreoffice
2022-07-09 13:48:46 +02:00
..
.footprint libreoffice: now uses opt/paper instead of libpaper; restructured optional dependencies 2022-05-21 18:13:03 +02:00
.signature libreoffice: 7.3.4.2 -> 7.3.5.1 2022-07-09 13:48:46 +02:00
makefile.in.patch [notify] libreoffice: 7.2.5.1 -> 7.3.0.2; new dependencies: abseil-cpp and libcuckoo 2022-01-17 17:34:32 +01:00
Pkgfile libreoffice: 7.3.4.2 -> 7.3.5.1 2022-07-09 13:48:46 +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"