Ignore:
Timestamp:
03/04/2014 11:27:42 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6e02b8c9
Parents:
4a39deed
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pygobject2.xml

    r4a39deed r3196180f  
    1010           "&gnome-download-ftp;/pygobject/2.28/pygobject-&pygobject2-version;.tar.xz">
    1111  <!ENTITY pygobject2-md5sum        "9415cb7f2b3a847f2310ccea258b101e">
    12   <!ENTITY pygobject2-size          "730 KB">
    13   <!ENTITY pygobject2-buildsize     "25 MB">
     12  <!ENTITY pygobject2-size          "732 KB">
     13  <!ENTITY pygobject2-buildsize     "24 MB">
    1414  <!ENTITY pygobject2-time          "0.2 SBU">
    1515]>
     
    7373      <listitem>
    7474        <para>
    75           Optional patch:
    76           <ulink url="&patch-root;/pygobject-&pygobject2-version;-introspection-1.patch"/>
     75          Required patch:
     76          <ulink url="&patch-root;/pygobject-&pygobject2-version;-fixes-1.patch"/>
    7777        </para>
    7878      </listitem>
     
    102102
    103103      <para>
    104         If you have installed <xref linkend="gobject-introspection"/>, apply the
    105         required patch by running the following commands:
    106       </para>
    107 
    108 <screen><userinput>patch -p1 &lt; ../pygobject-&pygobject2-version;-introspection-1.patch</userinput></screen>
    109 
    110       <para>
    111104        Install <application>PyGObject</application> by running the following
    112105        commands:
    113106      </para>
    114107
    115 <screen><userinput>./configure --prefix=/usr --disable-introspection &amp;&amp;
     108<screen><userinput>patch -Np1 -i ../pygobject-&pygobject2-version;-fixes-1.patch   &amp;&amp;
     109./configure --prefix=/usr --disable-introspection &amp;&amp;
    116110make</userinput></screen>
    117111
Note: See TracChangeset for help on using the changeset viewer.