Ignore:
Timestamp:
12/21/2004 08:46:46 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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:
1586494
Parents:
0882c90
Message:

Added MD5 sums and updated dependencies to GNOME-1.4 packages

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/otherlibs/libglade14.xml

    r0882c90 rce4eef0  
    77<!ENTITY libglade14-download-http "http://ftp.gnome.org/pub/GNOME/sources/libglade/0.17/libglade-&libglade14-version;.tar.gz">
    88<!ENTITY libglade14-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libglade/0.17/libglade-&libglade14-version;.tar.gz">
     9<!ENTITY libglade14-md5sum "38b2e2cfd813783fe157617813bfe3b3">
    910<!ENTITY libglade14-size "416 KB">
    1011<!ENTITY libglade14-buildsize "8.5 MB">
    1112<!ENTITY libglade14-time "0.22 SBU">
    12 
    1313]>
    1414
     
    1919</sect1info>
    2020<?dbhtml filename="libglade14.html"?>
    21 <title>libglade-&libglade14-version;</title>
     21<title><application>libglade</application>-&libglade14-version;</title>
    2222
    2323<sect2>
     
    3333<listitem><para>Download (FTP): <ulink
    3434url="&libglade14-download-ftp;"/></para></listitem>
     35<listitem><para>Download MD5 sum: &libglade14-md5sum;</para></listitem>
    3536<listitem><para>Download size: &libglade14-size;</para></listitem>
    36 <listitem><para>Estimated Disk space required:
     37<listitem><para>Estimated disk space required:
    3738&libglade14-buildsize;</para></listitem>
    3839<listitem><para>Estimated build time:
     
    4243<sect3><title><application>libglade</application> dependencies</title>
    4344<sect4><title>Required</title>
    44 <para><xref linkend="libxml"/> and <xref linkend="GTK"/>
    45 </para></sect4>
     45<para><xref linkend="libxml"/> and <xref linkend="GTK"/></para>
     46</sect4>
     47
    4648<sect4><title>Optional</title>
    47 <para><xref linkend="gnome-libs"/> and <xref linkend="Python"/> if
    48 compiled utilizing <xref linkend="expat"/></para></sect4>
     49<para><xref linkend="gnome-libs"/>,
     50<xref linkend="bonobo14"/> and
     51<xref linkend="Python"/></para>
     52</sect4>
    4953</sect3>
    5054
     
    5458<title>Installation of <application>libglade</application></title>
    5559
    56 <para>The <command>make</command> command attempts to open an <application>X
    57 </application> display during the compile, so an <application>X</application>
    58 server must be running during this process.</para>
     60<para>The <command>make</command> command attempts to open an
     61<application>X</application> display during the compile, so an
     62<application>X</application> server must be running during this
     63process.</para>
    5964
    6065<para>Install <application>libglade</application> by running the following
    6166commands:</para>
    6267
    63 <screen><userinput><command>./configure  --prefix=/opt/gnome --enable-bonobo \
    64  --disable-gtk-doc &amp;&amp;
     68<screen><userinput><command>./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
    6569make &amp;&amp;
    6670make install</command></userinput></screen>
     
    7175<title>Command explanations</title>
    7276
    73 <para><option>--enable-bonobo</option>: Enable <application>Bonobo
    74 </application> support.</para>
     77<para><option>--enable-bonobo</option>: Enables
     78<application>Bonobo</application> support.</para>
    7579
    7680</sect2>
     
    8084
    8185<para>The <application>libglade</application> package contains
    82 <application>Glade</application> interface
    83 file loading libraries.</para>
     86<application>Glade</application> interface file loading libraries.</para>
    8487
    8588</sect2>
Note: See TracChangeset for help on using the changeset viewer.