Ignore:
Timestamp:
10/04/2018 07:34:38 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
0d38b000
Parents:
d14cab8a
Message:

Update to glib-2.58.1
Update to vala-0.42.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    rd14cab8a r3ab0b56  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.58/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.58/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "9b5d21c802f55bf37171c4fbfe7d32d1">
     9  <!ENTITY glib2-md5sum        "4fd2ead128a408c89b9153dfdb99f9a5">
    1010  <!ENTITY glib2-size          "4.7 MB">
    11   <!ENTITY glib2-buildsize     "154 MB (add 4 MB for tests)">
    12   <!ENTITY glib2-time          "0.5 SBU (add 0.5 SBU for tests; both using paralleism=4)">
     11  <!ENTITY glib2-buildsize     "186 MB (add 4 MB for tests)">
     12  <!ENTITY glib2-time          "0.5 SBU (add 0.7 SBU for tests; both using paralleism=4)">
    1313]>
    1414
     
    159159        appropriate linker library flag (-l),
    160160        <command>-lg{io,lib,module,object,thread}</command>. 600+ files must be
    161         modified on a complete gnome desktop.i
     161        modified on a complete gnome desktop.
    162162     
    163163      </para>
     
    221221      To test the results, after having installed the package, issue:
    222222      <command>ninja test</command>. 
    223       One test, gdatetime, is known to fail.
     223      One test, gdatetime, is known to fail on sysvinit systems.
    224224      <!-- Needs /etc/localtime to be a symbolic link. In addition
    225225      the link must be to some place like /usr/share/zoneinfo/...
     
    228228      is removed or commented out.
    229229      g_assert_true (*g_time_zone_get_identifier (tz) != '/');
     230
     231      NOTE: systemd implements this as a hard requirement.
    230232      -->
    231233    </para>
     
    243245    <para>
    244246      <parameter>-Dselinux=false</parameter>: This switch disables
    245       support fo rselinux wich is not supported in BLFS.
     247      support for selinux which is not supported in BLFS.
    246248    </para>
    247249
     
    377379          <para>
    378380            is used to compile all the GSettings XML schema files
    379             in directory into a binary file with the name
     381            in a directory into a binary file with the name
    380382            <filename>gschemas.compiled</filename> that can be used by GSettings.
    381383          </para>
Note: See TracChangeset for help on using the changeset viewer.