source: xsoft/office/gnumeric.xml@ 6e364b3

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 6e364b3 was 6e364b3, checked in by Pierre Labastie <pieere@…>, 9 years ago

Reword run-time deps of gnumeric. Thanks to Fernando for testing

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

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