source: general/genutils/ibus.xml@ de414da

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 de414da was de414da, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Tag the rest of the GNOME Desktop and Dependencies!
Fix a URL in GEGL

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

  • Property mode set to 100644
File size: 7.5 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 "debfafff1823952b69b248462f7a89a5">
10 <!ENTITY ibus-size "2.1 MB">
11 <!ENTITY ibus-buildsize "57 MB (with tests)">
12 <!ENTITY ibus-time "0.6 SBU (with tests)">
13]>
14
15<sect1 id="ibus" xreflabel="IBus-&ibus-version;" revision="systemd">
16 <?dbhtml filename="ibus.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
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 Linux OS. It provides a full featured and user
35 friendly input method user interface.
36 </para>
37
38 &lfs80_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">IBus Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="dconf"/> and
79 <xref linkend="iso-codes"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="gobject-introspection"/>,
85 <xref linkend="gtk2"/>,
86 <xref linkend="libnotify"/>, and
87 <xref linkend="vala"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="dbus-python"/> and
93 <xref linkend="pygobject3"/> (both to build the Python support library),
94 <xref linkend="gtk-doc"/>,
95 <xref linkend="python3"/>,
96 <xref linkend="pyxdg"/> (for the <command>ibus-setup</command>), and
97 <xref linkend="libxkbcommon"/>,
98 <xref linkend="wayland"/> (both to build the Wayland support programs), and
99 <ulink url="http://emojione.com/releases/">EmojiOne</ulink>
100 </para>
101
102 <para condition="html" role="usernotes">
103 User Notes: <ulink url="&blfs-wiki;/ibus"/>
104 </para>
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of IBus</title>
109
110 <para>
111 Install <application>IBus</application> by running the following
112 commands:
113 </para>
114
115<screen><userinput>./configure --prefix=/usr \
116 --sysconfdir=/etc \
117 --disable-emoji-dict &amp;&amp;
118make &amp;&amp;
119sed -ri 's:"(/desktop):"/org/freedesktop\1:' data/ibus.schemas</userinput></screen>
120
121 <para>
122 To test the results, issue: <command>make -k check</command>.
123 Some tests may fail for unknown reasons.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>make install</userinput></screen>
131
132 </sect2>
133
134 <sect2 role="commands">
135 <title>Command Explanations</title>
136
137 <para>
138 <command>sed -ri ... data/ibus.schemas</command>: This sed fixes
139 deprecated entries in the gsettings schema templates installed by this
140 package.
141 </para>
142
143 <para>
144 <parameter>--disable-emoji-dict</parameter>: This switch disables the use
145 of emoticon dictionaries. Omit if you installed the optional EmojiOne
146 package.
147 </para>
148
149 <para>
150 <option>--disable-gtk2</option>: This switch disables building
151 the <application>GTK+ 2</application> immodule. Use it if
152 you have not installed <application>GTK+ 2</application>.
153 </para>
154
155 <para>
156 <option>--enable-python-library</option>: This switch enables
157 building the <application>Python</application> support
158 library. Use it if have installed the optional dependencies.
159 </para>
160
161 <para>
162 <option>--enable-wayland</option>: This switch enables building
163 the <application>Wayland</application> support programs.
164 Use it if you have installed the optional dependencies.
165 </para>
166
167 <para>
168 <option>--with-python=python3</option>: This switch makes
169 the <command>configure</command> script look for
170 <application>Python 3</application>. Use it if you want
171 to build the <application>Python 3</application> support
172 library alongside the <application>Python 2</application>
173 one.
174 </para>
175
176 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
177 href="../../xincludes/gtk-doc-rebuild.xml"/>
178
179 </sect2>
180
181 <sect2 role="content">
182 <title>Contents</title>
183
184 <segmentedlist>
185 <segtitle>Installed Programs</segtitle>
186 <segtitle>Installed Library</segtitle>
187 <segtitle>Installed Directories</segtitle>
188
189 <seglistitem>
190 <seg>
191 ibus, ibus-daemon, and ibus-setup
192 </seg>
193 <seg>
194 libibus-1.0.so and im-ibus.so
195 (<application>GTK+ Immodule</application>)
196 </seg>
197 <seg>
198 /etc/dconf/db/ibus.d,
199 /usr/include/ibus-1.0,
200 /usr/lib/python2.7/site-packages/ibus,
201 /usr/share/gtk-doc/html/ibus, and
202 /usr/share/ibus
203 </seg>
204 </seglistitem>
205 </segmentedlist>
206
207 <variablelist>
208 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
209 <?dbfo list-presentation="list"?>
210 <?dbhtml list-presentation="table"?>
211
212 <varlistentry id="ibus-daemon">
213 <term><command>ibus-daemon</command></term>
214 <listitem>
215 <para>
216 is the Intelligent Input Bus Daemon.
217 </para>
218 <indexterm zone="ibus ibus-daemon">
219 <primary sortas="b-ibus-daemon">ibus-daemon</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="ibus-setup">
225 <term><command>ibus-setup</command></term>
226 <listitem>
227 <para>
228 is the <application>GTK+</application> program used to configure
229 the <command>ibus-daemon</command>.
230 </para>
231 <indexterm zone="ibus ibus-setup">
232 <primary sortas="b-ibus-setup">ibus-setup</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 <varlistentry id="libibus-1.0">
238 <term><filename class="libraryfile">libibus-1.0.so</filename></term>
239 <listitem>
240 <para>
241 contains the <application>IBus</application> API functions.
242 </para>
243 <indexterm zone="ibus libibus-1.0">
244 <primary sortas="c-libibus-1.0">libibus-1.0.so</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 </variablelist>
250
251 </sect2>
252
253</sect1>
Note: See TracBrowser for help on using the repository browser.