source: x/installing/xkeyboard-config.xml@ 8dfc5c3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 8dfc5c3 was 8dfc5c3, checked in by Krejzi <krejzi@…>, 7 years ago

Fix some URLs

  • Switch to https:// scheme where possible to avoid redirects
  • Unify all kernel.org, Sourceforge and GNU URLs
  • Fix python and perl module URLs to be consistent
  • Fix github provided URLs to properly download tarballs instead of vFOO.tar.gz
  • Use upstream locations for some packages or better/shorter URLs if available
  • Add https:// URLs for gnupg packages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19022 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • 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 "af9498e8954907d0a47f0f7b3d21e1ef">
12 <!ENTITY xkeyboard-config-size "972 KB">
13 <!ENTITY xkeyboard-config-buildsize "13 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 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>XKeyboardConfig-&xkeyboard-config-version;</title>
26
27 <indexterm zone="xkeyboard-config">
28 <primary sortas="a-XKeyboardConfig">XKeyboardConfig</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to XKeyboardConfig</title>
33
34 <para>
35 The <application>XKeyboardConfig</application> package contains
36 the keyboard configuration database for the X Window System.
37 </para>
38
39 &lfs80_checked;
40 &gcc7_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&xkeyboard-config-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&xkeyboard-config-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &xkeyboard-config-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &xkeyboard-config-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &xkeyboard-config-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &xkeyboard-config-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">XKeyboardConfig Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="xorg7-lib"/>
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/xkeyboard-config"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of XKeyboardConfig</title>
90
91 <para>
92 Install <application>XKeyboardConfig</application> by running the
93 following commands:
94 </para>
95
96<screen><userinput>./configure $XORG_CONFIG --with-xkb-rules-symlink=xorg &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <para>
115 <parameter>--with-xkb-rules-symlink=xorg</parameter>: By default, the
116 XKB rules installed are named "base". This creates symlinks named
117 "xorg" to those rules, which is the default name used by Xorg.
118 </para>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Programs</segtitle>
127 <segtitle>Installed Libraries</segtitle>
128 <segtitle>Installed Directory</segtitle>
129
130 <seglistitem>
131 <seg>None</seg>
132 <seg>None</seg>
133 <seg>
134 <envar>$XORG_PREFIX</envar>/share/X11/xkb
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 </sect2>
140
141</sect1>
Note: See TracBrowser for help on using the repository browser.