mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
Update to pygobject-3.10.2.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12194 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
80ee4313be
commit
8c0030080f
@ -412,7 +412,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY py2cairo-version "1.10.0">
|
||||
<!ENTITY pycairo-version "1.10.0">
|
||||
<!ENTITY pygobject2-version "2.28.6">
|
||||
<!ENTITY pygobject3-version "3.10.1">
|
||||
<!ENTITY pygobject3-version "3.10.2">
|
||||
<!ENTITY pygtk-version "2.24.0">
|
||||
<!ENTITY pyatspi2-version "2.10.0">
|
||||
<!ENTITY pyxdg-version "0.25">
|
||||
|
@ -8,10 +8,10 @@
|
||||
"&gnome-download-http;/pygobject/3.10/pygobject-&pygobject3-version;.tar.xz">
|
||||
<!ENTITY pygobject3-download-ftp
|
||||
"&gnome-download-ftp;/pygobject/3.10/pygobject-&pygobject3-version;.tar.xz">
|
||||
<!ENTITY pygobject3-md5sum "3e47b6ebb15eacbdb3cb0f1e3386f7e9">
|
||||
<!ENTITY pygobject3-md5sum "f311155be8510df6ad8e4edf1cb463d4">
|
||||
<!ENTITY pygobject3-size "660 KB">
|
||||
<!ENTITY pygobject3-buildsize "27 MB">
|
||||
<!ENTITY pygobject3-time "0.3 SBU">
|
||||
<!ENTITY pygobject3-time "0.5 SBU">
|
||||
]>
|
||||
|
||||
<!-- Begin PyGObject3 -->
|
||||
@ -108,7 +108,9 @@ make &&
|
||||
popd</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make -C python2 check</command>.
|
||||
To test the results, issue: <command>make -C python2 -k check</command>.
|
||||
An already active graphical session with bus address is necessary to
|
||||
run the tests.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -124,7 +126,9 @@ make &&
|
||||
popd</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make -C python3 check</command>.
|
||||
To test the results, issue: <command>make -C python3 -k check</command>.
|
||||
An already active graphical session with bus address is necessary to
|
||||
run the tests.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -46,6 +46,10 @@
|
||||
<listitem>
|
||||
<para>November 12th, 2013</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to pygobject-3.10.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;4312">#4312</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to pango-1.36.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;4311">#4311</ulink>.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user