[arch-commits] Commit in libreoffice-still/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Jan 7 21:02:05 UTC 2020


    Date: Tuesday, January 7, 2020 @ 21:02:04
  Author: arojas
Revision: 372778

Fix build with poppler 0.83

Modified:
  libreoffice-still/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-07 20:58:23 UTC (rev 372777)
+++ PKGBUILD	2020-01-07 21:02:04 UTC (rev 372778)
@@ -56,7 +56,8 @@
 	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
@@ -99,7 +100,8 @@
             '98f8ab4fba7b6a1c64f7e3cfe597083cafdd60e31bfd6b2da20456a2089d8581'
             'c1e199f7767a4f42d9a95fc942cda4cf47737c7d67e6f334679c9b2e3e271dc2'
             '07c28ff8f5258abfe4338efccbdfb1dd35892bd00a2ed7f53b1fc2263f71a8b6'
-            'd649a07b38af95e9012633e71829fef3001e8a5830544ce7e91856df27f69c4b')
+            'd649a07b38af95e9012633e71829fef3001e8a5830544ce7e91856df27f69c4b'
+            'a769b0e093a58a0d2b681a1ce4aec2c763157f27b82c86e8644e2055cf5f8e99')
 
 prepare() {
 
@@ -131,6 +133,8 @@
         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() {



More information about the arch-commits mailing list