Changeset 010bb600 for xsoft/office


Ignore:
Timestamp:
10/30/2017 09:21:30 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
90ae149
Parents:
b54d503
Message:

Update abiword instructions to build with current dependencies.
Update to libical-3.0.0.
Update to libsoup-2.60.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19421 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/abiword.xml

    rb54d503 r010bb600  
    173173
    174174<screen><userinput>patch -Np1 -i ../abiword-&AbiWord-version;-gtk3_22_render_fix-1.patch &amp;&amp;
     175   
     176sed -e "s/free_suggestions/free_string_list/" \
     177    -e "s/_to_personal//"                     \
     178    -e "s/in_session/added/"                  \
     179    -i src/af/xap/xp/enchant_checker.cpp      &amp;&amp;
     180
     181sed -e "/icaltime_from_timet/{s/timet/&amp;_with_zone/;s/0/0, 0/}" \
     182    -i src/text/ptbl/xp/pd_DocumentRDF.cpp &amp;&amp;
     183
    175184./configure --prefix=/usr &amp;&amp;
    176185make</userinput></screen>
     
    214223  <sect2 role="commands">
    215224    <title>Command Explanations</title>
     225
     226    <para>
     227      <command>sed ...</command>: These commands correc the source for
     228      changes in dependencies <xref linkend="enchant"/> and
     229      <xref linkend="libical"/>.
     230    </para>
    216231
    217232    <para>
Note: See TracChangeset for help on using the changeset viewer.