Ignore:
Timestamp:
11/28/2004 08:09:13 AM (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.0, 6.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:
1c2cfae1
Parents:
6b5b87a6
Message:

Updated to AbiWord-2.2.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/abiword.xml

    r6b5b87a6 r802e40b9  
    77  <!ENTITY AbiWord-download-http "http://prdownloads.sourceforge.net/abiword/abiword-&AbiWord-version;.tar.bz2">
    88  <!ENTITY AbiWord-download-ftp  " ">
    9   <!ENTITY AbiWord-size          "22.3 MB">
    10   <!ENTITY AbiWord-buildsize     "160 MB">
    11   <!ENTITY AbiWord-time          "1.64 SBU">
     9  <!ENTITY AbiWord-md5sum        "N/A">
     10  <!ENTITY AbiWord-size          "22.8 MB">
     11  <!ENTITY AbiWord-buildsize     "189 MB">
     12  <!ENTITY AbiWord-time          "2.01 SBU">
    1213]>
    1314
     
    3334<listitem><para>Download (FTP): <ulink
    3435url="&AbiWord-download-ftp;"/></para></listitem>
     36<listitem><para>Download MD5 sum: &AbiWord-md5sum;</para></listitem>
    3537<listitem><para>Download size: &AbiWord-size;</para></listitem>
    36 <listitem><para>Estimated Disk space required:
     38<listitem><para>Estimated disk space required:
    3739&AbiWord-buildsize;</para></listitem>
    3840<listitem><para>Estimated build time:
     
    4244<sect3><title><application>AbiWord</application> dependencies</title>
    4345<sect4><title>Required</title>
    44 <para>
    45 <xref linkend="popt"/>,
     46<para><xref linkend="popt"/>,
    4647<xref linkend="libglade"/> and
    47 <ulink url="http://freedesktop.org/Software/FriBidi">FriBidi</ulink>
    48 </para></sect4>
     48<ulink url="http://freedesktop.org/Software/FriBidi">FriBidi</ulink></para>
     49</sect4>
     50
    4951<sect4><title>Recommended</title>
    50 <para>
    51 <xref linkend="libjpeg"/>
    52 </para></sect4>
     52<para><xref linkend="libjpeg"/></para>
     53</sect4>
     54
    5355<sect4><title>Optional</title>
    54 <para>
    55 <xref linkend="aspell"/>,
    56 <xref linkend="gnome-libs"/>,
    57 <xref linkend="libgnomeprintui"/>,
     56<para><xref linkend="libgnomeprintui"/>,
    5857<xref linkend="nautilus"/>,
    5958<xref linkend="gucharmap"/>,
    6059<xref linkend="imagemagick"/>,
    61 <ulink url="http://www.abisource.com/enchant/">Enchant</ulink> and
    62 <ulink url="http://wvware.sourceforge.net/">wv</ulink>
    63 </para></sect4>
     60<ulink url="http://www.abisource.com/enchant/">Enchant</ulink>
     61(uses <xref linkend="aspell"/>) and
     62<ulink url="http://wvware.sourceforge.net/">wv</ulink></para>
     63</sect4>
    6464</sect3>
    6565
     
    7676make &amp;&amp;
    7777make install &amp;&amp;
    78 cp ../abiword-docs/man/abiword.8 /usr/share/man/man8 &amp;&amp;
    79 cp -rf ../abiword-docs/help /usr/share/AbiSuite-2.0/AbiWord/help</command></userinput></screen>
     78cp -rf docs /usr/share/AbiSuite-2.2/AbiWord &amp;&amp;
     79cd ../abiword-docs &amp;&amp;
     80./make-html.sh &amp;&amp;
     81install -m644 man/abiword.1 /usr/share/man/man1 &amp;&amp;
     82install -m644 Manual/en/Abiword_Manual.abw \
     83    /usr/share/AbiSuite-2.2/AbiWord/docs &amp;&amp;
     84cp -rf help /usr/share/AbiSuite-2.2/AbiWord/help</command></userinput></screen>
     85
     86<para>To integrate <application>AbiWord</application> into your
     87<application><acronym>GNOME</acronym>-2</application> environment, run the
     88following commands:</para>
     89
     90<screen><userinput><command>cd .. &amp;&amp;
     91install -m644 abidistfiles/GNOME_AbiWord_Control_2_2.server \
     92    $GNOME_PREFIX/lib/bonobo/servers &amp;&amp;
     93install -m644 abi/abiword.desktop $GNOME_PREFIX/share/applications</command></userinput></screen>
     94
     95</sect2>
     96
     97<sect2>
     98<title>Command explanations</title>
     99
     100<para><command>./make-html.sh</command>: This command creates the
     101<acronym>HTML</acronym> files used by <application>AbiWord</application> when
     102help is requested from the main menu.</para>
    80103
    81104</sect2>
Note: See TracChangeset for help on using the changeset viewer.