source: x/lib/goffice.xml@ cf196f73

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 cf196f73 was cf196f73, checked in by Ken Moffat <ken@…>, 16 years ago

goffice now uses which.

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

  • Property mode set to 100644
File size: 5.8 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 "&gnome-download-http;/goffice/0.4/goffice-&goffice-version;.tar.bz2">
8 <!ENTITY goffice-download-ftp "&gnome-download-ftp;/goffice/0.4/goffice-&goffice-version;.tar.bz2">
9 <!ENTITY goffice-md5sum "a8aa21d089a0ae6f62cb2a9bb70e83db">
10 <!ENTITY goffice-size "3.0 MB">
11 <!ENTITY goffice-buildsize "53 MB">
12 <!ENTITY goffice-time "1.0 SBU">
13]>
14
15<sect1 id="goffice" xreflabel="GOffice-&goffice-version;">
16 <?dbhtml filename="goffice.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GOffice-&goffice-version;</title>
24
25 <indexterm zone="goffice">
26 <primary sortas="a-GOffice">GOffice</primary>
27 </indexterm>
28
29 <!--Required section-->
30 <sect2 role="package">
31 <title>Introduction to GOffice</title>
32
33 <para>The <application>GOffice</application> package contains a library of
34 <application>GLib</application>/<application>GTK</application> document
35 centric objects and utilities. This is useful for performing common
36 operations for document centric applications that are conceptually simple,
37 but complex to implement fully. Some of the operations provided by the
38 <application>GOffice</application> library include support for plugins,
39 load/save routines for application documents and undo/redo functions.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&goffice-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&goffice-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &goffice-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &goffice-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &goffice-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &goffice-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
64 <itemizedlist spacing='compact'>
65 <listitem>
66 <para>Required Patch: <ulink
67 url="&patch-root;/goffice-&goffice-version;-gtkdoc_rebase-1.patch"/></para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">GOffice Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required"><xref linkend="libgsf"/>,
75 <xref linkend="pango"/>,
76 <xref linkend="pcre"/>, and
77 <xref linkend="which"/></para>
78
79 <bridgehead renderas="sect4">Recommended (for the User Interface
80 functionality)</bridgehead>
81 <para role="recommended"><xref linkend="libglade"/> and
82 <xref linkend="libgnomeprint"/></para>
83
84 <para>Note: not installing the recommended dependencies can render the
85 <application>GOffice</application> package incapable of supporting
86 applications which depend on it. If, for whatever reason, you elect not
87 to install the recommended dependencies, you must add the
88 <option>--without-gtk</option> parameter to the <command>configure</command>
89 command in the instructions below.</para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional"><xref linkend="intltool"/>,
93 <xref linkend="gtk-doc"/>, and
94 <xref linkend="libgnomeui"/>
95 (with <application>libgsf</application> built to support GNOME by creating
96 the <filename class='libraryfile'>libgsf-gnome-1</filename> library)</para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/goffice"/></para>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of GOffice</title>
105
106 <para>Install <application>GOffice</application> by running the following
107 commands:</para>
108
109<screen><userinput>patch -Np1 -i ../goffice-&goffice-version;-gtkdoc_rebase-1.patch &amp;&amp;
110</userinput></screen>
111<screen><userinput>./configure --prefix=/usr &amp;&amp;
112make</userinput></screen>
113
114 <para>This package does not come with a test suite.</para>
115
116 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
126 href="../../xincludes/gtk-doc-rebuild.xml"/>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>None</seg>
140 <seg>libgoffice-0.so and numerous support plugins</seg>
141 <seg>/usr/include/libgoffice-0.4,
142 /usr/lib/goffice,
143 /usr/share/{gtk-doc/html/goffice,{pixmaps/}goffice}</seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="libgoffice">
153 <term><filename class='libraryfile'>libgoffice-0.so</filename></term>
154 <listitem>
155 <para>contains API functions to provide support for document centric
156 objects and utilities.</para>
157 <indexterm zone="goffice libgoffice">
158 <primary sortas="c-libgoffice-0">libgoffice-0.so</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.