2005-12-28 10:09:45 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2005-12-28 10:09:45 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2008-03-17 06:30:00 +08:00
|
|
|
<!ENTITY goffice-download-http "&gnome-download-http;/goffice/0.6/goffice-&goffice-version;.tar.bz2">
|
|
|
|
<!ENTITY goffice-download-ftp "&gnome-download-ftp;/goffice/0.6/goffice-&goffice-version;.tar.bz2">
|
2008-03-10 07:59:14 +08:00
|
|
|
<!ENTITY goffice-md5sum "a8aa21d089a0ae6f62cb2a9bb70e83db">
|
|
|
|
<!ENTITY goffice-size "3.0 MB">
|
|
|
|
<!ENTITY goffice-buildsize "53 MB">
|
2006-02-07 21:02:09 +08:00
|
|
|
<!ENTITY goffice-time "1.0 SBU">
|
2005-12-28 10:09:45 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="goffice" xreflabel="GOffice-&goffice-version;">
|
|
|
|
<?dbhtml filename="goffice.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>GOffice-&goffice-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="goffice">
|
|
|
|
<primary sortas="a-GOffice">GOffice</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<!--Required section-->
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to GOffice</title>
|
|
|
|
|
|
|
|
<para>The <application>GOffice</application> package contains a library of
|
|
|
|
<application>GLib</application>/<application>GTK</application> document
|
|
|
|
centric objects and utilities. This is useful for performing common
|
|
|
|
operations for document centric applications that are conceptually simple,
|
|
|
|
but complex to implement fully. Some of the operations provided by the
|
|
|
|
<application>GOffice</application> library include support for plugins,
|
|
|
|
load/save routines for application documents and undo/redo functions.</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&goffice-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&goffice-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &goffice-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &goffice-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &goffice-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &goffice-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
2008-03-10 07:59:14 +08:00
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem>
|
|
|
|
<para>Required Patch: <ulink
|
|
|
|
url="&patch-root;/goffice-&goffice-version;-gtkdoc_rebase-1.patch"/></para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
2005-12-28 10:09:45 +08:00
|
|
|
<bridgehead renderas="sect3">GOffice Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2007-08-04 04:20:40 +08:00
|
|
|
<para role="required"><xref linkend="libgsf"/>,
|
2008-03-10 21:13:06 +08:00
|
|
|
<xref linkend="pango"/>,
|
|
|
|
<xref linkend="pcre"/>, and
|
|
|
|
<xref linkend="which"/></para>
|
2005-12-28 10:09:45 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Recommended (for the User Interface
|
|
|
|
functionality)</bridgehead>
|
|
|
|
<para role="recommended"><xref linkend="libglade"/> and
|
|
|
|
<xref linkend="libgnomeprint"/></para>
|
|
|
|
|
|
|
|
<para>Note: not installing the recommended dependencies can render the
|
|
|
|
<application>GOffice</application> package incapable of supporting
|
|
|
|
applications which depend on it. If, for whatever reason, you elect not
|
|
|
|
to install the recommended dependencies, you must add the
|
|
|
|
<option>--without-gtk</option> parameter to the <command>configure</command>
|
|
|
|
command in the instructions below.</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2007-08-04 04:20:40 +08:00
|
|
|
<para role="optional"><xref linkend="intltool"/>,
|
|
|
|
<xref linkend="gtk-doc"/>, and
|
2007-04-19 12:49:46 +08:00
|
|
|
<xref linkend="libgnomeui"/>
|
|
|
|
(with <application>libgsf</application> built to support GNOME by creating
|
|
|
|
the <filename class='libraryfile'>libgsf-gnome-1</filename> library)</para>
|
|
|
|
|
2006-04-11 02:39:30 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/goffice"/></para>
|
|
|
|
|
2005-12-28 10:09:45 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of GOffice</title>
|
|
|
|
|
|
|
|
<para>Install <application>GOffice</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
2008-03-10 07:59:14 +08:00
|
|
|
<screen><userinput>patch -Np1 -i ../goffice-&goffice-version;-gtkdoc_rebase-1.patch &&
|
|
|
|
</userinput></screen>
|
2005-12-28 10:09:45 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2007-08-04 04:20:40 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2010-04-22 02:48:34 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2007-08-04 04:20:40 +08:00
|
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2005-12-28 10:09:45 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>None</seg>
|
2007-08-04 04:20:40 +08:00
|
|
|
<seg>libgoffice-0.so and numerous support plugins</seg>
|
|
|
|
<seg>/usr/include/libgoffice-0.4,
|
2006-02-07 21:02:09 +08:00
|
|
|
/usr/lib/goffice,
|
2007-08-04 04:20:40 +08:00
|
|
|
/usr/share/{gtk-doc/html/goffice,{pixmaps/}goffice}</seg>
|
2005-12-28 10:09:45 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="libgoffice">
|
2007-08-04 04:20:40 +08:00
|
|
|
<term><filename class='libraryfile'>libgoffice-0.so</filename></term>
|
2005-12-28 10:09:45 +08:00
|
|
|
<listitem>
|
|
|
|
<para>contains API functions to provide support for document centric
|
|
|
|
objects and utilities.</para>
|
|
|
|
<indexterm zone="goffice libgoffice">
|
2007-08-04 04:20:40 +08:00
|
|
|
<primary sortas="c-libgoffice-0">libgoffice-0.so</primary>
|
2005-12-28 10:09:45 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|