source: gnome/deprecated/libbonoboui.xml@ 0218efe

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 0218efe was 0218efe, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Checked some packages

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

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