source: xfce/core/xfce4-xkb-plugin.xml@ 528bf1b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 528bf1b was 528bf1b, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

Update to libksba-1.3.2.
Update to valgrind-3.10.1.
Update to mariadb-10.0.15.
Update toxf86-input-evdev-2.9.1.
Update to nautilus-3.14.2.
Update to libwebp-0.4.2.
Add xfce4-xkb-plugin-0.5.6.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15015 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • 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 xfce4-xkb-plugin-download-http
8 "http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.5/xfce4-xkb-plugin-&xfce4-xkb-plugin-version;.tar.bz2">
9 <!ENTITY xfce4-xkb-plugin-download-ftp " ">
10 <!ENTITY xfce4-xkb-plugin-md5sum "8a1f8371fc725ba00f4594c5c0f81c59">
11 <!ENTITY xfce4-xkb-plugin-size "1.1 MB">
12 <!ENTITY xfce4-xkb-plugin-buildsize "40 MB">
13 <!ENTITY xfce4-xkb-plugin-time "0.8 SBU">
14]>
15
16<sect1 id="xfce4-xkb-plugin" xreflabel="xfce4-xkb-plugin-&xfce4-xkb-plugin-version;">
17 <?dbhtml filename="xfce4-xkb-plugin.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>xfce4-xkb-plugin-&xfce4-xkb-plugin-version;</title>
25
26 <indexterm zone="xfce4-xkb-plugin">
27 <primary sortas="a-xfce4-xkb-plugin">xfce4-xkb-plugin</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Xfce4 Keyboard Plugin</title>
32
33 <para>
34 If your system has a standard (US) keyboard, you probably do not need to
35 install this plugin.
36 </para>
37
38 <para>
39 The <application>Xfce4 Keyboard Plugin</application> package contains a
40 very customizable and useful <application>Xfce4</application> Panel
41 plugin to setup and use multiple (currently up to 4 due to X11 protocol
42 limitation) keyboard layouts and switch between them, individually by
43 application, individually by window, or globally for the desktop and all
44 applications and windows.
45 </para>
46
47 &lfs76_checked;
48
49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
51 <listitem>
52 <para>
53 Download (HTTP): <ulink url="&xfce4-xkb-plugin-download-http;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download (FTP): <ulink url="&xfce4-xkb-plugin-download-ftp;"/>
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download MD5 sum: &xfce4-xkb-plugin-md5sum;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Download size: &xfce4-xkb-plugin-size;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated disk space required: &xfce4-xkb-plugin-buildsize;
74 </para>
75 </listitem>
76 <listitem>
77 <para>
78 Estimated build time: &xfce4-xkb-plugin-time;
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 <bridgehead renderas="sect3">Xfce4 Keyboard Plugin Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required">
87 <xref linkend="librsvg"/>,
88 <xref linkend="libxklavier"/>, and
89 <xref linkend="xfce4-panel"/>
90 </para>
91
92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/xfce4-xkb-plugin"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Xfce4 Keyboard Plugin</title>
99
100 <para>
101 Install <application>Xfce4 Keyboard Plugin</application> by running the
102 following commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr \
106 --disable-debug \
107 --disable-static &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <para>
126 <parameter>--disable-debug</parameter>: This switch disables debugging
127 support.
128 </para>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="../../xincludes/static-libraries.xml"/>
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Program</segtitle>
140 <segtitle>Installed Library</segtitle>
141 <segtitle>Installed Directory</segtitle>
142
143 <seglistitem>
144 <seg>
145 xfce4-xkb-plugin
146 </seg>
147 <seg>
148 None
149 </seg>
150 <seg>
151 /usr/share/xfce4/xkb
152 </seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="xfce4-xkb-plugin-prog">
162 <term><command>xfce4-xkb-plugin</command></term>
163 <listitem>
164 <para>
165 is the <application>Xfce</application> keyboard layout plugin.
166 </para>
167 <indexterm zone="xfce4-xkb-plugin xfce4-xkb-plugin-prog">
168 <primary sortas="b-xfce4-xkb-plugin">xfce4-xkb-plugin</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.