Author: fernando
Date: Tue Mar  4 15:27:42 2014
New Revision: 12820

Log:
Include upstream fixes with new patch and update statistics of 
pygobject-2.28.6. Thanks Armin K. and Thomas Kaedin.

Modified:
   trunk/BOOK/general/prog/pygobject2.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general/prog/pygobject2.xml
==============================================================================
--- trunk/BOOK/general/prog/pygobject2.xml      Tue Mar  4 06:20:07 2014        
(r12819)
+++ trunk/BOOK/general/prog/pygobject2.xml      Tue Mar  4 15:27:42 2014        
(r12820)
@@ -9,8 +9,8 @@
   <!ENTITY pygobject2-download-ftp
            
"&gnome-download-ftp;/pygobject/2.28/pygobject-&pygobject2-version;.tar.xz">
   <!ENTITY pygobject2-md5sum        "9415cb7f2b3a847f2310ccea258b101e">
-  <!ENTITY pygobject2-size          "730 KB">
-  <!ENTITY pygobject2-buildsize     "25 MB">
+  <!ENTITY pygobject2-size          "732 KB">
+  <!ENTITY pygobject2-buildsize     "24 MB">
   <!ENTITY pygobject2-time          "0.2 SBU">
 ]>
 
@@ -72,8 +72,8 @@
     <itemizedlist spacing="compact">
       <listitem>
         <para>
-          Optional patch:
-          <ulink 
url="&patch-root;/pygobject-&pygobject2-version;-introspection-1.patch"/>
+          Required patch:
+          <ulink 
url="&patch-root;/pygobject-&pygobject2-version;-fixes-1.patch"/>
         </para>
       </listitem>
     </itemizedlist>
@@ -101,18 +101,12 @@
       <title>Installation of PyGObject</title>
 
       <para>
-        If you have installed <xref linkend="gobject-introspection"/>, apply 
the
-        required patch by running the following commands:
-      </para>
-
-<screen><userinput>patch -p1 &lt; 
../pygobject-&pygobject2-version;-introspection-1.patch</userinput></screen>
-
-      <para>
         Install <application>PyGObject</application> by running the following
         commands:
       </para>
 
-<screen><userinput>./configure --prefix=/usr --disable-introspection &amp;&amp;
+<screen><userinput>patch -Np1 -i 
../pygobject-&pygobject2-version;-fixes-1.patch   &amp;&amp;
+./configure --prefix=/usr --disable-introspection &amp;&amp;
 make</userinput></screen>
 
       <para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Tue Mar  4 06:20:07 
2014        (r12819)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Mar  4 15:27:42 
2014        (r12820)
@@ -48,6 +48,10 @@
       <para>March 4th, 2014</para>
       <itemizedlist>
         <listitem>
+          <para>[fernando] - Include upstream fixes with new patch and update
+          statistics of pygobject-2.28.6.</para>
+        </listitem>
+        <listitem>
           <para>[fernando] - Tweaks, reformats and fixes: setqt, Qt-5.2.1,
           Qt-4.8.5, LibreOffice-4.2.0, WebKitGTK+-1.10.2 and
           WebKitGTK+-2.2.4.</para>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to