Changeset 572618ad for general/genlib


Ignore:
Timestamp:
09/09/2020 03:42:43 PM (4 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:
74db4f4
Parents:
d1de86bc
Message:

libxkbcommon: Update the installed files listing, add libxkbregistry and xkbcli (see the release notes in the ticket)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxkbcommon.xml

    rd1de86bc r572618ad  
    160160      <seglistitem>
    161161        <seg>
    162           None
     162          xkbcli
    163163        </seg>
    164164        <seg>
    165           libxkbcommon.so and
    166           libxkbcommon-x11.so
     165          libxkbcommon.so,
     166          libxkbcommon-x11.so, and
     167          libxkbregistry.so
    167168        </seg>
    168169        <seg>
    169           /usr/include/xkbcommon and
     170          /usr/include/xkbcommon,
     171          /usr/libexec/xkbcommon, and
    170172          /usr/share/doc/libxkbcommon-&libxkbcommon-version;
    171173        </seg>
     
    177179      <?dbfo list-presentation="list"?>
    178180      <?dbhtml list-presentation="table"?>
     181
     182      <varlistentry id="xkbcli">
     183        <term><command>xkbcli</command></term>
     184        <listitem>
     185          <para>
     186            provides a debugger and compiler for XKB keymaps.
     187          </para>
     188          <indexterm zone="libxkbcommon xkbcli">
     189            <primary sortas="b-xkbcli">xkbcli</primary>
     190          </indexterm>
     191        </listitem>
     192      </varlistentry>
    179193
    180194      <varlistentry id="libxkbcommon-lib">
     
    201215          </indexterm>
    202216        </listitem>
    203       </varlistentry>
     217     </varlistentry>
     218
     219     <varlistentry id="libxkbregistry">
     220       <term><filename class="libraryfile">libxkbregistry.so</filename></term>
     221       <listitem>
     222         <para>
     223           contains a list of available XKB models, layouts, and variants for a
     224           given ruleset.
     225         </para>
     226         <indexterm zone="libxkbcommon libxkbregistry">
     227           <primary sortas="c-libxkbregistry">libxkbregistry.so</primary>
     228         </indexterm>
     229       </listitem>
     230     </varlistentry>
    204231
    205232    </variablelist>
Note: See TracChangeset for help on using the changeset viewer.