Changeset 24761d24


Ignore:
Timestamp:
08/02/2022 08:30:12 AM (21 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
62beded
Parents:
0e206b8
git-author:
Pierre Labastie <pierre.labastie@…> (08/02/2022 08:28:24 AM)
git-committer:
Pierre Labastie <pierre.labastie@…> (08/02/2022 08:30:12 AM)
Message:

Don't apply the poppler patch for libreoffice

It's not needed in 7.3.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r0e206b8 r24761d24  
    347347
    348348<!-- keep a commented instruction if no patches are currently required -->
    349 <!-- fixed in 7.3.3
    350     <para>
    351      First, fix a problem if bison-3.8 or later is installed:
    352     </para>
    353 
    354 <screen><userinput>if bison - -version|grep -q 3.8; then
    355   sed -i 's/yyn/yyrule/' connectivity/source/parse/sqlbison.y
    356 fi</userinput></screen>
     349<!-- fixed in 7.3.5
     350    <para>
     351     Fix build failures introduced by the latest poppler version:
     352    </para>
     353
     354<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-poppler_2204_fix-1.patch</userinput></screen>
    357355-->
    358 
    359     <para>
    360      Fix build failures introduced by the latest poppler version:
    361     </para>
    362 
    363 <screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-poppler_2204_fix-1.patch</userinput></screen>
    364 
    365356    <para>
    366357      If you have downloaded the dictionaries, help and translations tarballs,
Note: See TracChangeset for help on using the changeset viewer.