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

Antonio Rojas arojas at archlinux.org
Tue Nov 12 09:14:49 UTC 2019


    Date: Tuesday, November 12, 2019 @ 09:14:49
  Author: arojas
Revision: 367858

Fix build with poppler 0.82

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-12 09:00:33 UTC (rev 367857)
+++ PKGBUILD	2019-11-12 09:14:49 UTC (rev 367858)
@@ -54,7 +54,8 @@
 	${_additional_source_url2}/884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf
 	${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
 	make-pyuno-work-with-system-wide-module-install.diff
-	libreoffice-fresh.sh libreoffice-fresh.csh)
+	libreoffice-fresh.sh libreoffice-fresh.csh
+        libreoffice-poppler-0.82.patch::"https://github.com/LibreOffice/core/commit/2eadd46a.patch")
 noextract=(35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
            798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
            a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
@@ -95,7 +96,8 @@
             'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
             'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
             'c1e199f7767a4f42d9a95fc942cda4cf47737c7d67e6f334679c9b2e3e271dc2'
-            '07c28ff8f5258abfe4338efccbdfb1dd35892bd00a2ed7f53b1fc2263f71a8b6')
+            '07c28ff8f5258abfe4338efccbdfb1dd35892bd00a2ed7f53b1fc2263f71a8b6'
+            'd649a07b38af95e9012633e71829fef3001e8a5830544ce7e91856df27f69c4b')
 
 prepare() {
 
@@ -123,6 +125,9 @@
 		esac
 		ARCH_FLAGS="$ARCH_FLAGS $i"
 	done
+
+        # fix build with poppler 0.82
+        patch -p1 -i ../libreoffice-poppler-0.82.patch
 }
 
 build() {



More information about the arch-commits mailing list