mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
45ab6c70c2
Remove "$LastChanged$" everywhere, and also some unused $Date$
185 lines
5.2 KiB
XML
185 lines
5.2 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 xfce4-xkb-plugin-download-http
|
|
"http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.7/xfce4-xkb-plugin-&xfce4-xkb-plugin-version;.tar.bz2">
|
|
<!ENTITY xfce4-xkb-plugin-download-ftp " ">
|
|
<!ENTITY xfce4-xkb-plugin-md5sum "2f68e0d53baf68ecc1a7165ad33c26a9">
|
|
<!ENTITY xfce4-xkb-plugin-size "820 KB">
|
|
<!ENTITY xfce4-xkb-plugin-buildsize "7.8 MB">
|
|
<!ENTITY xfce4-xkb-plugin-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="xfce4-xkb-plugin" xreflabel="xfce4-xkb-plugin-&xfce4-xkb-plugin-version;">
|
|
<?dbhtml filename="xfce4-xkb-plugin.html"?>
|
|
|
|
<sect1info>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>xfce4-xkb-plugin-&xfce4-xkb-plugin-version;</title>
|
|
|
|
<indexterm zone="xfce4-xkb-plugin">
|
|
<primary sortas="a-xfce4-xkb-plugin">xfce4-xkb-plugin</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Xfce4 Keyboard Plugin</title>
|
|
|
|
<para>
|
|
If your system has a standard (US) keyboard, you probably do not need to
|
|
install this plugin.
|
|
</para>
|
|
|
|
<para>
|
|
The <application>Xfce4 Keyboard Plugin</application> package contains a
|
|
very customizable and useful <application>Xfce4</application> Panel
|
|
plugin to setup and use multiple (currently up to 4 due to X11 protocol
|
|
limitation) keyboard layouts and switch between them, individually by
|
|
application, individually by window, or globally for the desktop and all
|
|
applications and windows.
|
|
</para>
|
|
|
|
&lfs84_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&xfce4-xkb-plugin-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&xfce4-xkb-plugin-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &xfce4-xkb-plugin-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &xfce4-xkb-plugin-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &xfce4-xkb-plugin-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &xfce4-xkb-plugin-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Xfce4 Keyboard Plugin Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="librsvg"/>,
|
|
<xref linkend="libxklavier"/>, and
|
|
<xref linkend="xfce4-panel"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/xfce4-xkb-plugin"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Xfce4 Keyboard Plugin</title>
|
|
|
|
<para>
|
|
Install <application>Xfce4 Keyboard Plugin</application> by running the
|
|
following commands:
|
|
</para>
|
|
|
|
<screen><userinput>sed -e 's|xfce4/panel-plugins|xfce4/panel/plugins|' \
|
|
-i panel-plugin/{Makefile.in,xkb-plugin.desktop.in.in} &&
|
|
|
|
./configure --prefix=/usr \
|
|
--libexecdir=/usr/lib \
|
|
--disable-debug &&
|
|
|
|
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>
|
|
|
|
<para>
|
|
<command>sed -e ... xkb-plugin.desktop.in.in}</command> and
|
|
<parameter>--libexecdir=/usr/lib</parameter>: The sed and the
|
|
switch are necessary to place the xkb-plugin in the default
|
|
Xfce4 panel plugins directory.
|
|
</para>
|
|
|
|
<para>
|
|
<parameter>--disable-debug</parameter>: This switch disables debugging
|
|
support.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
xfce4-xkb-plugin
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/usr/share/xfce4/xkb
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="xfce4-xkb-plugin-prog">
|
|
<term><command>xfce4-xkb-plugin</command></term>
|
|
<listitem>
|
|
<para>
|
|
is the <application>Xfce</application> keyboard layout plugin.
|
|
</para>
|
|
<indexterm zone="xfce4-xkb-plugin xfce4-xkb-plugin-prog">
|
|
<primary sortas="b-xfce4-xkb-plugin">xfce4-xkb-plugin</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|