source: gnome/core/libbonobo.xml@ 93dbe5c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 93dbe5c was 93dbe5c, checked in by Randy McMurchy <randy@…>, 19 years ago

Final cleanup on GNOME-2.8 core packages update

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

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY libbonobo-download-http "http://ftp.gnome.org/pub/GNOME/sources/libbonobo/&gnome-version;/libbonobo-&libbonobo-version;.tar.bz2">
8<!ENTITY libbonobo-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libbonobo/&gnome-version;/libbonobo-&libbonobo-version;.tar.bz2">
9<!ENTITY libbonobo-md5sum "e3358680e50e69779535d126b1c56ee7">
10<!ENTITY libbonobo-size "1.4 MB">
11<!ENTITY libbonobo-buildsize "35.3 MB">
12<!ENTITY libbonobo-time "0.76 SBU">
13]>
14
15<sect1 id="libbonobo" xreflabel="libbonobo-&libbonobo-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="libbonobo.html"?>
21<title>libbonobo-&libbonobo-version;</title>
22
23<sect2>
24<title>Introduction to <application>libbonobo</application></title>
25
26<para>The <application>libbonobo</application> package contains
27<filename class="libraryfile">libbonobo</filename> libraries. This is a
28component and compound document system for
29<application><acronym>GNOME</acronym>-2</application>.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&libbonobo-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&libbonobo-download-ftp;"/></para></listitem>
37<listitem><para>Download MD5 sum: &libbonobo-md5sum;</para></listitem>
38<listitem><para>Download size: &libbonobo-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&libbonobo-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&libbonobo-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application>libbonobo</application> dependencies</title>
46<sect4><title>Required</title>
47<para><xref linkend="ORBit2"/>,
48<xref linkend="libxml2"/> and
49<xref linkend="perl-modules"/>: XML Parser</para>
50</sect4>
51
52<sect4><title>Optional</title>
53<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
54<xref linkend="gtk-doc"/></para>
55</sect4>
56</sect3>
57
58</sect2>
59
60<sect2>
61<title>Installation of <application>libbonobo</application></title>
62
63<para>Install <application>libbonobo</application> by running the following
64commands:</para>
65
66<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
67 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
68 --sysconfdir=/etc/gnome &amp;&amp;
69make &amp;&amp;
70make install </command></userinput></screen>
71
72</sect2>
73
74<sect2>
75<title>Command explanations</title>
76
77<para><parameter>--prefix=`pkg-config --variable=prefix ORBit-2.0`</parameter>:
78Setting the prefix with this command instead of
79with <envar>GNOME_PREFIX</envar> will ensure that the prefix is
80consistent with the installation environment.</para>
81
82<para><parameter>--libexecdir=`pkg-config --variable=prefix
83ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
84<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
85<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
86
87<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
88configuration files in <filename class="directory">/etc/gnome</filename>
89instead of
90<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
91
92<para><option>--enable-gtk-doc</option>: This switch rebuilds the
93documentation during the <command>make</command> command.</para>
94
95</sect2>
96
97<sect2>
98<title>Contents</title>
99
100<para>The <application>libbonobo</application> package contains
101<command>activation-client</command>,
102<command>bonobo-slay</command>,
103<command>echo-client-2</command>,
104<command>bonobo-activation-run-query</command>,
105<command>bonobo-activation-server</command>,
106<command>bonobo-activation-sysconf</command>,
107<filename class="libraryfile">libbonobo-2</filename> and
108<filename class="libraryfile">libbonobo-activation</filename> libraries,
109the <application><acronym>ORB</acronym>it-2</application> bonobo module and the
110bonobo <filename class="libraryfile">libmoniker</filename> library.</para>
111
112</sect2>
113
114<sect2><title>Description</title>
115
116<sect3><title>libbonobo libraries</title>
117<para><filename class="libraryfile">libbonobo</filename> libraries are a set of
118language and system independent <acronym>CORBA</acronym> interfaces for
119creating reusable components and compound documents.</para></sect3>
120
121</sect2>
122
123</sect1>
124
Note: See TracBrowser for help on using the repository browser.