source: archive/deprecated/libbonoboui.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 6.1 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 libbonoboui-download-http
8 "&gnome-download-http;/libbonoboui/2.24/libbonoboui-&libbonoboui-version;.tar.bz2">
9 <!ENTITY libbonoboui-download-ftp
10 "&gnome-download-ftp;/libbonoboui/2.24/libbonoboui-&libbonoboui-version;.tar.bz2">
11 <!ENTITY libbonoboui-md5sum "853be8e28aaa4ce48ba60be7d9046bf4">
12 <!ENTITY libbonoboui-size "954 KB">
13 <!ENTITY libbonoboui-buildsize "41 MB">
14 <!ENTITY libbonoboui-time "0.9 SBU">
15]>
16
17<sect1 id="libbonoboui" xreflabel="LibBonoboUI-&libbonoboui-version;">
18 <?dbhtml filename="libbonoboui.html"?>
19
20
21 <title>LibBonoboUI-&libbonoboui-version;</title>
22
23 <indexterm zone="libbonoboui">
24 <primary sortas="a-Libbonoboui">LibBonoboUI</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to LibBonoboUI</title>
29
30 <para>
31 The <application>Bonobo</application> User Interface library provides user
32 interface code for <application>Bonobo</application>, the Object
33 Activation Framework for <application>GNOME 2</application>.
34 </para>
35
36 &lfs72_checked;
37
38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
39 href="../../xincludes/gnome2.xml"/>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&libbonoboui-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&libbonoboui-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &libbonoboui-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &libbonoboui-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &libbonoboui-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &libbonoboui-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">LibBonoboUI Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="libglade"/>,
80 <xref linkend="libgnome"/> and
81 <xref linkend="libgnomecanvas"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="gtk-doc"/>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/libbonoboui"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of LibBonoboUI</title>
96
97 <para>
98 Install <application>LibBonoboUI</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
103 --disable-static &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 To test the results, issue: <command>make check</command>.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install &amp;&amp;
115
116install -v -m755 -d $(pkg-config \
117 --variable=prefix ORBit-2.0)/share/doc/libbonoboui-&libbonoboui-version; &amp;&amp;
118
119install -v -m644 doc/*.{dtd,txt,xml,html} $(pkg-config \
120 --variable=prefix ORBit-2.0)/share/doc/libbonoboui-&libbonoboui-version;</userinput></screen>
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/gnome-old-prefix.xml"/>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/static-libraries.xml"/>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/gtk-doc-rebuild.xml"/>
134 </sect2>
135
136 <sect2 role="configuration">
137 <title>Configuring LibBonoboUI</title>
138
139 <para>
140 If you have installed gnome with a different prefix to
141 <application>LibGlade</application> (eg,
142 <application>LibGlade</application> is installed into
143 <filename class="directory">/usr</filename> and
144 <application>LibBonoboUI</application> is installed into
145 <filename class="directory">/opt/gnome</filename>) you will need to add
146 the directory containing the Glade files to the environment variable
147 <envar>${LIBGLADE_MODULE_PATH}</envar>. As the
148 <systemitem class="username">root</systemitem> user:
149 </para>
150
151<screen role="root"><userinput>echo export \
152 LIBGLADE_MODULE_PATH=$(pkg-config --variable=prefix ORBit-2.0)/lib/libglade/2.0 \
153 &gt;&gt; /etc/profile</userinput></screen>
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Programs</segtitle>
161 <segtitle>Installed Libraries</segtitle>
162 <segtitle>Installed Directories</segtitle>
163
164 <seglistitem>
165 <seg>bonobo-browser and test-moniker</seg>
166 <seg>libbonoboui-2.so and libbonobo.so Glade library</seg>
167 <seg>
168 /usr/include/libbonoboui-2.0/bonobo,
169 /usr/share/doc/libbonoboui-2.24.3,
170 /usr/share/gnome-2.0/ui and
171 /usr/share/gtk-doc/html/libbonoboui
172 </seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="libbonoboui-2">
182 <term><filename class='libraryfile'>libbonoboui-2.so</filename></term>
183 <listitem>
184 <para>
185 are the GUI portion of the <application>Bonobo</application>
186 libraries.
187 </para>
188 <indexterm zone="libbonoboui libbonoboui-2">
189 <primary sortas="c-libbonoboui">libbonoboui-2.so</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193 </variablelist>
194 </sect2>
195</sect1>
Note: See TracBrowser for help on using the repository browser.