source: gnome/deprecated/libbonobo.xml@ 1b8ae42

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 1b8ae42 was 1b8ae42, checked in by Krejzi <krejzi@…>, 12 years ago

Remove references to gnome-etc-dir entity since it isn't used anymore and bump major gnome release.

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

  • 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 libbonobo-download-http "&gnome-download-http;/libbonobo/2.32/libbonobo-&libbonobo-version;.tar.bz2">
8 <!ENTITY libbonobo-download-ftp "&gnome-download-ftp;/libbonobo/2.32/libbonobo-&libbonobo-version;.tar.bz2">
9 <!ENTITY libbonobo-md5sum "27fa902d4fdf6762ee010e7053aaf77b">
10 <!ENTITY libbonobo-size "1.4 MB">
11 <!ENTITY libbonobo-buildsize "45 MB">
12 <!ENTITY libbonobo-time "0.6 SBU">
13]>
14
15<sect1 id="libbonobo" xreflabel="libbonobo-&libbonobo-version;">
16 <?dbhtml filename="libbonobo.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libbonobo-&libbonobo-version;</title>
24
25 <indexterm zone="libbonobo">
26 <primary sortas="a-Libbonobo">Libbonobo</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libbonobo</title>
31
32 <para>The <application>libbonobo</application> package contains
33 <filename class="libraryfile">libbonobo</filename> libraries.
34 This is a component and compound document system for
35 <application>GNOME-2</application>.</para>
36
37 &lfs72_checked;
38
39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
40 href="../../xincludes/gnome2.xml"/>
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&libbonobo-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&libbonobo-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &libbonobo-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &libbonobo-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &libbonobo-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &libbonobo-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">libbonobo Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Required</bridgehead>
67 <para role="required">
68 <xref linkend="glib2"/>,
69 <xref linkend="intltool"/>,
70 <xref linkend="libxml2"/>,
71 <xref linkend="ORBit2"/>, and
72 <xref linkend="popt"/></para>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional"><xref linkend="x-window-system"/> and
76 <xref linkend="gtk-doc"/></para>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/libbonobo"/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of libbonobo</title>
85
86 <para>Install <application>libbonobo</application> by running the following
87 commands:</para>
88
89<screen><userinput>ORBit_prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
90
91./configure --prefix=$ORBit_prefix \
92 --sysconfdir=&gnome-old-etc-dir; \
93 --libexecdir=$ORBit_prefix/lib/bonobo-2.0 \
94 --mandir=$ORBit_prefix/share/man &amp;&amp;
95
96unset ORBit_prefix &amp;&amp;
97make</userinput></screen>
98
99 <para>To test the results, issue: <command>make check</command>.</para>
100
101 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="commands">
108 <title>Command Explanations</title>
109
110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
111 href="../../xincludes/gnome-old-prefix.xml"/>
112
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/gnome-old-sysconfdir.xml"/>
115
116 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
117 ORBit-2.0)/lib/bonobo-2.0</parameter>: This parameter causes the libexec
118 files to be installed in the preferred location of <filename
119 class="directory">$GNOME_PREFIX/lib/bonobo-2.0</filename> instead of
120 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/gnome-mandir.xml"/>
124
125 <para><option>--disable-static</option>: This switch prevents the static
126 libraries being installed.</para>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/gtk-doc-rebuild.xml"/>
130
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Programs</segtitle>
138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
142 <seg>activation-client, bonobo-activation-run-query, bonobo-slay,
143 echo-client-2, bonobo-activation-server, bonobo-echo-2, and
144 bonobo-activation-sysconf</seg>
145 <seg>libmoniker_std_2.{so,a}, libbonobo-2.{so,a}, and
146 libbonobo-activation.{so,a}</seg>
147 <seg>&gnome-old-etc-dir;/bonobo-activation,
148 <envar>$GNOME_PREFIX</envar>/{include/{bonobo-activation-2.0/bonobo-activation,
149 libbonobo-2.0/bonobo},lib/{bonobo-2.0/samples,bonobo/{monikers,
150 servers}},share/{gtk-doc/html/{bonobo-activation,libbonobo},
151 idl/{bonobo-2.0,bonobo-activation-2.0}}}</seg>
152 </seglistitem>
153 </segmentedlist>
154
155 <variablelist>
156 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
157 <?dbfo list-presentation="list"?>
158 <?dbhtml list-presentation="table"?>
159
160 <varlistentry id="libbonobo-2">
161 <term><filename class='libraryfile'>libbonobo-2.{so,a}</filename></term>
162 <listitem>
163 <para>are a set of language and system independent CORBA interfaces
164 for creating reusable components and compound documents.</para>
165 <indexterm zone="libbonobo libbonobo-2">
166 <primary sortas="c-libbonobo-2">libbonobo-2.{so,a}</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.