source: general/genutils/ibus.xml@ ad112fd5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.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 ad112fd5 was ad112fd5, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to cups-2.2.12.
Update to node.js-10.16.3.
Update to gtk-doc-1.32.
Tag qt5 and its dependencies.

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

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