Author: bdubbs
Date: Mon Mar 11 11:37:50 2019
New Revision: 21305

Log:
Update to libXdamage-1.1.5 (Xorg Library). 
Update to libXcursor-1.2.0 (Xorg Library). 
Update to libXcomposite-0.4.5 (Xorg Library). 
Update to libFS-1.0.8 (Xorg Library). 
Update to gobject-introspection-1.60.0. 
Update to pygobject-3.32.0.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/gobject-introspection.xml
   trunk/BOOK/general/prog/pygobject3.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/x/installing/x7lib.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sun Mar 10 22:58:37 2019        (r21304)
+++ trunk/BOOK/general.ent      Mon Mar 11 11:37:50 2019        (r21305)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "10">                   <!-- Always 2 digits -->
+<!ENTITY day          "11">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2019">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "March 10th, &year;">
+<!ENTITY releasedate  "March 11th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/general/genlib/gobject-introspection.xml
==============================================================================
--- trunk/BOOK/general/genlib/gobject-introspection.xml Sun Mar 10 22:58:37 
2019        (r21304)
+++ trunk/BOOK/general/genlib/gobject-introspection.xml Mon Mar 11 11:37:50 
2019        (r21305)
@@ -5,13 +5,13 @@
   %general-entities;
 
   <!ENTITY gobject-introspection-download-http
-    
"&gnome-download-http;/gobject-introspection/1.58/gobject-introspection-&gobject-introspection-version;.tar.xz">
+    
"&gnome-download-http;/gobject-introspection/1.60/gobject-introspection-&gobject-introspection-version;.tar.xz">
   <!ENTITY gobject-introspection-download-ftp
-    
"&gnome-download-ftp;/gobject-introspection/1.58/gobject-introspection-&gobject-introspection-version;.tar.xz">
-  <!ENTITY gobject-introspection-md5sum        
"182432c1f33886be8f4da073218b597d">
-  <!ENTITY gobject-introspection-size          "1.3 MB">
-  <!ENTITY gobject-introspection-buildsize     "38 MB (add 7 MB for tests)">
-  <!ENTITY gobject-introspection-time          "0.3 SBU (add 0.3 SBU for 
tests)">
+    
"&gnome-download-ftp;/gobject-introspection/1.60/gobject-introspection-&gobject-introspection-version;.tar.xz">
+  <!ENTITY gobject-introspection-md5sum        
"5f75baadfc9baffaeca203c280b9d592">
+  <!ENTITY gobject-introspection-size          "1.2 MB">
+  <!ENTITY gobject-introspection-buildsize     "42 MB (with tests)">
+  <!ENTITY gobject-introspection-time          "0.2 SBU (Using parallelism=4; 
with tests)">
 ]>
 
 <sect1 id="gobject-introspection" 
xreflabel="gobject-introspection-&gobject-introspection-version;">
@@ -78,24 +78,17 @@
       <xref linkend="glib2"/>
     </para>
 
-    <bridgehead renderas="sect4">Recommended</bridgehead>
-    <para role="recommended">
-      <xref linkend="which"/>
-<!-- If - -with-python is used, configure runs "which $PYTHON", where PYTHON
-     is set to the argument of the switch. Somewhat silly because the presence
-     of which is not tested... -->
-    </para>
-
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
       <xref linkend="cairo"/> (required for the tests),
-      <xref linkend="gjs"/> (to satisfy one of the tests),
+      <xref linkend="gjs"/> (to satisfy one test),
       <xref linkend="gtk-doc"/>,
-      <xref linkend="Mako"/>,
-      <xref linkend="python2"/>, and
-      <ulink url="https://pypi.org/project/Markdown/";>Markdown</ulink>
+      <xref linkend="Mako"/>, and
+      <ulink url="https://pypi.org/project/Markdown/";>Markdown</ulink> (to 
satisfy one test)
       <!-- There was talk of this being required in the release notes. Can 
someone
-      who doesn't have this installed verify? -->
+      who doesn't have this installed verify? 
+      It is only needed for one test.  bdubbs March 3, 2019
+      -->
     </para>
 
     <para condition="html" role="usernotes">User Notes:
@@ -111,13 +104,15 @@
       the following commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr    \
-            --disable-static \
-            --with-python=/usr/bin/python3 &amp;&amp;
-make</userinput></screen>
+<screen><userinput>mkdir build &amp;&amp;
+cd    buils &amp;&amp;
+
+meson --prefix=/usr .. &amp;&amp;
+ninja</userinput></screen>
 
     <para>
-      To test the results, issue: <command>make check</command>.
+      To test the results, issue: <command>ninja test -k0</command>.
+      One test fails if the optional Markdown module is not installed.
       <!--One test, Regress-1.0.gir, is known to fail with glibc-2.28.-->
       <!-- This worked fine in 2.27, but is broken again in 2.28. -->
       <!-- This works again with glibc 2.28 and gi 1.58.0 -->
@@ -127,21 +122,20 @@
       Now, as the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>make install</userinput></screen>
+<screen role="root"><userinput>ninja install</userinput></screen>
 
   </sect2>
 
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-      href="../../xincludes/static-libraries.xml"/>
+    <para><parameter>-Dgtk_doc=true</parameter>: Build and install 
+    the documentation.</para>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-      href="../../xincludes/gtk-doc-rebuild.xml"/>
+    <para><parameter>-Dcairo=true</parameter>: Use cairo for tests.</para>
 
-    <para><parameter>--with-python=/usr/bin/python3</parameter>: ensure the
-    Python-3.x interpreter is used instead of Python-2.x if installed.</para>
+    <para><parameter>-Ddoctool=true</parameter>: Install g-ir-doc-tool 
+    and run related tests.</para>
 
   </sect2>
 
@@ -161,7 +155,7 @@
         </seg>
         <seg>
           libgirepository-1.0.so and
-          /usr/lib/gobject-introspection/giscanner/_giscanner.so
+          _giscanner.cpython-37m-x86_64-linux-gnu.so
         </seg>
         <seg>
           /usr/include/gobject-introspection-1.0,

Modified: trunk/BOOK/general/prog/pygobject3.xml
==============================================================================
--- trunk/BOOK/general/prog/pygobject3.xml      Sun Mar 10 22:58:37 2019        
(r21304)
+++ trunk/BOOK/general/prog/pygobject3.xml      Mon Mar 11 11:37:50 2019        
(r21305)
@@ -5,12 +5,12 @@
   %general-entities;
 
   <!ENTITY pygobject3-download-http
-           
"&gnome-download-http;/pygobject/&gnome-minor-30;/pygobject-&pygobject3-version;.tar.xz">
+           
"&gnome-download-http;/pygobject/&gnome-minor-32;/pygobject-&pygobject3-version;.tar.xz">
   <!ENTITY pygobject3-download-ftp
-           
"&gnome-download-ftp;/pygobject/&gnome-minor-30;/pygobject-&pygobject3-version;.tar.xz">
-  <!ENTITY pygobject3-md5sum        "d42f8ec30faa76a25f7d0afc88b4d822">
-  <!ENTITY pygobject3-size          "533 KB">
-  <!ENTITY pygobject3-buildsize     "14 MB">
+           
"&gnome-download-ftp;/pygobject/&gnome-minor-32;/pygobject-&pygobject3-version;.tar.xz">
+  <!ENTITY pygobject3-md5sum        "6e39bca1d19a27cde4435061dd59578a">
+  <!ENTITY pygobject3-size          "540 KB">
+  <!ENTITY pygobject3-buildsize     "19 MB">
   <!ENTITY pygobject3-time          "0.1 SBU">
 ]>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Mar 10 22:58:37 
2019        (r21304)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Mar 11 11:37:50 
2019        (r21305)
@@ -42,6 +42,36 @@
     </listitem>
 -->
     <listitem>
+      <para>March 11th, 2019</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to libXdamage-1.1.5 (Xorg Library). Fixes
+          <ulink url="&blfs-ticket-root;11790">#11790</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to libXcursor-1.2.0 (Xorg Library). Fixes
+          <ulink url="&blfs-ticket-root;11789">#11789</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to libXcomposite-0.4.5 (Xorg Library). Fixes
+          <ulink url="&blfs-ticket-root;11788">#11788</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to libFS-1.0.8 (Xorg Library). Fixes
+          <ulink url="&blfs-ticket-root;11787">#11787</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to gobject-introspection-1.60.0. Fixes
+          <ulink url="&blfs-ticket-root;11786">#11786</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to pygobject-3.32.0. Fixes
+          <ulink url="&blfs-ticket-root;11785">#11785</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>March 10th, 2019</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sun Mar 10 22:58:37 2019        (r21304)
+++ trunk/BOOK/packages.ent     Mon Mar 11 11:37:50 2019        (r21305)
@@ -105,7 +105,7 @@
 <!ENTITY glibmm-version               "2.58.0">
 <!ENTITY gmime-version                "2.6.23">
 <!ENTITY gmime3-version               "3.2.3">
-<!ENTITY gobject-introspection-version "1.58.3">
+<!ENTITY gobject-introspection-version "1.60.0">
 <!ENTITY grantlee-version             "5.1.0">
 <!ENTITY gsl-version                  "2.5">
 
@@ -531,7 +531,7 @@
 <!ENTITY pycairo-version              "1.18.0">
 <!ENTITY pycrypto-version             "2.6.1">
 <!ENTITY pygobject2-version           "2.28.7">
-<!ENTITY pygobject3-version           "3.30.4">
+<!ENTITY pygobject3-version           "3.32.0">
 <!ENTITY pygtk-version                "2.24.0">
 <!ENTITY pyxdg-version                "0.25">
 <!ENTITY PyYAML-version               "3.13">

Modified: trunk/BOOK/x/installing/x7lib.xml
==============================================================================
--- trunk/BOOK/x/installing/x7lib.xml   Sun Mar 10 22:58:37 2019        (r21304)
+++ trunk/BOOK/x/installing/x7lib.xml   Mon Mar 11 11:37:50 2019        (r21305)
@@ -19,8 +19,8 @@
   <!ENTITY libXext-version                 "1.3.3">
   <!ENTITY libXext-md5sum                  "52df7c4c1f0badd9f82ab124fb32eb97">
 
-  <!ENTITY libFS-version                   "1.0.7">
-  <!ENTITY libFS-md5sum                    "d79d9fe2aa55eb0f69b1a4351e1368f7">
+  <!ENTITY libFS-version                   "1.0.8">
+  <!ENTITY libFS-md5sum                    "4e1196275aa743d6ebd3d3d5ec1dff9c">
 
   <!ENTITY libICE-version                  "1.0.9">
   <!ENTITY libICE-md5sum                   "addfb1e897ca8079531669c7c7711726">
@@ -46,17 +46,17 @@
   <!ENTITY libXfixes-version               "5.0.3">
   <!ENTITY libXfixes-md5sum                "07e01e046a0215574f36a3aacb148be0">
 
-  <!ENTITY libXcomposite-version           "0.4.4">
-  <!ENTITY libXcomposite-md5sum            "f7a218dcbf6f0848599c6c36fc65c51a">
+  <!ENTITY libXcomposite-version           "0.4.5">
+  <!ENTITY libXcomposite-md5sum            "3fa0841ea89024719b20cd702a9b54e0">
 
   <!ENTITY libXrender-version              "0.9.10">
   <!ENTITY libXrender-md5sum               "802179a76bded0b658f4e9ec5e1830a4">
 
-  <!ENTITY libXcursor-version              "1.1.15">
-  <!ENTITY libXcursor-md5sum               "58fe3514e1e7135cf364101e714d1a14">
+  <!ENTITY libXcursor-version              "1.2.0">
+  <!ENTITY libXcursor-md5sum               "9b9be0e289130fb820aedf67705fc549">
 
-  <!ENTITY libXdamage-version              "1.1.4">
-  <!ENTITY libXdamage-md5sum               "0cf292de2a9fa2e9a939aefde68fd34f">
+  <!ENTITY libXdamage-version              "1.1.5">
+  <!ENTITY libXdamage-md5sum               "e3f554267a7a04b042dc1f6352bd6d99">
 
   <!ENTITY libfontenc-version              "1.1.4">
   <!ENTITY libfontenc-md5sum               "6447db6a689fb530c218f0f8328c3abc">
-- 
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