Ignore:
Timestamp:
05/16/2012 04:39:28 PM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
121d292
Parents:
c099902d
Message:

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    rc099902d r7ded7e3  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.32/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.32/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "5bfdb6197afb90e4dbc7b1bb98f0eae0">
     9  <!ENTITY glib2-md5sum        "9bd3ac535c24b6c162be13b2c43c5adc">
    1010  <!ENTITY glib2-size          "5.9 MB">
    1111  <!ENTITY glib2-buildsize     "180 MB">
    12   <!ENTITY glib2-time          "1.2 SBU (additional 4.0 SBU to run the test suite)">
     12  <!ENTITY glib2-time          "1.5 SBU (additional 4.0 SBU to run the test suite)">
    1313]>
    1414
     
    114114
    115115    <para condition="html" role="usernotes">User Notes:
    116     <ulink url="&blfs-wiki;/glib2"/></para>
    117 
     116      <ulink url="&blfs-wiki;/glib2"/>
     117    </para>
    118118  </sect2>
    119119
     
    185185
    186186  </sect2>
    187 
    188 <!-- This has never caused any problems for me. A doc hint could help me
    189      understand why this was here in first place.
    190 
    191   <sect2 role="configuration">
    192     <title>Configuring GLib</title>
    193 
    194     <sect3>
    195       <title>Configuration Information</title>
    196 
    197       <para>
    198         By default, <application>GLib</application> assumes that all
    199         filenames are in the UTF-8 charset. See the <xref
    200         linkend="locale-wrong-filename-encoding"/> section of the <xref
    201         linkend="locale-issues"/> page for more details on this kind of issue. In
    202         order to tell <application>GLib</application> and applications that use
    203         it that filenames are in the default locale encoding, set the variable
    204         <envar>G_FILENAME_ENCODING</envar> to the value "@locale".  As the
    205         <systemitem class="username">root</systemitem> user:
    206       </para>
    207 
    208 <screen role="root"><userinput>cat &gt; /etc/profile.d/glib2-locale.sh &lt;&lt; "EOF"
    209 <literal># Use the current locale charset for filenames
    210 # in applications using GLib
    211 export G_FILENAME_ENCODING=@locale</literal>
    212 EOF</userinput></screen>
    213 
    214     </sect3>
    215 
    216   </sect2>
    217 -->
    218187
    219188  <sect2 role="content">
     
    255224        <listitem>
    256225          <para>
    257             is a simple tool for working with D-Bus objects.
     226            is a simple used tool for working with D-Bus objects.
    258227          </para>
    259228          <indexterm zone="glib2 gdbus">
Note: See TracChangeset for help on using the changeset viewer.