Changeset be7d50e for x/lib


Ignore:
Timestamp:
10/24/2010 11:06:27 PM (13 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
e3060aa
Parents:
15114f7
Message:

Update gnumeric/goffice/libgsf to current, clarify the libgnomedb/libgda deps [ I had believed this was no longer developed ] - remove reference to last known good version for abiword because not tested with 2.8, promote the core optional gnome deps for gnumeric to 'recommended for a gnome desktop' to clarify which are important, remove hildon from optional deps for gnumeric because we don't support hand-held devices.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/goffice.xml

    r15114f7 rbe7d50e  
    55  %general-entities;
    66
    7   <!ENTITY goffice-download-http "&gnome-download-http;/goffice/0.6/goffice-&goffice-version;.tar.bz2">
    8   <!ENTITY goffice-download-ftp  "&gnome-download-ftp;/goffice/0.6/goffice-&goffice-version;.tar.bz2">
    9   <!ENTITY goffice-md5sum        "a8aa21d089a0ae6f62cb2a9bb70e83db">
    10   <!ENTITY goffice-size          "3.0 MB">
    11   <!ENTITY goffice-buildsize     "53 MB">
    12   <!ENTITY goffice-time          "1.0 SBU">
     7  <!ENTITY goffice-download-http "&gnome-download-http;/goffice/0.8/goffice-&goffice-version;.tar.bz2">
     8  <!ENTITY goffice-download-ftp  "&gnome-download-ftp;/goffice/0.8/goffice-&goffice-version;.tar.bz2">
     9  <!ENTITY goffice-md5sum        "2eb2f88fb0fb904deceb6a28c246652c">
     10  <!ENTITY goffice-size          "2.2 MB">
     11  <!ENTITY goffice-buildsize     "83 MB">
     12  <!ENTITY goffice-time          "1.4 SBU">
    1313]>
    1414
     
    3939    load/save routines for application documents and undo/redo functions.</para>
    4040
     41    &lfs67_checked;
     42
    4143    <bridgehead renderas="sect3">Package Information</bridgehead>
    4244    <itemizedlist spacing="compact">
     
    6163    </itemizedlist>
    6264
    63     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    64     <itemizedlist spacing='compact'>
    65       <listitem>
    66         <para>Required Patch: <ulink
    67         url="&patch-root;/goffice-&goffice-version;-gtkdoc_rebase-1.patch"/></para>
    68       </listitem>
    69     </itemizedlist>
    70 
    7165    <bridgehead renderas="sect3">GOffice Dependencies</bridgehead>
    7266
    7367    <bridgehead renderas="sect4">Required</bridgehead>
    74     <para role="required"><xref linkend="libgsf"/>,
    75     <xref linkend="pango"/>,
    76     <xref linkend="pcre"/>, and
     68    <para role="required"><xref linkend="GConf"/>,
     69    <xref linkend="gtk2"/>,
     70    <xref linkend="intltool"/>,
     71    <xref linkend="libgsf"/> and
    7772    <xref linkend="which"/></para>
    7873
    79     <bridgehead renderas="sect4">Recommended (for the User Interface
    80     functionality)</bridgehead>
    81     <para role="recommended"><xref linkend="libglade"/> and
    82     <xref linkend="libgnomeprint"/></para>
    83 
    84     <para>Note: not installing the recommended dependencies can render the
    85     <application>GOffice</application> package incapable of supporting
    86     applications which depend on it. If, for whatever reason, you elect not
    87     to install the recommended dependencies, you must add the
    88     <option>--without-gtk</option> parameter to the <command>configure</command>
    89     command in the instructions below.</para>
    90 
    9174    <bridgehead renderas="sect4">Optional</bridgehead>
    92     <para role="optional"><xref linkend="intltool"/>,
    93     <xref linkend="gtk-doc"/>, and
    94     <xref linkend="libgnomeui"/>
    95     (with <application>libgsf</application> built to support GNOME by creating
    96     the <filename class='libraryfile'>libgsf-gnome-1</filename> library)</para>
     75    <para role="optional"><xref linkend="gtk-doc"/></para>
    9776
    9877    <para condition="html" role="usernotes">User Notes:
     
    10786    commands:</para>
    10887
    109 <screen><userinput>patch -Np1 -i ../goffice-&goffice-version;-gtkdoc_rebase-1.patch &amp;&amp;
    110 </userinput></screen>
    11188<screen><userinput>./configure --prefix=/usr &amp;&amp;
    11289make</userinput></screen>
    11390
    114     <para>This package does not come with a test suite.</para>
     91    <para>If you wish to run the tests, issue: <command>make check</command>.
     92    </para>
    11593
    11694    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    122100  <sect2 role="commands">
    123101    <title>Command Explanations</title>
     102
     103    <para><option>--disable-static</option>: This switch prevents the
     104    static libraries in this package being built and installed.</para>
    124105
    125106    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    138119      <seglistitem>
    139120        <seg>None</seg>
    140         <seg>libgoffice-0.so and numerous support plugins</seg>
    141         <seg>/usr/include/libgoffice-0.4,
     121        <seg>libgoffice-08.{so,a} and numerous support plugins</seg>
     122        <seg>/usr/include/libgoffice-0.8,
    142123        /usr/lib/goffice,
    143         /usr/share/{gtk-doc/html/goffice,{pixmaps/}goffice}</seg>
     124        /usr/share/{gtk-doc/html/goffice-0.8,{pixmaps/}goffice}</seg>
    144125      </seglistitem>
    145126    </segmentedlist>
     
    151132
    152133      <varlistentry id="libgoffice">
    153         <term><filename class='libraryfile'>libgoffice-0.so</filename></term>
     134        <term><filename class='libraryfile'>libgoffice-0.8.so</filename></term>
    154135        <listitem>
    155136          <para>contains API functions to provide support for document centric
    156137          objects and utilities.</para>
    157138          <indexterm zone="goffice libgoffice">
    158             <primary sortas="c-libgoffice-0">libgoffice-0.so</primary>
     139            <primary sortas="c-libgoffice-0.8">libgoffice-0.8.so</primary>
    159140          </indexterm>
    160141        </listitem>
Note: See TracChangeset for help on using the changeset viewer.