Changeset 3196180f
- Timestamp:
- 03/04/2014 11:27:42 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 6e02b8c9
- Parents:
- 4a39deed
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/pygobject2.xml
r4a39deed r3196180f 10 10 "&gnome-download-ftp;/pygobject/2.28/pygobject-&pygobject2-version;.tar.xz"> 11 11 <!ENTITY pygobject2-md5sum "9415cb7f2b3a847f2310ccea258b101e"> 12 <!ENTITY pygobject2-size "73 0KB">13 <!ENTITY pygobject2-buildsize "2 5MB">12 <!ENTITY pygobject2-size "732 KB"> 13 <!ENTITY pygobject2-buildsize "24 MB"> 14 14 <!ENTITY pygobject2-time "0.2 SBU"> 15 15 ]> … … 73 73 <listitem> 74 74 <para> 75 Optionalpatch: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"/> 77 77 </para> 78 78 </listitem> … … 102 102 103 103 <para> 104 If you have installed <xref linkend="gobject-introspection"/>, apply the105 required patch by running the following commands:106 </para>107 108 <screen><userinput>patch -p1 < ../pygobject-&pygobject2-version;-introspection-1.patch</userinput></screen>109 110 <para>111 104 Install <application>PyGObject</application> by running the following 112 105 commands: 113 106 </para> 114 107 115 <screen><userinput>./configure --prefix=/usr --disable-introspection && 108 <screen><userinput>patch -Np1 -i ../pygobject-&pygobject2-version;-fixes-1.patch && 109 ./configure --prefix=/usr --disable-introspection && 116 110 make</userinput></screen> 117 111 -
introduction/welcome/changelog.xml
r4a39deed r3196180f 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[fernando] - Include upstream fixes with new patch and update 52 statistics of pygobject-2.28.6.</para> 53 </listitem> 54 <listitem> 51 55 <para>[fernando] - Tweaks, reformats and fixes: setqt, Qt-5.2.1, 52 56 Qt-4.8.5, LibreOffice-4.2.0, WebKitGTK+-1.10.2 and
Note:
See TracChangeset
for help on using the changeset viewer.