source: x/lib/goffice010.xml

trunk
Last change on this file was c0bc0a9, checked in by Xi Ruoyao <xry111@…>, 6 weeks ago

Update to glib-2.80.0 and gobject-introspection-1.80.0

Merge gobject-introspection into glib page to better handle a circular
dependency between these two packages.

  • Property mode set to 100644
File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 goffice010-download-http
8 "&gnome-download-http;/goffice/0.10/goffice-&goffice010-version;.tar.xz">
9 <!ENTITY goffice010-download-ftp " ">
10 <!ENTITY goffice010-md5sum "4c55f99d8fafe1f91276cb7538521fdb">
11 <!ENTITY goffice010-size "2.4 MB">
12 <!ENTITY goffice010-buildsize "81 MB (with tests)">
13 <!ENTITY goffice010-time "0.4 SBU (Using parallelism=4; with tests)">
14]>
15
16<sect1 id="goffice010" xreflabel="GOffice-&goffice010-version;">
17 <?dbhtml filename="goffice010.html"?>
18
19
20 <title>GOffice-&goffice010-version;</title>
21
22 <indexterm zone="goffice010">
23 <primary sortas="a-GOffice">GOffice</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GOffice</title>
28
29 <para>
30 The <application>GOffice</application> package contains a library of
31 <application>GLib</application>/<application>GTK</application> document
32 centric objects and utilities. This is useful for performing common
33 operations for document centric applications that are conceptually simple,
34 but complex to implement fully. Some of the operations provided by the
35 <application>GOffice</application> library include support for plugins,
36 load/save routines for application documents and undo/redo functions.
37 </para>
38
39 &lfs121_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&goffice010-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&goffice010-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &goffice010-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &goffice010-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &goffice010-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &goffice010-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75<!--
76 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
77 <itemizedlist spacing="compact">
78 <listitem>
79 <para>
80 Required patch:
81 <ulink url="&patch-root;/goffice-&goffice010-version;-upstream_fixes-1.patch"/>
82 </para>
83 </listitem>
84 </itemizedlist>
85-->
86
87 <bridgehead renderas="sect3">GOffice Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Required</bridgehead>
90 <para role="required">
91 <xref linkend="gtk3"/>,
92 <xref linkend="libgsf"/>,
93 <xref linkend="librsvg"/>,
94 <xref linkend="libxslt"/>, and
95 <xref linkend="which"/>
96 </para>
97
98 <bridgehead renderas="sect4">Optional</bridgehead>
99 <para role="optional">
100 &gobject-introspection;,
101 <xref linkend="gs"/>,
102 <xref linkend="gsettings-desktop-schemas"/>,
103 <xref linkend="gtk-doc"/>,
104 <ulink url="&gnome-download-http;/lasem/">Lasem</ulink>, and
105 <ulink url="https://www.freedesktop.org/wiki/Software/libspectre">
106 libspectre</ulink>
107 </para>
108
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of GOffice</title>
113
114<!--
115 <para>
116 First, fix a problem with spreadsheets with graphs and some invalid data,
117 and resolve some GTK Critical warnings:
118 </para>
119
120<screen><userinput remap="pre">patch -Np1 -i ../goffice-&goffice010-version;-upstream_fixes-1.patch</userinput></screen>
121-->
122
123 <para>
124 Install <application>GOffice</application> by running the following
125 commands:
126 </para>
127
128<screen><userinput>./configure --prefix=/usr &amp;&amp;
129make</userinput></screen>
130
131 <para>
132 If you wish to run the tests, issue: <command>make check</command>.
133 </para>
134
135 <para>
136 Now, as the <systemitem class="username">root</systemitem> user:
137 </para>
138
139<screen role="root"><userinput>make install</userinput></screen>
140 </sect2>
141
142 <sect2 role="commands">
143 <title>Command Explanations</title>
144
145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="../../xincludes/gtk-doc-rebuild.xml"/>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>
160 None
161 </seg>
162 <seg>
163 libgoffice-0.10.so
164 </seg>
165 <seg>
166 /usr/include/libgoffice-0.10,
167 /usr/{lib,share}/goffice, and
168 /usr/share/gtk-doc/html/goffice-0.10
169 </seg>
170 </seglistitem>
171 </segmentedlist>
172
173 <variablelist>
174 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
175 <?dbfo list-presentation="list"?>
176 <?dbhtml list-presentation="table"?>
177
178 <varlistentry id="libgoffice010">
179 <term><filename class="libraryfile">libgoffice-0.10.so</filename></term>
180 <listitem>
181 <para>
182 contains API functions to provide support for document centric
183 objects and utilities
184 </para>
185 <indexterm zone="goffice010 libgoffice010">
186 <primary sortas="c-libgoffice-0.10">libgoffice-0.10.so</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 </variablelist>
192
193 </sect2>
194
195</sect1>
Note: See TracBrowser for help on using the repository browser.