From 22d420be16707312eb61796be125201ef22a96da Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 19 May 2024 19:18:12 +0000 Subject: [PATCH] extra/libreoffice-still to 7.6.6-5 --- extra/libreoffice-still/.SRCINFO | 2 +- extra/libreoffice-still/PKGBUILD | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/extra/libreoffice-still/.SRCINFO b/extra/libreoffice-still/.SRCINFO index 0dd08336b..a4efa0879 100644 --- a/extra/libreoffice-still/.SRCINFO +++ b/extra/libreoffice-still/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = libreoffice-still pkgver = 7.6.6 - pkgrel = 4 + pkgrel = 5 url = https://www.libreoffice.org/ arch = x86_64 license = MPL-2.0 diff --git a/extra/libreoffice-still/PKGBUILD b/extra/libreoffice-still/PKGBUILD index 19165341c..17ec18afe 100644 --- a/extra/libreoffice-still/PKGBUILD +++ b/extra/libreoffice-still/PKGBUILD @@ -20,7 +20,7 @@ pkgbase=libreoffice-still pkgname=('libreoffice-still-sdk' 'libreoffice-still') _LOver=7.6.6.3 pkgver=7.6.6 -pkgrel=4 +pkgrel=5 arch=('x86_64') license=('MPL-2.0' 'LGPL-3.0-or-later') url="https://www.libreoffice.org/" @@ -153,6 +153,9 @@ prepare() { # fix build with icu 74 patch -Np1 -i "${srcdir}"/libreoffice-7.5.8.2-icu-74-compatibility.patch + # fix build with icu 75.1 + # remove breaking test breaking rule + sed -i "109d" i18npool/source/breakiterator/data/sent.txt # fix build with gcc14 patch -Np1 -i "${srcdir}"/gcc14-buildfix.patch