source: xsoft/office/gnumeric.xml@ b26bc4c

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 b26bc4c was b26bc4c, checked in by Krejzi <krejzi@…>, 11 years ago

Package updates and some minor fixes.

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

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