source: x/installing/xcb-util-keysyms.xml@ fe0192e

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 fe0192e was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.4 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 xcb-util-keysyms-download-http
8 "https://xcb.freedesktop.org/dist/xcb-util-keysyms-&xcb-util-keysyms-version;.tar.bz2">
9 <!ENTITY xcb-util-keysyms-download-ftp " ">
10 <!ENTITY xcb-util-keysyms-md5sum "1022293083eec9e62d5659261c29e367">
11 <!ENTITY xcb-util-keysyms-size "284 KB">
12 <!ENTITY xcb-util-keysyms-buildsize "2.2 MB">
13 <!ENTITY xcb-util-keysyms-time "less than 0.1 SBU">
14]>
15
16<sect1 id="xcb-util-keysyms" xreflabel="xcb-util-keysyms-&xcb-util-keysyms-version;">
17 <?dbhtml filename="xcb-util-keysyms.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>xcb-util-keysyms-&xcb-util-keysyms-version;</title>
24
25 <indexterm zone="xcb-util-keysyms">
26 <primary sortas="a-xcb-util-keysyms">xcb-util-keysyms</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to xcb-util-keysyms</title>
31
32 <para>
33 The <application>xcb-util-keysyms</application> package contains a library
34 for handling standard X key constants and conversion to/from keycodes.
35 </para>
36
37 &lfs101_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&xcb-util-keysyms-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&xcb-util-keysyms-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &xcb-util-keysyms-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &xcb-util-keysyms-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &xcb-util-keysyms-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &xcb-util-keysyms-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">xcb-util-keysyms Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="libxcb"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="doxygen"/> (to generate documentation)
83 </para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/xcb-util-keysyms"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of xcb-util-keysyms</title>
92
93 <para>
94 Install <application>xcb-util-keysyms</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 This package does not come with a test suite.
103 <!--To test the results, issue:
104 <command>LD_LIBRARY_PATH=$XORG_PREFIX/lib make check</command>.-->
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Library</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>
125 None
126 </seg>
127 <seg>
128 libxcb-keysyms.so
129 </seg>
130 <seg>
131 None
132 </seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="libxcb-keysyms">
142 <term><filename class="libraryfile">libxcb-keysyms.so</filename></term>
143 <listitem>
144 <para>
145 provides the standard X key constants and API functions for
146 conversion to/from keycodes
147 </para>
148 <indexterm zone="xcb-util-keysyms libxcb-keysyms">
149 <primary sortas="c-libxcb-keysyms">libxcb-keysyms.so</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 </variablelist>
155
156 </sect2>
157
158</sect1>
Note: See TracBrowser for help on using the repository browser.