Author: pierre
Date: Fri Mar  6 01:08:32 2020
New Revision: 22809

Log:
a few fixes for glib-2.64.0:
- download url: change the entities so that a change is needed only in
  package.ent
- move a note to where it should be
- add the patch (at r4079 in patch repo)

Modified:
   trunk/BOOK/general/genlib/glib2.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/genlib/glib2.xml
==============================================================================
--- trunk/BOOK/general/genlib/glib2.xml Thu Mar  5 18:29:56 2020        (r22808)
+++ trunk/BOOK/general/genlib/glib2.xml Fri Mar  6 01:08:32 2020        (r22809)
@@ -4,8 +4,8 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY glib2-download-http 
"&gnome-download-http;/glib/2.62/glib-&glib2-version;.tar.xz">
-  <!ENTITY glib2-download-ftp  
"&gnome-download-ftp;/glib/2.62/glib-&glib2-version;.tar.xz">
+  <!ENTITY glib2-download-http 
"&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
+  <!ENTITY glib2-download-ftp  
"&gnome-download-ftp;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
   <!ENTITY glib2-md5sum        "371da59c0dde8675147e32361ef10d68">
   <!ENTITY glib2-size          "4.5 MB">
   <!ENTITY glib2-buildsize     "176 MB (add 6 MB for tests)">
@@ -183,6 +183,12 @@
       ..                 &amp;&amp;
 ninja</userinput></screen>
 
+    <note><para>
+      If <xref linkend="libxslt"/> is installed, the above command may
+      indicate several (about 33) errors that start with "Error: no ID for
+      constraint linkend:" when gnerating the man pages.  These are harmless.
+    </para></note>
+
     <para>
       The <application>GLib</application> test suite requires
       <application>desktop-file-utils</application> for some tests. However,
@@ -196,12 +202,6 @@
       Now, as the <systemitem class="username">root</systemitem> user:
     </para>
 
-    <note><para>
-      If <xref linkend="libxslt"/> is installed, the following command may
-      indicate several (about 33) errors that start with "Error: no ID for
-      constraint linkend:" when installing the man pages.  These are harmless.
-    </para></note>
-
 <screen role="root"><userinput>ninja install &amp;&amp;
 
 mkdir -p /usr/share/doc/glib-&glib2-version; &amp;&amp;

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Thu Mar  5 18:29:56 2020        (r22808)
+++ trunk/BOOK/packages.ent     Fri Mar  6 01:08:32 2020        (r22809)
@@ -97,7 +97,8 @@
 <!ENTITY expat-version                "2.1.0">
 <!ENTITY fftw-version                 "3.3.8">
 <!ENTITY gcab-version                 "0.7">
-<!ENTITY glib2-version                "2.64.0">
+<!ENTITY glib2-minor                  "2.64">
+<!ENTITY glib2-version                "&glib2-minor;.0">
 <!ENTITY glibmm-version               "2.62.0">
 <!ENTITY gmime-version                "2.6.23">
 <!ENTITY gmime3-version               "3.2.6">
-- 
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