Ignore:
Timestamp:
10/22/2019 12:03:53 AM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
bc872e87
Parents:
31cca44
Message:

Update to libxkbcommon-0.9.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxkbcommon.xml

    r31cca44 r8d5da52a  
    77  <!ENTITY libxkbcommon-download-http "https://xkbcommon.org/download/libxkbcommon-&libxkbcommon-version;.tar.xz">
    88  <!ENTITY libxkbcommon-download-ftp  " ">
    9   <!ENTITY libxkbcommon-md5sum        "3c4409058dfd203f641a563358e0187d">
    10   <!ENTITY libxkbcommon-size          "636 KB">
    11   <!ENTITY libxkbcommon-buildsize     "39 MB (with tests)">
    12   <!ENTITY libxkbcommon-time          "0.2 SBU (with tests)">
     9  <!ENTITY libxkbcommon-md5sum        "56748f6c0e0389c6f7c1ce1acbd5e95a">
     10  <!ENTITY libxkbcommon-size          "368 KB">
     11  <!ENTITY libxkbcommon-buildsize     "27 MB (with tests)">
     12  <!ENTITY libxkbcommon-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
     
    9898    </para>
    9999
    100 <screen><userinput>./configure $XORG_CONFIG     \
    101             --docdir=/usr/share/doc/libxkbcommon-&libxkbcommon-version; &amp;&amp;
    102 make</userinput></screen>
     100<screen><userinput>mkdir build &amp;&amp;
     101cd    build &amp;&amp;
     102
     103meson --prefix=/usr .. &amp;&amp;
     104ninja</userinput></screen>
    103105
    104106    <para>
    105       To test the results, 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 &amp;&amp;
     115mv -v /usr/share/doc/libxkbcommon{,-&libxkbcommon-version;}</userinput></screen>
    113116
    114117  </sect2>
    115 
     118<!--
    116119  <sect2 role="commands">
    117120    <title>Command Explanations</title>
     
    121124
    122125    <para>
    123       <option>--disable-x11</option>: Use this switch if you
     126      <option>-i -disable-x11</option>: Use this switch if you
    124127      have not installed <xref linkend="libxcb"/> and
    125128      don't need the <filename>libxkbcommon-x11.so</filename>
     
    128131
    129132  </sect2>
    130 
     133-->
    131134  <sect2 role="content">
    132135    <title>Contents</title>
     
    142145        </seg>
    143146        <seg>
    144           libxkbcommon.so and libxkbcommon-x11.so
     147          libxkbcommon.so and
     148          libxkbcommon-x11.so
    145149        </seg>
    146150        <seg>
Note: See TracChangeset for help on using the changeset viewer.