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

Antonio Rojas arojas at archlinux.org
Tue Jan 7 20:58:23 UTC 2020


    Date: Tuesday, January 7, 2020 @ 20:58:23
  Author: arojas
Revision: 372777

Fix build with poppler 0.83

Modified:
  libreoffice-fresh/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-07 20:51:37 UTC (rev 372776)
+++ PKGBUILD	2020-01-07 20:58:23 UTC (rev 372777)
@@ -55,7 +55,8 @@
 	${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
 	make-pyuno-work-with-system-wide-module-install.diff
 	soffice-template.desktop.in 
-	libreoffice-fresh.sh libreoffice-fresh.csh)
+	libreoffice-fresh.sh libreoffice-fresh.csh
+        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
@@ -97,7 +98,8 @@
             'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
             'd0be8099cbee3c9dfda694a828149b881c345b204ab68826f317580aafb50879'
             'c1e199f7767a4f42d9a95fc942cda4cf47737c7d67e6f334679c9b2e3e271dc2'
-            '07c28ff8f5258abfe4338efccbdfb1dd35892bd00a2ed7f53b1fc2263f71a8b6')
+            '07c28ff8f5258abfe4338efccbdfb1dd35892bd00a2ed7f53b1fc2263f71a8b6'
+            'a769b0e093a58a0d2b681a1ce4aec2c763157f27b82c86e8644e2055cf5f8e99')
 
 prepare() {
 
@@ -125,6 +127,9 @@
 		esac
 		ARCH_FLAGS="$ARCH_FLAGS $i"
 	done
+
+        # fix build with poppler 0.83
+        patch -p1 -i ../libreoffice-poppler-0.83.patch
 }
 
 build() {



More information about the arch-commits mailing list