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

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 eede1a3 was c4983db, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Package updates
Update to evince-40.2
Update to gnome-desktop-40.2
Update to xkeyboard-config-2.33
Update to sshfs-3.7.2

  • Property mode set to 100644
File size: 3.9 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.bz2">
9 <!ENTITY xkeyboard-config-download-ftp
10 "&xorg-download-ftp;/data/xkeyboard-config/xkeyboard-config-&xkeyboard-config-version;.tar.bz2">
11 <!ENTITY xkeyboard-config-md5sum "49282f120fd22c6c860004931c03c595">
12 <!ENTITY xkeyboard-config-size "1.7 MB">
13 <!ENTITY xkeyboard-config-buildsize "21 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 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>XKeyboardConfig-&xkeyboard-config-version;</title>
25
26 <indexterm zone="xkeyboard-config">
27 <primary sortas="a-XKeyboardConfig">XKeyboardConfig</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to XKeyboardConfig</title>
32
33 <para>
34 The <application>XKeyboardConfig</application> package contains
35 the keyboard configuration database for the X Window System.
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="&xkeyboard-config-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&xkeyboard-config-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &xkeyboard-config-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &xkeyboard-config-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &xkeyboard-config-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &xkeyboard-config-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">XKeyboardConfig Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="xorg7-lib"/>
79 </para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/xkeyboard-config"/>
83 </para>
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>./configure $XORG_CONFIG --with-xkb-rules-symlink=xorg &amp;&amp;
95make</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>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <para>
113 <parameter>--with-xkb-rules-symlink=xorg</parameter>: By default, the
114 XKB rules installed are named "base". This creates symlinks named
115 "xorg" to those rules, which is the default name used by Xorg.
116 </para>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directory</segtitle>
127
128 <seglistitem>
129 <seg>None</seg>
130 <seg>None</seg>
131 <seg>
132 <envar>$XORG_PREFIX</envar>/share/X11/xkb
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 </sect2>
138
139</sect1>
Note: See TracBrowser for help on using the repository browser.