source: gnome/core/libbonobo.xml@ d2c032a3

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 d2c032a3 was fdca4266, checked in by DJ Lucas <dj@…>, 20 years ago

Last of XML rewrite

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

  • Property mode set to 100644
File size: 3.7 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/2.6/libbonobo-&libbonobo-version;.tar.bz2">
8<!ENTITY libbonobo-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libbonobo/2.6/libbonobo-&libbonobo-version;.tar.bz2">
9<!ENTITY libbonobo-size "1.1 MB">
10<!ENTITY libbonobo-buildsize "59 MB">
11<!ENTITY libbonobo-time "1.01 SBU">
12
13]>
14
15<sect1 id="libbonobo" xreflabel="libbonobo-&libbonobo-version;">
16<?dbhtml filename="libbonobo.html"?>
17<title>libbonobo-&libbonobo-version;</title>
18
19<sect2>
20<title>Introduction to <application>libbonobo</application></title>
21
22<para>The <application>libbonobo</application> package contains
23<filename class="libraryfile">libbonobo</filename> libraries. This is a
24component and compound document system for
25<application><acronym>GNOME</acronym></application>.</para>
26
27<sect3><title>Package information</title>
28<itemizedlist spacing='compact'>
29<listitem><para>Download (HTTP): <ulink
30url="&libbonobo-download-http;"/></para></listitem>
31<listitem><para>Download (FTP): <ulink
32url="&libbonobo-download-ftp;"/></para></listitem>
33<listitem><para>Download size: &libbonobo-size;</para></listitem>
34<listitem><para>Estimated Disk space required:
35&libbonobo-buildsize;</para></listitem>
36<listitem><para>Estimated build time:
37&libbonobo-time;</para></listitem></itemizedlist>
38</sect3>
39
40<sect3><title><application>libbonobo</application> dependencies</title>
41<sect4><title>Required</title>
42<para><xref linkend="ORBit2"/> and <xref linkend="perl-modules"/>: XML
43Parser</para></sect4>
44<sect4><title>Optional</title>
45<para><xref linkend="gtk-doc"/></para></sect4>
46</sect3>
47
48</sect2>
49
50<sect2>
51<title>Installation of <application>libbonobo</application></title>
52
53<para>Install <application>libbonobo</application> by running the following commands:</para>
54
55<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
56 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
57 --sysconfdir=/etc/gnome &amp;&amp;
58make &amp;&amp;
59make install </command></userinput></screen>
60
61</sect2>
62
63<sect2>
64<title>Command explanations</title>
65
66<para><parameter>--prefix=`pkg-config --variable=prefix
67ORBit-2.0`</parameter>: Setting the prefix with this command instead of
68with <envar>GNOME_PREFIX</envar> will ensure that the prefix is
69consistent with the installation environment.</para>
70
71<para><parameter>--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
72<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
73<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
74
75<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
76configuration files in <filename class="directory">/etc/gnome</filename>
77instead of
78<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
79
80<para><option>--enable-gtk-doc</option>: This switch rebuilds the
81documentation during the <command>make</command> command.</para>
82
83</sect2>
84
85<sect2>
86<title>Contents</title>
87
88<para>The <application>libbonobo</application> package contains
89<filename class="libraryfile">libbonobo-2</filename> and
90<filename class="libraryfile">libbonobo-activation</filename>
91libraries.</para>
92
93</sect2>
94
95<sect2><title>Description</title>
96
97<sect3><title>libbonobo libraries</title>
98<para><filename class="libraryfile">libbonobo</filename> libraries are a set of language and system independent
99<acronym>CORBA</acronym> interfaces for creating reusable components and compound documents.</para></sect3>
100
101</sect2>
102
103</sect1>
104
Note: See TracBrowser for help on using the repository browser.