Changeset 3ab0b56


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, gimp3, 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

Files:
4 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>
  • general/prog/vala.xml

    rd14cab8a r3ab0b56  
    77  <!ENTITY vala-download-http "&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    88  <!ENTITY vala-download-ftp  "&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    9   <!ENTITY vala-md5sum        "aa6eb8097d25b5847ad3fab34c0ff865">
     9  <!ENTITY vala-md5sum        "e28ad84b16351a3e41eacabdeadaaf8a">
    1010  <!ENTITY vala-size          "3.2 MB">
    11   <!ENTITY vala-buildsize     "227 MB (with tests)">
    12   <!ENTITY vala-time          "1.4 SBU (with tests)">
     11  <!ENTITY vala-buildsize     "171 MB (with tests)">
     12  <!ENTITY vala-time          "1.5 SBU (with tests)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    rd14cab8a r3ab0b56  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[renodr] - Update to vala-0.42.2. Fixes
     50          <ulink url="&blfs-ticket-root;11161">#11161</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[renodr] - Update to glib-2.58.1. Fixes
     54          <ulink url="&blfs-ticket-root;11208">#11208</ulink>.</para>
     55        </listitem>
     56        <listitem>
    4957          <para>[renodr] - Update to highlight-3.45. Fixes
    5058          <ulink url="&blfs-ticket-root;11203">#11302</ulink>.</para>
  • packages.ent

    rd14cab8a r3ab0b56  
    102102<!ENTITY fftw-version                 "3.3.8">
    103103<!ENTITY gcab-version                 "0.7">
    104 <!ENTITY glib2-version                "2.58.0">
     104<!ENTITY glib2-version                "2.58.1">
    105105<!ENTITY glibmm-version               "2.56.0">
    106106<!ENTITY gmime-version                "2.6.23">
     
    345345<!ENTITY tk-version                   "8.6.8">
    346346<!ENTITY vala-major-version           "0.42">  <!-- even minors only -->
    347 <!ENTITY vala-version                 "&vala-major-version;.0">
     347<!ENTITY vala-version                 "&vala-major-version;.2">
    348348<!ENTITY valgrind-version             "3.13.0">
    349349<!ENTITY yasm-version                 "1.3.0">
Note: See TracChangeset for help on using the changeset viewer.