Author: renodr
Date: Thu Sep 27 13:50:26 2018
New Revision: 20543

Log:
Update to pygobject3-3.30.1

Modified:
   trunk/BOOK/general/prog/pygobject3.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/prog/pygobject3.xml
==============================================================================
--- trunk/BOOK/general/prog/pygobject3.xml      Thu Sep 27 11:46:46 2018        
(r20542)
+++ trunk/BOOK/general/prog/pygobject3.xml      Thu Sep 27 13:50:26 2018        
(r20543)
@@ -5,12 +5,12 @@
   %general-entities;
 
   <!ENTITY pygobject3-download-http
-           
"&gnome-download-http;/pygobject/&gnome-minor-28;/pygobject-&pygobject3-version;.tar.xz">
+           
"&gnome-download-http;/pygobject/&gnome-minor-30;/pygobject-&pygobject3-version;.tar.xz">
   <!ENTITY pygobject3-download-ftp
-           
"&gnome-download-ftp;/pygobject/&gnome-minor-28;/pygobject-&pygobject3-version;.tar.xz">
-  <!ENTITY pygobject3-md5sum        "3bac63c86bb963aa401f97859464aa90">
-  <!ENTITY pygobject3-size          "984 KB">
-  <!ENTITY pygobject3-buildsize     "23 MB (both modules, with tests)">
+           
"&gnome-download-ftp;/pygobject/&gnome-minor-30;/pygobject-&pygobject3-version;.tar.xz">
+  <!ENTITY pygobject3-md5sum        "77ba5f41a00d5c0cc22962a475f8de67">
+  <!ENTITY pygobject3-size          "540 KB">
+  <!ENTITY pygobject3-buildsize     "26 MB (both modules, with tests)">
   <!ENTITY pygobject3-time          "0.3 SBU (both modules, with tests)">
 ]>
 
@@ -108,12 +108,12 @@
 
 <screen><userinput>mkdir python2 &amp;&amp;
 pushd python2 &amp;&amp;
-../configure --prefix=/usr --with-python=/usr/bin/python &amp;&amp;
-make &amp;&amp;
+meson --prefix=/usr -Dpython=python2 .. &amp;&amp;
+ninja &amp;&amp;
 popd</userinput></screen>
 
       <para>
-        To test the results, issue: <command>make -C python2 check</command>.
+        To test the results, issue: <command>ninja -C python2 test</command>.
         An already active graphical session with bus address is necessary to
         run the tests.
       </para>
@@ -126,12 +126,12 @@
 
 <screen><userinput>mkdir python3 &amp;&amp;
 pushd python3 &amp;&amp;
-../configure --prefix=/usr --with-python=/usr/bin/python3 &amp;&amp;
-make &amp;&amp;
+meson --prefix=/usr -Dpython=python3 &amp;&amp;
+ninja &amp;&amp;
 popd</userinput></screen>
 
       <para>
-        To test the results, issue: <command>make -C python3 check</command>.
+        To test the results, issue: <command>ninja -C python3 test</command>.
         An already active graphical session with bus address is necessary to
         run the tests.
       </para>
@@ -142,7 +142,7 @@
         <systemitem class="username">root</systemitem> user:
       </para>
 
-<screen role="root"><userinput>make -C python2 install</userinput></screen>
+<screen role="root"><userinput>ninja -C python2 install</userinput></screen>
 
       <para>
         To install the <application>Python 3</application> module,
@@ -150,7 +150,7 @@
         <systemitem class="username">root</systemitem> user:
       </para>
 
-<screen role="root"><userinput>make -C python3 install</userinput></screen>
+<screen role="root"><userinput>ninja -C python3 install</userinput></screen>
 
     </sect3>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Sep 27 11:46:46 
2018        (r20542)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Thu Sep 27 13:50:26 
2018        (r20543)
@@ -46,6 +46,10 @@
       <para>September 29th, 2018</para>
       <itemizedlist>
         <listitem>
+          <para>[renodr] - Update to pygobject-3.30.1. Partially fixes
+          <ulink url="&blfs-ticket-root;11090">#11090</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[renodr] - Update to samba-4.9.1. Fixes
           <ulink url="&blfs-ticket-root;11144">#11144</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Thu Sep 27 11:46:46 2018        (r20542)
+++ trunk/BOOK/packages.ent     Thu Sep 27 13:50:26 2018        (r20543)
@@ -423,7 +423,7 @@
 <!ENTITY pycairo-version              "1.17.1">
 <!ENTITY pycrypto-version             "2.6.1">
 <!ENTITY pygobject2-version           "2.28.7">
-<!ENTITY pygobject3-version           "3.28.3">
+<!ENTITY pygobject3-version           "3.30.1">
 <!ENTITY pygtk-version                "2.24.0">
 <!ENTITY pyxdg-version                "0.25">
 <!ENTITY PyYAML-version               "3.13">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to