Ignore:
Timestamp:
06/14/2005 11:22:14 PM (19 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
ccffb18f
Parents:
460c6edb
Message:

Abiword plugin work

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/abiword.xml

    r460c6edb re882b845  
    6868    <bridgehead renderas="sect4">Optional</bridgehead>
    6969    <para><xref linkend="libgnomeprintui"/>,
     70    <xref linkend="librsvg"/>,
     71    <xref linkend="gnome-utils"/>,
    7072    <xref linkend="nautilus"/>,
    7173    <xref linkend="gucharmap"/>,
    7274    <xref linkend="imagemagick"/>,
     75    <xref linkend="python"/>for gypsthon mailmerge,
    7376    <ulink url="http://www.abisource.com/enchant/">Enchant</ulink>
    7477    (uses <xref linkend="aspell"/>) and
     78        <ulink url="http://aiksaurus.sourceforge.net/">aiksaurus</ulink>
     79    <ulink url="http://www.gnome-db.org/">libgda</ulink>
     80    <ulink url="http://wvware.sourceforge.net/index.html">libwmf</ulink>
     81    <ulink url="http://libwpd.sourceforge.net/">libwpd</ulink>
     82    <ulink url="http://libots.sourceforge.net/">libots</ulink>
    7583    <ulink url="http://wvware.sourceforge.net/">wv</ulink></para>
    76 
    7784  </sect2>
    7885
     
    8794make &amp;&amp;
    8895cd ../abiword-plugins &amp;&amp;
     96sed -i 's:python2.3:python2.4:g' configure &amp;&amp;
    8997./configure --prefix=/usr &amp;&amp;
    9098make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.