source: gnome/core/libbonobo.xml@ f8ad622

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 f8ad622 was f8ad622, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Completed the list of installed directories by GNOME core packages.

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

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