source: archive/goffice.xml@ 3f2db3a6

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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