source: archive/deprecated/libbonoboui.xml@ 87068b5f

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 87068b5f was 87068b5f, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Move deprecated gnome packages and gnucash to the archive.

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

  • Property mode set to 100644
File size: 6.2 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 &lfs72_checked;
41
42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
43 href="../../xincludes/gnome2.xml"/>
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;
119
120install -v -m755 -d $(pkg-config \
121 --variable=prefix ORBit-2.0)/share/doc/libbonoboui-&libbonoboui-version; &amp;&amp;
122
123install -v -m644 doc/*.{dtd,txt,xml,html} $(pkg-config \
124 --variable=prefix ORBit-2.0)/share/doc/libbonoboui-&libbonoboui-version;</userinput></screen>
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="../../xincludes/gnome-old-prefix.xml"/>
132
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/static-libraries.xml"/>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/gtk-doc-rebuild.xml"/>
138 </sect2>
139
140 <sect2 role="configuration">
141 <title>Configuring LibBonoboUI</title>
142
143 <para>
144 If you have installed gnome with a different prefix to
145 <application>LibGlade</application> (eg,
146 <application>LibGlade</application> is installed into
147 <filename class="directory">/usr</filename> and
148 <application>LibBonoboUI</application> is installed into
149 <filename class="directory">/opt/gnome</filename>) you will need to add
150 the directory containing the Glade files to the environment variable
151 <envar>${LIBGLADE_MODULE_PATH}</envar>. As the
152 <systemitem class="username">root</systemitem> user:
153 </para>
154
155<screen role="root"><userinput>echo export \
156 LIBGLADE_MODULE_PATH=$(pkg-config --variable=prefix ORBit-2.0)/lib/libglade/2.0 \
157 &gt;&gt; /etc/profile</userinput></screen>
158 </sect2>
159
160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Programs</segtitle>
165 <segtitle>Installed Libraries</segtitle>
166 <segtitle>Installed Directories</segtitle>
167
168 <seglistitem>
169 <seg>bonobo-browser and test-moniker</seg>
170 <seg>libbonoboui-2.so and libbonobo.so Glade library</seg>
171 <seg>
172 /usr/include/libbonoboui-2.0/bonobo,
173 /usr/share/doc/libbonoboui-2.24.3,
174 /usr/share/gnome-2.0/ui and
175 /usr/share/gtk-doc/html/libbonoboui
176 </seg>
177 </seglistitem>
178 </segmentedlist>
179
180 <variablelist>
181 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
182 <?dbfo list-presentation="list"?>
183 <?dbhtml list-presentation="table"?>
184
185 <varlistentry id="libbonoboui-2">
186 <term><filename class='libraryfile'>libbonoboui-2.so</filename></term>
187 <listitem>
188 <para>
189 are the GUI portion of the <application>Bonobo</application>
190 libraries.
191 </para>
192 <indexterm zone="libbonoboui libbonoboui-2">
193 <primary sortas="c-libbonoboui">libbonoboui-2.so</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197 </variablelist>
198 </sect2>
199</sect1>
Note: See TracBrowser for help on using the repository browser.