source: x/lib/goffice.xml@ 1e71a3a

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 1e71a3a was 1e71a3a, checked in by Ken Moffat <ken@…>, 16 years ago

Update gnumeric, with its dependencies.

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

  • Property mode set to 100644
File size: 5.7 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"/>, and
76 <xref linkend="pcre"/></para>
77
78 <bridgehead renderas="sect4">Recommended (for the User Interface
79 functionality)</bridgehead>
80 <para role="recommended"><xref linkend="libglade"/> and
81 <xref linkend="libgnomeprint"/></para>
82
83 <para>Note: not installing the recommended dependencies can render the
84 <application>GOffice</application> package incapable of supporting
85 applications which depend on it. If, for whatever reason, you elect not
86 to install the recommended dependencies, you must add the
87 <option>--without-gtk</option> parameter to the <command>configure</command>
88 command in the instructions below.</para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional"><xref linkend="intltool"/>,
92 <xref linkend="gtk-doc"/>, and
93 <xref linkend="libgnomeui"/>
94 (with <application>libgsf</application> built to support GNOME by creating
95 the <filename class='libraryfile'>libgsf-gnome-1</filename> library)</para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/goffice"/></para>
99
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of GOffice</title>
104
105 <para>Install <application>GOffice</application> by running the following
106 commands:</para>
107
108<screen><userinput>patch -Np1 -i ../goffice-&goffice-version;-gtkdoc_rebase-1.patch &amp;&amp;
109</userinput></screen>
110<screen><userinput>./configure --prefix=/usr &amp;&amp;
111make</userinput></screen>
112
113 <para>This package does not come with a test suite.</para>
114
115 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
125 href="../../xincludes/gtk-doc-rebuild.xml"/>
126
127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>None</seg>
139 <seg>libgoffice-0.so and numerous support plugins</seg>
140 <seg>/usr/include/libgoffice-0.4,
141 /usr/lib/goffice,
142 /usr/share/{gtk-doc/html/goffice,{pixmaps/}goffice}</seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="libgoffice">
152 <term><filename class='libraryfile'>libgoffice-0.so</filename></term>
153 <listitem>
154 <para>contains API functions to provide support for document centric
155 objects and utilities.</para>
156 <indexterm zone="goffice libgoffice">
157 <primary sortas="c-libgoffice-0">libgoffice-0.so</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 </variablelist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.