Author: bdubbs
Date: Mon Jan 13 13:01:46 2020
New Revision: 22571

Log:
Update to cbindgen-0.12.2. 
Update to babl-0.1.74. 
Update to libuv-1.34.1. 
Update to xfdesktop-4.14.2. 
Update to xfce4-panel-4.14.3.

Modified:
   trunk/BOOK/book/bookinfo.xml
   trunk/BOOK/general/genlib/libuv.xml
   trunk/BOOK/general/graphlib/babl.xml
   trunk/BOOK/general/prog/cbindgen.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/xfce/core/xfce4-panel.xml
   trunk/BOOK/xfce/core/xfdesktop.xml

Modified: trunk/BOOK/book/bookinfo.xml
==============================================================================
--- trunk/BOOK/book/bookinfo.xml        Mon Jan 13 11:39:48 2020        (r22570)
+++ trunk/BOOK/book/bookinfo.xml        Mon Jan 13 13:01:46 2020        (r22571)
@@ -134,7 +134,7 @@
     </revision>
 
     <revision>
-      <revnumber>6.2.0</revnumber>
+      <revnumber>6.2</revnumber>
       <date>2007-02-14</date>
       <revremark>Sixth release</revremark>
     </revision>

Modified: trunk/BOOK/general/genlib/libuv.xml
==============================================================================
--- trunk/BOOK/general/genlib/libuv.xml Mon Jan 13 11:39:48 2020        (r22570)
+++ trunk/BOOK/general/genlib/libuv.xml Mon Jan 13 13:01:46 2020        (r22571)
@@ -6,7 +6,7 @@
 
   <!ENTITY libuv-download-http 
"https://dist.libuv.org/dist/v&libuv-version;/libuv-v&libuv-version;.tar.gz";>
   <!ENTITY libuv-download-ftp  " ">
-  <!ENTITY libuv-md5sum        "811ebe06c326e788ac7adf062328f3f1">
+  <!ENTITY libuv-md5sum        "3c22a4b85c32c0d96f1de3a9fd2afda9">
   <!ENTITY libuv-size          "1.2 MB">
   <!ENTITY libuv-buildsize     "24 MB (with tests)">
   <!ENTITY libuv-time          "0.6 SBU (with tests)">

Modified: trunk/BOOK/general/graphlib/babl.xml
==============================================================================
--- trunk/BOOK/general/graphlib/babl.xml        Mon Jan 13 11:39:48 2020        
(r22570)
+++ trunk/BOOK/general/graphlib/babl.xml        Mon Jan 13 13:01:46 2020        
(r22571)
@@ -6,9 +6,9 @@
 
   <!ENTITY babl-download-http 
"https://download.gimp.org/pub/babl/0.1/babl-&babl-version;.tar.xz";>
   <!ENTITY babl-download-ftp  " ">
-  <!ENTITY babl-md5sum        "4f2c317328d89242e552fcb5ef66a844">
+  <!ENTITY babl-md5sum        "d032853f2678bc95054c39d4f02045c1">
   <!ENTITY babl-size          "288 KB">
-  <!ENTITY babl-buildsize     "17 MB (with tests)">
+  <!ENTITY babl-buildsize     "16 MB (with tests)">
   <!ENTITY babl-time          "less than 0.1 SBU (Using parallelism=4; with 
tests)">
 ]>
 

Modified: trunk/BOOK/general/prog/cbindgen.xml
==============================================================================
--- trunk/BOOK/general/prog/cbindgen.xml        Mon Jan 13 11:39:48 2020        
(r22570)
+++ trunk/BOOK/general/prog/cbindgen.xml        Mon Jan 13 13:01:46 2020        
(r22571)
@@ -6,10 +6,10 @@
 
   <!ENTITY cbindgen-download-http 
"https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz";>
   <!ENTITY cbindgen-download-ftp  " ">
-  <!ENTITY cbindgen-md5sum        "d27816a078853131de8fc2f448df1f1d">
-  <!ENTITY cbindgen-size          "145 KB">
-  <!ENTITY cbindgen-buildsize     "97 MB (add 520 MB for tests)">
-  <!ENTITY cbindgen-time          "1.1 SBU (Using parallelism=4; add 0.5 SBU 
for tests)">
+  <!ENTITY cbindgen-md5sum        "85a5dd56c2f6cc3ffb04291610918761">
+  <!ENTITY cbindgen-size          "148 KB">
+  <!ENTITY cbindgen-buildsize     "91 MB (add 520 MB for tests)">
+  <!ENTITY cbindgen-time          "1.2 SBU (Using parallelism=4; add 0.5 SBU 
for tests)">
 ]>
 
 <sect1 id="cbindgen" xreflabel="Cbindgen-&cbindgen-version;">
@@ -116,7 +116,7 @@
 
     <para>
       To test the results, issue: <command>cargo test</command>.
-      Six tests, test_expand*, are known to fail.
+      Seven tests, test_expand* and test_dep_v2, are known to fail.
     </para>
 
     <para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Jan 13 11:39:48 
2020        (r22570)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Jan 13 13:01:46 
2020        (r22571)
@@ -45,6 +45,26 @@
       <para>January 13th, 2020</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update to cbindgen-0.12.2. Fixes
+          <ulink url="&blfs-ticket-root;13015">#13015</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to babl-0.1.74. Fixes
+          <ulink url="&blfs-ticket-root;13014">#13014</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to libuv-1.34.1. Fixes
+          <ulink url="&blfs-ticket-root;13013">#13013</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to xfdesktop-4.14.2. Fixes
+          <ulink url="&blfs-ticket-root;13012">#13012</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to xfce4-panel-4.14.3. Fixes
+          <ulink url="&blfs-ticket-root;13011">#13011</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[renodr] - Adapt WebKitGTK+ to changes in ICU-65.1+</para>
         </listitem>
       </itemizedlist>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Mon Jan 13 11:39:48 2020        (r22570)
+++ trunk/BOOK/packages.ent     Mon Jan 13 13:01:46 2020        (r22571)
@@ -159,7 +159,7 @@
 <!ENTITY libunistring-version         "0.9.10">
 <!ENTITY libusb-version               "1.0.23">
 <!ENTITY libusb-compat-version        "0.1.5">
-<!ENTITY libuv-version                "1.34.0">
+<!ENTITY libuv-version                "1.34.1">
 <!ENTITY libxkbcommon-version         "0.9.1">
 <!-- the libxml2-version is also used for the python2 module,
 which is built separately after libxml2.so has been installed,
@@ -191,7 +191,7 @@
 
 <!-- Chapter 10 -->
 <!ENTITY aalib-version                "1.4rc5">
-<!ENTITY babl-version                 "0.1.72">
+<!ENTITY babl-version                 "0.1.74">
 <!ENTITY exiv2-version                "0.27.2">
 <!ENTITY freetype2-version            "2.10.1">
 <!ENTITY fontconfig-version           "2.13.1">  <!-- stable lt .90 micro 
version -->
@@ -309,7 +309,7 @@
 <!-- Chapter 13 -->
 <!ENTITY autoconf213-version          "2.13">
 <!ENTITY bazaar-version               "2.5.1">
-<!ENTITY cbindgen-version             "0.12.1">
+<!ENTITY cbindgen-version             "0.12.2">
 <!ENTITY check-version                "0.12.0">
 <!ENTITY clisp-version                "2.49">
 <!ENTITY cmake-major-version          "3.16">
@@ -793,7 +793,7 @@
 <!ENTITY garcon-version               "0.6.4">
 <!ENTITY gtk-xfce-engine-version      "3.2.0">
 <!ENTITY libwnck2-version             "2.30.7">
-<!ENTITY xfce4-panel-version          "4.14.2">
+<!ENTITY xfce4-panel-version          "4.14.3">
 <!ENTITY xfce4-xkb-plugin-version     "0.7.1">
 <!ENTITY thunar-version               "1.8.11">
 <!ENTITY thunar-volman-version        "0.9.5">
@@ -801,7 +801,7 @@
 <!ENTITY xfce4-appfinder-version      "4.14.0">
 <!ENTITY xfce4-power-manager-version  "1.6.5">
 <!ENTITY xfce4-settings-version       "4.14.2">
-<!ENTITY xfdesktop-version            "4.14.1">
+<!ENTITY xfdesktop-version            "4.14.2">
 <!ENTITY xfwm4-version                "4.14.0">
 <!ENTITY xfce4-session-version        "4.14.1">
 

Modified: trunk/BOOK/xfce/core/xfce4-panel.xml
==============================================================================
--- trunk/BOOK/xfce/core/xfce4-panel.xml        Mon Jan 13 11:39:48 2020        
(r22570)
+++ trunk/BOOK/xfce/core/xfce4-panel.xml        Mon Jan 13 13:01:46 2020        
(r22571)
@@ -7,7 +7,7 @@
   <!ENTITY xfce4-panel-download-http
            
"http://archive.xfce.org/src/xfce/xfce4-panel/&xfce4-version;/xfce4-panel-&xfce4-panel-version;.tar.bz2";>
   <!ENTITY xfce4-panel-download-ftp  " ">
-  <!ENTITY xfce4-panel-md5sum        "b3bca7d883e339920fb711f0552e8842">
+  <!ENTITY xfce4-panel-md5sum        "177818d4a84633c1d489f703fffe905d">
   <!ENTITY xfce4-panel-size          "1.2 MB">
   <!ENTITY xfce4-panel-buildsize     "37 MB">
   <!ENTITY xfce4-panel-time          "0.4 SBU">
@@ -95,21 +95,6 @@
     <title>Installation of Xfce4 Panel</title>
 
     <para>
-      First, add a missing file:
-    </para>
-
-<screen><userinput>cat &gt; libxfce4panel/libxfce4panel-2.0.deps &lt;&lt; EOF
-atk
-gio-2.0
-cairo
-pango
-gdk-pixbuf-2.0
-gdk-3.0
-gtk+-3.0
-libxfce4util-1.0
-EOF</userinput></screen>
-
-    <para>
       Install <application>Xfce4 Panel</application> by running the following
       commands:
     </para>

Modified: trunk/BOOK/xfce/core/xfdesktop.xml
==============================================================================
--- trunk/BOOK/xfce/core/xfdesktop.xml  Mon Jan 13 11:39:48 2020        (r22570)
+++ trunk/BOOK/xfce/core/xfdesktop.xml  Mon Jan 13 13:01:46 2020        (r22571)
@@ -7,8 +7,8 @@
   <!ENTITY xfdesktop-download-http
            
"http://archive.xfce.org/src/xfce/xfdesktop/&xfce4-version;/xfdesktop-&xfdesktop-version;.tar.bz2";>
   <!ENTITY xfdesktop-download-ftp  " ">
-  <!ENTITY xfdesktop-md5sum        "de4b8f6687862ad46dbe4e1ced453f4d">
-  <!ENTITY xfdesktop-size          "1.5 MB">
+  <!ENTITY xfdesktop-md5sum        "5db09df39b0808f25bd3a3128f8c9e77">
+  <!ENTITY xfdesktop-size          "1.4 MB">
   <!ENTITY xfdesktop-buildsize     "18 MB">
   <!ENTITY xfdesktop-time          "0.2 SBU">
 ]>
-- 
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