source: xsoft/office/gnumeric.xml@ 231645c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.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 nosym 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 231645c was 231645c, checked in by Pierre Labastie <pieere@…>, 9 years ago

Update to GOffice-0.10.19
Update to Gnumeric-1.12.19

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

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