source: x/lib/goffice.xml@ 6236e5b

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 6236e5b was 6236e5b, checked in by Andrew Benton <andy@…>, 18 years ago

Updated to Gnumeric-1.6.3 and Goffice-0.2.1

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

  • Property mode set to 100644
File size: 5.3 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 <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 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/goffice"/></para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of GOffice</title>
99
100 <para>Install <application>GOffice</application> by running the following
101 commands:</para>
102
103<screen><userinput>./configure --prefix=/usr &amp;&amp;
104make</userinput></screen>
105
106 <para>This package does not come with a test suite.</para>
107
108 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>None</seg>
124 <seg>libgoffice-1.so and numerous support plugins</seg>
125 <seg>/usr/include/libgoffice-1,
126 /usr/lib/goffice,
127 /usr/share/{,pixmaps/}goffice</seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="libgoffice">
137 <term><filename class='libraryfile'>libgoffice-1.so</filename></term>
138 <listitem>
139 <para>contains API functions to provide support for document centric
140 objects and utilities.</para>
141 <indexterm zone="goffice libgoffice">
142 <primary sortas="c-libgoffice-1">libgoffice-1.so</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.