source: archive/deprecated/libbonobo.xml@ 48b59802

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 6.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libbonobo-download-http "&gnome-download-http;/libbonobo/2.32/libbonobo-&libbonobo-version;.tar.bz2">
8 <!ENTITY libbonobo-download-ftp "&gnome-download-ftp;/libbonobo/2.32/libbonobo-&libbonobo-version;.tar.bz2">
9 <!ENTITY libbonobo-md5sum "27fa902d4fdf6762ee010e7053aaf77b">
10 <!ENTITY libbonobo-size "1.4 MB">
11 <!ENTITY libbonobo-buildsize "45 MB">
12 <!ENTITY libbonobo-time "0.6 SBU">
13]>
14
15<sect1 id="libbonobo" xreflabel="libbonobo-&libbonobo-version;">
16 <?dbhtml filename="libbonobo.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libbonobo-&libbonobo-version;</title>
23
24 <indexterm zone="libbonobo">
25 <primary sortas="a-Libbonobo">Libbonobo</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libbonobo</title>
30
31 <para>The <application>libbonobo</application> package contains
32 <filename class="libraryfile">libbonobo</filename> libraries.
33 This is a component and compound document system for
34 <application>GNOME-2</application>.</para>
35
36 &lfs72_checked;
37
38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
39 href="../../xincludes/gnome2.xml"/>
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
63 <bridgehead renderas="sect3">libbonobo Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required">
67 <xref linkend="glib2"/>,
68 <xref linkend="intltool"/>,
69 <xref linkend="libxml2"/>,
70 <xref linkend="ORBit2"/>, and
71 <xref linkend="popt"/></para>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional"><xref linkend="x-window-system"/> and
75 <xref linkend="gtk-doc"/></para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/libbonobo"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of libbonobo</title>
84
85 <para>Install <application>libbonobo</application> by running the following
86 commands:</para>
87
88<screen><userinput>ORBit_prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
89
90./configure --prefix=$ORBit_prefix \
91 --sysconfdir=&gnome-old-etc-dir; \
92 --libexecdir=$ORBit_prefix/lib/bonobo-2.0 \
93 --mandir=$ORBit_prefix/share/man &amp;&amp;
94
95unset ORBit_prefix &amp;&amp;
96make</userinput></screen>
97
98 <para>To test the results, issue: <command>make check</command>.</para>
99
100 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
101
102<screen role="root"><userinput>make install</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
110 href="../../xincludes/gnome-old-prefix.xml"/>
111
112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="../../xincludes/gnome-old-sysconfdir.xml"/>
114
115 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
116 ORBit-2.0)/lib/bonobo-2.0</parameter>: This parameter causes the libexec
117 files to be installed in the preferred location of <filename
118 class="directory">$GNOME_PREFIX/lib/bonobo-2.0</filename> instead of
119 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
120
121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/gnome-mandir.xml"/>
123
124 <para><option>--disable-static</option>: This switch prevents the static
125 libraries being installed.</para>
126
127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="../../xincludes/gtk-doc-rebuild.xml"/>
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>activation-client, bonobo-activation-run-query, bonobo-slay,
142 echo-client-2, bonobo-activation-server, bonobo-echo-2, and
143 bonobo-activation-sysconf</seg>
144 <seg>libmoniker_std_2.{so,a}, libbonobo-2.{so,a}, and
145 libbonobo-activation.{so,a}</seg>
146 <seg>&gnome-old-etc-dir;/bonobo-activation,
147 <envar>$GNOME_PREFIX</envar>/{include/{bonobo-activation-2.0/bonobo-activation,
148 libbonobo-2.0/bonobo},lib/{bonobo-2.0/samples,bonobo/{monikers,
149 servers}},share/{gtk-doc/html/{bonobo-activation,libbonobo},
150 idl/{bonobo-2.0,bonobo-activation-2.0}}}</seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="libbonobo-2">
160 <term><filename class='libraryfile'>libbonobo-2.{so,a}</filename></term>
161 <listitem>
162 <para>are a set of language and system independent CORBA interfaces
163 for creating reusable components and compound documents.</para>
164 <indexterm zone="libbonobo libbonobo-2">
165 <primary sortas="c-libbonobo-2">libbonobo-2.{so,a}</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 </variablelist>
171
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.