Help > Tips and Tricks

libreoffice trimmed down

(1/1)

mhe:
Does anyone know what dependencies are really optional for libreoffice?

I would like to build libreoffice without gtk3 and python3.
Is it just leaving out --enable-python=system so libreoffice will use its own python3 binaries?
For gtk3 I see no reason it is needed, there is not even an option --disable-gtk3 only enable and this one is not used in the Pkgfile.

Perhaps someone could list the optional stuff. Thanks!

mhe:
I added all dependencies, except python3 and gtk3.
I noticed the Pkgfile is incorrect for use with pkgutils.

Example:
tar -xf $name-$version.tar.xz --no-overwrite-dir
should be
tar -xf $PKGMK_SOURCE_DIR/$name-$version.tar.xz --no-overwrite-dir

and
ln -sv $SRC/$name-dictionaries-$version.tar.xz  external/tarballs/
should be
ln -sv $PKGMK_SOURCE_DIR/$name-dictionaries-$version.tar.xz  external/tarballs/

dirkme:
That sounds like a nice project, please don't give up and keep going.

I am just beginning with NuTyX and sadly, can't help.

Navigation

[0] Message Index

Go to full version