Ignore:
Timestamp:
12/19/2005 10:29:43 AM (18 years ago)
Author:
Andrew Benton <andy@…>
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:
60a3d169
Parents:
3a3b19b
Message:

Updated Gnumeric to 1.6.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gnumeric.xml

    r3a3b19b rde8420b1  
    55  %general-entities;
    66
    7   <!ENTITY gnumeric-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.4/gnumeric-&gnumeric-version;.tar.bz2">
    8   <!ENTITY gnumeric-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.4/gnumeric-&gnumeric-version;.tar.bz2">
    9   <!ENTITY gnumeric-md5sum        "b684eec48b1696d7a8d7152d1e17741c">
    10   <!ENTITY gnumeric-size          "13.7 MB">
    11   <!ENTITY gnumeric-buildsize     "223 MB">
    12   <!ENTITY gnumeric-time          "2.5 SBU">
     7  <!ENTITY gnumeric-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.6/gnumeric-&gnumeric-version;.tar.bz2">
     8  <!ENTITY gnumeric-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.6/gnumeric-&gnumeric-version;.tar.bz2">
     9  <!ENTITY gnumeric-md5sum        "e6f769e4e74c29ffea0305d48691fe28">
     10  <!ENTITY gnumeric-size          "11.9 MB">
     11  <!ENTITY gnumeric-buildsize     "178 MB">
     12  <!ENTITY gnumeric-time          "2.0 SBU">
    1313]>
    1414
     
    5959    </itemizedlist>
    6060
    61     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    62     <itemizedlist spacing="compact">
    63       <listitem>
    64         <para>Required patch: <ulink
    65         url="&patch-root;/gnumeric-&gnumeric-version;-libgsf-1.patch"/></para>
    66       </listitem>
    67     </itemizedlist>
    68 
    6961    <bridgehead renderas="sect3">Gnumeric Dependencies</bridgehead>
    7062
    7163    <bridgehead renderas="sect4">Required</bridgehead>
    72     <para role="required"><xref linkend="libgnomeprintui"/> and
    73     <xref linkend="libgsf"/></para>
     64    <para role="required"><xref linkend="libgnomeprintui"/>,
     65    <xref linkend="libgsf"/> and
     66    <ulink url="http://ftp.gnome.org/pub/gnome/sources/goffice/0.1/">goffice</ulink></para>
    7467
    7568    <bridgehead renderas="sect4">Optional</bridgehead>
    76     <para role="optional"><xref linkend="libgnomeui"/>,
    77     <xref linkend="python"/>,
     69    <para role="optional"><xref linkend="python"/>,
    7870    <ulink url="http://www.pygtk.org/">PyGTK</ulink>,
     71    <xref linkend="libgnomeui"/>, <xref linkend="gnome-doc-utils"/> (to
     72    convert the help documentation into html),
    7973    <ulink url="http://www.gnome-db.org/download.php">libgnomedb</ulink>
    8074    (requires <ulink url="http://www.gnome-db.org/download.php">libgda</ulink>),
     
    9690    commands:</para>
    9791
    98 <screen><userinput>sed -i 's/perl_msg=no/perl_msg="yes"/' configure &amp;&amp;
    99 patch -Np1 -i ../gnumeric-&gnumeric-version;-libgsf-1.patch &amp;&amp;
    100 ./configure --prefix=/usr --without-gnome \
     92<screen><userinput>./configure --prefix=/usr
    10193    --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
    10294make</userinput></screen>
     
    108100<screen role='root'><userinput>make install</userinput></screen>
    109101
    110     <para>If desired, install the developer documentation using the
    111     following commands:</para>
     102    <para>If you have <xref linkend="gnome-doc-utils"/> installed you can convert the xml
     103    help files into html with the command:</para>
    112104
    113 <screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
    114 install -v -m644 doc/developer/* /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
    115 rm -v /usr/share/doc/gnumeric-&gnumeric-version;/Makefile*</userinput></screen>
     105<screen><userinput>make -C doc html</userinput></screen>
     106
     107    <para>Now, as the <systemitem class="username">root</systemitem> user, install
     108    it in /usr/share/doc:</para>
     109
     110<screen role='root'><userinput>mkdir /usr/share/doc/gnumeric-&gnumeric-version;
     111cp doc/C/html/* /usr/share/doc/gnumeric-&gnumeric-version;</userinput></screen>
    116112
    117113  </sect2>
     
    120116    <title>Command Explanations</title>
    121117
    122     <para><command>sed -i 's/perl_msg=no/perl_msg="yes"/' configure</command>:
    123     A default LFS installation includes the <application>Perl</application>
    124     package and the <application>Perl</application> discovery used by the
    125     <command>configure</command> script does not work properly. This command
    126     changes the default to build the <application>Perl</application> plugin
    127     module.</para>
    128 
    129     <para><parameter>--without-gnome</parameter>: This switch prevents the
    130     build from looking for the <application>GNOME</application> session
    131     related components. Remove this switch if you have a
    132     <application>GNOME</application> desktop or even just
    133     <xref linkend="libgnomeui"/> installed.</para>
    134 
    135118    <para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
    136119    <application>ScrollKeeper</application> files in
    137120    <filename class="directory">/var/lib/scrollkeeper</filename> instead of
    138     <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>. This
     121    <filename class="directory">/usr/var/scrollkeeper</filename>. This
    139122    switch may not be applicable if you don't have <xref linkend="yelp"/>
    140123    installed, but won't affect the build otherwise.</para>
     
    142125    <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
    143126    configuration files in <filename class="directory">/etc/gnome</filename>
    144     instead of <filename class="directory">$GNOME_PREFIX/etc</filename>. This
     127    instead of <filename class="directory">/usr/etc</filename>. This
    145128    switch may not be applicable if you don't have <xref linkend="GConf"/>
    146129    installed, but won't affect the build otherwise.</para>
     130
     131    <para><parameter>make -C doc html</parameter>: This command runs make in the
     132    <filename class="directory">doc</filename> directory with html as the
     133    <filename>Makefile</filename> target.</para>
    147134
    148135  </sect2>
     
    176163        <term><command>gnumeric</command></term>
    177164        <listitem>
    178           <para>is a symlink to <command>gnumeric-1.4.1</command></para>
     165          <para>is a symlink to <command>gnumeric-&gnumeric-version;</command></para>
    179166          <indexterm zone="gnumeric gnumeric-prog">
    180167            <primary sortas="g-gnumeric">gnumeric</primary>
     
    184171
    185172      <varlistentry id="gnumeric-1">
    186         <term><command>gnumeric-1.4.1</command></term>
     173        <term><command>gnumeric-&gnumeric-version;</command></term>
    187174        <listitem>
    188175          <para>is <application>GNOME</application>'s spreadsheet
    189176          application.</para>
    190177          <indexterm zone="gnumeric gnumeric-1">
    191             <primary sortas="b-gnumeric-1.4.1">gnumeric-1.4.1</primary>
     178            <primary sortas="b-gnumeric-&gnumeric-version;">gnumeric-&gnumeric-version;</primary>
    192179          </indexterm>
    193180        </listitem>
Note: See TracChangeset for help on using the changeset viewer.