source: gnome/platform/libxkbcommon.xml@ 1840044

gnome
Last change on this file since 1840044 was 7585458, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added new pages xwayland libepoxy libunwind libxkbcommon wayland weston

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

  • Property mode set to 100644
File size: 5.3 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 "https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-&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 keymap compiler and support library which
34 processes a reduced subset of keymaps as defined by the XKB specification.
35 Primarily, a keymap is created from a set of Rules/Model/Layout/Variant/Options names,
36 processed through an XKB ruleset, and compiled into a struct xkb_keymap, which is
37 the base type for all xkbcommon operations.
38 </para>
39
40 &lfs75_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&libxkbcommon-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&libxkbcommon-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &libxkbcommon-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &libxkbcommon-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &libxkbcommon-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &libxkbcommon-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">libxkbcommon Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="libevdev"/>, and
81 <xref linkend="mtdev"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="gtk-doc"/>
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/libxkbcommon"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of libxkbcommon</title>
96
97 <para>
98 Install <application>libxkbcommon</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/static-libraries.xml"/>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/gtk-doc-rebuild.xml"/>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Program</segtitle>
133 <segtitle>Installed Library</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 libxkbcommon-binding-tool
139 </seg>
140 <seg>
141 liblibxkbcommon-1.0.so
142 </seg>
143 <seg>
144 /usr/include/libxkbcommon-1.0 and
145 /usr/share/gtk-doc/html/libxkbcommon
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="libxkbcommon-binding-tool">
156 <term><command>libxkbcommon-binding-tool</command></term>
157 <listitem>
158 <para>
159 creates C convenience wrappers for UPnP services.
160 </para>
161 <indexterm zone="libxkbcommon libxkbcommon-binding-tool">
162 <primary sortas="b-libxkbcommon-binding-tool">libxkbcommon-binding-tool</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="liblibxkbcommon-1">
168 <term><filename class='libraryfile'>liblibxkbcommon-1.0.so</filename></term>
169 <listitem>
170 <para>
171 contains the <application>libxkbcommon</application> API functions.
172 </para>
173 <indexterm zone="libxkbcommon liblibxkbcommon-1">
174 <primary sortas="c-liblibxkbcommon-1">liblibxkbcommon-1.0.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.