For this LibreOffice extension you need LibreOffice itself and Parlatype https://www.parlatype.xyz. Parlatype and this extension are released together and should only be used with matching versions.
LibreOffice extensions can be installed in various ways:
To build the extension from source, you need these packages:
Runtime dependencies:
bundled
: install as a bundle (default: false)libreoffice-dir
: base folder for LibreOffice, only for "bundled" mode (default: /usr/lib/libreoffice)First close LibreOffice. If the extension was installed before, remove it with
$ unopkg remove Parlatype.oxt
Continue with
$ meson build
$ cd build
$ ninja
$ unopkg add Parlatype.oxt
This will install the extension for the current user only. You can remove/install it for all users as well with
$ sudo unopkg remove --shared Parlatype.oxt
[…]
$ sudo unopkg add --shared Parlatype.oxt
In this mode ninja install
has no effect.
Prefix decides where AppStream Data is installed, make sure libreoffice-dir
is set to your LibreOffice base folder (the one containing the folders "presets", "program", "sdk" and "shared").
$ meson build --prefix=/usr -Dbundled=true
$ cd build
$ ninja
$ ninja install
Parlatype on Hosted Weblate. \
You can always add other languages.
Please report bugs at https://github.com/gkarsay/parlatype-libreoffice-extension/issues.