glfs/gnome/core/libgnomekbd.xml
Randy McMurchy 21f1f1fbb1 Added the D-Bus GLib bindings as a required dependency of GNOME VFS and removed it from other packages where it became redundant
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6988 af4574ff-66df-0310-9fd7-8a98e5e911e0
2007-07-27 18:49:21 +00:00

148 lines
4.9 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/&gnome-version;/libgnomekbd-&libgnomekbd-version;.tar.bz2">
<!ENTITY libgnomekbd-download-ftp "&gnome-download-ftp;/libgnomekbd/&gnome-version;/libgnomekbd-&libgnomekbd-version;.tar.bz2">
<!ENTITY libgnomekbd-md5sum "e99a9f1de689ba3c0ad03fadd55dd3e4">
<!ENTITY libgnomekbd-size "359 KB">
<!ENTITY libgnomekbd-buildsize "8 MB">
<!ENTITY libgnomekbd-time "0.2 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>
<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="libxklavier"/> and
<xref linkend="libgnomeui"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="intltool"/></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=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; &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/2003/XInclude"
href="../../xincludes/gnome-prefix.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/gnome-sysconfdir.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>gkbd-indicator-plugins-capplet</seg>
<seg>libgnomekbd.{so,a} and libgnomekbdui.{so,a}</seg>
<seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>:
/include/libgnomekbd and /share/libgnomekbd</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gkbd-indicator-plugins-capplet">
<term><command>gkbd-indicator-plugins-capplet</command></term>
<listitem>
<para>is used internally by the GNOME desktop to interface with
xkb.</para>
<indexterm zone="libgnomekbd gkbd-indicator-plugins-capplet">
<primary sortas="b-gkbd-indicator-plugins-capplet">gkbd-indicator-plugins-capplet</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libgnomekbd-lib">
<term><filename class='libraryfile'>libgnomekbd{,ui}.{so,a}</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,a}</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>