source: xsoft/office/gnumeric.xml@ c39babd

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

unrar-5.1., libgtop-2.30.0, harfbuzz-0.9.28, goffice-0.10.15, gnumeric-1.12.15 and libass-0.11.2. Fixes to grilo-plugins-0.2.12, gst-plugins-base-0.10.36 and midori-0.5.8.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13016 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 "ff68f7a5f1835bfe2bb253eae0c14543">
10 <!ENTITY gnumeric-size "18 MB">
11 <!ENTITY gnumeric-buildsize "251 MB (additional 2 MB for the tests)">
12 <!ENTITY gnumeric-time "1.9 SBU (additional 1.3 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 &lfs75_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>,
90 <xref linkend="pygobject3"/>, and
91 <xref linkend="valgrind"/> (for some tests)
92 </para>
93
94 <note>
95 <para>
96 Though only a run-time dependency, if you don't install the
97 <xref linkend="yelp"/> package, the built-in help functionality in
98 <application>Gnumeric</application> will not be available.
99 </para>
100 </note>
101
102 <para condition="html" role="usernotes">User Notes:
103 <ulink url="&blfs-wiki;/gnumeric"/>
104 </para>
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of Gnumeric</title>
109
110 <para>Install <application>Gnumeric</application> by running the following
111 commands:</para>
112
113<screen><userinput>sed -e "s@zz-application/zz-winassoc-xls;@@" -i gnumeric.desktop.in &amp;&amp;
114./configure --prefix=/usr &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 This package requires that it is installed before the test suite is run.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 <para>
128 If you wish to test the results, issue <command>make -k check</command>.
129 A few tests fail, some for known reasons.
130 </para>
131
132 </sect2>
133
134 <sect2 role="commands">
135 <title>Command Explanations</title>
136
137 <para>
138 <command>sed -e "s@zz-application/zz-winassoc-xls;@@" ...</command>: This
139 sed removes invalid mime type from the .desktop file.
140 </para>
141
142 <para>
143 <option>--enable-pdfdocs</option>: Use this switch if you have
144 installed dblatex and wish to create PDF docs.
145 </para>
146
147 </sect2>
148
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>
160 gnumeric (symlink), gnumeric-&gnumeric-version;, ssconvert,
161 ssdiff, ssgrep and ssindex
162 </seg>
163 <seg>
164 libspreadsheet-&gnumeric-version;.so, libspreadsheet.so,
165 several plugins under /usr/lib/gnumeric/&gnumeric-version;/plugins/,
166 and /usr/lib/goffice/0.10/plugins/gnumeric/gnumeric.so
167 </seg>
168 <seg>
169 /usr/include/libspreadsheet-1.12,
170 /usr/lib/gnumeric,
171 /usr/lib/goffice/0.10/plugins/gnumeric,
172 /usr/share/gnome/help/gnumeric,
173 /usr/share/gnumeric,
174 /usr/share/omf/gnumeric and
175 /usr/share/pixmaps/gnumeric
176 </seg>
177 </seglistitem>
178 </segmentedlist>
179
180 <variablelist>
181 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
182 <?dbfo list-presentation="list"?>
183 <?dbhtml list-presentation="table"?>
184
185 <varlistentry id="gnumeric-prog">
186 <term><command>gnumeric</command></term>
187 <listitem>
188 <para>
189 is a symlink to <command>gnumeric-&gnumeric-version;</command>.
190 </para>
191 <indexterm zone="gnumeric gnumeric-prog">
192 <primary sortas="b-gnumeric">gnumeric</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="gnumeric-1">
198 <term><command>gnumeric-&gnumeric-version;</command></term>
199 <listitem>
200 <para>
201 is <application>GNOME</application>'s spreadsheet application.
202 </para>
203 <indexterm zone="gnumeric gnumeric-1">
204 <primary sortas="b-gnumeric-&gnumeric-version;">gnumeric-&gnumeric-version;</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="ssconvert">
210 <term><command>ssconvert</command></term>
211 <listitem>
212 <para>
213 is a command line utility to convert spreadsheet files
214 between various spreadsheet file formats.
215 </para>
216 <indexterm zone="gnumeric ssconvert">
217 <primary sortas="b-ssconvert">ssconvert</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="ssdiff">
223 <term><command>ssdiff</command></term>
224 <listitem>
225 <para>
226 is a command line utility to compare two spreadsheets.
227 </para>
228 <indexterm zone="gnumeric ssdiff">
229 <primary sortas="b-ssdiff">ssdiff</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 <varlistentry id="ssgrep">
235 <term><command>ssgrep</command></term>
236 <listitem>
237 <para>
238 is a command line utility to search spreadsheets for strings.
239 </para>
240 <indexterm zone="gnumeric ssgrep">
241 <primary sortas="b-ssgrep">ssindex</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="ssindex">
247 <term><command>ssindex</command></term>
248 <listitem>
249 <para>
250 is a command line utility to generate index data for
251 spreadsheet files.
252 </para>
253 <indexterm zone="gnumeric ssindex">
254 <primary sortas="b-ssindex">ssindex</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 </variablelist>
260
261 </sect2>
262
263</sect1>
Note: See TracBrowser for help on using the repository browser.