source: general/genutils/ibus.xml@ 38821ef

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 38821ef was 0cce0bf8, checked in by Pierre Labastie <pierre.labastie@…>, 15 months ago

Sync UCD.zip versions between ibus and gucharmap

  • Property mode set to 100644
File size: 10.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 ibus-download-http "https://github.com/ibus/ibus/releases/download/&ibus-version;/ibus-&ibus-version;.tar.gz">
8 <!ENTITY ibus-download-ftp " ">
9 <!ENTITY ibus-md5sum "3590d33fbd84e041acb75fcee818b504">
10 <!ENTITY ibus-size "3.6 MB">
11 <!ENTITY ibus-buildsize "66 MB (add 3 MB for tests)">
12 <!ENTITY ibus-time "0.2 SBU (Using parallelism=4; add 0.6 SBU for tests)">
13<!-- Since UCD.zip can be used by gucharmap too, let's use the same version:
14 This prevents version mismatches, since UCD.zip filename is not versioned.
15-->
16 <!ENTITY ucd-download-http "https://www.unicode.org/Public/zipped/&gucharmap-major-version;.0/UCD.zip">
17]>
18
19<sect1 id="ibus" xreflabel="ibus-&ibus-version;">
20 <?dbhtml filename="ibus.html"?>
21
22
23 <title>ibus-&ibus-version;</title>
24
25 <indexterm zone="ibus">
26 <primary sortas="a-ibus">ibus</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to ibus</title>
31
32 <para>
33 <application>ibus</application> is an Intelligent Input Bus. It is a new
34 input framework for the Linux OS. It provides a fully featured and user
35 friendly input method user interface.
36 </para>
37
38 &lfs112_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&ibus-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&ibus-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &ibus-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &ibus-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &ibus-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &ibus-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Optional Download</bridgehead>
75
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Unicode Character Database:
80 <ulink url="&ucd-download-http;"> &ucd-download-http;</ulink>
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">ibus Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="dconf"/>,
90 <xref linkend="iso-codes"/>, and
91 <xref linkend="vala"/>
92 </para>
93
94 <bridgehead renderas="sect4">Recommended</bridgehead>
95 <para role="recommended">
96 <xref linkend="gobject-introspection"/>,
97 <xref linkend="gtk2"/>, and
98 <xref linkend="libnotify"/>
99 </para>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
103 <xref linkend="gtk3"/> (to build IM module for it),
104 <xref linkend="gtk4"/> (to build IM module for it),
105 <xref linkend="dbus-python"/> and
106 <xref linkend="pygobject3"/> (both to build the Python support library),
107 <xref linkend="gtk-doc"/>,
108 <xref linkend="pyxdg" role="runtime"/>
109 (runtime, for the <command>ibus-setup</command>), and
110 <xref linkend="libxkbcommon"/>,
111 <xref linkend="wayland"/> (both to build the Wayland support programs), and
112 <ulink url="https://www.joypixels.com/">EmojiOne</ulink>
113 </para>
114
115 <para condition="html" role="usernotes">
116 User Notes: <ulink url="&blfs-wiki;/ibus"/>
117 </para>
118 </sect2>
119
120 <sect2 role="installation">
121 <title>Installation of ibus</title>
122
123 <para>
124 If the optional Unicode Character Database was downloaded, install it
125 now as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>mkdir -p /usr/share/unicode/ucd &amp;&amp;
129unzip -uo ../UCD.zip -d /usr/share/unicode/ucd</userinput></screen>
130
131 <note>
132 <para>
133 Be sure to also remove the --disable-unicode-dict in
134 the configure step below.
135 </para>
136 </note>
137
138 <para>
139 Fix an issue with deprecated schema entries:</para>
140
141<screen><userinput>sed -i 's@/desktop/ibus@/org/freedesktop/ibus@g' \
142 data/dconf/org.freedesktop.ibus.gschema.xml</userinput></screen>
143
144 <para>
145 Install <application>ibus</application> by running the following
146 commands:
147 </para>
148
149<screen revision='sysv'><userinput>./configure --prefix=/usr \
150 --sysconfdir=/etc \
151 --disable-python2 \
152 --disable-emoji-dict \
153 --disable-unicode-dict \
154 --disable-systemd-services &amp;&amp;
155rm -f tools/main.c &amp;&amp;
156make</userinput></screen>
157
158<screen revision='systemd'><userinput>./configure --prefix=/usr \
159 --sysconfdir=/etc \
160 --disable-python2 \
161 --disable-emoji-dict \
162 --disable-unicode-dict &amp;&amp;
163rm -f tools/main.c &amp;&amp;
164make</userinput></screen>
165
166 <para>
167 To test the results, issue: <command>make -k check</command>.
168 The test named ibus-compose fails because it uses some locales
169 not installed in LFS.
170 The test named ibus-keypress is known to fail in a Wayland based desktop
171 environment.
172 The test named test-override-ibus.py is known to fail if Python
173 support library is enabled.
174 </para>
175
176 <para>
177 Now, as the <systemitem class="username">root</systemitem> user:
178 </para>
179
180<screen role="root"><userinput>make install &amp;&amp;
181gzip -dfv /usr/share/man/man{{1,5}/ibus*.gz,5/00-upstream-settings.5.gz}</userinput></screen>
182
183 </sect2>
184
185 <sect2 role="commands">
186 <title>Command Explanations</title>
187
188 <para>
189 <parameter>--disable-emoji-dict</parameter>: This switch disables the
190 use of emoticon dictionaries. Omit if you installed the optional
191 package.
192 </para>
193
194 <para>
195 <parameter>--disable-unicode-dict</parameter>: This switch disables the use
196 of unicode dictionaries. Omit if you installed the optional
197 Unicode Character Database.
198 </para>
199
200 <para>
201 <command>rm -f tools/main.c</command>: This command removes a generated
202 file that was not removed when packaging.
203 </para>
204
205 <para>
206 <option>--disable-gtk2</option>: This switch disables building
207 the <application>GTK+ 2</application> immodule. Use it if
208 you have not installed <application>GTK+ 2</application>.
209 </para>
210
211 <para>
212 <option>--enable-gtk4</option>: This switch enables building
213 the <application>GTK 4</application> immodule. Use it if
214 you have installed <application>GTK 4</application>.
215 </para>
216
217 <para>
218 <option>--enable-python-library</option>: This switch enables
219 building the <application>Python</application> support
220 library. Use it if you have installed the optional dependencies.
221 </para>
222
223 <para>
224 <option>--enable-wayland</option>: This switch enables building
225 the <application>Wayland</application> support programs.
226 Use it if you have installed the optional dependencies.
227 </para>
228
229 <para>
230 <option>--with-python=python3</option>: This switch makes
231 the <command>configure</command> script look for
232 <application>Python 3</application>. Use it if you want
233 to build the <application>Python 3</application> support
234 library alongside the <application>Python 2</application>
235 one.
236 </para>
237
238 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
239 href="../../xincludes/gtk-doc-rebuild.xml"/>
240
241 <para>
242 <command>gzip -dfv ...</command>: Decompress installed man pages
243 in accordance with other man pages.
244 </para>
245
246 </sect2>
247
248 <sect2 role="content">
249 <title>Contents</title>
250
251 <segmentedlist>
252 <segtitle>Installed Programs</segtitle>
253 <segtitle>Installed Library</segtitle>
254 <segtitle>Installed Directories</segtitle>
255
256 <seglistitem>
257 <seg>
258 ibus,
259 ibus-daemon, and
260 ibus-setup
261 </seg>
262 <seg>
263 libibus-1.0.so and
264 im-ibus.so (<application>GTK+ Immodule</application>)
265 </seg>
266 <seg>
267 /etc/dconf/db/ibus.d,
268 /usr/include/ibus-1.0,
269 /usr/share/gtk-doc/html/ibus, and
270 /usr/share/ibus
271 </seg>
272 </seglistitem>
273 </segmentedlist>
274
275 <variablelist>
276 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
277 <?dbfo list-presentation="list"?>
278 <?dbhtml list-presentation="table"?>
279
280 <varlistentry id="ibus-daemon">
281 <term><command>ibus-daemon</command></term>
282 <listitem>
283 <para>
284 is the Intelligent Input Bus Daemon
285 </para>
286 <indexterm zone="ibus ibus-daemon">
287 <primary sortas="b-ibus-daemon">ibus-daemon</primary>
288 </indexterm>
289 </listitem>
290 </varlistentry>
291
292 <varlistentry id="ibus-setup">
293 <term><command>ibus-setup</command></term>
294 <listitem>
295 <para>
296 is the <application>GTK+</application> program used to configure
297 the <command>ibus-daemon</command>
298 </para>
299 <indexterm zone="ibus ibus-setup">
300 <primary sortas="b-ibus-setup">ibus-setup</primary>
301 </indexterm>
302 </listitem>
303 </varlistentry>
304
305 <varlistentry id="libibus-1.0">
306 <term><filename class="libraryfile">libibus-1.0.so</filename></term>
307 <listitem>
308 <para>
309 contains the <application>ibus</application> API functions
310 </para>
311 <indexterm zone="ibus libibus-1.0">
312 <primary sortas="c-libibus-1.0">libibus-1.0.so</primary>
313 </indexterm>
314 </listitem>
315 </varlistentry>
316
317 </variablelist>
318
319 </sect2>
320
321</sect1>
Note: See TracBrowser for help on using the repository browser.