source: general/genlib/libxkbcommon.xml@ fd55434

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 fd55434 was 25d991f, checked in by Thomas Trepl <thomas@…>, 3 years ago

Upgrade libxkbcommon-1.2.1

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

  • Property mode set to 100644
File size: 6.8 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 "36b2803f3beedd0aeeb265072e9c3e5d">
10 <!ENTITY libxkbcommon-size "442 KB">
11 <!ENTITY libxkbcommon-buildsize "27 MB (with tests)">
12 <!ENTITY libxkbcommon-time "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 &lfs101_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"/>,
84 <xref linkend="wayland"/>, and
85 <xref linkend="wayland-protocols"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="doxygen"/>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/libxkbcommon"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of libxkbcommon</title>
100
101 <para>
102 Install <application>libxkbcommon</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>mkdir build &amp;&amp;
107cd build &amp;&amp;
108
109meson --prefix=/usr -Denable-docs=false .. &amp;&amp;
110ninja</userinput></screen>
111
112 <para>
113 To test the results, issue: <command>ninja test</command>.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>ninja install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <!--
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/static-libraries.xml"/>
130
131 <para>
132 <option>- -disable-x11</option>: Use this switch if you
133 have not installed <xref linkend="libxcb"/> and
134 don't need the <filename>libxkbcommon-x11.so</filename>
135 library.
136 </para>
137 -->
138
139 <para>
140 <parameter>-Denable-docs=false</parameter>: This switch disables
141 documentation generation. Remove it if <xref linkend="doxygen"/> is
142 installed.
143 </para>
144
145 <para>
146 <command>mv -v /usr/share/doc/libxkbcommon{,-&libxkbcommon-version;}</command>:
147 If you removed -Denable-docs=false, use this command to install the
148 documentation in a versioned directory.
149 </para>
150
151 </sect2>
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Programs</segtitle>
158 <segtitle>Installed Libraries</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>
163 xkbcli
164 </seg>
165 <seg>
166 libxkbcommon.so,
167 libxkbcommon-x11.so, and
168 libxkbregistry.so
169 </seg>
170 <seg>
171 /usr/include/xkbcommon,
172 /usr/libexec/xkbcommon, and
173 /usr/share/doc/libxkbcommon-&libxkbcommon-version;
174 </seg>
175 </seglistitem>
176 </segmentedlist>
177
178 <variablelist>
179 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
180 <?dbfo list-presentation="list"?>
181 <?dbhtml list-presentation="table"?>
182
183 <varlistentry id="xkbcli">
184 <term><command>xkbcli</command></term>
185 <listitem>
186 <para>
187 provides a debugger and compiler for XKB keymaps
188 </para>
189 <indexterm zone="libxkbcommon xkbcli">
190 <primary sortas="b-xkbcli">xkbcli</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="libxkbcommon-lib">
196 <term><filename class="libraryfile">libxkbcommon.so</filename></term>
197 <listitem>
198 <para>
199 contains the <application>libxkbcommon</application> API functions
200 </para>
201 <indexterm zone="libxkbcommon libxkbcommon-lib">
202 <primary sortas="c-libxkbcommon">libxkbcommon.so</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="libxkbcommon-x11">
208 <term><filename class="libraryfile">libxkbcommon-x11.so</filename></term>
209 <listitem>
210 <para>
211 contains the <application>libxkbcommon</application> X11 specific API
212 functions
213 </para>
214 <indexterm zone="libxkbcommon libxkbcommon-x11">
215 <primary sortas="c-libxkbcommon-x11">libxkbcommon-x11.so</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="libxkbregistry">
221 <term><filename class="libraryfile">libxkbregistry.so</filename></term>
222 <listitem>
223 <para>
224 contains a list of available XKB models, layouts, and variants for a
225 given ruleset
226 </para>
227 <indexterm zone="libxkbcommon libxkbregistry">
228 <primary sortas="c-libxkbregistry">libxkbregistry.so</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 </variablelist>
234
235 </sect2>
236
237</sect1>
Note: See TracBrowser for help on using the repository browser.