source: general/genlib/libxkbcommon.xml@ 572618ad

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
Last change on this file since 572618ad was 572618ad, checked in by Douglas R. Reno <renodr@…>, 4 years ago

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

  • Property mode set to 100644
File size: 6.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libxkbcommon-download-http "https://xkbcommon.org/download/libxkbcommon-&libxkbcommon-version;.tar.xz">
8 <!ENTITY libxkbcommon-download-ftp " ">
9 <!ENTITY libxkbcommon-md5sum "bdbafaa0fddc2690050ff361ac4faa4d">
10 <!ENTITY libxkbcommon-size "400 KB">
11 <!ENTITY libxkbcommon-buildsize "24 MB (with tests)">
12 <!ENTITY libxkbcommon-time "less than 0.1 SBU (with tests)">
13]>
14
15<sect1 id="libxkbcommon" xreflabel="libxkbcommon-&libxkbcommon-version;">
16 <?dbhtml filename="libxkbcommon.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libxkbcommon-&libxkbcommon-version;</title>
24
25 <indexterm zone="libxkbcommon">
26 <primary sortas="a-libxkbcommon">libxkbcommon</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libxkbcommon</title>
31
32 <para>
33 <application>libxkbcommon</application> is a keymap compiler and
34 support library which processes a reduced subset of keymaps as
35 defined by the XKB specification.
36 </para>
37
38 &lfs10_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libxkbcommon-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libxkbcommon-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libxkbcommon-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libxkbcommon-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libxkbcommon-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libxkbcommon-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libxkbcommon Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="xkeyboard-config"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="libxcb"/> and
84 <xref linkend="wayland"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="doxygen"/>
90 </para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/libxkbcommon"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of libxkbcommon</title>
99
100 <para>
101 Install <application>libxkbcommon</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>mkdir build &amp;&amp;
106cd build &amp;&amp;
107
108meson --prefix=/usr -Denable-docs=false .. &amp;&amp;
109ninja</userinput></screen>
110
111 <para>
112 To test the results, issue: <command>ninja test</command>.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>ninja install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <!--
127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="../../xincludes/static-libraries.xml"/>
129
130 <para>
131 <option>- -disable-x11</option>: Use this switch if you
132 have not installed <xref linkend="libxcb"/> and
133 don't need the <filename>libxkbcommon-x11.so</filename>
134 library.
135 </para>
136 -->
137
138 <para>
139 <parameter>-Denable-docs=false</parameter>: This switch disables
140 documentation generation. Remove it if <xref linkend="doxygen"/> is
141 installed.
142 </para>
143
144 <para>
145 <command>mv -v /usr/share/doc/libxkbcommon{,-&libxkbcommon-version;}</command>:
146 If you removed -Denable-docs=false, use this command to install the
147 documentation in a versioned directory.
148 </para>
149
150 </sect2>
151
152 <sect2 role="content">
153 <title>Contents</title>
154
155 <segmentedlist>
156 <segtitle>Installed Programs</segtitle>
157 <segtitle>Installed Libraries</segtitle>
158 <segtitle>Installed Directories</segtitle>
159
160 <seglistitem>
161 <seg>
162 xkbcli
163 </seg>
164 <seg>
165 libxkbcommon.so,
166 libxkbcommon-x11.so, and
167 libxkbregistry.so
168 </seg>
169 <seg>
170 /usr/include/xkbcommon,
171 /usr/libexec/xkbcommon, and
172 /usr/share/doc/libxkbcommon-&libxkbcommon-version;
173 </seg>
174 </seglistitem>
175 </segmentedlist>
176
177 <variablelist>
178 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
179 <?dbfo list-presentation="list"?>
180 <?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>
193
194 <varlistentry id="libxkbcommon-lib">
195 <term><filename class="libraryfile">libxkbcommon.so</filename></term>
196 <listitem>
197 <para>
198 contains the <application>libxkbcommon</application> API functions.
199 </para>
200 <indexterm zone="libxkbcommon libxkbcommon-lib">
201 <primary sortas="c-libxkbcommon">libxkbcommon.so</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="libxkbcommon-x11">
207 <term><filename class="libraryfile">libxkbcommon-x11.so</filename></term>
208 <listitem>
209 <para>
210 contains the <application>libxkbcommon</application> X11 specific API
211 functions.
212 </para>
213 <indexterm zone="libxkbcommon libxkbcommon-x11">
214 <primary sortas="c-libxkbcommon-x11">libxkbcommon-x11.so</primary>
215 </indexterm>
216 </listitem>
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>
231
232 </variablelist>
233
234 </sect2>
235
236</sect1>
Note: See TracBrowser for help on using the repository browser.