mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Updated to Gnumeric-1.2.13
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2718 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
0bc629a48e
commit
62a13a94b3
@ -351,7 +351,7 @@
|
||||
<!-- Part XI -->
|
||||
<!-- Chapter 33 -->
|
||||
<!ENTITY AbiWord-version "2.0.10">
|
||||
<!ENTITY gnumeric-version "1.2.10">
|
||||
<!ENTITY gnumeric-version "1.2.13">
|
||||
<!ENTITY gnucash-version "1.8.9">
|
||||
<!ENTITY gimp-version "2.0.4">
|
||||
<!ENTITY evolution-version "1.4.5">
|
||||
|
@ -23,7 +23,7 @@ who wrote what.</para>
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>September 6th, 2004 [randy]: Updated to
|
||||
Nmap-3.70.</para></listitem>
|
||||
Nmap-3.70 and Gnumeric 1.2.13.</para></listitem>
|
||||
|
||||
<listitem><para>September 5th, 2004 [randy]: Added optional dependencies
|
||||
and build/functionality fix patches to transcode instructions; updated
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY gnumeric-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.2/gnumeric-&gnumeric-version;.tar.bz2">
|
||||
<!ENTITY gnumeric-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.2/gnumeric-&gnumeric-version;.tar.bz2">
|
||||
<!ENTITY gnumeric-size "13.9 MB">
|
||||
<!ENTITY gnumeric-buildsize "270.7 MB">
|
||||
<!ENTITY gnumeric-time "2.81 SBU">
|
||||
<!ENTITY gnumeric-size "14.3 MB">
|
||||
<!ENTITY gnumeric-buildsize "185 MB">
|
||||
<!ENTITY gnumeric-time "1.97 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gnumeric" xreflabel="Gnumeric-&gnumeric-version;">
|
||||
@ -39,19 +39,29 @@ url="&gnumeric-download-ftp;"/></para></listitem>
|
||||
</sect3>
|
||||
|
||||
<sect3><title><application>Gnumeric</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="libgnomeprintui"/> and <xref linkend="libgsf"/></para></sect4>
|
||||
<sect4><title>Optional</title>
|
||||
<para>gda</para></sect4>
|
||||
</sect3>
|
||||
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="libgnomeprintui"/>
|
||||
and <xref linkend="libgsf"/></para>
|
||||
</sect4>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="Python"/>,
|
||||
<xref linkend="docbook-utils"/>,
|
||||
<ulink url="http://www.pygtk.org/">PyGTK</ulink> and
|
||||
<ulink url="http://www.gnome-db.org/download.php">libgnomedb</ulink>
|
||||
(requires <ulink url="http://www.gnome-db.org/download.php">libgda</ulink>)
|
||||
</para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application>Gnumeric</application></title>
|
||||
|
||||
<para>Install <application>Gnumeric</application> by running the following commands:</para>
|
||||
<para>Install <application>Gnumeric</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin \
|
||||
--localstatedir=/var/lib --sysconfdir=/etc &&
|
||||
@ -63,17 +73,17 @@ make install</command></userinput></screen>
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
|
||||
puts <application>ScrollKeeper</application> files in <filename
|
||||
class="directory">/var/lib/scrollkeeper</filename>
|
||||
<para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
|
||||
<application>ScrollKeeper</application> files in
|
||||
<filename class="directory">/var/lib/scrollkeeper</filename>
|
||||
instead of <filename class="directory">/usr/var/scrollkeeper</filename>.</para>
|
||||
|
||||
<para><parameter>--sysconfdir=/etc</parameter>: This switch
|
||||
puts configuration files in <filename class="directory">/etc</filename> instead of
|
||||
<para><parameter>--sysconfdir=/etc</parameter>: This switch puts configuration
|
||||
files in <filename class="directory">/etc</filename> instead of
|
||||
<filename class="directory">/usr/etc</filename>.</para>
|
||||
|
||||
<para><parameter>--libexecdir=/usr/sbin</parameter>: This switch
|
||||
puts libexec files in <filename class="directory">/usr/sbin</filename> instead of
|
||||
<para><parameter>--libexecdir=/usr/sbin</parameter>: This switch puts libexec
|
||||
files in <filename class="directory">/usr/sbin</filename> instead of
|
||||
<filename class="directory">/usr/libexec</filename>.</para>
|
||||
|
||||
</sect2>
|
||||
@ -81,19 +91,30 @@ puts libexec files in <filename class="directory">/usr/sbin</filename> instead o
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>Gnumeric</application> package contains <command>gnumeric</command>.</para>
|
||||
<para>The <application>Gnumeric</application> package contains
|
||||
<command>gnumeric</command>,
|
||||
<command>ssconvert</command>,
|
||||
<command>gnumeric-component</command> and numerous filters, plugins and
|
||||
<application><acronym>GNOME</acronym></application> components.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>gnumeric</title>
|
||||
|
||||
<para><command>gnumeric</command> is
|
||||
<application><acronym>GNOME</acronym></application>'s spreadsheet
|
||||
application.</para>
|
||||
application.</para></sect3>
|
||||
|
||||
</sect3>
|
||||
<sect3><title>ssconvert</title>
|
||||
<para><command>ssconvert</command> is a command line utility to convert
|
||||
spreadsheet files between various spreadsheet file formats.</para></sect3>
|
||||
|
||||
<sect3><title>gnumeric-component</title>
|
||||
<para><command>gnumeric-component</command> is a command line utility to
|
||||
enable, disable or modify the various
|
||||
<application><acronym>GNOME</acronym></application> components available
|
||||
to <application>Gnumeric</application>.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user