Gnumeric-1.12.23
Introduction to Gnumeric
The Gnumeric package contains a
spreadsheet program which is useful for mathematical analysis.
This package is known to build and work properly using an LFS-7.8
platform.
Package Information
Gnumeric Dependencies
Required
GOffice-0.10.23 and Rarian-0.8.1
Recommended Runtime
an icon theme such as adwaita-icon-theme-3.16.2.1,
oxygen-icons-15.04.3 or gnome-icon-theme-3.12.0, X Window
System, and Yelp-3.16.1 for the buit-in help functionality
Optional
DConf-0.24.0 (to prevent
some test failures), gobject-introspection-1.44.0,
PyGObject-3.16.2, Valgrind-3.10.1 (for some tests), dblatex (for PDF
docs), libgda, Mono, pxlib, and Psiconv
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnumeric
Installation of Gnumeric
Install Gnumeric by running the
following commands:
sed -e "s@zz-application/zz-winassoc-xls;@@" \
-i gnumeric.desktop.in &&
./configure --prefix=/usr &&
make
This package must to be installed before the test suite is run.
Now, as the root
user:
make install
If you wish to test the results, issue make -k check. Tests must be run
from an active X session, and DConf-0.24.0 should be
installed to prevent some failures. Even so, a few tests fail, some
for known reasons.
Command Explanations
sed -e
"s@zz-application/zz-winassoc-xls;@@" ...: This sed
removes an invalid mime type from the .desktop file.
--enable-pdfdocs
: Use this switch if
you have installed dblatex and wish to create PDF docs.
Contents
Installed Programs:
gnumeric (symlink), gnumeric-1.12.23,
ssconvert, ssdiff, ssgrep and ssindex
Installed Libraries:
libspreadsheet-1.12.23.so,
libspreadsheet.so, several plugins under
/usr/lib/gnumeric/1.12.23/plugins/, and
/usr/lib/goffice/0.10/plugins/gnumeric/gnumeric.so
Installed Directories:
/usr/include/libspreadsheet-1.12,
/usr/lib/{,goffice/0.10/plugins}/gnumeric and
/usr/share/{gnome/help,,omf,pixmaps}/gnumeric
Short Descriptions
gnumeric
|
is a symlink to gnumeric-1.12.23.
|
gnumeric-1.12.23
|
is GNOME's spreadsheet
application.
|
ssconvert
|
is a command line utility to convert spreadsheet files
between various spreadsheet file formats.
|
ssdiff
|
is a command line utility to compare two spreadsheets.
|
ssgrep
|
is a command line utility to search spreadsheets for
strings.
|
ssindex
|
is a command line utility to generate index data for
spreadsheet files.
|
Last updated on 2015-09-19 13:16:52 -0700