source: x/installing/xkeyboard-config.xml

trunk
Last change on this file was b9874725, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Many tags.

Mostly Programming and Xorg sections and dependencies.

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