Gnumeric-1.12.32

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.10 platform.

Package Information

Gnumeric Dependencies

Required

GOffice-0.10.32 and Rarian-0.8.1

Recommended Runtime

Optional

DConf-0.26.0 (to prevent some test failures), gobject-introspection-1.48.0, PyGObject-3.20.1, Valgrind-3.11.0 (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:

./configure --prefix=/usr  &&

make

This package must be installed before the test suite is run.

Now, as the root user:

make install

To run the tests, issue make check. Tests should be run from an active X session, and DConf-0.26.0 should be installed to prevent some failures.

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.32, ssconvert, ssdiff, ssgrep, and ssindex
Installed Libraries: libspreadsheet.so, gnumeric.so, and several plugins under /usr/lib/gnumeric/1.12.32/plugins/
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.32.

gnumeric-1.12.32

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 2016-08-30 21:04:17 -0700