Ignore:
Timestamp:
09/17/2020 03:12:15 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
2a21b602
Parents:
d9f1e46
Message:

Update to vala-0.50.0
Update to libgudev-234
Update to glib-2.66.0
Update to gobject-introspection-1.66.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    rd9f1e46 r8b9cf4c  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "9bc5c8da9b31d19c10d91ea4b902c04b">
     9  <!ENTITY glib2-md5sum        "5fbccd13eba61294a3e6ba01bb2f9b83">
    1010  <!ENTITY glib2-size          "4.6 MB">
    11   <!ENTITY glib2-buildsize     "170 MB (add 7 MB for tests)">
    12   <!ENTITY glib2-time          "0.3 SBU (add 0.5 SBU for tests; both using parallelism=4)">
     11  <!ENTITY glib2-buildsize     "205 MB (add 5 MB for tests)">
     12  <!ENTITY glib2-time          "0.6 SBU (add 0.9 SBU for tests; both using parallelism=4)">
    1313]>
    1414
     
    175175    </warning>
    176176
     177    <warning>
     178      <para>
     179        If a previous version of glib is installed, move the headers out of the
     180        way so that later packages do not encounter conflicts:
     181      </para>
     182
     183<screen><userinput remap="pre">[ -e /usr/include/glib-2.0 ] &amp;&amp; mv -vf /usr/include/glib-2.0{,.old}</userinput></screen>
     184
     185    </warning>
     186   
    177187    <para>
    178188      Install <application>GLib</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.