source: x/installing/xkeyboard-config.xml@ 9d8ea23

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 9d8ea23 was f4ac7141, checked in by Pierre Labastie <pierre.labastie@…>, 7 months ago

Remove many more forgotten ftp urls

  • Property mode set to 100644
File size: 4.2 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 <!ENTITY xkeyboard-config-md5sum "11c8d0ed0f7b604dc5757b7fa1e908d3">
11 <!ENTITY xkeyboard-config-size "876 KB">
12 <!ENTITY xkeyboard-config-buildsize "20 MB">
13 <!ENTITY xkeyboard-config-time "less than 0.1 SBU">
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 &lfs120_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="pytest"/>
80 </para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of XKeyboardConfig</title>
86
87 <para>
88 Install <application>XKeyboardConfig</application> by running the
89 following commands:
90 </para>
91
92<screen><userinput>mkdir build &amp;&amp;
93cd build &amp;&amp;
94
95meson setup --prefix=$XORG_PREFIX --buildtype=release .. &amp;&amp;
96ninja</userinput></screen>
97
98 <para>
99 To test the results, issue: <command>ninja test</command>.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>ninja install</userinput></screen>
107
108 </sect2>
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="../../xincludes/meson-buildtype-release.xml"/>
114<!-- the default for the xorg symlinks is false. So the change to
115 the symlink command is not needed. Note that those symlinks have
116 been deprecated since 2005...
117 <para>
118 <command>sed ... rules/meson.build</command>: Make sure
119 a symlink is created even if it already exists.
120 </para>
121 <para>
122 <parameter>- -with-xkb-rules-symlink=xorg</parameter>: By default, the
123 XKB rules installed are named "base". This creates symlinks named
124 "xorg" to those rules, which is the default name used by Xorg.
125 </para>
126-->
127
128 </sect2>
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directory</segtitle>
136
137 <seglistitem>
138 <seg>None</seg>
139 <seg>None</seg>
140 <seg>
141 <envar>$XORG_PREFIX</envar>/share/X11/xkb
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 </sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.