Changeset 18b304df for xsoft/office


Ignore:
Timestamp:
11/28/2019 12:15:58 AM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4980195
Parents:
1dee513
Message:

Update to abiword 3.0.4.
Update to icewm-1.6.3.
Update to imlib2-1.6.0.
Update to postfix-3.4.8.
Update to librsvg-2.46.4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/abiword.xml

    r1dee513 r18b304df  
    66
    77  <!ENTITY AbiWord-minor-version "3.0">
     8  <!ENTITY AbiWord-docs-version "3.0.2">
    89
    910  <!ENTITY AbiWord-download-http
    1011           "http://www.abisource.com/downloads/abiword/&AbiWord-version;/source/abiword-&AbiWord-version;.tar.gz">
    1112  <!ENTITY AbiWord-download-ftp  " ">
    12   <!ENTITY AbiWord-md5sum        "cda6dd58c747c133b421cc7eb18f5796">
     13  <!ENTITY AbiWord-md5sum        "04e31887049a8c72297881bc153b77c4">
    1314  <!ENTITY AbiWord-size          "11 MB">
    1415
    1516  <!ENTITY AbiWordDocs-download-http
    16            "http://www.abisource.com/downloads/abiword/&AbiWord-version;/source/abiword-docs-&AbiWord-version;.tar.gz">
     17           "http://www.abisource.com/downloads/abiword/&AbiWord-docs-version;/source/abiword-docs-&AbiWord-docs-version;.tar.gz">
    1718  <!ENTITY AbiWordDocs-md5sum        "c92c0e1e2081db20757231a53d80c338">
    1819  <!ENTITY AbiWordDocs-size          "1.5 MB">
    1920
    20   <!ENTITY AbiWord-buildsize     "626 MB, additional 12 MB for docs (73 MB installed - additional 3.1 MB for docs)">
    21   <!ENTITY AbiWord-time          "6.5 SBU - additional 0.5 SBU for docs">
     21  <!ENTITY AbiWord-buildsize     "605 MB, with docs (76 MB installed)">
     22  <!ENTITY AbiWord-time          "2.4 SBU (Using parallelism=4, with docs)">
    2223]>
    2324
     
    105106        <para>
    106107          AbiWord Docs size: &AbiWordDocs-size;
    107         </para>
    108       </listitem>
    109       <listitem>
    110         <para>
    111           Required patch (fixes GTK+-3.22.x rendering):
    112           <ulink url="&patch-root;/abiword-&AbiWord-version;-gtk3_22_render_fix-1.patch"/>
    113         </para>
    114       </listitem>
    115       <listitem>
    116         <para>
    117           Recommended patch (fixes flickering and caret problems):
    118           <ulink url="&patch-root;/abiword-&AbiWord-version;-fix_flicker-1.patch"/>
    119108        </para>
    120109      </listitem>
     
    183172    </para>
    184173
    185 <screen><userinput>patch -Np1 -i ../abiword-&AbiWord-version;-gtk3_22_render_fix-1.patch &amp;&amp;
    186 
    187 patch -Np1 -i ../abiword-&AbiWord-version;-fix_flicker-1.patch &amp;&amp;
    188    
    189 sed -e "s/free_suggestions/free_string_list/" \
     174<screen><userinput>sed -e "s/free_suggestions/free_string_list/" \
    190175    -e "s/_to_personal//"                     \
    191176    -e "s/in_session/added/"                  \
    192177    -i src/af/xap/xp/enchant_checker.cpp      &amp;&amp;
    193178
    194 sed -e "/icaltime_from_timet/{s/timet/&amp;_with_zone/;s/0/0, 0/}" \
    195     -i src/text/ptbl/xp/pd_DocumentRDF.cpp &amp;&amp;
    196 
    197 ./configure --prefix=/usr --without-evolution-data-server &amp;&amp;
     179./configure --prefix=/usr &amp;&amp;
    198180make</userinput></screen>
    199181
     
    218200      If you wish to install the local help files, untar and build them first:
    219201    </para>
     202
     203    <note><para>The current version of the docs expands to abiword-docs-3.0.1
     204    and not the expected abiword-docs-3.0.2.</para></note>
    220205
    221206<!-- I had to hardcode the docs version here, as it doesn't decompress to
     
    238223
    239224    <para>
    240       <command>sed ...</command>: These commands correct the source for
    241       changes in dependencies <xref linkend="enchant"/> and
    242       <xref linkend="libical"/>.
    243     </para>
    244 
    245     <para>
    246       <parameter>--without-evolution-data-server</parameter>: This switch
     225      <command>sed ...</command>: This command corrects the source for
     226      changes in the dependency <xref linkend="enchant"/>.
     227    </para>
     228<!--
     229    <para>
     230      <parameter>- -without-evolution-data-server</parameter>: This switch
    247231      disables <application>AbiWord</application>
    248232      <application>Evolution Data Server</application> support which is known
     
    250234      <application>Evolution Data Server</application>.
    251235    </para>
    252 
     236-->
    253237    <para>
    254238      <option>--enable-plugins="collab openxml goffice grammar"</option>: Build
Note: See TracChangeset for help on using the changeset viewer.