LibreOffice: bump git revision

* disable tooltips for now
* clipboard works now but a bit buggy
This commit is contained in:
Sergei Reznikov
2018-11-08 15:29:21 +03:00
parent d6b37ffda1
commit 524e2b6c30
2 changed files with 93 additions and 57 deletions

View File

@@ -17,10 +17,10 @@ and Open Source office suite on the market:
HOMEPAGE="https://www.libreoffice.org/"
COPYRIGHT="2000-2018 LibreOffice contributors"
LICENSE="MPL v2.0"
REVISION="19"
srcGitRev="42b3be24f058ce470db54232cc496d56e2fd774e"
REVISION="20"
srcGitRev="beaba5f1abbb9a1461286fc831ea6a30131bb3b5"
SOURCE_URI="https://github.com/LibreOffice/core/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="fd7b9cdff1dfad8fa8880aa8cf518000f1c10c804fd4298d43dc0494cd77bc21"
CHECKSUM_SHA256="a3368215b6416b58cd05e8b9743d9d3d2a4bc5b29ad879daba2727faf8bf1d11"
SOURCE_DIR="core-$srcGitRev"
#srcGitRev_2="54cc0de67b3c948411cef3a0405c8992d80f34f3"
#SOURCE_URI_2="https://github.com/LibreOffice/translations/archive/$srcGitRev_2.tar.gz"
@@ -240,6 +240,14 @@ BUILD_PREREQUIRES="
cmd:zip
"
PATCH()
{
# TODO: remove when huge tooltips are fixed
pushd officecfg/registry/schema/org/openoffice/Office
sed -i '/Activates the Tip/{n;n;n;s/true/false/}' Common.xcs
popd
{
BUILD()
{
# TODO: enable commented out stuff when there is a "stable" release
@@ -285,7 +293,7 @@ BUILD()
--without-doxygen \
--without-helppack-integration \
--without-java \
--without-system-jars \
--without-system-jars
make $jobArgs build-nocheck
}