Changeset 06b397f


Ignore:
Timestamp:
09/20/2005 10:41:09 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.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:
887c949
Parents:
6e34843
Message:

Updated to GLib-2.8.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6e34843 r06b397f  
    7676<!ENTITY gdbm-version                 "1.8.3">
    7777<!ENTITY GLib-version                 "1.2.10">
    78 <!ENTITY glib2-version                "2.6.4">
     78<!ENTITY glib2-version                "2.8.1">
    7979<!ENTITY libidl-version               "0.8.6">
    8080<!ENTITY libcroco-version             "0.6.0">
  • general/genlib/glib2.xml

    r6e34843 r06b397f  
    55  %general-entities;
    66
    7   <!ENTITY glib2-download-http "http://gd.tuwien.ac.at/graphics/gimp/gtk/v2.6/glib-&glib2-version;.tar.bz2">
    8   <!ENTITY glib2-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.6/glib-&glib2-version;.tar.bz2">
    9   <!ENTITY glib2-md5sum "af7eeb8aae764ff763418471ed6eb93d">
    10   <!ENTITY glib2-size "2.3 MB">
    11   <!ENTITY glib2-buildsize "40.9 MB">
    12   <!ENTITY glib2-time "2.82 SBU (includes rebuilding documentation)">
     7  <!ENTITY glib2-download-http "http://ftp.gnome.org/pub/GNOME/sources/glib/2.8/glib-&glib2-version;.tar.bz2">
     8  <!ENTITY glib2-download-ftp  "ftp://ftp.gtk.org/pub/gtk/v2.8/glib-&glib2-version;.tar.bz2">
     9  <!ENTITY glib2-md5sum        "2229ca9d5490a87d5e027e029520df14">
     10  <!ENTITY glib2-size          "2.5 MB">
     11  <!ENTITY glib2-buildsize     "44.8 MB">
     12  <!ENTITY glib2-time          "0.5 SBU (additional 0.8 SBU to run the test suite)">
    1313]>
    1414
     
    3030    <title>Introduction to GLib</title>
    3131
    32     <para>The <application>glib</application> package contains a low-level core
     32    <para>The <application>GLib</application> package contains a low-level core
    3333    library. This is useful for providing data structure handling for C,
    3434    portability wrappers and interfaces for such runtime functionality as an
     
    5757    </itemizedlist>
    5858
    59     <bridgehead renderas="sect3">Glib Dependencies</bridgehead>
     59    <bridgehead renderas="sect3">GLib Dependencies</bridgehead>
    6060
    6161    <bridgehead renderas="sect4">Required</bridgehead>
     
    7070    <title>Installation of GLib</title>
    7171
    72     <para>Install <application>glib</application> by running the following
     72    <para>Install <application>GLib</application> by running the following
    7373    commands:</para>
    7474
  • introduction/welcome/changelog.xml

    r6e34843 r06b397f  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to GLib-2.8.1.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Added a command to create an X Render pkg-config file
    4952          to the XFree86 instructions. Also created notes in the Metacity and
Note: See TracChangeset for help on using the changeset viewer.