mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
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:
parent
4a39deedb4
commit
3196180fe8
@ -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 < ../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 &&
|
||||
<screen><userinput>patch -Np1 -i ../pygobject-&pygobject2-version;-fixes-1.patch &&
|
||||
./configure --prefix=/usr --disable-introspection &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user