source: xsoft/office/gnumeric.xml@ d6c6562

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 d6c6562 was d6c6562, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Remove gcc7 entity

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

  • Property mode set to 100644
File size: 8.3 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 "2b253329de4121231c6dfb402116c2c2">
10 <!ENTITY gnumeric-size "19 MB">
11 <!ENTITY gnumeric-buildsize "269 MB (add 4 MB for tests)">
12 <!ENTITY gnumeric-time "2.5 SBU (add 3.5 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 &lfs80_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-icons5"/> or
85 <xref linkend="gnome-icon-theme"/>,
86 <xref linkend="x-window-system"/>, and
87 <xref linkend="yelp"/> for the buit-in help functionality
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="dconf"/> (to prevent some test failures),
93 <xref linkend="gobject-introspection"/>,
94 <xref linkend="pygobject3"/>,
95 <xref linkend="valgrind"/> (for some tests),
96<!-- <xref linkend="guile"/>, Developer: support unmaintained-->
97 <ulink url="http://dblatex.sourceforge.net/">dblatex (for PDF docs)</ulink>,
98 <ulink url="http://www.gnome-db.org/">libgda</ulink>,
99 <ulink url="http://www.mono-project.com/">Mono</ulink>,
100 <ulink url="http://pxlib.sourceforge.net/">pxlib</ulink>, and
101 <ulink url="http://frodo.looijaard.name/project/psiconv">Psiconv</ulink>
102 </para>
103
104<!-- Now in "recommendended runtime deps". Keeping as a comment because it
105 is easier to revert
106 <note>
107 <para>
108 Though only a run-time dependency, if you don't install the
109 <xref linkend="yelp"/> package, the built-in help functionality in
110 <application>Gnumeric</application> will not be available.
111 </para>
112 </note>
113-->
114 <para condition="html" role="usernotes">User Notes:
115 <ulink url="&blfs-wiki;/gnumeric"/>
116 </para>
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of Gnumeric</title>
121
122 <para>Install <application>Gnumeric</application> by running the following
123 commands:</para>
124
125<screen><userinput>./configure --prefix=/usr &amp;&amp;
126make</userinput></screen>
127
128 <para>
129 This package must 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
139 <para>
140 To run the tests, issue <command>make check</command>. Tests should be
141 run from an active X session, and <xref linkend="dconf"/> should be
142 installed to prevent some failures.
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 an 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.so,
178 gnumeric.so, and
179 several plugins under /usr/lib/gnumeric/&gnumeric-version;/plugins/
180 </seg>
181 <seg>
182 /usr/include/libspreadsheet-1.12,
183 /usr/lib/{,goffice/0.10/plugins}/gnumeric, and
184 /usr/share/{,gnome/help,omf,pixmaps}/gnumeric
185 </seg>
186 </seglistitem>
187 </segmentedlist>
188
189 <variablelist>
190 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
191 <?dbfo list-presentation="list"?>
192 <?dbhtml list-presentation="table"?>
193
194 <varlistentry id="gnumeric-prog">
195 <term><command>gnumeric</command></term>
196 <listitem>
197 <para>
198 is a symlink to <command>gnumeric-&gnumeric-version;</command>.
199 </para>
200 <indexterm zone="gnumeric gnumeric-prog">
201 <primary sortas="b-gnumeric">gnumeric</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="gnumeric-1">
207 <term><command>gnumeric-&gnumeric-version;</command></term>
208 <listitem>
209 <para>
210 is <application>GNOME</application>'s spreadsheet application.
211 </para>
212 <indexterm zone="gnumeric gnumeric-1">
213 <primary sortas="b-gnumeric-&gnumeric-version;">gnumeric-&gnumeric-version;</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="ssconvert">
219 <term><command>ssconvert</command></term>
220 <listitem>
221 <para>
222 is a command line utility to convert spreadsheet files
223 between various spreadsheet file formats.
224 </para>
225 <indexterm zone="gnumeric ssconvert">
226 <primary sortas="b-ssconvert">ssconvert</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="ssdiff">
232 <term><command>ssdiff</command></term>
233 <listitem>
234 <para>
235 is a command line utility to compare two spreadsheets.
236 </para>
237 <indexterm zone="gnumeric ssdiff">
238 <primary sortas="b-ssdiff">ssdiff</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="ssgrep">
244 <term><command>ssgrep</command></term>
245 <listitem>
246 <para>
247 is a command line utility to search spreadsheets for strings.
248 </para>
249 <indexterm zone="gnumeric ssgrep">
250 <primary sortas="b-ssgrep">ssindex</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 <varlistentry id="ssindex">
256 <term><command>ssindex</command></term>
257 <listitem>
258 <para>
259 is a command line utility to generate index data for
260 spreadsheet files.
261 </para>
262 <indexterm zone="gnumeric ssindex">
263 <primary sortas="b-ssindex">ssindex</primary>
264 </indexterm>
265 </listitem>
266 </varlistentry>
267
268 </variablelist>
269
270 </sect2>
271
272</sect1>
Note: See TracBrowser for help on using the repository browser.