source: xsoft/office/gnumeric.xml@ f32c1e38

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f32c1e38 was f32c1e38, checked in by Ken Moffat <ken@…>, 11 years ago

gnumeric-1.12.6, added back the rarian dependency which had got lost.

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

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