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

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 c4983db 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
RevLine 
[f3adb6c]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
[71d22cfd]7 <!ENTITY xkeyboard-config-download-http
[8dfc5c3]8 "&xorg-download-http;/data/xkeyboard-config/xkeyboard-config-&xkeyboard-config-version;.tar.bz2">
[71d22cfd]9 <!ENTITY xkeyboard-config-download-ftp
10 "&xorg-download-ftp;/data/xkeyboard-config/xkeyboard-config-&xkeyboard-config-version;.tar.bz2">
[c4983db]11 <!ENTITY xkeyboard-config-md5sum "49282f120fd22c6c860004931c03c595">
[0aa72821]12 <!ENTITY xkeyboard-config-size "1.7 MB">
13 <!ENTITY xkeyboard-config-buildsize "21 MB">
[a14a707]14 <!ENTITY xkeyboard-config-time "less than 0.1 SBU">
[f3adb6c]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
[4bf7f76]33 <para>
34 The <application>XKeyboardConfig</application> package contains
35 the keyboard configuration database for the X Window System.
36 </para>
[f3adb6c]37
[6b063cc3]38 &lfs101_checked;
[3b69a2aa]39
[f3adb6c]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[4bf7f76]43 <para>
44 Download (HTTP): <ulink url="&xkeyboard-config-download-http;"/>
45 </para>
[f3adb6c]46 </listitem>
47 <listitem>
[4bf7f76]48 <para>
49 Download (FTP): <ulink url="&xkeyboard-config-download-ftp;"/>
50 </para>
[f3adb6c]51 </listitem>
52 <listitem>
[4bf7f76]53 <para>
54 Download MD5 sum: &xkeyboard-config-md5sum;
55 </para>
[f3adb6c]56 </listitem>
57 <listitem>
[4bf7f76]58 <para>
59 Download size: &xkeyboard-config-size;
60 </para>
[f3adb6c]61 </listitem>
62 <listitem>
[4bf7f76]63 <para>
64 Estimated disk space required: &xkeyboard-config-buildsize;
65 </para>
[f3adb6c]66 </listitem>
67 <listitem>
[4bf7f76]68 <para>
69 Estimated build time: &xkeyboard-config-time;
70 </para>
[f3adb6c]71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">XKeyboardConfig Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
[4bf7f76]77 <para role="required">
[d1b4612]78 <xref linkend="xorg7-lib"/>
[4bf7f76]79 </para>
[764c07e7]80
[f3adb6c]81 <para condition="html" role="usernotes">User Notes:
[4bf7f76]82 <ulink url="&blfs-wiki;/xkeyboard-config"/>
83 </para>
[f3adb6c]84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of XKeyboardConfig</title>
88
[4bf7f76]89 <para>
90 Install <application>XKeyboardConfig</application> by running the
91 following commands:
92 </para>
[f3adb6c]93
[7bcce4c3]94<screen><userinput>./configure $XORG_CONFIG --with-xkb-rules-symlink=xorg &amp;&amp;
[f3adb6c]95make</userinput></screen>
96
[4bf7f76]97 <para>
98 This package does not come with a test suite.
99 </para>
[f3adb6c]100
[4bf7f76]101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
[f3adb6c]104
[bb7f58e]105<screen role="root"><userinput>make install</userinput></screen>
[f3adb6c]106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
[4bf7f76]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>
[f3adb6c]117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
[1c22b4e]124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Libraries</segtitle>
[bb7f58e]126 <segtitle>Installed Directory</segtitle>
[f3adb6c]127
128 <seglistitem>
[1c22b4e]129 <seg>None</seg>
130 <seg>None</seg>
[4bf7f76]131 <seg>
[bb7f58e]132 <envar>$XORG_PREFIX</envar>/share/X11/xkb
[4bf7f76]133 </seg>
[f3adb6c]134 </seglistitem>
135 </segmentedlist>
136
137 </sect2>
138
139</sect1>
Note: See TracBrowser for help on using the repository browser.