glfs/gnome/core/libgnomekbd.xml
Krejzi d7562d1caa vte 0.32.1, gnome-settings-daemon 3.4.1, gnome-online-accounts 3.4.1, nautilus 3.4.1, gnome-desktop 3.4.1. Added libwacom 0.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9933 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-04-17 20:24:05 +00:00

152 lines
4.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libgnomekbd-download-http
"&gnome-download-http;/libgnomekbd/3.4/libgnomekbd-&libgnomekbd-version;.tar.xz">
<!ENTITY libgnomekbd-download-ftp
"&gnome-download-ftp;/libgnomekbd/3.4/libgnomekbd-&libgnomekbd-version;.tar.xz">
<!ENTITY libgnomekbd-md5sum "9772d124e0cca6a70b9e7cf85032a297">
<!ENTITY libgnomekbd-size "360 KB">
<!ENTITY libgnomekbd-buildsize "9 MB">
<!ENTITY libgnomekbd-time "0.4 SBU">
]>
<sect1 id="libgnomekbd" xreflabel="libgnomekbd-&libgnomekbd-version;">
<?dbhtml filename="libgnomekbd.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>libgnomekbd-&libgnomekbd-version;</title>
<indexterm zone="libgnomekbd">
<primary sortas="a-libgnomekbd">libgnomekbd</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libgnomekbd</title>
<para>The <application>libgnomekbd</application> package contains xkb hooks
used by the GNOME desktop.</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&libgnomekbd-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&libgnomekbd-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &libgnomekbd-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &libgnomekbd-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &libgnomekbd-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &libgnomekbd-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">libgnomekbd Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gtk3"/>,
<xref linkend="intltool"/> and
<xref linkend="libxklavier"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gobject-introspection"/>
(Required if building GNOME)
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/libgnomekbd"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of libgnomekbd</title>
<para>Install <application>libgnomekbd</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-prefix.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
gkbd-keyboard-display
</seg>
<seg>
libgnomekbd.so and libgnomekbdui.so
</seg>
<seg>
/usr/include/libgnomekbd and
/usr/share/libgnomekbd
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libgnomekbd-lib">
<term><filename class='libraryfile'>libgnomekbd{,ui}.so</filename></term>
<listitem>
<para>contain the X keyboard API functions to support xkb on the
GNOME desktop.</para>
<indexterm zone="libgnomekbd libgnomekbd-lib">
<primary sortas="c-libgnomekbd">libgnomekbd{,ui}.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>