LibreOffice: disable tooltips again

* it looks like a bug in Haiku QPA plugin (qthaikuplugins package)
This commit is contained in:
Sergei Reznikov
2019-01-16 17:46:12 +03:00
parent 196eb31622
commit ed882bbd9d

View File

@@ -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