Ignore:
Timestamp:
03/05/2019 11:38:17 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
422aa750
Parents:
a754697b
Message:

Update to DateTime-Format-Builder-0.82 (Perl Module).
Update to Test-Differences-0.66 (Perl Module).
Update to IO-Socket-SSL-2.065 (Perl Module).
Update to at-spi2-atk and at-spi2-core-2.30.1.
Update to udisks2-2.8.2.
Update to glib-2.60.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    ra754697b r2cc9305  
    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        "8058c7bde846dcffe5fa453eca366d73">
    10   <!ENTITY glib2-size          "4.6 MB">
    11   <!ENTITY glib2-buildsize     "190 MB (add 4 MB for tests)">
    12   <!ENTITY glib2-time          "0.5 SBU (add 1.6 SBU for tests; both using paralleism=4)">
     9  <!ENTITY glib2-md5sum        "7d36520dda58de65027abf5b4fb1241a">
     10  <!ENTITY glib2-size          "4.4 MB">
     11  <!ENTITY glib2-buildsize     "162 MB (add 4 MB for tests)">
     12  <!ENTITY glib2-time          "0.5 SBU (add 0.6 SBU for tests; both using paralleism=4)">
    1313]>
    1414
     
    175175    </para>
    176176
    177 <screen><userinput>mkdir build-glib &amp;&amp;
    178 cd    build-glib &amp;&amp;
    179 
    180 meson --prefix=/usr   \
    181       -Dman=true      \
    182       -Dselinux=false \
    183       ..              &amp;&amp;
     177<screen><userinput>mkdir build &amp;&amp;
     178cd    build &amp;&amp;
     179
     180meson --prefix=/usr      \
     181      -Dman=true         \
     182      -Dselinux=disabled \
     183      ..                 &amp;&amp;
    184184ninja</userinput></screen>
    185185<!--
Note: See TracChangeset for help on using the changeset viewer.