Author: ken Date: 2012-01-25 16:57:39 -0700 (Wed, 25 Jan 2012) New Revision: 9218
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/glib2.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Update to glib-2.30.2. Modified: trunk/BOOK/general/genlib/glib2.xml =================================================================== --- trunk/BOOK/general/genlib/glib2.xml 2012-01-25 23:46:18 UTC (rev 9217) +++ trunk/BOOK/general/genlib/glib2.xml 2012-01-25 23:57:39 UTC (rev 9218) @@ -4,9 +4,9 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.30/glib-&glib2-version;.tar.bz2"> - <!ENTITY glib2-download-ftp "ftp://ftp.gtk.org/pub/glib/2.30/glib-&glib2-version;.tar.bz2"> - <!ENTITY glib2-md5sum "921ef2e86e911feb5e21f656f1ac305b"> + <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.30/glib-&glib2-version;.tar.xz"> + <!ENTITY glib2-download-ftp "&gnome-download-ftp;/glib/2.30/glib-&glib2-version;.tar.xz"> + <!ENTITY glib2-md5sum "b7dd26aa83de0b59c867a0b9eb9f9462"> <!ENTITY glib2-size "7.4 MB"> <!ENTITY glib2-buildsize "179 MB"> <!ENTITY glib2-time "1.5 SBU (additional 4.0 SBU to run the test suite)"> @@ -109,7 +109,7 @@ many reasons why the internal PCRE should be used --> <screen><userinput>PCRE_LIBS=-lpcre PCRE_CFLAGS=" " \ LIBFFI_LIBS=-lffi LIBFFI_CFLAGS=-I/usr/lib/libffi-3.0.10/include \ -./configure --prefix=/usr --with-pcre=system && +./configure --prefix=/usr --sysconfdir=/etc --with-pcre=system && make</userinput></screen> <para>The <application>GLib</application> test suite requires Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-01-25 23:46:18 UTC (rev 9217) +++ trunk/BOOK/general.ent 2012-01-25 23:57:39 UTC (rev 9218) @@ -168,7 +168,7 @@ <!ENTITY libxslt-version "1.1.26"> <!ENTITY libgtkhtml-version "2.11.1"> <!ENTITY GLib-version "1.2.10"> -<!ENTITY glib2-version "2.30.1"> +<!ENTITY glib2-version "2.30.2"> <!ENTITY dbus-glib-version "0.98"> <!ENTITY glibmm-version "2.24.2"> <!ENTITY libidl-version "0.8.14"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-01-25 23:46:18 UTC (rev 9217) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-01-25 23:57:39 UTC (rev 9218) @@ -54,6 +54,9 @@ libgee-0.6.0, telepathy-logger-0.2.10 and telepathy-mission-control-5.9.1 from Wayne.</para> </listitem> + <listitem> + <para>[ken] - Merge glib-2.30.2 from Wayne.</para> + </listitem> </itemizedlist> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
