diff --git a/extra/libreoffice-still/PKGBUILD b/extra/libreoffice-still/PKGBUILD index 3fb0861fc..eb9a419b9 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=6.2.8.2 pkgver=6.2.8 -pkgrel=3 +pkgrel=4 arch=('x86_64') license=('LGPL3') url="https://www.libreoffice.org/" @@ -64,7 +64,8 @@ source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc} make-pyuno-work-with-system-wide-module-install.diff python-3.8.patch libreoffice-still.sh libreoffice-still.csh - libreoffice-poppler-0.82.patch::"https://github.com/LibreOffice/core/commit/2eadd46a.patch") + libreoffice-poppler-0.82.patch::"https://github.com/LibreOffice/core/commit/2eadd46a.patch" + libreoffice-poppler-0.83.patch::"https://github.com/LibreOffice/core/commit/9065cd8d.patch") noextract=(35c94d2df8893241173de1d16b6034c0-swingExSrc.zip 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip @@ -105,7 +106,8 @@ sha256sums=('3996f54d44187e600bf04c59f3577ecdbf65f29033f5aeac1c9ad20981f4fdda' '98f8ab4fba7b6a1c64f7e3cfe597083cafdd60e31bfd6b2da20456a2089d8581' 'c1e199f7767a4f42d9a95fc942cda4cf47737c7d67e6f334679c9b2e3e271dc2' '07c28ff8f5258abfe4338efccbdfb1dd35892bd00a2ed7f53b1fc2263f71a8b6' - 'd649a07b38af95e9012633e71829fef3001e8a5830544ce7e91856df27f69c4b') + 'd649a07b38af95e9012633e71829fef3001e8a5830544ce7e91856df27f69c4b' + 'a769b0e093a58a0d2b681a1ce4aec2c763157f27b82c86e8644e2055cf5f8e99') prepare() { @@ -137,6 +139,8 @@ prepare() { patch -p1 -i "$srcdir"/python-3.8.patch # Fix build with python 3.8 # fix build with poppler 0.82 patch -p1 -i ../libreoffice-poppler-0.82.patch + # fix build with poppler 0.83 + patch -p1 -i ../libreoffice-poppler-0.83.patch } build() {