source: archive/gnome/libgnomekbd.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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