source: gnome/deprecated/libbonobo.xml@ 91953bc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 91953bc was 8d3eae9, checked in by Ken Moffat <ken@…>, 13 years ago

Move some packages to gnome/deprecated and begin the work for moving to gnome-3.2.2.

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

  • Property mode set to 100644
File size: 5.9 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[fa14d54d]7 <!ENTITY libbonobo-download-http "&gnome-download-http;/libbonobo/2.24/libbonobo-&libbonobo-version;.tar.bz2">
8 <!ENTITY libbonobo-download-ftp "&gnome-download-ftp;/libbonobo/2.24/libbonobo-&libbonobo-version;.tar.bz2">
[882192f]9 <!ENTITY libbonobo-md5sum "b217cef6a187505290c66c5bf8225d38">
10 <!ENTITY libbonobo-size "1.3 MB">
11 <!ENTITY libbonobo-buildsize "37 MB">
12 <!ENTITY libbonobo-time "0.8 SBU">
[fdca4266]13]>
14
[2f9da08]15<sect1 id="libbonobo" xreflabel="libbonobo-&libbonobo-version;">
[4f7bd2d]16 <?dbhtml filename="libbonobo.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[51d7b70]23 <title>libbonobo-&libbonobo-version;</title>
[4f7bd2d]24
25 <indexterm zone="libbonobo">
26 <primary sortas="a-Libbonobo">Libbonobo</primary>
27 </indexterm>
28
29 <sect2 role="package">
[51d7b70]30 <title>Introduction to libbonobo</title>
[4f7bd2d]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
[8d3eae9]37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
38 href="../../xincludes/gnome2.xml"/>
39
[882192f]40 &lfs65_checked;
41
[4f7bd2d]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
[51d7b70]64 <bridgehead renderas="sect3">libbonobo Dependencies</bridgehead>
[4f7bd2d]65
66 <bridgehead renderas="sect4">Required</bridgehead>
[5899e13]67 <para role="required"><xref linkend="dbus-glib"/>,
68 <xref linkend="intltool"/>,
[e8c3fffb]69 <xref linkend="libxml2"/>,
[882192f]70 <xref linkend="ORBit2"/>, and
71 <xref linkend="popt"/></para>
[4f7bd2d]72
73 <bridgehead renderas="sect4">Optional</bridgehead>
[5899e13]74 <para role="optional"><xref linkend="x-window-system"/> and
[937425f]75 <xref linkend="gtk-doc"/></para>
[4f7bd2d]76
[0a7c3921]77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/libbonobo"/></para>
79
[4f7bd2d]80 </sect2>
81
82 <sect2 role="installation">
[51d7b70]83 <title>Installation of libbonobo</title>
[4f7bd2d]84
85 <para>Install <application>libbonobo</application> by running the following
86 commands:</para>
87
[a6bee1f]88<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[8d3eae9]89 --sysconfdir=&gnome-old-etc-dir; \
[84ddaffe]90 --libexecdir=$(pkg-config \
[882192f]91 --variable=prefix ORBit-2.0)/lib/bonobo-2.0 \
[84ddaffe]92 --mandir=$(pkg-config \
93 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
[4f7bd2d]94make</userinput></screen>
[40eeab2]95
[4f7bd2d]96 <para>To test the results, issue: <command>make check</command>.</para>
[40eeab2]97
[4f7bd2d]98 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[40eeab2]99
[4f7bd2d]100<screen role="root"><userinput>make install</userinput></screen>
[fdca4266]101
[4f7bd2d]102 </sect2>
[fdca4266]103
[4f7bd2d]104 <sect2 role="commands">
105 <title>Command Explanations</title>
[fdca4266]106
[e05cd03f]107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]108 href="../../xincludes/gnome-prefix.xml"/>
[551b9389]109
[e05cd03f]110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[8d3eae9]111 href="../../xincludes/gnome-old-sysconfdir.xml"/>
[fdca4266]112
[a6bee1f]113 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
[882192f]114 ORBit-2.0)/lib/bonobo-2.0</parameter>: This parameter causes the libexec
115 files to be installed in the preferred location of <filename
116 class="directory">$GNOME_PREFIX/lib/bonobo-2.0</filename> instead of
[4f7bd2d]117 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
[fdca4266]118
[e05cd03f]119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]120 href="../../xincludes/gnome-mandir.xml"/>
[fdca4266]121
[e05cd03f]122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[551b9389]123 href="../../xincludes/gtk-doc-rebuild.xml"/>
[fdca4266]124
[4f7bd2d]125 </sect2>
[fdca4266]126
[4f7bd2d]127 <sect2 role="content">
128 <title>Contents</title>
[fdca4266]129
[4f7bd2d]130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
[fdca4266]134
[4f7bd2d]135 <seglistitem>
[882192f]136 <seg>activation-client, bonobo-activation-run-query, bonobo-slay,
137 echo-client-2, bonobo-activation-server, bonobo-echo-2, and
[4f7bd2d]138 bonobo-activation-sysconf</seg>
[882192f]139 <seg>libmoniker_std_2.{so,a}, libbonobo-2.{so,a},
140 libbonobo-activation.{so,a}, and Bonobo_module.{so,a}</seg>
141 <seg>&gnome-etc-dir;/bonobo-activation,
142 <envar>$GNOME_PREFIX</envar>/{include/{bonobo-activation-2.0/bonobo-activation,
143 libbonobo-2.0/bonobo},lib/{bonobo-2.0/samples,bonobo/{monikers,
144 servers}},share/{gtk-doc/html/{bonobo-activation,libbonobo},
145 idl/{bonobo-2.0,bonobo-activation-2.0}}}</seg>
[4f7bd2d]146 </seglistitem>
147 </segmentedlist>
[fdca4266]148
[4f7bd2d]149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
[fdca4266]153
[4f7bd2d]154 <varlistentry id="libbonobo-2">
[0a7c3921]155 <term><filename class='libraryfile'>libbonobo-2.{so,a}</filename></term>
[4f7bd2d]156 <listitem>
157 <para>are a set of language and system independent CORBA interfaces
158 for creating reusable components and compound documents.</para>
159 <indexterm zone="libbonobo libbonobo-2">
[0a7c3921]160 <primary sortas="c-libbonobo-2">libbonobo-2.{so,a}</primary>
[4f7bd2d]161 </indexterm>
162 </listitem>
163 </varlistentry>
[fdca4266]164
[4f7bd2d]165 </variablelist>
166
167 </sect2>
[2f9da08]168
169</sect1>
Note: See TracBrowser for help on using the repository browser.