source: xsoft/office/gnumeric.xml@ cfb06c21

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 cfb06c21 was cfb06c21, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Updates to grilo-0.2.8, grilo-plugins-0.2.10, SQLite 3.8.3.1, goffice-0.10.10, gnumeric 1.12.10 and Net-DNS-0.74.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12694 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.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnumeric-download-http "&gnome-download-http;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
8 <!ENTITY gnumeric-download-ftp "&gnome-download-ftp;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
9 <!ENTITY gnumeric-md5sum "c1a61a57c796d466637b85c9d7117315">
10 <!ENTITY gnumeric-size "18 MB">
11 <!ENTITY gnumeric-buildsize "260 MB (additional 2 MB for the tests)">
12 <!ENTITY gnumeric-time "2.1 SBU (additional 1 SBU for the tests)">
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 </sect1info>
22
23 <title>Gnumeric-&gnumeric-version;</title>
24
25 <indexterm zone="gnumeric">
26 <primary sortas="a-Gnumeric">Gnumeric</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Gnumeric</title>
31
32 <para>
33 The <application>Gnumeric</application> package contains a
34 spreadsheet program which is useful for mathematical analysis.
35 </para>
36
37 &lfs74_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&gnumeric-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&gnumeric-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &gnumeric-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &gnumeric-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &gnumeric-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &gnumeric-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Gnumeric Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="goffice010"/> and
78 <xref linkend="rarian"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <ulink url="http://dblatex.sourceforge.net/">dblatex (for PDF docs)</ulink>,
84 <xref linkend="gobject-introspection"/>,
85<!-- <xref linkend="guile"/>, Developer: support unmaintained-->
86 <ulink url="http://www.gnome-db.org/">libgda</ulink>,
87 <ulink url="http://www.mono-project.com/">Mono</ulink>,
88 <ulink url="http://pxlib.sourceforge.net/">pxlib</ulink>,
89 <ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink> and
90 <xref linkend="pygobject3"/>
91 </para>
92
93 <note>
94 <para>
95 Though only a run-time dependency, if you don't install the
96 <xref linkend="yelp"/> package, the built-in help functionality in
97 <application>Gnumeric</application> will not be available.
98 </para>
99 </note>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/gnumeric"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of Gnumeric</title>
108
109 <para>Install <application>Gnumeric</application> by running the following
110 commands:</para>
111
112<screen><userinput>sed -e "s@zz-application/zz-winassoc-xls;@@" -i gnumeric.desktop.in &amp;&amp;
113./configure --prefix=/usr &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 This package requires that it is installed before the test suite is run.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 <para>
127 If you wish to test the results, issue <command>make check</command>.
128 With <command>env LC_ALL=C make check</command>, some tests may fail.
129 </para>
130
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <para>
137 <command>sed -e "s@zz-application/zz-winassoc-xls;@@" ...</command>: This
138 sed removes invalid mime type from the .desktop file.
139 </para>
140
141 <para>
142 <option>--enable-pdfdocs</option>: Use this switch if you have
143 installed dblatex and wish to create PDF docs.
144 </para>
145
146 </sect2>
147
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
154 <segtitle>Installed Libraries</segtitle>
155 <segtitle>Installed Directories</segtitle>
156
157 <seglistitem>
158 <seg>
159 gnumeric (symlink), gnumeric-&gnumeric-version;, ssconvert,
160 ssdiff, ssgrep and ssindex
161 </seg>
162 <seg>
163 libspreadsheet-1.12.10.so, libspreadsheet.so,
164 several plugins under /usr/lib/gnumeric/&gnumeric-version;/plugins/,
165 and /usr/lib/goffice/0.10/plugins/gnumeric/gnumeric.so
166 </seg>
167 <seg>
168 /usr/include/libspreadsheet-1.12,
169 /usr/lib/gnumeric,
170 /usr/lib/goffice/0.10/plugins/gnumeric,
171 /usr/share/gnome/help/gnumeric,
172 /usr/share/gnumeric,
173 /usr/share/omf/gnumeric and
174 /usr/share/pixmaps/gnumeric
175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
184 <varlistentry id="gnumeric-prog">
185 <term><command>gnumeric</command></term>
186 <listitem>
187 <para>
188 is a symlink to <command>gnumeric-&gnumeric-version;</command>.
189 </para>
190 <indexterm zone="gnumeric gnumeric-prog">
191 <primary sortas="b-gnumeric">gnumeric</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="gnumeric-1">
197 <term><command>gnumeric-&gnumeric-version;</command></term>
198 <listitem>
199 <para>
200 is <application>GNOME</application>'s spreadsheet application.
201 </para>
202 <indexterm zone="gnumeric gnumeric-1">
203 <primary sortas="b-gnumeric-&gnumeric-version;">gnumeric-&gnumeric-version;</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="ssconvert">
209 <term><command>ssconvert</command></term>
210 <listitem>
211 <para>
212 is a command line utility to convert spreadsheet files
213 between various spreadsheet file formats.
214 </para>
215 <indexterm zone="gnumeric ssconvert">
216 <primary sortas="b-ssconvert">ssconvert</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="ssdiff">
222 <term><command>ssdiff</command></term>
223 <listitem>
224 <para>
225 is a command line utility to compare two spreadsheets.
226 </para>
227 <indexterm zone="gnumeric ssdiff">
228 <primary sortas="b-ssdiff">ssdiff</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="ssgrep">
234 <term><command>ssgrep</command></term>
235 <listitem>
236 <para>
237 is a command line utility to search spreadsheets for strings.
238 </para>
239 <indexterm zone="gnumeric ssgrep">
240 <primary sortas="b-ssgrep">ssindex</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 <varlistentry id="ssindex">
246 <term><command>ssindex</command></term>
247 <listitem>
248 <para>
249 is a command line utility to generate index data for
250 spreadsheet files.
251 </para>
252 <indexterm zone="gnumeric ssindex">
253 <primary sortas="b-ssindex">ssindex</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 </variablelist>
259
260 </sect2>
261
262</sect1>
Note: See TracBrowser for help on using the repository browser.