source: archive/goffice.xml@ 48b59802

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 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 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 <date>$Date$</date>
22 </sect1info>
23
24 <title>GOffice-&goffice-version;</title>
25
26 <indexterm zone="goffice">
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 &lfs77_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&goffice-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&goffice-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &goffice-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &goffice-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &goffice-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &goffice-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">GOffice Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="GConf"/>,
84 <xref linkend="gtk2"/>,
85 <xref linkend="intltool"/>,
86 <xref linkend="libgsf"/>, and
87 <xref linkend="which"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="gtk-doc"/>
93 </para>
94
95 <para condition="html" role="usernotes">
96 User Notes: <ulink url="&blfs-wiki;/goffice"/>
97 </para>
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of GOffice</title>
102
103 <para>
104 Install <application>GOffice</application> by running the following
105 commands:
106 </para>
107
108<screen><userinput>sed -i 's#info (r, NULL#full&amp;, 0#' goffice/utils/regutf8.c &amp;&amp;
109
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 Programs</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>
153 None
154 </seg>
155 <seg>libgoffice-08.so and numerous support plugins.</seg>
156 <seg>
157 /usr/include/libgoffice-0.8,
158 /usr/lib/goffice,
159 /usr/share/gtk-doc/html/goffice-0.8, and
160 /usr/share/pixmaps/goffice.
161 </seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="libgoffice">
171 <term><filename class='libraryfile'>libgoffice-0.8.so</filename></term>
172 <listitem>
173 <para>
174 contains API functions to provide support for document centric
175 objects and utilities.
176 </para>
177 <indexterm zone="goffice libgoffice">
178 <primary sortas="c-libgoffice-0.8">libgoffice-0.8.so</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182 </variablelist>
183 </sect2>
184</sect1>
Note: See TracBrowser for help on using the repository browser.