source: xsoft/office/gnumeric.xml@ d19fb65

systemd-13485
Last change on this file since d19fb65 was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

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