Changeset 6489da7


Ignore:
Timestamp:
03/06/2020 09:08:32 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f0d1db9
Parents:
f11d372a
Message:

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)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22809 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    rf11d372a r6489da7  
    55  %general-entities;
    66
    7   <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.62/glib-&glib2-version;.tar.xz">
    8   <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.62/glib-&glib2-version;.tar.xz">
     7  <!ENTITY glib2-download-http "&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
     8  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    99  <!ENTITY glib2-md5sum        "371da59c0dde8675147e32361ef10d68">
    1010  <!ENTITY glib2-size          "4.5 MB">
     
    184184ninja</userinput></screen>
    185185
     186    <note><para>
     187      If <xref linkend="libxslt"/> is installed, the above command may
     188      indicate several (about 33) errors that start with "Error: no ID for
     189      constraint linkend:" when gnerating the man pages.  These are harmless.
     190    </para></note>
     191
    186192    <para>
    187193      The <application>GLib</application> test suite requires
     
    196202      Now, as the <systemitem class="username">root</systemitem> user:
    197203    </para>
    198 
    199     <note><para>
    200       If <xref linkend="libxslt"/> is installed, the following command may
    201       indicate several (about 33) errors that start with "Error: no ID for
    202       constraint linkend:" when installing the man pages.  These are harmless.
    203     </para></note>
    204204
    205205<screen role="root"><userinput>ninja install &amp;&amp;
  • packages.ent

    rf11d372a r6489da7  
    9898<!ENTITY fftw-version                 "3.3.8">
    9999<!ENTITY gcab-version                 "0.7">
    100 <!ENTITY glib2-version                "2.64.0">
     100<!ENTITY glib2-minor                  "2.64">
     101<!ENTITY glib2-version                "&glib2-minor;.0">
    101102<!ENTITY glibmm-version               "2.62.0">
    102103<!ENTITY gmime-version                "2.6.23">
Note: See TracChangeset for help on using the changeset viewer.