Ignore:
Timestamp:
10/03/2005 06:23:52 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ab2d56ed
Parents:
01d1c3b
Message:

Updated to AbiWord-2.2.10

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/abiword.xml

    r01d1c3b r24ffa4b5  
    55  %general-entities;
    66
    7   <!ENTITY AbiWord-download-http "http://www.abisource.com/downloads/abiword/2.2.8/source/abiword-&AbiWord-version;.tar.bz2">
    8   <!ENTITY AbiWord-download-ftp  " ">
    9   <!ENTITY AbiWord-md5sum        "f6f58e6ea4720ca635ede7b7f13cf156">
    10   <!ENTITY AbiWord-size          "23.4 MB">
    11   <!ENTITY AbiWord-buildsize     "208 MB">
    12   <!ENTITY AbiWord-time          "2.7 SBU">
     7  <!ENTITY AbiWord-download-http "http://www.abisource.com/downloads/abiword/2.2.10/source/abiword-&AbiWord-version;.tar.bz2">
     8  <!ENTITY AbiWord-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/abiword-&AbiWord-version;.tar.bz2">
     9  <!ENTITY AbiWord-md5sum        "4aa8838d211129b8fc9c1231bc9df18a">
     10  <!ENTITY AbiWord-size          "23.9 MB">
     11  <!ENTITY AbiWord-buildsize     "215 MB">
     12  <!ENTITY AbiWord-time          "3.8 SBU (to build and install the program, docs and all plugins)">
    1313]>
    1414
     
    6969    <para><xref linkend="gucharmap"/>,
    7070    <xref linkend="libgnomeprintui"/>,
    71     <xref linkend="nautilus"/>,
     71    <xref linkend="libgnomeui"/>,
    7272    <xref linkend="imagemagick"/>,
    7373    <ulink url="http://www.abisource.com/enchant/">Enchant</ulink>
    7474    (uses <xref linkend="aspell"/>) and
    75     <ulink url="http://wvware.sourceforge.net/">wv</ulink></para>
     75    <ulink url="http://wvware.sourceforge.net/">wv</ulink> (with
     76    <ulink url="http://sourceforge.net/projects/wvware">libwmf</ulink>
     77    installed first)</para>
    7678
    7779    <bridgehead renderas="sect4">Optional for Plugins</bridgehead>
    7880    <para><xref linkend="librsvg"/>,
    7981    <xref linkend="gnome-utils"/>,
    80     <xref linkend="python"/>for gypsthon mailmerge,
    81         <ulink url="http://aiksaurus.sourceforge.net/">aiksaurus</ulink>,
     82    <xref linkend="nautilus"/>,
     83    <xref linkend="html-tidy"/>,
     84    <xref linkend="libgsf"/>,
     85    <xref linkend="python"/> (for gypsthon mailmerge),
     86    <ulink url="http://aiksaurus.sourceforge.net/">Aiksaurus</ulink>,
    8287    <ulink url="http://www.gnome-db.org/">libgda</ulink>,
    83     <ulink url="http://wvware.sourceforge.net/index.html">libwmf</ulink>,
    84     <ulink url="http://libwpd.sourceforge.net/">libwpd</ulink> and
    85     <ulink url="http://libots.sourceforge.net/">libots</ulink></para>
     88    <ulink url="http://www.gnome-db.org/">libgnomedb</ulink>,
     89    <ulink url="http://sourceforge.net/projects/wvware">libwmf</ulink>,
     90    <ulink url="http://libwpd.sourceforge.net/">libwpd</ulink>,
     91    <ulink url="http://www.inter7.com/index.php?page=eps">EPS</ulink>,
     92    <ulink url="http://libots.sourceforge.net/">OTS</ulink> and
     93    <ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink></para>
     94
    8695  </sect2>
    8796
     
    97106cd ../abiword-plugins &amp;&amp;
    98107sed -i 's:python2.3:python2.4:g' configure &amp;&amp;
    99 ./configure --prefix=/usr &amp;&amp;
    100 make</userinput></screen>
     108./configure --prefix=/usr --without-inter7eps &amp;&amp;
     109make &amp;&amp;
     110cd ../abi</userinput></screen>
     111
     112    <para>This package does not come with a test suite.</para>
    101113
    102114    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    103115
    104 <screen role="root"><userinput>cd ../abi &amp;&amp;
    105 make install &amp;&amp;
     116<screen role="root"><userinput>make install &amp;&amp;
    106117cp -v -rf docs /usr/share/AbiSuite-2.2/AbiWord &amp;&amp;
    107118cd ../abiword-plugins &amp;&amp;
    108119make install</userinput></screen>
    109120
    110     <para>To build the help files, issue the following commands as an
     121    <para>Build the help files by issuing the following commands as an
    111122    unprivileged user:</para>
    112123
     
    114125./make-html.sh</userinput></screen>
    115126
    116     <para>And, as the <systemitem class="username">root</systemitem> user:</para>
     127    <para>Then, as the <systemitem class="username">root</systemitem> user,
     128    install the help files:</para>
    117129
    118130<screen role="root"><userinput>install -v -m644 man/abiword.1 /usr/share/man/man1 &amp;&amp;
     
    123135    -type d -exec chmod -v 755 {} \;</userinput></screen>
    124136
    125     <para>To integrate <application>AbiWord</application> into your
    126     <application>GNOME-2</application> environment, run the
    127     following commands:</para>
     137    <para>If you have a <application>GNOME-2</application> installation, issue
     138    the following command as the <systemitem class="username">root</systemitem>
     139    user:</para>
    128140
    129141<screen role="root"><userinput>cd .. &amp;&amp;
    130142install -v -m644 abidistfiles/GNOME_AbiWord_Control_2_2.server \
    131     $GNOME_PREFIX/lib/bonobo/servers &amp;&amp;
    132 install -v -m644 abi/abiword.desktop $GNOME_PREFIX/share/applications</userinput></screen>
     143    $GNOME_PREFIX/lib/bonobo/servers</userinput></screen>
    133144
    134145  </sect2>
     
    137148    <title>Command Explanations</title>
    138149
     150    <para><command>sed -i 's:python2.3:python2.4:g' configure</command>: This
     151    command changes the version of <application>Python</application> that
     152    <application>AbiWord</application> looks for.</para>
     153
     154    <para><parameter>--without-inter7eps</parameter>: Some of the headers from
     155    the <application>EPS</application> package are not compatible with
     156    <application>GCC</application>-4.0.x. This parameter prevents linking to
     157    the package and incurring a build failure.</para>
     158   
    139159    <para><command>./make-html.sh</command>: This command creates the HTML files
    140160    used by <application>AbiWord</application> when help is requested from the
     
    149169      <segtitle>Installed Programs</segtitle>
    150170      <segtitle>Installed Libraries</segtitle>
    151       <segtitle>Installed Directory</segtitle>
     171      <segtitle>Installed Directories</segtitle>
    152172
    153173      <seglistitem>
    154         <seg>abiword, AbiWord-2.2, ttfdmin.sh, and ttftool</seg>
    155         <seg>None</seg>
    156         <seg>/usr/share/AbiSuite-2.2</seg>
     174        <seg>abiword, AbiWord-2.2, ttfadmin.sh, and ttftool</seg>
     175        <seg>Numerous plugin library support modules</seg>
     176        <seg>/usr/lib/AbiWord-2.2 and /usr/share/AbiSuite-2.2</seg>
    157177      </seglistitem>
    158178    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.