source: x/installing/xkeyboard-config.xml@ a7a992f

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since a7a992f was a7a992f, checked in by Bruce Dubbs <bdubbs@…>, 15 months ago

Update to xkeyboard-config-2.38.

  • Property mode set to 100644
File size: 4.3 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 xkeyboard-config-download-http
8 "&xorg-download-http;/data/xkeyboard-config/xkeyboard-config-&xkeyboard-config-version;.tar.xz">
9 <!ENTITY xkeyboard-config-download-ftp
10 "&xorg-download-ftp;/data/xkeyboard-config/xkeyboard-config-&xkeyboard-config-version;.tar.xz">
11 <!ENTITY xkeyboard-config-md5sum "c89fb974e8f1ba14c64d1bcf3a0f8d11">
12 <!ENTITY xkeyboard-config-size "868 KB">
13 <!ENTITY xkeyboard-config-buildsize "15 MB">
14 <!ENTITY xkeyboard-config-time "less than 0.1 SBU">
15]>
16
17<sect1 id="xkeyboard-config" xreflabel="xkeyboard-config-&xkeyboard-config-version;">
18 <?dbhtml filename="xkeyboard-config.html"?>
19
20
21 <title>XKeyboardConfig-&xkeyboard-config-version;</title>
22
23 <indexterm zone="xkeyboard-config">
24 <primary sortas="a-XKeyboardConfig">XKeyboardConfig</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to XKeyboardConfig</title>
29
30 <para>
31 The <application>XKeyboardConfig</application> package contains
32 the keyboard configuration database for the X Window System.
33 </para>
34
35 &lfs112_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&xkeyboard-config-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&xkeyboard-config-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &xkeyboard-config-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &xkeyboard-config-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &xkeyboard-config-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &xkeyboard-config-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">XKeyboardConfig Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="xorg7-lib"/>
76 </para>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/xkeyboard-config"/>
80 </para>
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of XKeyboardConfig</title>
85
86 <para>
87 Install <application>XKeyboardConfig</application> by running the
88 following commands:
89 </para>
90
91<screen><userinput>mkdir build &amp;&amp;
92cd build &amp;&amp;
93
94meson --prefix=$XORG_PREFIX --buildtype=release .. &amp;&amp;
95ninja</userinput></screen>
96
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>ninja install</userinput></screen>
106
107 </sect2>
108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
112 href="../../xincludes/meson-buildtype-release.xml"/>
113<!-- the default for the xorg symlinks is false. So the change to
114 the symlink command is not needed. Note that those symlinks have
115 been deprecated since 2005...
116 <para>
117 <command>sed ... rules/meson.build</command>: Make sure
118 a symlink is created even if it already exists.
119 </para>
120 <para>
121 <parameter>- -with-xkb-rules-symlink=xorg</parameter>: By default, the
122 XKB rules installed are named "base". This creates symlinks named
123 "xorg" to those rules, which is the default name used by Xorg.
124 </para>
125-->
126
127 </sect2>
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directory</segtitle>
135
136 <seglistitem>
137 <seg>None</seg>
138 <seg>None</seg>
139 <seg>
140 <envar>$XORG_PREFIX</envar>/share/X11/xkb
141 </seg>
142 </seglistitem>
143 </segmentedlist>
144
145 </sect2>
146
147</sect1>
Note: See TracBrowser for help on using the repository browser.