Changeset 196f1bd for x/lib


Ignore:
Timestamp:
08/03/2007 08:20:40 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
876ad7f
Parents:
4fae3a22
Message:

Updated to GOffice-0.4.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/goffice.xml

    r4fae3a22 r196f1bd  
    55  %general-entities;
    66
    7   <!ENTITY goffice-download-http "&gnome-download-http;/goffice/0.2/goffice-&goffice-version;.tar.bz2">
    8   <!ENTITY goffice-download-ftp  "&gnome-download-ftp;/goffice/0.2/goffice-&goffice-version;.tar.bz2">
    9   <!ENTITY goffice-md5sum        "a2bffd6eeb7609ea19936c8f6efb46fc">
    10   <!ENTITY goffice-size          "1.4 MB">
    11   <!ENTITY goffice-buildsize     "43 MB">
     7  <!ENTITY goffice-download-http "&gnome-download-http;/goffice/0.4/goffice-&goffice-version;.tar.bz2">
     8  <!ENTITY goffice-download-ftp  "&gnome-download-ftp;/goffice/0.4/goffice-&goffice-version;.tar.bz2">
     9  <!ENTITY goffice-md5sum        "eb72fe8caf7cb4e526671323f6bd4819">
     10  <!ENTITY goffice-size          "1.7 MB">
     11  <!ENTITY goffice-buildsize     "52 MB">
    1212  <!ENTITY goffice-time          "1.0 SBU">
    1313]>
     
    6464
    6565    <bridgehead renderas="sect4">Required</bridgehead>
    66     <para role="required"><xref linkend="libgsf"/> and
    67     <xref linkend="pango"/></para>
     66    <para role="required"><xref linkend="libgsf"/>,
     67    <xref linkend="pango"/>, and
     68    <xref linkend="pcre"/></para>
    6869
    6970    <bridgehead renderas="sect4">Recommended (for the User Interface
     
    8081
    8182    <bridgehead renderas="sect4">Optional</bridgehead>
    82     <para role="optional"><xref linkend="intltool"/> and
     83    <para role="optional"><xref linkend="intltool"/>,
     84    <xref linkend="gtk-doc"/>, and
    8385    <xref linkend="libgnomeui"/>
    8486    (with <application>libgsf</application> built to support GNOME by creating
    8587    the <filename class='libraryfile'>libgsf-gnome-1</filename> library)</para>
    86 
    87     <!-- Currently broken
    88     <xref linkend="cairo"/> (already installed if you
    89     installed the recommended dependencies)
    90     -->
    9188
    9289    <para condition="html" role="usernotes">User Notes:
     
    112109  </sect2>
    113110
     111  <sect2 role="commands">
     112    <title>Command Explanations</title>
     113
     114    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     115    href="../../xincludes/gtk-doc-rebuild.xml"/>
     116
     117  </sect2>
     118
    114119  <sect2 role="content">
    115120    <title>Contents</title>
     
    122127      <seglistitem>
    123128        <seg>None</seg>
    124         <seg>libgoffice-1.so and numerous support plugins</seg>
    125         <seg>/usr/include/libgoffice-1,
     129        <seg>libgoffice-0.so and numerous support plugins</seg>
     130        <seg>/usr/include/libgoffice-0.4,
    126131        /usr/lib/goffice,
    127         /usr/share/{,pixmaps/}goffice</seg>
     132        /usr/share/{gtk-doc/html/goffice,{pixmaps/}goffice}</seg>
    128133      </seglistitem>
    129134    </segmentedlist>
     
    135140
    136141      <varlistentry id="libgoffice">
    137         <term><filename class='libraryfile'>libgoffice-1.so</filename></term>
     142        <term><filename class='libraryfile'>libgoffice-0.so</filename></term>
    138143        <listitem>
    139144          <para>contains API functions to provide support for document centric
    140145          objects and utilities.</para>
    141146          <indexterm zone="goffice libgoffice">
    142             <primary sortas="c-libgoffice-1">libgoffice-1.so</primary>
     147            <primary sortas="c-libgoffice-0">libgoffice-0.so</primary>
    143148          </indexterm>
    144149        </listitem>
Note: See TracChangeset for help on using the changeset viewer.