Changeset 914a41c for general


Ignore:
Timestamp:
03/17/2021 06:24:02 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
d50c7080
Parents:
3b1d13dc
Message:

Update to cmake-3.19.7
Update to libgudev-236
Update to gnome-online-accounts-3.38.1
Update to gnome-shell-3.38.4
Update to mutter-3.38.4

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

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgudev.xml

    r3b1d13dc r914a41c  
    1010           "&gnome-download-ftp;/libgudev/&libgudev-version;/libgudev-&libgudev-version;.tar.xz">
    1111  <!ENTITY libgudev-md5sum        "386889d460003a4242a64cb47244a39a">
    12   <!ENTITY libgudev-size          "268 KB">
    13   <!ENTITY libgudev-buildsize     "4.1 MB">
     12  <!ENTITY libgudev-size          "28 KB">
     13  <!ENTITY libgudev-buildsize     "1.8 MB">
    1414  <!ENTITY libgudev-time          "less than 0.1 SBU">
    1515]>
     
    9898    </para>
    9999
    100 <screen><userinput>./configure --prefix=/usr --disable-umockdev &amp;&amp;
    101 make</userinput></screen>
     100<screen><userinput>mkdir build &amp;&amp;
     101cd    build &amp;&amp;
     102
     103meson --prefix=/usr .. &amp;&amp;
     104ninja</userinput></screen>
    102105
    103106    <para>
    104       If you wish to run the test suite, omit "--disable-umockdev" from the
    105       configure command and then issue: <command>make check</command>.
     107      To test the results, issue: <command>ninja test</command>.
    106108    </para>
    107109
     
    110112    </para>
    111113
    112 <screen role="root"><userinput>make install</userinput></screen>
     114<screen role="root"><userinput>ninja install</userinput></screen>
    113115
    114116  </sect2>
     
    117119    <title>Command Explanations</title>
    118120
    119     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    120       href="../../xincludes/gtk-doc-rebuild.xml"/>
     121    <para>
     122      <option>-Dgtk_doc=true</option>: Use this option if GTK-Doc is installed
     123      and you wish to build and install the API documentation.
     124    </para>
    121125
     126    <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     127    href="../../xincludes/gtk-doc-rebuild.xml"/>-->
     128
     129<!-- With meson, the tests will be disabled automatically without umockdev present.
    122130    <para>
    123       <parameter>--disable-umockdev</parameter>: Disables the usage of
     131      <parameter>- -disable-umockdev</parameter>: Disables the usage of
    124132      <xref role="nodep" linkend="umockdev"/>. Omit this switch if you
    125133      wish to run the test suite.
    126134    </para>
    127 
     135-->
    128136  </sect2>
    129137
  • general/prog/cmake.xml

    r3b1d13dc r914a41c  
    77  <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "aec448bdfb4436c7cde2066baf5fc66c">
     9  <!ENTITY cmake-md5sum        "c426b5916ffb028a3e8d46702e0bf322">
    1010  <!ENTITY cmake-size          "8.8 MB">
    1111  <!ENTITY cmake-buildsize     "374 MB (add 732 MB for tests)">
    12   <!ENTITY cmake-time          "2.2 SBU (add 3.1 SBU for tests, both using parallelism=4)">
     12  <!ENTITY cmake-time          "2.1 SBU (add 3.2 SBU for tests, both using parallelism=4)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.