source: x/lib/goffice010.xml@ 08bd91b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 08bd91b was 08bd91b, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

goffice-0.10.14, gnumeric-1.12.14, glibmm-2.40.0, gtkmm-3.12.0, xorg-server-1.15.1, graphviz-2.38.0 and xvid-1.3.3.

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

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