source: archive/gnome/libgnomekbd.xml@ 48b59802

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 48b59802 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: 5.0 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 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libgnomekbd-&libgnomekbd-version;</title>
25
26 <indexterm zone="libgnomekbd">
27 <primary sortas="a-libgnomekbd">libgnomekbd</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to libgnomekbd</title>
32
33 <para>
34 The <application>libgnomekbd</application> package contains xkb hooks
35 used by the <application>GNOME</application> Desktop.
36 </para>
37
38 &lfs72_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libgnomekbd-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libgnomekbd-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libgnomekbd-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libgnomekbd-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libgnomekbd-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libgnomekbd-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libgnomekbd Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtk3"/>,
79 <xref linkend="intltool"/> and
80 <xref linkend="libxklavier"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="gobject-introspection"/>
86 </para>
87
88 <para condition="html" role="usernotes">User Notes:
89 <ulink url="&blfs-wiki;/libgnomekbd"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of libgnomekbd</title>
95
96 <para>
97 Install <application>libgnomekbd</application> by running the
98 following commands:
99 </para>
100
101<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
102make</userinput></screen>
103
104 <para>
105 This package does not come with a test suite.
106 </para>
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 Libraries</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>
134 gkbd-keyboard-display
135 </seg>
136 <seg>
137 libgnomekbd.so and libgnomekbdui.so
138 </seg>
139 <seg>
140 /usr/include/libgnomekbd and
141 /usr/share/libgnomekbd
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="libgnomekbd-lib">
152 <term><filename class="libraryfile">libgnomekbd.so</filename></term>
153 <listitem>
154 <para>
155 contain the X keyboard API functions used to support xkb on the
156 <application>GNOME</application> Desktop.
157 </para>
158 <indexterm zone="libgnomekbd libgnomekbd-lib">
159 <primary sortas="c-libgnomekbd">libgnomekbd.so</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="libgnomekbdui">
165 <term><filename class="libraryfile">libgnomekbdui.so</filename></term>
166 <listitem>
167 <para>
168 contains the UI widgets for <application>libgnomekbd</application>.
169 </para>
170 <indexterm zone="libgnomekbd libgnomekbdui">
171 <primary sortas="c-libgnomekbdui">libgnomekbdui.so</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 </variablelist>
177
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.