contrib/libreoffice
Tim Biermann 58047d9391
libreoffice: 7.6.3.2 -> 7.6.4.1
2023-12-05 22:21:10 +01:00
..
.footprint libreoffice: 7.5.5.1 -> 7.6.0.2; new dependency: frozen 2023-08-07 06:48:31 +02:00
.signature libreoffice: 7.6.3.2 -> 7.6.4.1 2023-12-05 22:21:10 +01:00
Pkgfile libreoffice: 7.6.3.2 -> 7.6.4.1 2023-12-05 22:21:10 +01:00
README.md
libreoffice-7.5.8.2-icu-74-compatibility.patch libreoffice: 7.6.3.1 -> 7.6.3.2 2023-11-27 20:55:32 +01:00
libxml2.patch libreoffice: 7.6.3.1 -> 7.6.3.2 2023-11-27 20:55:32 +01:00
makefile.in.patch libreoffice: 7.4.4.1 -> 7.5.0.1 2022-12-28 13:56:24 +00:00
optjava.patch libreoffice: 7.5.5.1 -> 7.6.0.2; new dependency: frozen 2023-08-07 06:48:31 +02:00

README.md

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"