source: x/installing/xkeyboard-config.xml@ 6d8eeb9

lazarus trunk
Last change on this file since 6d8eeb9 was b9874725, checked in by Bruce Dubbs <bdubbs@…>, 5 months ago

Many tags.

Mostly Programming and Xorg sections and dependencies.

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[f3adb6c]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
[0a18d81]8 "&xorg-download-http;/data/xkeyboard-config/xkeyboard-config-&xkeyboard-config-version;.tar.xz">
[f4ac7141]9 <!ENTITY xkeyboard-config-download-ftp " ">
[88c2c256]10 <!ENTITY xkeyboard-config-md5sum "2f0b843b5283b82cae0402cbc4f374b4">
11 <!ENTITY xkeyboard-config-size "880 KB">
[50ce9e5c]12 <!ENTITY xkeyboard-config-buildsize "20 MB">
[88c2c256]13 <!ENTITY xkeyboard-config-time "0.1 SBU (with tests)">
[f3adb6c]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
[4bf7f76]29 <para>
30 The <application>XKeyboardConfig</application> package contains
31 the keyboard configuration database for the X Window System.
32 </para>
[f3adb6c]33
[b9874725]34 &lfs121_checked;
[3b69a2aa]35
[f3adb6c]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[4bf7f76]39 <para>
40 Download (HTTP): <ulink url="&xkeyboard-config-download-http;"/>
41 </para>
[f3adb6c]42 </listitem>
43 <listitem>
[4bf7f76]44 <para>
45 Download (FTP): <ulink url="&xkeyboard-config-download-ftp;"/>
46 </para>
[f3adb6c]47 </listitem>
48 <listitem>
[4bf7f76]49 <para>
50 Download MD5 sum: &xkeyboard-config-md5sum;
51 </para>
[f3adb6c]52 </listitem>
53 <listitem>
[4bf7f76]54 <para>
55 Download size: &xkeyboard-config-size;
56 </para>
[f3adb6c]57 </listitem>
58 <listitem>
[4bf7f76]59 <para>
60 Estimated disk space required: &xkeyboard-config-buildsize;
61 </para>
[f3adb6c]62 </listitem>
63 <listitem>
[4bf7f76]64 <para>
65 Estimated build time: &xkeyboard-config-time;
66 </para>
[f3adb6c]67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">XKeyboardConfig Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
[4bf7f76]73 <para role="required">
[d1b4612]74 <xref linkend="xorg7-lib"/>
[4bf7f76]75 </para>
[764c07e7]76
[50ce9e5c]77 <bridgehead renderas="sect4">Optional (required for tests)</bridgehead>
78 <para role="optional">
[956e06b]79 <xref linkend="libxkbcommon"/>,
80 <xref linkend="pytest"/>, and
81 <xref linkend="xorg7-app"/>
[50ce9e5c]82 </para>
83
[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
[2a56e15]94<screen><userinput>mkdir build &amp;&amp;
[0a18d81]95cd build &amp;&amp;
96
[91318eb]97meson setup --prefix=$XORG_PREFIX --buildtype=release .. &amp;&amp;
[0a18d81]98ninja</userinput></screen>
[f3adb6c]99
[4bf7f76]100 <para>
[50ce9e5c]101 To test the results, issue: <command>ninja test</command>.
[4bf7f76]102 </para>
[f3adb6c]103
[4bf7f76]104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
[f3adb6c]107
[0a18d81]108<screen role="root"><userinput>ninja install</userinput></screen>
[f3adb6c]109
110 </sect2>
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
[2a56e15]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...
[4bf7f76]119 <para>
[0a18d81]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
[4bf7f76]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>
[0a18d81]128-->
[f3adb6c]129
130 </sect2>
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
[1c22b4e]135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Libraries</segtitle>
[bb7f58e]137 <segtitle>Installed Directory</segtitle>
[f3adb6c]138
139 <seglistitem>
[1c22b4e]140 <seg>None</seg>
141 <seg>None</seg>
[4bf7f76]142 <seg>
[bb7f58e]143 <envar>$XORG_PREFIX</envar>/share/X11/xkb
[4bf7f76]144 </seg>
[f3adb6c]145 </seglistitem>
146 </segmentedlist>
147
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.