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

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12820 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2014-03-04 23:27:42 +00:00
parent 4a39deedb4
commit 3196180fe8
2 changed files with 10 additions and 12 deletions

View File

@ -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>
@ -100,19 +100,13 @@
<sect3 role="installation">
<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>

View File

@ -47,6 +47,10 @@
<listitem>
<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