git » libreoffice-still.git » commit 0a80d7d

upgpkg: 7.6.6-5; ICU 75 rebuild

author Andreas Radke
2024-05-11 15:22:11 UTC
committer Andreas Radke
2024-05-11 15:22:11 UTC
parent 8f1b58b032a53aa8ee7847dabedc155cd6612dca

upgpkg: 7.6.6-5; ICU 75 rebuild

.SRCINFO +1 -1
PKGBUILD +4 -1

diff --git a/.SRCINFO b/.SRCINFO
index 0dd0833..a4efa08 100644
--- a/.SRCINFO
+++ b/.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/PKGBUILD b/PKGBUILD
index 4c49144..ae743ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,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/"
@@ -144,6 +144,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