source: gnome/core/libbonobo.xml@ 7cdaed0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 7cdaed0 was 7cdaed0, checked in by Randy McMurchy <randy@…>, 18 years ago

Moved the GNOME xinclude files to the global xinclude directory because more than just GNOME packages can use them

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

  • Property mode set to 100644
File size: 5.8 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[a6bee1f]7 <!ENTITY libbonobo-download-http "&gnome-download-http;/libbonobo/&gnome-version;/libbonobo-&libbonobo-version;.tar.bz2">
8 <!ENTITY libbonobo-download-ftp "&gnome-download-ftp;/libbonobo/&gnome-version;/libbonobo-&libbonobo-version;.tar.bz2">
9 <!ENTITY libbonobo-md5sum "f1f0255f94e3354250d142b688013fad">
[51d7b70]10 <!ENTITY libbonobo-size "1.3 MB">
[a6bee1f]11 <!ENTITY libbonobo-buildsize "35.8 MB">
[e62f701]12 <!ENTITY libbonobo-time "0.7 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
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&libbonobo-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&libbonobo-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &libbonobo-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &libbonobo-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &libbonobo-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &libbonobo-time;</para>
56 </listitem>
57 </itemizedlist>
58
[51d7b70]59 <bridgehead renderas="sect3">libbonobo Dependencies</bridgehead>
[4f7bd2d]60
61 <bridgehead renderas="sect4">Required</bridgehead>
[b22e19bf]62 <para role="required"><xref linkend="ORBit2"/>,
[937425f]63 <xref linkend="libxml2"/>, and
[ba4b31cf]64 <xref linkend="perl-xml-parser"/></para>
[4f7bd2d]65
66 <bridgehead renderas="sect4">Optional</bridgehead>
[e77976f]67 <para role="optional"><xref linkend="x-window-system"/> and
[937425f]68 <xref linkend="gtk-doc"/></para>
[4f7bd2d]69
[0a7c3921]70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/libbonobo"/></para>
72
[4f7bd2d]73 </sect2>
74
75 <sect2 role="installation">
[51d7b70]76 <title>Installation of libbonobo</title>
[4f7bd2d]77
78 <para>Install <application>libbonobo</application> by running the following
79 commands:</para>
80
[a6bee1f]81<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
82 --sysconfdir=&gnome-etc-dir; \
83 --libexecdir=$(pkg-config \
84 --variable=prefix ORBit-2.0)/lib/bonobo \
85 --mandir=$(pkg-config \
86 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
[4f7bd2d]87make</userinput></screen>
[40eeab2]88
[4f7bd2d]89 <para>To test the results, issue: <command>make check</command>.</para>
[40eeab2]90
[4f7bd2d]91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[40eeab2]92
[4f7bd2d]93<screen role="root"><userinput>make install</userinput></screen>
[fdca4266]94
[4f7bd2d]95 </sect2>
[fdca4266]96
[4f7bd2d]97 <sect2 role="commands">
98 <title>Command Explanations</title>
[fdca4266]99
[551b9389]100 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]101 href="../../xincludes/gnome-prefix.xml"/>
[551b9389]102
103 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]104 href="../../xincludes/gnome-sysconfdir.xml"/>
[fdca4266]105
[a6bee1f]106 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
[551b9389]107 ORBit-2.0)/lib/bonobo</parameter>: This parameter causes the libexec
108 files to be installed in the preferred location of
[937425f]109 <filename class="directory">$GNOME_PREFIX/lib/bonobo</filename> instead of
[4f7bd2d]110 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
[fdca4266]111
[551b9389]112 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]113 href="../../xincludes/gnome-mandir.xml"/>
[fdca4266]114
[551b9389]115 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
116 href="../../xincludes/gtk-doc-rebuild.xml"/>
[fdca4266]117
[4f7bd2d]118 </sect2>
[fdca4266]119
[4f7bd2d]120 <sect2 role="content">
121 <title>Contents</title>
[fdca4266]122
[4f7bd2d]123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
[fdca4266]127
[4f7bd2d]128 <seglistitem>
129 <seg>activation-client, bonobo-slay, echo-client-2,
130 bonobo-activation-run-query, bonobo-activation-server, and
131 bonobo-activation-sysconf</seg>
[0a7c3921]132 <seg>libbonobo-2.{so,a}, libbonobo-activation.{so,a},
[f8ad622]133 <application>ORBit-2</application> bonobo module, bonobo
[0a7c3921]134 servers, and libmoniker_std_2.{so,a} bonobo library</seg>
[e62f701]135 <seg>&gnome-etc-dir;/bonobo-activation and the following subdirectories
[551b9389]136 of <envar>$GNOME_PREFIX</envar>/:
[0a7c3921]137 include/{bonobo-activation-2.0,libbonobo-2.0},
138 lib/{bonobo{,-2.0},libbonobo}, and
139 share/{gtk-doc/html/{bonobo-activation,libbonobo},
140 idl/bonobo-{,activation-}2.0}</seg>
[4f7bd2d]141 </seglistitem>
142 </segmentedlist>
[fdca4266]143
[4f7bd2d]144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
[fdca4266]148
[4f7bd2d]149 <varlistentry id="libbonobo-2">
[0a7c3921]150 <term><filename class='libraryfile'>libbonobo-2.{so,a}</filename></term>
[4f7bd2d]151 <listitem>
152 <para>are a set of language and system independent CORBA interfaces
153 for creating reusable components and compound documents.</para>
154 <indexterm zone="libbonobo libbonobo-2">
[0a7c3921]155 <primary sortas="c-libbonobo-2">libbonobo-2.{so,a}</primary>
[4f7bd2d]156 </indexterm>
157 </listitem>
158 </varlistentry>
[fdca4266]159
[4f7bd2d]160 </variablelist>
161
162 </sect2>
[2f9da08]163
164</sect1>
Note: See TracBrowser for help on using the repository browser.