source: x/lib/goffice.xml@ b072b9b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 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 b072b9b was b072b9b, checked in by Andrew Benton <andy@…>, 12 years ago

Added a sed to the goffice page to remove a reference to the deprecated function pcre_info

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

  • 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 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>GOffice-&goffice-version;</title>
26
27 <indexterm zone="goffice">
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 &lfs71_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&goffice-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&goffice-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &goffice-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &goffice-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &goffice-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &goffice-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">GOffice Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="GConf"/>,
85 <xref linkend="gtk2"/>,
86 <xref linkend="intltool"/>,
87 <xref linkend="libgsf"/> and
88 <xref linkend="which"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="gtk-doc"/>
94 </para>
95
96 <para condition="html" role="usernotes">
97 User Notes: <ulink url="&blfs-wiki;/goffice"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of GOffice</title>
103
104 <para>
105 Install <application>GOffice</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>sed -i 's#info (r, NULL#full&amp;, 0#' goffice/utils/regutf8.c &amp;&amp;
110./configure --prefix=/usr --disable-static &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 If you wish to run the tests, issue: <command>make check</command>.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para>
128 <option>--disable-static</option>: This switch prevents the static
129 libraries in this package being built and installed.
130 </para>
131
132 <para>
133 <command>sed -i 's#info (r, NULL#full&amp;, 0#'
134 goffice/utils/regutf8.c</command>: This sed removes a reference to
135 pcre_info, a deprecated function that was removed from
136 <application>PCRE-8.30</application>.
137 </para>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/gtk-doc-rebuild.xml"/>
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>libgoffice-08.so and numerous support plugins.</seg>
152 <seg>
153 /usr/include/libgoffice-0.8,
154 /usr/lib/goffice,
155 /usr/share/gtk-doc/html/goffice-0.8 and
156 /usr/share/pixmaps/goffice.
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="libgoffice">
167 <term><filename class='libraryfile'>libgoffice-0.8.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="goffice libgoffice">
174 <primary sortas="c-libgoffice-0.8">libgoffice-0.8.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178 </variablelist>
179 </sect2>
180</sect1>
Note: See TracBrowser for help on using the repository browser.