source: x/lib/goffice010.xml@ 3d9b01d

10.0 10.1 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 3d9b01d was 3d9b01d, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Update to balsa-2.5.11
Update to gnumeric-1.12.47
Update to goffice-0.10.47
Update to dovecot-2.3.10.1 (security update)
mlt: external URL fix
plasma-all: external URL fix
gwenview: Use the proper syntax for the KF5Kipi download link (moved to release-service)
wv: Formatting fix - add a space in the empty FTP URL so that it gets stripped while rendering.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23182 af4574ff-66df-0310-9fd7-8a98e5e911e0

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