source: x/lib/goffice.xml@ 196f1bd

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 196f1bd was 196f1bd, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated to GOffice-0.4.2

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

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