Changeset 7c461b3


Ignore:
Timestamp:
01/05/2005 02:52:07 PM (19 years ago)
Author:
Igor Živković <igor@…>
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:
7f8bd51
Parents:
239e8ca
Message:

Updated to GLib-2.6.0.

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

Files:
19 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/gnet.xml

    r239e8ca r7c461b3  
    4242<sect3><title><application>GNet</application> dependencies</title>
    4343<sect4><title>Required</title>
    44 <para><xref linkend="GLib2"/></para></sect4>
     44<para><xref linkend="glib2"/></para></sect4>
    4545</sect3>
    4646
  • basicnet/netlibs/libsoup.xml

    r239e8ca r7c461b3  
    4444<sect3><title><application>libsoup</application> dependencies</title>
    4545<sect4><title>Required</title>
    46 <para><xref linkend="GLib2"/> and <xref linkend="libxml2"/></para>
     46<para><xref linkend="glib2"/> and <xref linkend="libxml2"/></para>
    4747</sect4>
    4848
  • basicnet/netutils/ethereal.xml

    r239e8ca r7c461b3  
    4949<sect3><title><application>Ethereal</application> dependencies</title>
    5050<sect4><title>Required</title>
    51 <para><xref linkend="GLib"/> or <xref linkend="GLib2"/> (to build the
     51<para><xref linkend="GLib"/> or <xref linkend="glib2"/> (to build the
    5252<acronym>TTY</acronym>-mode front-end only)</para>
    5353</sect4>
  • general.ent

    r239e8ca r7c461b3  
    6969<!ENTITY gdbm-version                 "1.8.3">
    7070<!ENTITY GLib-version                 "1.2.10">
    71 <!ENTITY GLib2-version                "2.4.7">
     71<!ENTITY glib2-version                "2.6.0">
    7272<!ENTITY libIDL-version               "0.8.4">
    7373<!ENTITY libcroco-version             "0.6.0">
  • general/genlib/glib2.xml

    r239e8ca r7c461b3  
    55  %general-entities;
    66
    7 <!ENTITY GLib2-download-http "http://gd.tuwien.ac.at/graphics/gimp/gtk/v2.4/glib-&GLib2-version;.tar.bz2">
    8 <!ENTITY GLib2-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.4/glib-&GLib2-version;.tar.bz2">
    9 <!ENTITY GLib2-md5sum "eff6fec89455addf8b0dee5a19e343be">
    10 <!ENTITY GLib2-size "2.1 MB">
    11 <!ENTITY GLib2-buildsize "35 MB">
    12 <!ENTITY GLib2-time "1.01 SBU">
     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 "649b89c8bfd152feea6db6f68b7cd54e">
     10<!ENTITY glib2-size "2.2 MB">
     11<!ENTITY glib2-buildsize "35 MB">
     12<!ENTITY glib2-time "0.43 SBU">
    1313]>
    1414
    15 <sect1 id="GLib2" xreflabel="GLib-&GLib2-version;">
     15<sect1 id="glib2" xreflabel="GLib-&glib2-version;">
    1616<sect1info>
    1717<othername>$LastChangedBy$</othername>
     
    1919</sect1info>
    2020<?dbhtml filename="glib2.html"?>
    21 <title>GLib-&GLib2-version;</title>
     21<title>GLib-&glib2-version;</title>
    2222
    2323<sect2>
     
    3232<itemizedlist spacing='compact'>
    3333<listitem><para>Download (HTTP): <ulink
    34 url="&GLib2-download-http;"/></para></listitem>
     34url="&glib2-download-http;"/></para></listitem>
    3535<listitem><para>Download (FTP): <ulink
    36 url="&GLib2-download-ftp;"/></para></listitem>
    37 <listitem><para>MD5 sum: &GLib2-md5sum;</para></listitem>
    38 <listitem><para>Download size: &GLib2-size;</para></listitem>
     36url="&glib2-download-ftp;"/></para></listitem>
     37<listitem><para>Download MD5 sum: &glib2-md5sum;</para></listitem>
     38<listitem><para>Download size: &glib2-size;</para></listitem>
    3939<listitem><para>Estimated disk space required:
    40 &GLib2-buildsize;</para></listitem>
     40&glib2-buildsize;</para></listitem>
    4141<listitem><para>Estimated build time:
    42 &GLib2-time;</para></listitem></itemizedlist>
     42&glib2-time;</para></listitem></itemizedlist>
    4343</sect3>
    4444
     
    114114
    115115</sect1>
    116 
  • general/genlib/libcroco.xml

    r239e8ca r7c461b3  
    4141<sect4><title>Required</title>
    4242<para>
    43 <xref linkend="GLib2"/> and
     43<xref linkend="glib2"/> and
    4444<xref linkend="libxml2"/>
    4545</para></sect4>
  • general/genlib/libgsf.xml

    r239e8ca r7c461b3  
    4141<sect3><title><application>libgsf</application> dependencies</title>
    4242<sect4><title>Required</title>
    43 <para><xref linkend="GLib2"/> and
     43<para><xref linkend="glib2"/> and
    4444<xref linkend="libxml2"/></para>
    4545</sect4>
  • general/genlib/libidl.xml

    r239e8ca r7c461b3  
    4646dependencies</title>
    4747<sect4><title>Required</title>
    48 <para><xref linkend="GLib2"/></para>
     48<para><xref linkend="glib2"/></para>
    4949</sect4>
    5050</sect3>
  • general/genutils/desktop-file-utils.xml

    r239e8ca r7c461b3  
    4848<sect3><title><application>desktop-file-utils</application> dependencies</title>
    4949<sect4><title>Required</title>
    50 <para><xref linkend="GLib2"/> and <xref linkend="popt"/></para>
     50<para><xref linkend="glib2"/> and <xref linkend="popt"/></para>
    5151</sect4>
    5252
  • general/sysutils/mc.xml

    r239e8ca r7c461b3  
    4646<sect3><title><application><acronym>MC</acronym></application> dependencies</title>
    4747<sect4><title>Required</title>
    48 <para><xref linkend="GLib"/> or <xref linkend="GLib2"/></para>
     48<para><xref linkend="GLib"/> or <xref linkend="glib2"/></para>
    4949</sect4>
    5050
  • gnome/add/libgnomecups.xml

    r239e8ca r7c461b3  
    4646<sect3><title><application>libgnomecups</application> dependencies</title>
    4747<sect4><title>Required</title>
    48 <para><xref linkend="GLib2"/> and <xref linkend="intltool"/></para>
     48<para><xref linkend="glib2"/> and <xref linkend="intltool"/></para>
    4949</sect4>
    5050</sect3>
  • gnome/core/libgtop.xml

    r239e8ca r7c461b3  
    4343<sect3><title><application>libgtop</application> dependencies</title>
    4444<sect4><title>Required</title>
    45 <para><xref linkend="GLib2"/></para>
     45<para><xref linkend="glib2"/></para>
    4646</sect4>
    4747
  • gnome/otherlibs/soup.xml

    r239e8ca r7c461b3  
    5252<sect3><title><application>Soup</application> dependencies</title>
    5353<sect4><title>Required</title>
    54 <para><xref linkend="GLib"/> or <xref linkend="GLib2"/>,
     54<para><xref linkend="GLib"/> or <xref linkend="glib2"/>,
    5555<xref linkend="libxml"/> or <xref linkend="libxml2"/> and
    5656<xref linkend="popt"/></para>
  • introduction/welcome/changelog.xml

    r239e8ca r7c461b3  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>January 5th, 2004 [igor]: Updated to
     26GLib-2.6.0.</para></listitem>
    2427
    2528<listitem><para>January 5th, 2004 [randy]: Updated to
  • kde/core/arts.xml

    r239e8ca r7c461b3  
    4848<sect4><title>Required</title>
    4949<para><xref linkend="qt"/> and
    50 <xref linkend="GLib2"/></para>
     50<xref linkend="glib2"/></para>
    5151</sect4>
    5252
  • multimedia/libdriv/gstreamer.xml

    r239e8ca r7c461b3  
    4747<sect3><title><application>GStreamer</application> dependencies</title>
    4848<sect4><title>Required</title>
    49 <para><xref linkend="GLib2"/>,
     49<para><xref linkend="glib2"/>,
    5050<xref linkend="libxml2"/>,
    5151<xref linkend="popt"/></para>
  • x/lib/atk.xml

    r239e8ca r7c461b3  
    4040<sect3><title><application><acronym>ATK</acronym></application> dependencies</title>
    4141<sect4><title>Required</title>
    42 <para><xref linkend="GLib2"/></para></sect4>
     42<para><xref linkend="glib2"/></para></sect4>
    4343<sect4><title>Optional</title>
    4444<para><xref linkend="gtk-doc"/></para></sect4>
  • x/lib/pango.xml

    r239e8ca r7c461b3  
    3838<sect3><title><application>Pango</application> dependencies</title>
    3939<sect4><title>Required</title>
    40 <para><xref linkend="GLib2"/></para></sect4>
     40<para><xref linkend="glib2"/></para></sect4>
    4141<sect4><title>Optional</title>
    4242<para>
  • x/lib/shared-mime-info.xml

    r239e8ca r7c461b3  
    4444<sect3><title><application>shared-mime-info</application> dependencies</title>
    4545<sect4><title>Required</title>
    46 <para><xref linkend="GLib2"/>,
     46<para><xref linkend="glib2"/>,
    4747<xref linkend="libxml2"/> and
    4848<xref linkend="perl-modules"/>: XML-Parser</para>
Note: See TracChangeset for help on using the changeset viewer.