source: xsoft/office/gnumeric.xml

trunk
Last change on this file was c0bc0a9, checked in by Xi Ruoyao <xry111@…>, 6 weeks ago

Update to glib-2.80.0 and gobject-introspection-1.80.0

Merge gobject-introspection into glib page to better handle a circular
dependency between these two packages.

  • Property mode set to 100644
File size: 8.4 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[613c524f]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[ff3db85]7 <!ENTITY gnumeric-download-http "&gnome-download-http;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
[e1e58be]8 <!ENTITY gnumeric-download-ftp " ">
[202b6c4]9 <!ENTITY gnumeric-md5sum "237ce4f6c43661892e802bf81dbff1b2">
[8cb8165]10 <!ENTITY gnumeric-size "17 MB">
[202b6c4]11 <!ENTITY gnumeric-buildsize "244 MB (add 4 MB for tests)">
12 <!ENTITY gnumeric-time "0.8 SBU (add 1.7 SBU for tests; both using parallelism=4)">
[613c524f]13]>
14
[5afbfa23]15<sect1 id="gnumeric" xreflabel="Gnumeric-&gnumeric-version;">
[f144243]16 <?dbhtml filename="gnumeric.html"?>
[1897050e]17
18
19 <title>Gnumeric-&gnumeric-version;</title>
20
21 <indexterm zone="gnumeric">
22 <primary sortas="a-Gnumeric">Gnumeric</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Gnumeric</title>
27
[ff3db85]28 <para>
29 The <application>Gnumeric</application> package contains a
30 spreadsheet program which is useful for mathematical analysis.
31 </para>
[1897050e]32
[d8c3e3f]33 &lfs121_checked;
[be7d50e]34
[1897050e]35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
[ff3db85]38 <para>
39 Download (HTTP): <ulink url="&gnumeric-download-http;"/>
40 </para>
[1897050e]41 </listitem>
42 <listitem>
[ff3db85]43 <para>
44 Download (FTP): <ulink url="&gnumeric-download-ftp;"/>
45 </para>
[1897050e]46 </listitem>
47 <listitem>
[ff3db85]48 <para>
49 Download MD5 sum: &gnumeric-md5sum;
50 </para>
[1897050e]51 </listitem>
52 <listitem>
[ff3db85]53 <para>
54 Download size: &gnumeric-size;
55 </para>
[1897050e]56 </listitem>
57 <listitem>
[ff3db85]58 <para>
59 Estimated disk space required: &gnumeric-buildsize;
60 </para>
[1897050e]61 </listitem>
62 <listitem>
[ff3db85]63 <para>
64 Estimated build time: &gnumeric-time;
65 </para>
[1897050e]66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Gnumeric Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
[ff3db85]72 <para role="required">
[217aac7d]73 <xref linkend="goffice010"/> and
74 <xref linkend="itstool"/>
[ff3db85]75 </para>
[be7d50e]76
[6e364b3]77 <bridgehead renderas="sect4">Recommended Runtime</bridgehead>
[c8b93dfd]78 <para role="recommended">
79 an icon theme such as
80 <xref role="runtime" linkend="adwaita-icon-theme"/>,
[14e7e0b]81 <xref role="nodep" linkend="oxygen-icons"/>, or
[c8b93dfd]82 <xref role="runtime" linkend="gnome-icon-theme"/>,
83 <xref role="runtime" linkend="x-window-system"/>, and
[b9c353b]84 <xref role="runtime" linkend="yelp"/> for the built-in help functionality
[231645c]85 </para>
86
[be7d50e]87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
[889aa40]89 <xref linkend="dconf"/> (to prevent some test failures),
[c0bc0a9]90 &gobject-introspection;,
[ef3c320]91 <xref linkend="pygobject3"/>,
92 <xref linkend="valgrind"/> (for some tests),
[cfb06c21]93<!-- <xref linkend="guile"/>, Developer: support unmaintained-->
[17aa21c]94 <ulink url="https://dblatex.sourceforge.net/">dblatex</ulink> (for PDF docs),
[75b1a338]95 <ulink url="https://www.gnome-db.org/">libgda</ulink>,
96 <ulink url="https://www.mono-project.com/">Mono</ulink>,
[17aa21c]97 <ulink url="https://pxlib.sourceforge.net/">pxlib</ulink>, and
[75b1a338]98 <ulink url="https://frodo.looijaard.name/project/psiconv">Psiconv</ulink>
[be7d50e]99 </para>
[1897050e]100
[6e364b3]101<!-- Now in "recommendended runtime deps". Keeping as a comment because it
102 is easier to revert
103 <note>
[ff3db85]104 <para>
105 Though only a run-time dependency, if you don't install the
106 <xref linkend="yelp"/> package, the built-in help functionality in
107 <application>Gnumeric</application> will not be available.
108 </para>
[79e5f05]109 </note>
[6e364b3]110-->
[1897050e]111 </sect2>
112
113 <sect2 role="installation">
114 <title>Installation of Gnumeric</title>
115
[622c1021]116 <para>
117 Install <application>Gnumeric</application> by running the following
118 commands:
119 </para>
[1897050e]120
[a32f6ec]121<screen><userinput>./configure --prefix=/usr &amp;&amp;
[79e5f05]122make</userinput></screen>
123
[ff3db85]124 <para>
[9dcfced]125 This package must be installed before the test suite is run.
[ff3db85]126 </para>
127
128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
[79e5f05]131
[ff3db85]132<screen role="root"><userinput>make install</userinput></screen>
[79e5f05]133
[d160092]134
[ff3db85]135 <para>
[26fd44f]136 To run the tests, issue <command>make check</command>. Tests should be
137 run from an active X session, and <xref linkend="dconf"/> should be
[202b6c4]138 installed to prevent some failures. Two tests are known to fail.
139 Additional failures may occur if valgrind is installed.
[ff3db85]140 </para>
[1897050e]141
142 </sect2>
143
144 <sect2 role="commands">
145 <title>Command Explanations</title>
146
[ff3db85]147 <para>
148 <option>--enable-pdfdocs</option>: Use this switch if you have
149 installed dblatex and wish to create PDF docs.
150 </para>
[1897050e]151
[1e71a3a]152 </sect2>
153
[1897050e]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>
[ff3db85]164 <seg>
[cfb06c21]165 gnumeric (symlink), gnumeric-&gnumeric-version;, ssconvert,
[bb6bd84]166 ssdiff, ssgrep, and ssindex
[ff3db85]167 </seg>
168 <seg>
[b4201cc]169 libspreadsheet.so
[ff3db85]170 </seg>
171 <seg>
[88b2ba1d]172 /usr/include/libspreadsheet-1.12,
[b4201cc]173 /usr/lib/gnumeric,
174 /usr/lib/goffice/0.10/plugins/gnumeric,
[6b2a913]175 /usr/share/gnumeric, and
176 /usr/share/help/{C,cs,de,es}/gnumeric
[ff3db85]177 </seg>
[1897050e]178 </seglistitem>
179 </segmentedlist>
180
181 <variablelist>
182 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
183 <?dbfo list-presentation="list"?>
184 <?dbhtml list-presentation="table"?>
185
186 <varlistentry id="gnumeric-prog">
187 <term><command>gnumeric</command></term>
188 <listitem>
[ff3db85]189 <para>
[4c24eb0a]190 is a symlink to <command>gnumeric-&gnumeric-version;</command>
[ff3db85]191 </para>
[1897050e]192 <indexterm zone="gnumeric gnumeric-prog">
[b960e3ec]193 <primary sortas="b-gnumeric">gnumeric</primary>
[1897050e]194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="gnumeric-1">
[de8420b1]199 <term><command>gnumeric-&gnumeric-version;</command></term>
[1897050e]200 <listitem>
[ff3db85]201 <para>
[4c24eb0a]202 is <application>GNOME</application>'s spreadsheet application
[ff3db85]203 </para>
[1897050e]204 <indexterm zone="gnumeric gnumeric-1">
[de8420b1]205 <primary sortas="b-gnumeric-&gnumeric-version;">gnumeric-&gnumeric-version;</primary>
[1897050e]206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="ssconvert">
211 <term><command>ssconvert</command></term>
212 <listitem>
[ff3db85]213 <para>
214 is a command line utility to convert spreadsheet files
[4c24eb0a]215 between various spreadsheet file formats
[ff3db85]216 </para>
[1897050e]217 <indexterm zone="gnumeric ssconvert">
218 <primary sortas="b-ssconvert">ssconvert</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
[88b2ba1d]223 <varlistentry id="ssdiff">
224 <term><command>ssdiff</command></term>
225 <listitem>
226 <para>
[4c24eb0a]227 is a command line utility to compare two spreadsheets
[88b2ba1d]228 </para>
229 <indexterm zone="gnumeric ssdiff">
230 <primary sortas="b-ssdiff">ssdiff</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
[be7d50e]235 <varlistentry id="ssgrep">
236 <term><command>ssgrep</command></term>
237 <listitem>
[ff3db85]238 <para>
[4c24eb0a]239 is a command line utility to search spreadsheets for strings
[ff3db85]240 </para>
[be7d50e]241 <indexterm zone="gnumeric ssgrep">
242 <primary sortas="b-ssgrep">ssindex</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
[1e71a3a]247 <varlistentry id="ssindex">
248 <term><command>ssindex</command></term>
249 <listitem>
[ff3db85]250 <para>
251 is a command line utility to generate index data for
[4c24eb0a]252 spreadsheet files
[ff3db85]253 </para>
[1e71a3a]254 <indexterm zone="gnumeric ssindex">
255 <primary sortas="b-ssindex">ssindex</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
[b4201cc]260 <varlistentry id="libspreadsheet">
261 <term><filename class="libraryfile">libspreadsheet.so</filename></term>
262 <listitem>
263 <para>
[4c24eb0a]264 contains the gnumeric API functions
[b4201cc]265 </para>
266 <indexterm zone="gnumeric libspreadsheet">
267 <primary sortas="c-libspreadsheet">libspreadsheet.so</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
[1897050e]271 </variablelist>
272
273 </sect2>
[f45b1953]274
275</sect1>
Note: See TracBrowser for help on using the repository browser.