2004-06-14 03:03:42 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-14 03:03:42 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2008-10-13 22:49:44 +08:00
|
|
|
<!ENTITY libxklavier-download-http "&sourceforge-repo;/gswitchit/libxklavier-&libxklavier-version;.tar.gz">
|
2004-06-14 03:03:42 +08:00
|
|
|
<!ENTITY libxklavier-download-ftp " ">
|
2007-07-21 23:04:05 +08:00
|
|
|
<!ENTITY libxklavier-md5sum "8f89a65b2d0aa8f8f5979c7d9de3d051">
|
|
|
|
<!ENTITY libxklavier-size "466 KB">
|
|
|
|
<!ENTITY libxklavier-buildsize "8 MB">
|
2006-01-28 00:35:19 +08:00
|
|
|
<!ENTITY libxklavier-time "0.1 SBU">
|
2004-06-14 03:03:42 +08:00
|
|
|
]>
|
|
|
|
|
2004-04-09 10:18:19 +08:00
|
|
|
<sect1 id="libxklavier" xreflabel="libxklavier-&libxklavier-version;">
|
2005-05-21 01:26:49 +08:00
|
|
|
<?dbhtml filename="libxklavier.html" ?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>libxklavier-&libxklavier-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="libxklavier">
|
|
|
|
<primary sortas="a-Libxklavier">Libxklavier</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to libxklavier</title>
|
|
|
|
|
|
|
|
<para>The <application>libxklavier</application> package contains a
|
|
|
|
utility library for <application>X</application> keyboard.</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&libxklavier-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&libxklavier-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &libxklavier-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &libxklavier-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &libxklavier-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &libxklavier-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">libxklavier Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2007-07-21 23:04:05 +08:00
|
|
|
<para role="required"><xref linkend="glib2"/>,
|
|
|
|
<xref linkend="x-window-system"/>, and
|
2005-05-21 01:26:49 +08:00
|
|
|
<xref linkend="libxml2"/></para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2007-07-21 23:04:05 +08:00
|
|
|
<para role="optional"><xref linkend="gtk-doc"/></para>
|
2005-05-21 01:26:49 +08:00
|
|
|
|
2006-04-11 02:39:30 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/libxklavier"/></para>
|
|
|
|
|
2005-05-21 01:26:49 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of libxklavier</title>
|
|
|
|
|
|
|
|
<para>Install <application>libxklavier</application> by running the
|
|
|
|
following commands:</para>
|
|
|
|
|
2006-01-28 00:35:19 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
2005-05-21 01:26:49 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
2006-06-21 06:52:52 +08:00
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
2005-05-21 01:26:49 +08:00
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2007-07-21 23:04:05 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2008-05-07 13:07:59 +08:00
|
|
|
<para><option>--with-xkb-base=$XORG_PREFIX/share/X11/xkb</option>:
|
|
|
|
Use this parameter if the $XORG_PREFIX is anything other than
|
2007-07-21 23:04:05 +08:00
|
|
|
<filename class='directory'>/usr</filename>.</para>
|
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2005-05-21 01:26:49 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Library</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>None</seg>
|
2006-04-11 02:39:30 +08:00
|
|
|
<seg>libxklavier.{so,a}</seg>
|
2007-07-21 23:04:05 +08:00
|
|
|
<seg>/usr/include/libxklavier, /usr/share/gtk-doc/html/libxklavier
|
|
|
|
and /usr/share/libxklavier</seg>
|
2005-05-21 01:26:49 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="libxklavier-lib">
|
2006-04-11 02:39:30 +08:00
|
|
|
<term><filename class='libraryfile'>libxklavier.{so,a}</filename></term>
|
2005-05-21 01:26:49 +08:00
|
|
|
<listitem>
|
2005-05-22 18:19:50 +08:00
|
|
|
<para>contains XKB utility functions.</para>
|
2005-05-21 01:26:49 +08:00
|
|
|
<indexterm zone="libxklavier libxklavier-lib">
|
2006-04-11 02:39:30 +08:00
|
|
|
<primary sortas="c-libxklavier">libxklavier.{so,a}</primary>
|
2005-05-21 01:26:49 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2004-04-09 10:18:19 +08:00
|
|
|
|
|
|
|
</sect1>
|