source: xsoft/office/gnumeric.xml@ b282e39

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b282e39 was b282e39, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to epiphany-3.26.6.
More tags.

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

  • Property mode set to 100644
File size: 8.9 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 "03fb2a71ffa9139f1da1f6e90aec2967">
10 <!ENTITY gnumeric-size "19 MB">
11 <!ENTITY gnumeric-buildsize "279 MB (add 4 MB for tests)">
12 <!ENTITY gnumeric-time "1.0 SBU (using parallelism=4; add 11 SBU for 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 &lfs82_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"/>,
78 <xref linkend="itstool"/>, and
79 <xref linkend="rarian"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended Runtime</bridgehead>
83 <para role="recommended">
84 an icon theme such as
85 <xref role="runtime" linkend="adwaita-icon-theme"/>,
86 <xref role="runtime" linkend="oxygen-icons5"/> or
87 <xref role="runtime" linkend="gnome-icon-theme"/>,
88 <xref role="runtime" linkend="x-window-system"/>, and
89 <xref role="runtime" linkend="yelp"/> for the buit-in help functionality
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <xref linkend="dconf"/> (to prevent some test failures),
95 <xref linkend="gobject-introspection"/>,
96 <xref linkend="pygobject3"/>,
97 <xref linkend="valgrind"/> (for some tests),
98<!-- <xref linkend="guile"/>, Developer: support unmaintained-->
99 <ulink url="http://dblatex.sourceforge.net/">dblatex</ulink> (for PDF docs),
100 <ulink url="http://www.gnome-db.org/">libgda</ulink>,
101 <ulink url="http://www.mono-project.com/">Mono</ulink>,
102 <ulink url="http://pxlib.sourceforge.net/">pxlib</ulink>, and
103 <ulink url="http://frodo.looijaard.name/project/psiconv">Psiconv</ulink>
104 </para>
105
106<!-- Now in "recommendended runtime deps". Keeping as a comment because it
107 is easier to revert
108 <note>
109 <para>
110 Though only a run-time dependency, if you don't install the
111 <xref linkend="yelp"/> package, the built-in help functionality in
112 <application>Gnumeric</application> will not be available.
113 </para>
114 </note>
115-->
116 <para condition="html" role="usernotes">User Notes:
117 <ulink url="&blfs-wiki;/gnumeric"/>
118 </para>
119 </sect2>
120
121 <sect2 role="installation">
122 <title>Installation of Gnumeric</title>
123
124 <para>Install <application>Gnumeric</application> by running the following
125 commands:</para>
126
127<screen><userinput>./configure --prefix=/usr &amp;&amp;
128make</userinput></screen>
129
130 <para>
131 This package must be installed before the test suite is run.
132 </para>
133
134 <para>
135 Now, as the <systemitem class="username">root</systemitem> user:
136 </para>
137
138<screen role="root"><userinput>make install</userinput></screen>
139
140
141 <para>
142 To run the tests, issue <command>make check</command>. Tests should be
143 run from an active X session, and <xref linkend="dconf"/> should be
144 installed to prevent some failures. The valgrind-sstest is known to fail.
145 </para>
146
147 </sect2>
148
149 <sect2 role="commands">
150 <title>Command Explanations</title>
151
152 <para>
153 <command>sed -e "s@zz-application/zz-winassoc-xls;@@" ...</command>: This
154 sed removes an invalid mime type from the .desktop file.
155 </para>
156
157 <para>
158 <option>--enable-pdfdocs</option>: Use this switch if you have
159 installed dblatex and wish to create PDF docs.
160 </para>
161
162 </sect2>
163
164
165 <sect2 role="content">
166 <title>Contents</title>
167
168 <segmentedlist>
169 <segtitle>Installed Programs</segtitle>
170 <segtitle>Installed Libraries</segtitle>
171 <segtitle>Installed Directories</segtitle>
172
173 <seglistitem>
174 <seg>
175 gnumeric (symlink), gnumeric-&gnumeric-version;, ssconvert,
176 ssdiff, ssgrep, and ssindex
177 </seg>
178 <seg>
179 libspreadsheet.so
180 </seg>
181 <seg>
182 /usr/include/libspreadsheet-1.12,
183 /usr/lib/gnumeric,
184 /usr/lib/goffice/0.10/plugins/gnumeric,
185 /usr/share/gnumeric,
186 /usr/share/help/{C,cs,de,es}/gnumeric, and
187 /usr/share/pixmaps/gnumeric
188 </seg>
189 </seglistitem>
190 </segmentedlist>
191
192 <variablelist>
193 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
194 <?dbfo list-presentation="list"?>
195 <?dbhtml list-presentation="table"?>
196
197 <varlistentry id="gnumeric-prog">
198 <term><command>gnumeric</command></term>
199 <listitem>
200 <para>
201 is a symlink to <command>gnumeric-&gnumeric-version;</command>.
202 </para>
203 <indexterm zone="gnumeric gnumeric-prog">
204 <primary sortas="b-gnumeric">gnumeric</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="gnumeric-1">
210 <term><command>gnumeric-&gnumeric-version;</command></term>
211 <listitem>
212 <para>
213 is <application>GNOME</application>'s spreadsheet application.
214 </para>
215 <indexterm zone="gnumeric gnumeric-1">
216 <primary sortas="b-gnumeric-&gnumeric-version;">gnumeric-&gnumeric-version;</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="ssconvert">
222 <term><command>ssconvert</command></term>
223 <listitem>
224 <para>
225 is a command line utility to convert spreadsheet files
226 between various spreadsheet file formats.
227 </para>
228 <indexterm zone="gnumeric ssconvert">
229 <primary sortas="b-ssconvert">ssconvert</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 <varlistentry id="ssdiff">
235 <term><command>ssdiff</command></term>
236 <listitem>
237 <para>
238 is a command line utility to compare two spreadsheets.
239 </para>
240 <indexterm zone="gnumeric ssdiff">
241 <primary sortas="b-ssdiff">ssdiff</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="ssgrep">
247 <term><command>ssgrep</command></term>
248 <listitem>
249 <para>
250 is a command line utility to search spreadsheets for strings.
251 </para>
252 <indexterm zone="gnumeric ssgrep">
253 <primary sortas="b-ssgrep">ssindex</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 <varlistentry id="ssindex">
259 <term><command>ssindex</command></term>
260 <listitem>
261 <para>
262 is a command line utility to generate index data for
263 spreadsheet files.
264 </para>
265 <indexterm zone="gnumeric ssindex">
266 <primary sortas="b-ssindex">ssindex</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 <varlistentry id="libspreadsheet">
272 <term><filename class="libraryfile">libspreadsheet.so</filename></term>
273 <listitem>
274 <para>
275 contains the gnumeric API functions.
276 </para>
277 <indexterm zone="gnumeric libspreadsheet">
278 <primary sortas="c-libspreadsheet">libspreadsheet.so</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282 </variablelist>
283
284 </sect2>
285
286</sect1>
Note: See TracBrowser for help on using the repository browser.