mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/libreoffice-fresh to 24.2.3-3
This commit is contained in:
parent
135a04acda
commit
8c4f668474
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue