source: gnome/core/libbonobo.xml@ e77976f

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 e77976f was e77976f, checked in by Randy McMurchy <randy@…>, 18 years ago

Changed all the references to X Window System links to a common entity displayed as 'X Window System' - now if there is ever an addition or removal of one of the X packages, an update in only one place will be required

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

  • Property mode set to 100644
File size: 5.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libbonobo-download-http "&gnome-download-http;/libbonobo/2.10/libbonobo-&libbonobo-version;.tar.bz2">
8 <!ENTITY libbonobo-download-ftp "&gnome-download-ftp;/libbonobo/2.10/libbonobo-&libbonobo-version;.tar.bz2">
9 <!ENTITY libbonobo-md5sum "927d572970d87121c8375aab1b4b1d37">
10 <!ENTITY libbonobo-size "1.3 MB">
11 <!ENTITY libbonobo-buildsize "35.3 MB">
12 <!ENTITY libbonobo-time "0.7 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 <keywordset>
22 <keyword role="package">libbonobo-&libbonobo-version;.tar</keyword>
23 <keyword role="ftpdir">libbonobo</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>libbonobo-&libbonobo-version;</title>
28
29 <indexterm zone="libbonobo">
30 <primary sortas="a-Libbonobo">Libbonobo</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to libbonobo</title>
35
36 <para>The <application>libbonobo</application> package contains
37 <filename class="libraryfile">libbonobo</filename> libraries.
38 This is a component and compound document system for
39 <application>GNOME-2</application>.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&libbonobo-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&libbonobo-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &libbonobo-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &libbonobo-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &libbonobo-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &libbonobo-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">libbonobo Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required"><xref linkend="ORBit2"/>,
67 <xref linkend="libxml2"/>, and
68 <xref linkend="perl-xml-parser"/></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="x-window-system"/> and
72 <xref linkend="gtk-doc"/></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of libbonobo</title>
78
79 <para>Install <application>libbonobo</application> by running the following
80 commands:</para>
81
82<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
83 --libexecdir=`pkg-config \
84 --variable=prefix ORBit-2.0`/lib/bonobo \
85 --sysconfdir=&gnome-etc-dir; &amp;&amp;
86make</userinput></screen>
87
88 <para>To test the results, issue: <command>make check</command>.</para>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>make install</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <para><parameter>--prefix=`pkg-config --variable=prefix
100 ORBit-2.0`</parameter>: Setting the prefix with this command instead of
101 with <envar>GNOME_PREFIX</envar> will ensure that the prefix is
102 consistent with the installation environment.</para>
103
104 <para><parameter>--libexecdir=`pkg-config --variable=prefix
105 ORBit-2.0`/lib/bonobo</parameter>: This switch puts libexec files in
106 <filename class="directory">$GNOME_PREFIX/lib/bonobo</filename> instead of
107 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
108
109 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
110 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
111 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
112
113 <para><option>--enable-gtk-doc</option>: This switch rebuilds the
114 documentation during the <command>make</command> command.</para>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>activation-client, bonobo-slay, echo-client-2,
128 bonobo-activation-run-query, bonobo-activation-server, and
129 bonobo-activation-sysconf</seg>
130 <seg>libbonobo-2.[so,a], libbonobo-activation.[so,a],
131 <application>ORBit-2</application> bonobo module, bonobo
132 servers, and libmoniker_std_2.[so,a] bonobo library</seg>
133 <seg>&gnome-etc-dir;/bonobo-activation and the following subdirectories
134 of $GNOME_PREFIX/:
135 include/[bonobo-activation-2.0,libbonobo-2.0],
136 lib/[bonobo[,-2.0],libbonobo], and
137 share/[gtk-doc/html/[bonobo-activation,libbonobo],
138 idl/bonobo-[,activation-]2.0]</seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="libbonobo-2">
148 <term><filename class='libraryfile'>libbonobo-2.[so,a]</filename></term>
149 <listitem>
150 <para>are a set of language and system independent CORBA interfaces
151 for creating reusable components and compound documents.</para>
152 <indexterm zone="libbonobo libbonobo-2">
153 <primary sortas="c-libbonobo-2">libbonobo-2.[so,a]</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 </variablelist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.