Changeset 89c76830 for general/genlib


Ignore:
Timestamp:
11/09/2004 12:06:30 AM (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:
52297838
Parents:
7aaad25
Message:

Updated to libglade-2.4.0 and moved the instructions to Chapter 8 - General Libraries

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

Location:
general/genlib
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r7aaad25 r89c76830  
    5353<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libcroco.xml"/>
    5454<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libgsf.xml"/>
     55<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libglade.xml"/>
    5556<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="expat.xml"/>
    5657<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libesmtp.xml"/>
  • general/genlib/libglade.xml

    r7aaad25 r89c76830  
    55  %general-entities;
    66
    7 <!ENTITY libglade-download-http "http://ftp.gnome.org/pub/GNOME/sources/libglade/2.3/libglade-&libglade-version;.tar.bz2">
    8 <!ENTITY libglade-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libglade/2.3/libglade-&libglade-version;.tar.bz2">
    9 <!ENTITY libglade-size "336 KB">
    10 <!ENTITY libglade-buildsize "7.5 MB">
     7<!ENTITY libglade-download-http "http://ftp.gnome.org/pub/GNOME/sources/libglade/2.4/libglade-&libglade-version;.tar.bz2">
     8<!ENTITY libglade-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libglade/2.4/libglade-&libglade-version;.tar.bz2">
     9<!ENTITY libglade-md5sum "c8367c58b2f2c98b76ca0667f0f13bf5">
     10<!ENTITY libglade-size "310 KB">
     11<!ENTITY libglade-buildsize "5.2 MB">
    1112<!ENTITY libglade-time "0.16 SBU">
    12 
    1313]>
    1414
     
    2424<title>Introduction to <application>libglade</application></title>
    2525
    26 <para>The <application>libglade</application> package contains <filename
    27 class="libraryfile">libglade</filename> libraries. This is useful
     26<para>The <application>libglade</application> package contains
     27<filename class="libraryfile">libglade</filename> libraries. These are useful
    2828for loading Glade interface files in a program at runtime.</para>
    2929
     
    3434<listitem><para>Download (FTP): <ulink
    3535url="&libglade-download-ftp;"/></para></listitem>
     36<listitem><para>MD5 sum: &libglade-md5sum;</para></listitem>
    3637<listitem><para>Download size: &libglade-size;</para></listitem>
    37 <listitem><para>Estimated Disk space required:
     38<listitem><para>Estimated disk space required:
    3839&libglade-buildsize;</para></listitem>
    3940<listitem><para>Estimated build time:
     
    4243
    4344<sect3><title><application>libglade</application> dependencies</title>
     45
    4446<sect4><title>Required</title>
    45 <para>
    46 <xref linkend="libxml2"/> and
    47 <xref linkend="GTK2"/>
    48 </para></sect4>
     47<para><xref linkend="libxml2"/> and
     48<xref linkend="GTK2"/></para>
     49</sect4>
     50
    4951<sect4><title>Optional</title>
    50 <para>
    51 <xref linkend="Python"/> (if compiled utilizing <xref linkend="expat"/>) and
    52 <xref linkend="gtk-doc"/>
    53 </para></sect4>
     52<para><xref linkend="Python"/>
     53and <xref linkend="gtk-doc"/></para>
     54</sect4>
    5455</sect3>
    5556
     
    5960<title>Installation of <application>libglade</application></title>
    6061
    61 <para>Install <application>libglade</application> by running the following commands:</para>
     62<para>Install <application>libglade</application> by running the following
     63commands:</para>
    6264
    6365<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     
    7880<title>Contents</title>
    7981
    80 <para>The <application>libglade</application> package contains <filename
    81 class="libraryfile">libglade</filename> libraries.</para>
     82<para>The <application>libglade</application> package contains
     83<command>libglade-convert</command> (requires <command>python</command> and
     84<filename class='libraryfile'>pyexpat.so</filename>) and
     85<filename class="libraryfile">libglade</filename> libraries.</para>
    8286
    8387</sect2>
     
    8589<sect2><title>Description</title>
    8690
     91<sect3><title>libglade-convert</title>
     92<para><command>libglade-convert</command> is used to convert old Glade
     93interface files to Glade-2.0 standards.</para></sect3>
     94
    8795<sect3><title>libglade libraries</title>
    88 <para><filename class="libraryfile">libglade</filename> libraries contain the functions necessary to load Glade
    89 interface files.</para></sect3>
     96<para><filename class="libraryfile">libglade</filename> libraries contain the
     97functions necessary to load Glade interface files.</para></sect3>
    9098
    9199</sect2>
Note: See TracChangeset for help on using the changeset viewer.