Author: gdalziel Date: 2009-07-25 08:23:20 -0600 (Sat, 25 Jul 2009) New Revision: 7866
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/glib2.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/introduction/welcome/credits.xml Log: Updated to GLib-2.20.4. Modified: trunk/BOOK/general/genlib/glib2.xml =================================================================== --- trunk/BOOK/general/genlib/glib2.xml 2009-07-25 13:10:44 UTC (rev 7865) +++ trunk/BOOK/general/genlib/glib2.xml 2009-07-25 14:23:20 UTC (rev 7866) @@ -4,12 +4,12 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.18/glib-&glib2-version;.tar.bz2"> - <!ENTITY glib2-download-ftp "ftp://ftp.gtk.org/pub/glib/2.18/glib-&glib2-version;.tar.bz2"> - <!ENTITY glib2-md5sum "ec25ed261534d870141000ab73f1a2bf"> - <!ENTITY glib2-size "4.8 MB"> - <!ENTITY glib2-buildsize "90 MB (includes running the test-suite)"> - <!ENTITY glib2-time "0.9 SBU (additional 1.3 SBU to run the test suite)"> + <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.20/glib-&glib2-version;.tar.bz2"> + <!ENTITY glib2-download-ftp "ftp://ftp.gtk.org/pub/glib/2.20/glib-&glib2-version;.tar.bz2"> + <!ENTITY glib2-md5sum "346916673c0eab72191cf44b4afe535f"> + <!ENTITY glib2-size "4.9 MB"> + <!ENTITY glib2-buildsize "82 MB (additional 8MB for the test-suite)"> + <!ENTITY glib2-time "0.6 SBU (additional 1.3 SBU to run the test suite)"> ]> <sect1 id="glib2" xreflabel="GLib-&glib2-version;"> @@ -123,9 +123,10 @@ filenames are in the UTF-8 charset. See the <xref linkend="locale-wrong-filename-encoding"/> section of the <xref linkend="locale-issues"/> page for more details on this kind of - issue. In order to tell GLib and applications that use it - that filenames are in the default locale encoding, set the variable - <envar>G_FILENAME_ENCODING</envar> to the value "@locale":</para> + issue. In order to tell <application>GLib</application> and + applications that use it that filenames are in the default locale + encoding, set the variable <envar>G_FILENAME_ENCODING</envar> to the + value "@locale":</para> <screen><userinput>cat > /etc/profile.d/glib2-locale.sh << "EOF" <literal># Use the current locale charset for filenames @@ -148,10 +149,12 @@ <seglistitem> <seg>glib-genmarshal, glib-gettextize, glib-mkenums, gobject-query, gtester and gtester-report</seg> - <seg>libglib-2.0.so, libgobject-2.0.so, libgmodule-2.0.so, and - libgthread-2.0.so</seg> - <seg>/usr/include/glib-2.0, /usr/lib/glib-2.0, /usr/share/glib-2.0, - /usr/share/gtk-doc/html/glib, and /usr/share/gtk-doc/html/gobject</seg> + <seg>libgio-2.0.so, libglib-2.0.so, libgobject-2.0.so, + libgmodule-2.0.so, and libgthread-2.0.so</seg> + <seg>/usr/include/gio-unix-2.0, /usr/include/glib-2.0, + /usr/lib/gio, /usr/lib/glib-2.0, /usr/share/glib-2.0, + /usr/share/gtk-doc/html/gio, /usr/share/gtk-doc/html/glib, + and /usr/share/gtk-doc/html/gobject</seg> </seglistitem> </segmentedlist> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-07-25 13:10:44 UTC (rev 7865) +++ trunk/BOOK/general.ent 2009-07-25 14:23:20 UTC (rev 7866) @@ -109,7 +109,7 @@ <!ENTITY libxslt-version "1.1.24"> <!ENTITY libgtkhtml-version "2.11.1"> <!ENTITY GLib-version "1.2.10"> -<!ENTITY glib2-version "2.18.4"> +<!ENTITY glib2-version "2.20.4"> <!ENTITY libidl-version "0.8.12"> <!ENTITY libcroco-version "0.6.1"> <!ENTITY libgsf-version "1.14.7"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2009-07-25 13:10:44 UTC (rev 7865) +++ trunk/BOOK/introduction/welcome/changelog.xml 2009-07-25 14:23:20 UTC (rev 7866) @@ -45,6 +45,9 @@ <para>July 25th, 2009</para> <itemizedlist> <listitem> + <para>[gdalziel] - Updated to GLib-2.20.4.</para> + </listitem> + <listitem> <para>[gdalziel] - Updated to ATK-1.26.0.</para> </listitem> </itemizedlist> Modified: trunk/BOOK/introduction/welcome/credits.xml =================================================================== --- trunk/BOOK/introduction/welcome/credits.xml 2009-07-25 13:10:44 UTC (rev 7865) +++ trunk/BOOK/introduction/welcome/credits.xml 2009-07-25 14:23:20 UTC (rev 7866) @@ -159,11 +159,6 @@ <itemizedlist> <listitem> - <para>ePDFView: - <emphasis>Guy Dalziel</emphasis></para> - </listitem> - - <listitem> <para>traceroute: <emphasis>Jeff Bauman</emphasis></para> </listitem> @@ -194,6 +189,11 @@ </listitem> <listitem> + <para>ePDFView: + <emphasis>Guy Dalziel</emphasis></para> + </listitem> + + <listitem> <para>Amarok: <emphasis>Robert Daniels</emphasis></para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
