diff --git a/app-office/libreoffice/libreoffice-6.2.0.2.recipe b/app-office/libreoffice/libreoffice-6.2.0.2.recipe index 4817b0b39..8780423b8 100644 --- a/app-office/libreoffice/libreoffice-6.2.0.2.recipe +++ b/app-office/libreoffice/libreoffice-6.2.0.2.recipe @@ -17,7 +17,7 @@ and Open Source office suite on the market: HOMEPAGE="https://www.libreoffice.org/" COPYRIGHT="2000-2019 LibreOffice contributors" LICENSE="MPL v2.0" -REVISION="2" +REVISION="3" srcGitRev="dc38fc68dc130a8b35c1791ee7af4e44142e0698" SOURCE_URI="https://github.com/LibreOffice/core/archive/libreoffice-$portVersion.tar.gz" SOURCE_DIR="core-libreoffice-$portVersion" @@ -243,6 +243,13 @@ BUILD_PREREQUIRES=" cmd:zip " +PATCH() +{ + # disable tooltips as they crash libreoffice currently + cd officecfg/registry/schema/org/openoffice/Office + sed -i '/Activates the Tip/{n;n;n;s/true/false/}' Common.xcs +} + BUILD() { # TODO: enable commented out stuff when there is a "stable" release