Ignore:
Timestamp:
06/15/2004 04:33:15 AM (20 years ago)
Author:
DJ Lucas <dj@…>
Branches:
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
Children:
f3a7922
Parents:
9d2dc4e2
Message:

Last of XML rewrite

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/libbonobo.xml

    r9d2dc4e2 rfdca4266  
     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
    115<sect1 id="libbonobo" xreflabel="libbonobo-&libbonobo-version;">
    216<?dbhtml filename="libbonobo.html"?>
    317<title>libbonobo-&libbonobo-version;</title>
    418
    5 &libbonobo-intro;
    6 &libbonobo-inst;
    7 &libbonobo-exp;
    8 &libbonobo-desc;
     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>
    9102
    10103</sect1>
Note: See TracChangeset for help on using the changeset viewer.