gkarsay / parlatype-libreoffice-extension

Parlatype LibreOffice Extension
https://www.parlatype.xyz
GNU General Public License v3.0
9 stars 2 forks source link
libreoffice-extension python

Parlatype LibreOffice Extension

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.

Installation methods

LibreOffice extensions can be installed in various ways:

Build from source

Dependencies

To build the extension from source, you need these packages:

Runtime dependencies:

Configure options

Build as .oxt

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.

Build as a bundle

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

Translations

Parlatype on Hosted Weblate. \ Translation status

You can always add other languages.

Bugs

Please report bugs at https://github.com/gkarsay/parlatype-libreoffice-extension/issues.