Changeset 14ff5ee for general


Ignore:
Timestamp:
11/16/2020 11:03:50 PM (3 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:
6ff5b0b7
Parents:
393517d3
Message:

Update to umockdev-0.15
Update to tumbler-0.3.1
Update to glib-2.66.3
Update to NSS-3.59

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

Location:
general/genlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r393517d3 r14ff5ee  
    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        "163f2954e75557b86a7aceacd797fc98">
     9  <!ENTITY glib2-md5sum        "c82fd909e2bef0a79b7430d5f5aa164b">
    1010  <!ENTITY glib2-size          "4.6 MB">
    11   <!ENTITY glib2-buildsize     "205 MB (add 5 MB for tests)">
    12   <!ENTITY glib2-time          "0.5 SBU (add 1.5 SBU for tests; both using parallelism=4)">
     11  <!ENTITY glib2-buildsize     "200 MB (add 10 MB for tests)">
     12  <!ENTITY glib2-time          "0.5 SBU (add 1.0 SBU for tests; both using parallelism=4)">
    1313]>
    1414
     
    181181      If <xref linkend="libxslt"/> is installed, the above command may
    182182      indicate several (about 33) errors that start with "Error: no ID for
    183       constraint linkend:" when gnerating the man pages.  These are harmless.
     183      constraint linkend:" when generating the man pages.  These are harmless.
    184184    </para></note>
    185185
  • general/genlib/umockdev.xml

    r393517d3 r14ff5ee  
    77  <!ENTITY umockdev-download-http "https://github.com/martinpitt/umockdev/releases/download/&umockdev-version;/umockdev-&umockdev-version;.tar.xz">
    88  <!ENTITY umockdev-download-ftp  " ">
    9   <!ENTITY umockdev-md5sum        "9c6926035d09577954941c77f11d1359">
    10   <!ENTITY umockdev-size          "748 KB">
    11   <!ENTITY umockdev-buildsize     "13 MB (with tests)">
    12   <!ENTITY umockdev-time          "0.3 SBU (with tests)">
     9  <!ENTITY umockdev-md5sum        "be65eacefb00fb2b740fa58d7a7a516c">
     10  <!ENTITY umockdev-size          "448 KB">
     11  <!ENTITY umockdev-buildsize     "7.1 MB (with tests)">
     12  <!ENTITY umockdev-time          "0.2 SBU (with tests)">
    1313
    1414]>
     
    8282    <bridgehead renderas="sect4">Optional</bridgehead>
    8383    <para role="optional">
     84      <xref linkend="gtk-doc"/> and
    8485      <ulink url="http://www.gphoto.org/">libgphoto2</ulink> (optional for tests)
    8586    </para>
     
    9899    </para>
    99100
    100 <screen><userinput>./configure --prefix=/usr    \
    101             --disable-static \
    102             --docdir=/usr/share/doc/umockdev-&umockdev-version;&amp;&amp;
    103 make</userinput></screen>
    104 
    105     <para>
    106       To test the results, issue: <command>PATH=$PATH:/sbin:/usr/sbin make
    107       check</command>. The addition to <envar>PATH</envar> is needed if you
     101<screen><userinput>mkdir build &amp;&amp;
     102cd    build &amp;&amp;
     103
     104meson --prefix=/usr .. &amp;&amp;
     105ninja</userinput></screen>
     106
     107    <para>
     108      To test the results, issue: <command>PATH=$PATH:/sbin:/usr/sbin ninja
     109      test</command>. The addition to <envar>PATH</envar> is needed if you
    108110      use the starting scripts in <xref linkend="postlfs-config-profile"/>,
    109111      because some tests need to run <command>udevadm</command>.
     
    114116    </para>
    115117
    116 <screen role="root"><userinput>make install</userinput></screen>
     118<screen role="root"><userinput>ninja install</userinput></screen>
    117119  </sect2>
    118120
     
    120122    <title>Command Explanations</title>
    121123
     124<!--
    122125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123126      href="../../xincludes/static-libraries.xml"/>
     
    125128    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    126129    href="../../xincludes/gtk-doc-rebuild.xml"/>
     130-->
     131    <para>
     132      <option>-Dgtk_doc=true</option>: Use this switch if you have
     133      <xref linkend="gtk-doc" role="nodep"/> installed and wish to rebuild and
     134      install the API documentation.
     135    </para>
    127136
    128137  </sect2>
     
    148157        </seg>
    149158        <seg>
     159          <!-- Not present with 0.15
    150160          /usr/include/umockdev-1.0 and
    151161          /usr/share/doc/umockdev-&umockdev-version;
     162          -->
     163          None
    152164        </seg>
    153165      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.