Tagged libglade14.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4227 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-05-14 21:16:12 +00:00
parent 9a6850be1b
commit 84e2a4f2f7
2 changed files with 156 additions and 117 deletions

View File

@ -4,89 +4,109 @@
<!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities; %general-entities;
<!ENTITY libglade14-download-http "http://ftp.gnome.org/pub/GNOME/sources/libglade/0.17/libglade-&libglade14-version;.tar.gz"> <!ENTITY libglade14-download-http "http://ftp.gnome.org/pub/GNOME/sources/libglade/0.17/libglade-&libglade14-version;.tar.gz">
<!ENTITY libglade14-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libglade/0.17/libglade-&libglade14-version;.tar.gz"> <!ENTITY libglade14-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libglade/0.17/libglade-&libglade14-version;.tar.gz">
<!ENTITY libglade14-md5sum "38b2e2cfd813783fe157617813bfe3b3"> <!ENTITY libglade14-md5sum "38b2e2cfd813783fe157617813bfe3b3">
<!ENTITY libglade14-size "416 KB"> <!ENTITY libglade14-size "416 KB">
<!ENTITY libglade14-buildsize "5.8 MB"> <!ENTITY libglade14-buildsize "5.8 MB">
<!ENTITY libglade14-time "0.22 SBU"> <!ENTITY libglade14-time "0.22 SBU">
]> ]>
<sect1 id="libglade14" xreflabel="libglade-&libglade14-version;"> <sect1 id="libglade14" xreflabel="libglade-&libglade14-version;">
<sect1info> <?dbhtml filename="libglade14.html"?>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="libglade14.html"?>
<title><application>libglade</application>-&libglade14-version;</title>
<sect2> <sect1info>
<title>Introduction to <application>libglade</application></title> <othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<para>The <application>libglade</application> package contains libraries which <title>Libglade-&libglade14-version;</title>
allow applications to load Glade interface files at runtime.</para>
<sect3><title>Package information</title> <indexterm zone="libglade14">
<itemizedlist spacing='compact'> <primary sortas="a-Libglade">Libglade</primary>
<listitem><para>Download (HTTP): <ulink </indexterm>
url="&libglade14-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&libglade14-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &libglade14-md5sum;</para></listitem>
<listitem><para>Download size: &libglade14-size;</para></listitem>
<listitem><para>Estimated disk space required:
&libglade14-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&libglade14-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>libglade</application> dependencies</title> <sect2 role="package">
<sect4><title>Required</title> <title>Introduction to Libglade</title>
<para><xref linkend="libxml"/> and <xref linkend="GTK"/></para>
</sect4>
<sect4><title>Optional</title> <para>The <application>libglade</application> package contains libraries
<para><xref linkend="gnome-libs"/>, which allow applications to load Glade interface files at runtime.</para>
<xref linkend="bonobo14"/>,
<xref linkend="python"/> and
<xref linkend="gtk-doc"/></para>
</sect4>
</sect3>
</sect2> <bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&libglade14-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&libglade14-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &libglade14-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &libglade14-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &libglade14-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &libglade14-time;</para>
</listitem>
</itemizedlist>
<sect2> <bridgehead renderas="sect3">Libglade Dependencies</bridgehead>
<title>Installation of <application>libglade</application></title>
<para>The <command>make</command> command attempts to open an <bridgehead renderas="sect4">Required</bridgehead>
<application>X</application> display during the compile, so an <para><xref linkend="libxml"/> and <xref linkend="GTK"/></para>
<application>X</application> server must be running during this
process.</para>
<para>Install <application>libglade</application> by running the following <bridgehead renderas="sect4">Optional</bridgehead>
commands:</para> <para><xref linkend="gnome-libs"/>,
<xref linkend="bonobo14"/>,
<xref linkend="python"/> and
<xref linkend="gtk-doc"/></para>
<screen><userinput><command>./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp; </sect2>
<sect2 role="installation">
<title>Installation of Libglade</title>
<para>The <command>make</command> command attempts to open an
<application>X</application> display during the compile, so an
<application>X</application> server must be running during this
process.</para>
<para>Install <application>libglade</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
make &amp;&amp; make &amp;&amp;
make install</command></userinput></screen> make install</userinput></screen>
</sect2> </sect2>
<sect2> <sect2 role="commands">
<title>Command explanations</title> <title>Command Explanations</title>
<para><option>--enable-bonobo</option>: Enables <para><option>--enable-bonobo</option>: Enables
<application>Bonobo</application> support.</para> <application>Bonobo</application> support.</para>
</sect2> </sect2>
<sect2> <sect2 role="content">
<title>Contents</title> <title>Contents</title>
<para>The <application>libglade</application> package contains <segmentedlist>
<application>Glade</application> interface file loading libraries.</para> <segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
</sect2> <seglistitem>
<seg>None</seg>
<seg>libglade.[so,a]</seg>
<seg>Not determined at this time</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1> </sect1>

View File

@ -4,78 +4,97 @@
<!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities; %general-entities;
<!ENTITY oaf-download-http "http://ftp.gnome.org/pub/GNOME/sources/oaf/0.6/oaf-&oaf-version;.tar.bz2"> <!ENTITY oaf-download-http "http://ftp.gnome.org/pub/GNOME/sources/oaf/0.6/oaf-&oaf-version;.tar.bz2">
<!ENTITY oaf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/oaf/0.6/oaf-&oaf-version;.tar.bz2"> <!ENTITY oaf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/oaf/0.6/oaf-&oaf-version;.tar.bz2">
<!ENTITY oaf-md5sum "ed9aa2ceb70bba34034b3134b22d2729"> <!ENTITY oaf-md5sum "ed9aa2ceb70bba34034b3134b22d2729">
<!ENTITY oaf-size "432 KB"> <!ENTITY oaf-size "432 KB">
<!ENTITY oaf-buildsize "6.6 MB"> <!ENTITY oaf-buildsize "6.6 MB">
<!ENTITY oaf-time "0.23"> <!ENTITY oaf-time "0.23">
]> ]>
<sect1 id="oaf" xreflabel="OAF-&oaf-version;"> <sect1 id="oaf" xreflabel="OAF-&oaf-version;">
<sect1info> <?dbhtml filename="oaf.html"?>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="oaf.html"?>
<title><application><acronym>OAF</acronym></application>-&oaf-version;</title>
<sect2> <sect1info>
<title>Introduction to <application><acronym>OAF</acronym></application></title> <othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<para>The <application><acronym>OAF</acronym></application> package contains <title>OAF-&oaf-version;</title>
the Object Activation Framework for
<application><acronym>GNOME</acronym></application>.</para>
<sect3><title>Package information</title> <indexterm zone="oaf">
<itemizedlist spacing='compact'> <primary sortas="a-OAF">OAF</primary>
<listitem><para>Download (HTTP): <ulink </indexterm>
url="&oaf-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&oaf-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &oaf-md5sum;</para></listitem>
<listitem><para>Download size: &oaf-size;</para></listitem>
<listitem><para>Estimated disk space required:
&oaf-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&oaf-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application><acronym>OAF</acronym></application> <sect2 role="package">
dependencies</title> <title>Introduction to OAF</title>
<sect4><title>Required</title>
<para><xref linkend="ORBit"/>,
<xref linkend="libxml"/> and
<xref linkend="popt"/></para>
</sect4>
<sect4><title>Optional</title> <para>The <application>OAF</application> package contains the Object
<para><xref linkend="gtk-doc"/></para> Activation Framework for <application>GNOME</application>.</para>
</sect4>
</sect3>
</sect2> <bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&oaf-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&oaf-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &oaf-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &oaf-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &oaf-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &oaf-time;</para>
</listitem>
</itemizedlist>
<sect2> <bridgehead renderas="sect3">OAF Dependencies</bridgehead>
<title>Installation of <application><acronym>OAF</acronym></application></title>
<para>Install <application><acronym>OAF</acronym></application> by running the <bridgehead renderas="sect4">Required</bridgehead>
following commands:</para> <para><xref linkend="ORBit"/>,
<xref linkend="libxml"/> and
<xref linkend="popt"/></para>
<screen><userinput><command>ldconfig &amp;&amp; <bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="gtk-doc"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of OAF</title>
<para>Install <application>OAF</application> by running the
following commands:</para>
<screen><userinput>ldconfig &amp;&amp;
./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp; ./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
make &amp;&amp; make &amp;&amp;
make install</command></userinput></screen> make install</userinput></screen>
</sect2> </sect2>
<sect2> <sect2 role="content">
<title>Contents</title> <title>Contents</title>
<para>The <application><acronym>OAF</acronym></application> package <segmentedlist>
contains <filename class="libraryfile">liboaf</filename> libraries.</para> <segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
</sect2> <seglistitem>
<seg>None</seg>
<seg>liboaf.[so,a]</seg>
<seg>Not determined at this time</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1> </sect1>