extra/libreoffice-still to 7.6.6-5

This commit is contained in:
Kevin Mihelich 2024-05-19 19:18:12 +00:00
parent 8c4f668474
commit 22d420be16
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,6 @@
pkgbase = libreoffice-still pkgbase = libreoffice-still
pkgver = 7.6.6 pkgver = 7.6.6
pkgrel = 4 pkgrel = 5
url = https://www.libreoffice.org/ url = https://www.libreoffice.org/
arch = x86_64 arch = x86_64
license = MPL-2.0 license = MPL-2.0

View file

@ -20,7 +20,7 @@ pkgbase=libreoffice-still
pkgname=('libreoffice-still-sdk' 'libreoffice-still') pkgname=('libreoffice-still-sdk' 'libreoffice-still')
_LOver=7.6.6.3 _LOver=7.6.6.3
pkgver=7.6.6 pkgver=7.6.6
pkgrel=4 pkgrel=5
arch=('x86_64') arch=('x86_64')
license=('MPL-2.0' 'LGPL-3.0-or-later') license=('MPL-2.0' 'LGPL-3.0-or-later')
url="https://www.libreoffice.org/" url="https://www.libreoffice.org/"
@ -153,6 +153,9 @@ prepare() {
# fix build with icu 74 # fix build with icu 74
patch -Np1 -i "${srcdir}"/libreoffice-7.5.8.2-icu-74-compatibility.patch 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 # fix build with gcc14
patch -Np1 -i "${srcdir}"/gcc14-buildfix.patch patch -Np1 -i "${srcdir}"/gcc14-buildfix.patch