source: general/sysutils/ibus-systemd.xml@ a20e12c

7.6-blfs 7.6-systemd kde5-14686 systemd-13485
Last change on this file since a20e12c was a20e12c, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added upstream patch to ibus page.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14138 af4574ff-66df-0310-9fd7-8a98e5e911e0

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