source: general/genlib/libxkbcommon.xml@ d4ef6ae

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

Update to libxkbcommon-0.9.1 (and fix build)
Archive Vino, to be replaced with gnome-remote-desktop soon.

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

  • Property mode set to 100644
File size: 5.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 "4662756fd73ab0ac9e32efdad8f807f6">
10 <!ENTITY libxkbcommon-size "368 KB">
11 <!ENTITY libxkbcommon-buildsize "25 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 &lfs90_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 None
163 </seg>
164 <seg>
165 libxkbcommon.so and
166 libxkbcommon-x11.so
167 </seg>
168 <seg>
169 /usr/include/xkbcommon and
170 /usr/share/doc/libxkbcommon-&libxkbcommon-version;
171 </seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="libxkbcommon-lib">
181 <term><filename class="libraryfile">libxkbcommon.so</filename></term>
182 <listitem>
183 <para>
184 contains the <application>libxkbcommon</application> API functions.
185 </para>
186 <indexterm zone="libxkbcommon libxkbcommon-lib">
187 <primary sortas="c-libxkbcommon">libxkbcommon.so</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="libxkbcommon-x11">
193 <term><filename class="libraryfile">libxkbcommon-x11.so</filename></term>
194 <listitem>
195 <para>
196 contains the <application>libxkbcommon</application> X11 specific API
197 functions.
198 </para>
199 <indexterm zone="libxkbcommon libxkbcommon-x11">
200 <primary sortas="c-libxkbcommon-x11">libxkbcommon-x11.so</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 </variablelist>
206
207 </sect2>
208
209</sect1>
Note: See TracBrowser for help on using the repository browser.