source: xsoft/office/gnumeric.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 "eec230a9fbd7388f856570e3f9648531">
10 <!ENTITY gnumeric-size "17 MB">
11 <!ENTITY gnumeric-buildsize "370 MB (add 10 MB for tests)">
12 <!ENTITY gnumeric-time "0.9 SBU (Using parallelism=4; add 3.9 SBU for tests)">
13]>
14
15<sect1 id="gnumeric" xreflabel="Gnumeric-&gnumeric-version;">
16 <?dbhtml filename="gnumeric.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Gnumeric-&gnumeric-version;</title>
23
24 <indexterm zone="gnumeric">
25 <primary sortas="a-Gnumeric">Gnumeric</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Gnumeric</title>
30
31 <para>
32 The <application>Gnumeric</application> package contains a
33 spreadsheet program which is useful for mathematical analysis.
34 </para>
35
36 &lfs101_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&gnumeric-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&gnumeric-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &gnumeric-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &gnumeric-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &gnumeric-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &gnumeric-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Gnumeric Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="goffice010"/> and
77 <xref linkend="itstool"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended Runtime</bridgehead>
81 <para role="recommended">
82 an icon theme such as
83 <xref role="runtime" linkend="adwaita-icon-theme"/>,
84 <xref role="nodep" linkend="oxygen-icons5"/>, or
85 <xref role="runtime" linkend="gnome-icon-theme"/>,
86 <xref role="runtime" linkend="x-window-system"/>, and
87 <xref role="runtime" 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</ulink> (for PDF docs),
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>
123 Install <application>Gnumeric</application> by running the following
124 commands:
125 </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. Three valgrind tests are known to fail.
145 </para>
146
147 </sect2>
148
149 <sect2 role="commands">
150 <title>Command Explanations</title>
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.so
175 </seg>
176 <seg>
177 /usr/include/libspreadsheet-1.12,
178 /usr/lib/gnumeric,
179 /usr/lib/goffice/0.10/plugins/gnumeric,
180 /usr/share/gnumeric, and
181 /usr/share/help/{C,cs,de,es}/gnumeric
182 </seg>
183 </seglistitem>
184 </segmentedlist>
185
186 <variablelist>
187 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
188 <?dbfo list-presentation="list"?>
189 <?dbhtml list-presentation="table"?>
190
191 <varlistentry id="gnumeric-prog">
192 <term><command>gnumeric</command></term>
193 <listitem>
194 <para>
195 is a symlink to <command>gnumeric-&gnumeric-version;</command>
196 </para>
197 <indexterm zone="gnumeric gnumeric-prog">
198 <primary sortas="b-gnumeric">gnumeric</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="gnumeric-1">
204 <term><command>gnumeric-&gnumeric-version;</command></term>
205 <listitem>
206 <para>
207 is <application>GNOME</application>'s spreadsheet application
208 </para>
209 <indexterm zone="gnumeric gnumeric-1">
210 <primary sortas="b-gnumeric-&gnumeric-version;">gnumeric-&gnumeric-version;</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="ssconvert">
216 <term><command>ssconvert</command></term>
217 <listitem>
218 <para>
219 is a command line utility to convert spreadsheet files
220 between various spreadsheet file formats
221 </para>
222 <indexterm zone="gnumeric ssconvert">
223 <primary sortas="b-ssconvert">ssconvert</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="ssdiff">
229 <term><command>ssdiff</command></term>
230 <listitem>
231 <para>
232 is a command line utility to compare two spreadsheets
233 </para>
234 <indexterm zone="gnumeric ssdiff">
235 <primary sortas="b-ssdiff">ssdiff</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 <varlistentry id="ssgrep">
241 <term><command>ssgrep</command></term>
242 <listitem>
243 <para>
244 is a command line utility to search spreadsheets for strings
245 </para>
246 <indexterm zone="gnumeric ssgrep">
247 <primary sortas="b-ssgrep">ssindex</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 <varlistentry id="ssindex">
253 <term><command>ssindex</command></term>
254 <listitem>
255 <para>
256 is a command line utility to generate index data for
257 spreadsheet files
258 </para>
259 <indexterm zone="gnumeric ssindex">
260 <primary sortas="b-ssindex">ssindex</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 <varlistentry id="libspreadsheet">
266 <term><filename class="libraryfile">libspreadsheet.so</filename></term>
267 <listitem>
268 <para>
269 contains the gnumeric API functions
270 </para>
271 <indexterm zone="gnumeric libspreadsheet">
272 <primary sortas="c-libspreadsheet">libspreadsheet.so</primary>
273 </indexterm>
274 </listitem>
275 </varlistentry>
276 </variablelist>
277
278 </sect2>
279
280</sect1>
Note: See TracBrowser for help on using the repository browser.