source: gnome-systemd/platform/libxkbcommon.xml@ 09140ef

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 09140ef was 09140ef, checked in by Krejzi <krejzi@…>, 10 years ago

Import Christopher's GNOME work into systemd branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13549 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.5 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 libxkbcommon-download-http "http://xkbcommon.org/download/libxkbcommon-&libxkbcommon-version;.tar.xz">
8 <!ENTITY libxkbcommon-download-ftp " ">
9 <!ENTITY libxkbcommon-md5sum "2a7e74c3cbffb06e7b3c6a7581d39297">
10 <!ENTITY libxkbcommon-size "464 KB">
11 <!ENTITY libxkbcommon-buildsize "8.5 MB">
12 <!ENTITY libxkbcommon-time "0.2 SBU">
13]>
14
15<sect1 id="libxkbcommon" xreflabel="libxkbcommon-&libxkbcommon-version;">
16 <?dbhtml filename="libxkbcommon.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libxkbcommon-&libxkbcommon-version;</title>
24
25 <indexterm zone="libxkbcommon">
26 <primary sortas="a-libxkbcommon">libxkbcommon</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libxkbcommon</title>
31
32 <para>
33 The <application>libxkbcommon</application> is a keyboard handling library
34 using XKB data for X11 XCB clients.
35 </para>
36
37 &lfs75_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&libxkbcommon-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&libxkbcommon-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &libxkbcommon-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &libxkbcommon-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &libxkbcommon-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &libxkbcommon-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">libxkbcommon Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="libevdev"/>, and
78 <xref linkend="mtdev"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="doxygen"/> (to build documentation)
84 </para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/libxkbcommon"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of libxkbcommon</title>
93
94 <para>
95 Install <application>libxkbcommon</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 To test the results issue the following command:
104 </para>
105
106<screen><userinput>make check</userinput></screen>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="commands">
117 <title>Command Explanations</title>
118
119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
120 href="../../xincludes/static-libraries.xml"/>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Program</segtitle>
129 <segtitle>Installed Library</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>
134 none
135 </seg>
136 <seg>
137 libxkbcommon-x11.so
138 </seg>
139 <seg>
140 /usr/include/xkbcommon and
141 /usr/share/doc/libxkbcommon
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="libxkbcommon-x11">
152 <term><filename class='libraryfile'>libxkbcommon-x11.so</filename></term>
153 <listitem>
154 <para>
155 contains the <application>libxkbcommon</application> API functions.
156 </para>
157 <indexterm zone="libxkbcommon libxkbcommon-x11">
158 <primary sortas="c-libxkbcommon-x11">libxkbcommon-x11.so</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.