New issue by fkoap on void-packages repository https://github.com/void-linux/void-packages/issues/34304 Description: ### System * xuname: `Void 5.15.5_1 x86_64 AuthenticAMD uptodate rF` * package: *affected package(s) including the version*: `libreoffice-calc-7.1.3.2_4` ### Expected behavior `sudo xbps-install -u libreoffice-calc` should install LibreOffice Calc and it should be launch-able. ### Actual behavior `sudo xbps-install -u libreoffice-calc` provides the `libreoffice` command and fails to launch with error: ` terminate called after throwing an instance of 'com::sun::star::uno::RuntimeException' `. If installing the entirety of `libreoffice` (or maybe `libreoffice-base`) is required to run LibreOffice Calc, it should not be install-able separately, or dependencies must be pulled in. Also, JRE is required for LibreOffice. When I installed `libreoffice-calc`, JRE wasn't pulled in as a dependency. The error that I included was *after* installing `openjdk8-jre` separately. ### Steps to reproduce the behavior * Run `sudo xbps-install -u libreoffice-calc` * Try launching LibreOffice Calc