source: x/lib/goffice.xml@ 9f12e36

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 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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