source: x/lib/goffice010.xml@ 6bc3d8c

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 6bc3d8c was 6bc3d8c, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Package updates.
Update to ristretto-0.11.0.
Update to vlc-3.0.15.
Update to gnumeric-1.12.50.
Update to goffice-0.10.50.
Update to libpcap-1.10.1.
Update to libksba-1.6.0.
Update to nss-3.67.

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