source: gnome/core/libbonobo.xml@ 40eeab2

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

Updated to libbonobo-2.8.1

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

  • Property mode set to 100644
File size: 4.6 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 "http://ftp.gnome.org/pub/GNOME/sources/libbonobo/2.8/libbonobo-&libbonobo-version;.tar.bz2">
8<!ENTITY libbonobo-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libbonobo/2.8/libbonobo-&libbonobo-version;.tar.bz2">
9<!ENTITY libbonobo-md5sum "54f863c20016cf8a2cf25056f6c7cda7">
10<!ENTITY libbonobo-size "1.0 MB">
11<!ENTITY libbonobo-buildsize "35 MB">
12<!ENTITY libbonobo-time "0.8 SBU (additional 0.2 SBU to run the test suite)">
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</command></userinput></screen>
70
71<para>To test the results, issue: <command>make check</command>.</para>
72
73<para>Now, as the root user:</para>
74
75<screen><userinput role='root'><command>make install </command></userinput></screen>
76
77</sect2>
78
79<sect2>
80<title>Command explanations</title>
81
82<para><parameter>--prefix=`pkg-config --variable=prefix ORBit-2.0`</parameter>:
83Setting the prefix with this command instead of
84with <envar>GNOME_PREFIX</envar> will ensure that the prefix is
85consistent with the installation environment.</para>
86
87<para><parameter>--libexecdir=`pkg-config --variable=prefix
88ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
89<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
90<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
91
92<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
93configuration files in <filename class="directory">/etc/gnome</filename>
94instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
95
96<para><option>--enable-gtk-doc</option>: This switch rebuilds the
97documentation during the <command>make</command> command.</para>
98
99</sect2>
100
101<sect2>
102<title>Contents</title>
103
104<para>The <application>libbonobo</application> package contains
105<command>activation-client</command>,
106<command>bonobo-slay</command>,
107<command>echo-client-2</command>,
108<command>bonobo-activation-run-query</command>,
109<command>bonobo-activation-server</command>,
110<command>bonobo-activation-sysconf</command>,
111<filename class="libraryfile">libbonobo-2</filename> and
112<filename class="libraryfile">libbonobo-activation</filename> libraries,
113the <application><acronym>ORB</acronym>it-2</application> bonobo module and the
114bonobo <filename class="libraryfile">libmoniker</filename> library.</para>
115
116</sect2>
117
118<sect2><title>Description</title>
119
120<sect3><title>libbonobo libraries</title>
121<para><filename class="libraryfile">libbonobo</filename> libraries are a set of
122language and system independent <acronym>CORBA</acronym> interfaces for
123creating reusable components and compound documents.</para></sect3>
124
125</sect2>
126
127</sect1>
Note: See TracBrowser for help on using the repository browser.