source: archive/xfce4-xkb-plugin.xml@ 22c6402

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 22c6402 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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