source: x/lib/goffice.xml@ e50cece

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 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 e50cece was b181e9e1, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to GOffice-0.2.0

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

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY goffice-download-http "&gnome-download-http;/goffice/0.2/goffice-&goffice-version;.tar.bz2">
8 <!ENTITY goffice-download-ftp "&gnome-download-ftp;/goffice/0.2/goffice-&goffice-version;.tar.bz2">
9 <!ENTITY goffice-md5sum "e1f60fc9822813c6c3f20296e54928bf">
10 <!ENTITY goffice-size "1.4 MB">
11 <!ENTITY goffice-buildsize "41.8 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 <keywordset>
22 <keyword role="package">goffice-&goffice-version;.tar</keyword>
23 <keyword role="ftpdir">goffice</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>GOffice-&goffice-version;</title>
28
29 <indexterm zone="goffice">
30 <primary sortas="a-GOffice">GOffice</primary>
31 </indexterm>
32
33 <!--Required section-->
34 <sect2 role="package">
35 <title>Introduction to GOffice</title>
36
37 <para>The <application>GOffice</application> package contains a library of
38 <application>GLib</application>/<application>GTK</application> document
39 centric objects and utilities. This is useful for performing common
40 operations for document centric applications that are conceptually simple,
41 but complex to implement fully. Some of the operations provided by the
42 <application>GOffice</application> library include support for plugins,
43 load/save routines for application documents and undo/redo functions.</para>
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>Download (HTTP): <ulink url="&goffice-download-http;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download (FTP): <ulink url="&goffice-download-ftp;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download MD5 sum: &goffice-md5sum;</para>
55 </listitem>
56 <listitem>
57 <para>Download size: &goffice-size;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated disk space required: &goffice-buildsize;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated build time: &goffice-time;</para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">GOffice Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required"><xref linkend="libgsf"/> and
71 <xref linkend="pango"/></para>
72
73 <bridgehead renderas="sect4">Recommended (for the User Interface
74 functionality)</bridgehead>
75 <para role="recommended"><xref linkend="libglade"/> and
76 <xref linkend="libgnomeprint"/></para>
77
78 <para>Note: not installing the recommended dependencies can render the
79 <application>GOffice</application> package incapable of supporting
80 applications which depend on it. If, for whatever reason, you elect not
81 to install the recommended dependencies, you must add the
82 <option>--without-gtk</option> parameter to the <command>configure</command>
83 command in the instructions below.</para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional"><xref linkend="cairo"/> (already installed if you
87 installed the recommended dependencies) and
88 <xref linkend="libgnomeui"/> (with <application>libgsf</application> built
89 to support GNOME by creating the
90 <filename class='libraryfile'>libgsf-gnome-1</filename> library)</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="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>None</seg>
121 <seg>libgoffice-1.so and numerous support plugins</seg>
122 <seg>/usr/include/libgoffice-1,
123 /usr/lib/goffice,
124 /usr/share/[,pixmaps/]goffice</seg>
125 </seglistitem>
126 </segmentedlist>
127
128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
132
133 <varlistentry id="libgoffice">
134 <term><filename class='libraryfile'>libgoffice-1.so</filename></term>
135 <listitem>
136 <para>contains API functions to provide support for document centric
137 objects and utilities.</para>
138 <indexterm zone="goffice libgoffice">
139 <primary sortas="c-libgoffice-1">libgoffice-1.so</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 </variablelist>
145
146 </sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.