source: xsoft/office/gnumeric.xml@ d1f23e0

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
Last change on this file since d1f23e0 was d1f23e0, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Adding automatized scripts generation related tags. Xsoft part.

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

  • Property mode set to 100644
File size: 8.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
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">
13]>
14
15<sect1 id="gnumeric" xreflabel="Gnumeric-&gnumeric-version;">
16 <?dbhtml filename="gnumeric.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">gnumeric-&gnumeric-version;.tar</keyword>
23 <keyword role="ftptdir">gnumeric</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Gnumeric-&gnumeric-version;</title>
28
29 <indexterm zone="gnumeric">
30 <primary sortas="a-Gnumeric">Gnumeric</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Gnumeric</title>
35
36 <para>The <application>Gnumeric</application> package contains a
37 spreadsheet program. This is useful for financial analysis.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&gnumeric-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&gnumeric-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &gnumeric-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &gnumeric-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &gnumeric-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &gnumeric-time;</para>
58 </listitem>
59 </itemizedlist>
60
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
69 <bridgehead renderas="sect3">Gnumeric Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required"><xref linkend="libgnomeprintui"/> and
73 <xref linkend="libgsf"/></para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional"><xref linkend="libgnomeui"/>,
77 <xref linkend="python"/>,
78 <ulink url="http://www.pygtk.org/">PyGTK</ulink>,
79 <ulink url="http://www.gnome-db.org/download.php">libgnomedb</ulink>
80 (requires <ulink url="http://www.gnome-db.org/download.php">libgda</ulink>),
81 <ulink url="http://pxlib.sourceforge.net/">pxlib</ulink> and
82 <ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink></para>
83
84 <note>
85 <para>Though only a run-time dependency, if you don't install the
86 <xref linkend="yelp"/> package, the built-in help functionality in
87 <application>Gnumeric</application> will not be available.</para>
88 </note>
89
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of Gnumeric</title>
94
95 <para>Install <application>Gnumeric</application> by running the following
96 commands:</para>
97
98<screen><userinput>sed -i 's/perl_msg=no/perl_msg="yes"/' configure &amp;&amp;
99patch -Np1 -i ../gnumeric-&gnumeric-version;-libgsf-1.patch &amp;&amp;
100./configure --prefix=/usr --without-gnome \
101 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
102make</userinput></screen>
103
104 <para>This package does not come with a test suite.</para>
105
106 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
107
108<screen role='root'><userinput>make install</userinput></screen>
109
110 <para>If desired, install the developer documentation using the
111 following commands:</para>
112
113<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
114install -v -m644 doc/developer/* /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
115rm -v /usr/share/doc/gnumeric-&gnumeric-version;/Makefile*</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
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
135 <para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
136 <application>ScrollKeeper</application> files in
137 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
138 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>. This
139 switch may not be applicable if you don't have <xref linkend="yelp"/>
140 installed, but won't affect the build otherwise.</para>
141
142 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
143 configuration files in <filename class="directory">/etc/gnome</filename>
144 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>. This
145 switch may not be applicable if you don't have <xref linkend="GConf"/>
146 installed, but won't affect the build otherwise.</para>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>gnumeric, gnumeric-&gnumeric-version;, and ssconvert</seg>
160 <seg>numerous filters, plugins and <application>GNOME</application>
161 components</seg>
162 <seg>/etc/gnome/gconf/gconf.xml.defaults/apps/gnumeric,
163 /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gnumeric,
164 /usr/lib/gnumeric, /usr/share/doc/gnumeric-&gnumeric-version;,
165 /usr/share/gnumeric, /usr/share/mc, /usr/share/omf/gnumeric and
166 /usr/share/pixmaps/gnumeric</seg>
167 </seglistitem>
168 </segmentedlist>
169
170 <variablelist>
171 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
172 <?dbfo list-presentation="list"?>
173 <?dbhtml list-presentation="table"?>
174
175 <varlistentry id="gnumeric-prog">
176 <term><command>gnumeric</command></term>
177 <listitem>
178 <para>is a symlink to <command>gnumeric-1.4.1</command></para>
179 <indexterm zone="gnumeric gnumeric-prog">
180 <primary sortas="g-gnumeric">gnumeric</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="gnumeric-1">
186 <term><command>gnumeric-1.4.1</command></term>
187 <listitem>
188 <para>is <application>GNOME</application>'s spreadsheet
189 application.</para>
190 <indexterm zone="gnumeric gnumeric-1">
191 <primary sortas="b-gnumeric-1.4.1">gnumeric-1.4.1</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="ssconvert">
197 <term><command>ssconvert</command></term>
198 <listitem>
199 <para>is a command line utility to convert spreadsheet files
200 between various spreadsheet file formats.</para>
201 <indexterm zone="gnumeric ssconvert">
202 <primary sortas="b-ssconvert">ssconvert</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 </variablelist>
208
209 </sect2>
210
211</sect1>
Note: See TracBrowser for help on using the repository browser.