From b2b06228ed57d6cb32eff62661523fd69de0201f Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Fri, 11 Jan 2019 12:41:38 +0300 Subject: [PATCH] LibreOffice: bump version --- ....0.0.beta1.recipe => libreoffice-6.2.0.2.recipe} | 13 +++---------- ....beta1.patchset => libreoffice-6.2.0.2.patchset} | 0 2 files changed, 3 insertions(+), 10 deletions(-) rename app-office/libreoffice/{libreoffice-6.2.0.0.beta1.recipe => libreoffice-6.2.0.2.recipe} (97%) rename app-office/libreoffice/patches/{libreoffice-6.2.0.0.beta1.patchset => libreoffice-6.2.0.2.patchset} (100%) diff --git a/app-office/libreoffice/libreoffice-6.2.0.0.beta1.recipe b/app-office/libreoffice/libreoffice-6.2.0.2.recipe similarity index 97% rename from app-office/libreoffice/libreoffice-6.2.0.0.beta1.recipe rename to app-office/libreoffice/libreoffice-6.2.0.2.recipe index 25fd31489..8b588f154 100644 --- a/app-office/libreoffice/libreoffice-6.2.0.0.beta1.recipe +++ b/app-office/libreoffice/libreoffice-6.2.0.2.recipe @@ -15,13 +15,13 @@ and Open Source office suite on the market: - Base (databases) - Math (formula editing)" HOMEPAGE="https://www.libreoffice.org/" -COPYRIGHT="2000-2018 LibreOffice contributors" +COPYRIGHT="2000-2019 LibreOffice contributors" LICENSE="MPL v2.0" REVISION="1" srcGitRev="dc38fc68dc130a8b35c1791ee7af4e44142e0698" SOURCE_URI="https://github.com/LibreOffice/core/archive/libreoffice-$portVersion.tar.gz" SOURCE_DIR="core-libreoffice-$portVersion" -CHECKSUM_SHA256="4e7d6943c1ab8350cf9300825c69d95592d3b066ee78738e02581977fbde1d3f" +CHECKSUM_SHA256="5ba4cc63572ac62f91505e837d9c1e5fd1a0d4dbd78799cb82575a7ba835be7e" #srcGitRev_2="54cc0de67b3c948411cef3a0405c8992d80f34f3" #SOURCE_URI_2="https://github.com/LibreOffice/translations/archive/libreoffice-$portVersion.tar.gz" @@ -40,7 +40,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then SECONDARY_ARCHITECTURES="x86" fi -boostMinimumVersion=1.65.0 +boostMinimumVersion=1.65.1 PROVIDES=" libreoffice$secondaryArchSuffix = $portVersion @@ -243,13 +243,6 @@ BUILD_PREREQUIRES=" cmd:zip " -PATCH() -{ - # disable tooltips as they're currently buggy in kde5 vcl - 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 diff --git a/app-office/libreoffice/patches/libreoffice-6.2.0.0.beta1.patchset b/app-office/libreoffice/patches/libreoffice-6.2.0.2.patchset similarity index 100% rename from app-office/libreoffice/patches/libreoffice-6.2.0.0.beta1.patchset rename to app-office/libreoffice/patches/libreoffice-6.2.0.2.patchset