Date: Saturday, January 21, 2023 @ 17:06:57
  Author: foutrelis
Revision: 467136

Fix build with boost 1.81.0

Modified:
  libreoffice-fresh/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++++
 1 file changed, 5 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-21 15:43:55 UTC (rev 467135)
+++ PKGBUILD    2023-01-21 17:06:57 UTC (rev 467136)
@@ -59,6 +59,7 @@
        
${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar
 # for test suite
        
${_additional_source_url2}/f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf
        
${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
+        
libreoffice-boost-1.81.0-locale.patch::https://github.com/LibreOffice/core/commit/23dcd4339428.patch
        make-pyuno-work-with-system-wide-module-install.diff
         0001_Remove_dependency_on_BitArray.h_from_zxing-1.2.0.patch
         623ea5c.diff
@@ -110,6 +111,7 @@
             '984f2a479df79e27e7b01a5815ac53ae64e07746b882262d8a64566494515504'
             'f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140'
             'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
+            '9754c1c9025dd34b010b3e9c9c39ef2f850331e486b5d0adbf5c86f554259b04'
             'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
             'fa0073dee8fc0519b84ed6af6fa9769b88abb24e694c314344c4606478101547'
             '440c9af5f3d1213d8ed7177282380f25cbc981cabc8b590dcb777aaae84178e5'
@@ -133,6 +135,9 @@
        rm 
"${srcdir}"/ext_sources/185d60944ea767075d27247c3162b3bc-unowinreg.dll
        cp -f "${srcdir}"/185d60944ea767075d27247c3162b3bc-unowinreg.dll 
"${srcdir}"/ext_sources
 
+       # https://gerrit.libreoffice.org/c/core/+/143343
+       patch -Np1 -i "${srcdir}"/libreoffice-boost-1.81.0-locale.patch
+
        # fix not upstreamable pyuno paths - FS#54250
        patch -Np1 -i 
"${srcdir}"/make-pyuno-work-with-system-wide-module-install.diff
 

Reply via email to