mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
45ab6c70c2
Remove "$LastChanged$" everywhere, and also some unused $Date$
203 lines
5.9 KiB
XML
203 lines
5.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY goffice010-download-http
|
|
"&gnome-download-http;/goffice/0.10/goffice-&goffice010-version;.tar.xz">
|
|
<!ENTITY goffice010-download-ftp
|
|
"&gnome-download-ftp;/goffice/0.10/goffice-&goffice010-version;.tar.xz">
|
|
<!ENTITY goffice010-md5sum "52ae9755ac55ada6843d678f2bc2470c">
|
|
<!ENTITY goffice010-size "2.3 MB">
|
|
<!ENTITY goffice010-buildsize "102 MB (with tests)">
|
|
<!ENTITY goffice010-time "0.4 SBU (Using parallelism=4; with tests)">
|
|
]>
|
|
|
|
<sect1 id="goffice010" xreflabel="GOffice-&goffice010-version;">
|
|
<?dbhtml filename="goffice010.html"?>
|
|
|
|
<sect1info>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>GOffice-&goffice010-version;</title>
|
|
|
|
<indexterm zone="goffice010">
|
|
<primary sortas="a-GOffice">GOffice</primary>
|
|
</indexterm>
|
|
|
|
<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>
|
|
|
|
&lfs101_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&goffice010-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&goffice010-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &goffice010-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &goffice010-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &goffice010-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &goffice010-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<!--
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Required patch:
|
|
<ulink url="&patch-root;/goffice-&goffice010-version;-upstream_fixes-1.patch"/>
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
-->
|
|
|
|
<bridgehead renderas="sect3">GOffice Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="gtk3"/>,
|
|
<xref linkend="libgsf"/>,
|
|
<xref linkend="librsvg"/>,
|
|
<xref linkend="libxslt"/>, and
|
|
<xref linkend="which"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gobject-introspection"/>,
|
|
<xref linkend="gs"/>,
|
|
<xref linkend="gsettings-desktop-schemas"/>,
|
|
<xref linkend="gtk-doc"/>,
|
|
<ulink url="&gnome-download-http;/lasem/">Lasem</ulink>, and
|
|
<ulink url="http://www.freedesktop.org/wiki/Software/libspectre">
|
|
libspectre</ulink>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/goffice010"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of GOffice</title>
|
|
|
|
<!--
|
|
<para>
|
|
First, fix a problem with spreadsheets with graphs and some invalid data,
|
|
and resolve some GTK Critical warnings:
|
|
</para>
|
|
|
|
<screen><userinput remap="pre">patch -Np1 -i ../goffice-&goffice010-version;-upstream_fixes-1.patch</userinput></screen>
|
|
-->
|
|
|
|
<para>
|
|
Install <application>GOffice</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
If you wish to run the tests, issue: <command>make check</command>.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
libgoffice-0.10.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/libgoffice-0.10,
|
|
/usr/{lib,share}/goffice, and
|
|
/usr/share/gtk-doc/html/goffice-0.10
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libgoffice010">
|
|
<term><filename class="libraryfile">libgoffice-0.10.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains API functions to provide support for document centric
|
|
objects and utilities
|
|
</para>
|
|
<indexterm zone="goffice010 libgoffice010">
|
|
<primary sortas="c-libgoffice-0.10">libgoffice-0.10.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|