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