Changeset 8fc023d2


Ignore:
Timestamp:
07/25/2009 02:23:20 PM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
ef6e187
Parents:
81f49f3
Message:

Updated to GLib-2.20.4.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r81f49f3 r8fc023d2  
    110110<!ENTITY libgtkhtml-version           "2.11.1">
    111111<!ENTITY GLib-version                 "1.2.10">
    112 <!ENTITY glib2-version                "2.18.4">
     112<!ENTITY glib2-version                "2.20.4">
    113113<!ENTITY libidl-version               "0.8.12">
    114114<!ENTITY libcroco-version             "0.6.1">
  • general/genlib/glib2.xml

    r81f49f3 r8fc023d2  
    55  %general-entities;
    66
    7   <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.18/glib-&glib2-version;.tar.bz2">
    8   <!ENTITY glib2-download-ftp  "ftp://ftp.gtk.org/pub/glib/2.18/glib-&glib2-version;.tar.bz2">
    9   <!ENTITY glib2-md5sum        "ec25ed261534d870141000ab73f1a2bf">
    10   <!ENTITY glib2-size          "4.8 MB">
    11   <!ENTITY glib2-buildsize     "90 MB (includes running the test-suite)">
    12   <!ENTITY glib2-time          "0.9 SBU (additional 1.3 SBU to run the test suite)">
     7  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.20/glib-&glib2-version;.tar.bz2">
     8  <!ENTITY glib2-download-ftp  "ftp://ftp.gtk.org/pub/glib/2.20/glib-&glib2-version;.tar.bz2">
     9  <!ENTITY glib2-md5sum        "346916673c0eab72191cf44b4afe535f">
     10  <!ENTITY glib2-size          "4.9 MB">
     11  <!ENTITY glib2-buildsize     "82 MB (additional 8MB for the test-suite)">
     12  <!ENTITY glib2-time          "0.6 SBU (additional 1.3 SBU to run the test suite)">
    1313]>
    1414
     
    124124      linkend="locale-wrong-filename-encoding"/> section of the <xref
    125125      linkend="locale-issues"/> page for more details on this kind of
    126       issue. In order to tell GLib and applications that use it
    127       that filenames are in the default locale encoding, set the variable
    128       <envar>G_FILENAME_ENCODING</envar> to the value "@locale":</para>
     126      issue. In order to tell <application>GLib</application> and
     127      applications that use it that filenames are in the default locale
     128      encoding, set the variable <envar>G_FILENAME_ENCODING</envar> to the
     129      value "@locale":</para>
    129130
    130131<screen><userinput>cat &gt; /etc/profile.d/glib2-locale.sh &lt;&lt; "EOF"
     
    149150        <seg>glib-genmarshal, glib-gettextize, glib-mkenums,
    150151        gobject-query, gtester and gtester-report</seg>
    151         <seg>libglib-2.0.so, libgobject-2.0.so, libgmodule-2.0.so, and
    152         libgthread-2.0.so</seg>
    153         <seg>/usr/include/glib-2.0, /usr/lib/glib-2.0, /usr/share/glib-2.0,
    154         /usr/share/gtk-doc/html/glib, and /usr/share/gtk-doc/html/gobject</seg>
     152        <seg>libgio-2.0.so, libglib-2.0.so, libgobject-2.0.so,
     153        libgmodule-2.0.so, and libgthread-2.0.so</seg>
     154        <seg>/usr/include/gio-unix-2.0, /usr/include/glib-2.0,
     155        /usr/lib/gio, /usr/lib/glib-2.0, /usr/share/glib-2.0,
     156        /usr/share/gtk-doc/html/gio, /usr/share/gtk-doc/html/glib,
     157        and /usr/share/gtk-doc/html/gobject</seg>
    155158      </seglistitem>
    156159    </segmentedlist>
  • introduction/welcome/changelog.xml

    r81f49f3 r8fc023d2  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[gdalziel] - Updated to GLib-2.20.4.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[gdalziel] - Updated to ATK-1.26.0.</para>
    4952        </listitem>
  • introduction/welcome/credits.xml

    r81f49f3 r8fc023d2  
    160160
    161161      <listitem>
     162        <para>traceroute:
     163        <emphasis>Jeff Bauman</emphasis></para>
     164      </listitem>
     165
     166      <listitem>
     167        <para>ProFTPD and rsync:
     168        <emphasis>Daniel Baumann</emphasis></para>
     169      </listitem>
     170
     171      <listitem>
     172        <para>joe, nano, nmap, slang, w3m and whois:
     173        <emphasis>Timothy Bauscher</emphasis></para>
     174      </listitem>
     175
     176      <listitem>
     177        <para>liboil, libunique:
     178        <emphasis>Wayne Blaszczyk</emphasis></para>
     179      </listitem>
     180
     181      <listitem>
     182        <para>Fetchmail:<!-- and WvDial: -->
     183        <emphasis>Paul Campbell</emphasis></para>
     184      </listitem>
     185
     186      <listitem>
     187        <para>CDParanoia, mpg123, SDL and XMMS:
     188        <emphasis>Jeroen Coumans</emphasis></para>
     189      </listitem>
     190
     191      <listitem>
    162192        <para>ePDFView:
    163193        <emphasis>Guy Dalziel</emphasis></para>
    164       </listitem>
    165 
    166       <listitem>
    167         <para>traceroute:
    168         <emphasis>Jeff Bauman</emphasis></para>
    169       </listitem>
    170 
    171       <listitem>
    172         <para>ProFTPD and rsync:
    173         <emphasis>Daniel Baumann</emphasis></para>
    174       </listitem>
    175 
    176       <listitem>
    177         <para>joe, nano, nmap, slang, w3m and whois:
    178         <emphasis>Timothy Bauscher</emphasis></para>
    179       </listitem>
    180 
    181       <listitem>
    182         <para>liboil, libunique:
    183         <emphasis>Wayne Blaszczyk</emphasis></para>
    184       </listitem>
    185 
    186       <listitem>
    187         <para>Fetchmail:<!-- and WvDial: -->
    188         <emphasis>Paul Campbell</emphasis></para>
    189       </listitem>
    190 
    191       <listitem>
    192         <para>CDParanoia, mpg123, SDL and XMMS:
    193         <emphasis>Jeroen Coumans</emphasis></para>
    194194      </listitem>
    195195
Note: See TracChangeset for help on using the changeset viewer.