source: gnome/core/libbonobo.xml@ 4437f63

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 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 4437f63 was e62f701, checked in by Randy McMurchy <randy@…>, 19 years ago

Presentation cleanup of GNOME core packages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5654 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"?>
[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
[937425f]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">
[51d7b70]9 <!ENTITY libbonobo-md5sum "927d572970d87121c8375aab1b4b1d37">
10 <!ENTITY libbonobo-size "1.3 MB">
11 <!ENTITY libbonobo-buildsize "35.3 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>
[b22e19bf]21 <keywordset>
22 <keyword role="package">libbonobo-&libbonobo-version;.tar</keyword>
[e7307aa1]23 <keyword role="ftpdir">libbonobo</keyword>
[b22e19bf]24 </keywordset>
[4f7bd2d]25 </sect1info>
26
[51d7b70]27 <title>libbonobo-&libbonobo-version;</title>
[4f7bd2d]28
29 <indexterm zone="libbonobo">
30 <primary sortas="a-Libbonobo">Libbonobo</primary>
31 </indexterm>
32
33 <sect2 role="package">
[51d7b70]34 <title>Introduction to libbonobo</title>
[4f7bd2d]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
[51d7b70]63 <bridgehead renderas="sect3">libbonobo Dependencies</bridgehead>
[4f7bd2d]64
65 <bridgehead renderas="sect4">Required</bridgehead>
[b22e19bf]66 <para role="required"><xref linkend="ORBit2"/>,
[937425f]67 <xref linkend="libxml2"/>, and
[ba4b31cf]68 <xref linkend="perl-xml-parser"/></para>
[4f7bd2d]69
70 <bridgehead renderas="sect4">Optional</bridgehead>
[937425f]71 <para role="optional">X (<xref linkend="xfree86"/> or
72 <xref linkend="xorg"/>) and
73 <xref linkend="gtk-doc"/></para>
[4f7bd2d]74
75 </sect2>
76
77 <sect2 role="installation">
[51d7b70]78 <title>Installation of libbonobo</title>
[4f7bd2d]79
80 <para>Install <application>libbonobo</application> by running the following
81 commands:</para>
82
83<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
[e62f701]84 --libexecdir=`pkg-config \
85 --variable=prefix ORBit-2.0`/lib/bonobo \
86 --sysconfdir=&gnome-etc-dir; &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
[4f7bd2d]100 <para><parameter>--prefix=`pkg-config --variable=prefix
101 ORBit-2.0`</parameter>: Setting the prefix with this command instead of
102 with <envar>GNOME_PREFIX</envar> will ensure that the prefix is
103 consistent with the installation environment.</para>
[fdca4266]104
[4f7bd2d]105 <para><parameter>--libexecdir=`pkg-config --variable=prefix
[937425f]106 ORBit-2.0`/lib/bonobo</parameter>: This switch puts libexec files in
107 <filename class="directory">$GNOME_PREFIX/lib/bonobo</filename> instead of
[4f7bd2d]108 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
[fdca4266]109
[937425f]110 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
111 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
[4f7bd2d]112 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
[fdca4266]113
[4f7bd2d]114 <para><option>--enable-gtk-doc</option>: This switch rebuilds the
115 documentation during the <command>make</command> command.</para>
[fdca4266]116
[4f7bd2d]117 </sect2>
[fdca4266]118
[4f7bd2d]119 <sect2 role="content">
120 <title>Contents</title>
[fdca4266]121
[4f7bd2d]122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
[fdca4266]126
[4f7bd2d]127 <seglistitem>
128 <seg>activation-client, bonobo-slay, echo-client-2,
129 bonobo-activation-run-query, bonobo-activation-server, and
130 bonobo-activation-sysconf</seg>
131 <seg>libbonobo-2.[so,a], libbonobo-activation.[so,a],
[f8ad622]132 <application>ORBit-2</application> bonobo module, bonobo
133 servers, and libmoniker_std_2.[so,a] bonobo library</seg>
[e62f701]134 <seg>&gnome-etc-dir;/bonobo-activation and the following subdirectories
135 of $GNOME_PREFIX/:
136 include/[bonobo-activation-2.0,libbonobo-2.0],
137 lib/[bonobo[,-2.0],libbonobo], and
138 share/[gtk-doc/html/[bonobo-activation,libbonobo],
139 idl/bonobo-[,activation-]2.0]</seg>
[4f7bd2d]140 </seglistitem>
141 </segmentedlist>
[fdca4266]142
[4f7bd2d]143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
[fdca4266]147
[4f7bd2d]148 <varlistentry id="libbonobo-2">
149 <term><filename class='libraryfile'>libbonobo-2.[so,a]</filename></term>
150 <listitem>
151 <para>are a set of language and system independent CORBA interfaces
152 for creating reusable components and compound documents.</para>
153 <indexterm zone="libbonobo libbonobo-2">
154 <primary sortas="c-libbonobo-2">libbonobo-2.[so,a]</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
[fdca4266]158
[4f7bd2d]159 </variablelist>
160
161 </sect2>
[2f9da08]162
163</sect1>
Note: See TracBrowser for help on using the repository browser.