diff --git a/extra/libreoffice-fresh/.SRCINFO b/extra/libreoffice-fresh/.SRCINFO index e6e30d8de..e4acda6b3 100644 --- a/extra/libreoffice-fresh/.SRCINFO +++ b/extra/libreoffice-fresh/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = libreoffice-fresh pkgver = 24.2.3 - pkgrel = 2 + pkgrel = 3 url = https://www.libreoffice.org/ arch = x86_64 license = MPL-2.0 diff --git a/extra/libreoffice-fresh/PKGBUILD b/extra/libreoffice-fresh/PKGBUILD index a7d1b6959..856f249a6 100644 --- a/extra/libreoffice-fresh/PKGBUILD +++ b/extra/libreoffice-fresh/PKGBUILD @@ -20,7 +20,7 @@ pkgbase=libreoffice-fresh pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh') _LOver=24.2.3.2 pkgver=24.2.3 -pkgrel=2 +pkgrel=3 arch=('x86_64') license=('MPL-2.0' 'LGPL-3.0-or-later') url="https://www.libreoffice.org/" @@ -141,15 +141,18 @@ prepare() { done popd -# should be obsolete - Debian has dropped this long time ago + # should be obsolete - Debian has dropped this long time ago # fix not upstreamable pyuno paths - FS#54250 -# patch -Np1 -i "${srcdir}"/make-pyuno-work-with-system-wide-module-install.diff + # patch -Np1 -i "${srcdir}"/make-pyuno-work-with-system-wide-module-install.diff # fix build - https://gerrit.libreoffice.org/c/core/+/145421 patch -Np1 -i "${srcdir}"/623ea5c.diff # 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 #use the CFLAGS but remove the LibO overridden ones for i in $CFLAGS; do