source: general/sysutils/ibus.xml@ 92b0b42

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 92b0b42 was 92b0b42, checked in by Krejzi <krejzi@…>, 11 years ago

Package updates.

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

  • Property mode set to 100644
File size: 5.9 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 "http://ibus.googlecode.com/files/ibus-&ibus-version;.tar.gz">
8 <!ENTITY ibus-download-ftp " ">
9 <!ENTITY ibus-md5sum "f0103201249c657712f5f4d9a36923ed">
10 <!ENTITY ibus-size "1.9 MB">
11 <!ENTITY ibus-buildsize "50 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 &lfs72_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"/> and
85 <xref linkend="vala"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="dbus-python"/>,
91 <xref linkend="gtk2"/>,
92 <xref linkend="gtk-doc"/> and
93 <ulink url="http://freedesktop.org/wiki/Software/pyxdg">
94 pyxdg</ulink>
95 </para>
96
97 <para condition="html" role="usernotes">
98 User Notes: <ulink url="&blfs-wiki;/ibus"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of IBus</title>
104
105 <para>
106 Install <application>IBus</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr \
111 --sysconfdir=/etc \
112 --libexecdir=/usr/lib/ibus \
113 --disable-gtk2 &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 To test the results, issue: <command>make check</command>.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para>
131 <option>--disable-gtk2</option>: This switch disables building
132 of the <application>GTK+ 2</application> immodule. Remove it if
133 you have installed <application>GTK+ 2</application> and wish
134 to build the <application>GTK+ 2</application> immodule.
135 </para>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/gtk-doc-rebuild.xml"/>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Library</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>
152 ibus, ibus-daemon and ibus-setup
153 </seg>
154 <seg>
155 libibus-1.0.so and im-ibus.so
156 (<application>GTK+ Immodule</application>)
157 </seg>
158 <seg>
159 /etc/dconf/db/ibus.d,
160 /usr/include/ibus-1.0,
161 /usr/lib/ibus,
162 /usr/share/gtk-doc/html/ibus and
163 /usr/share/ibus
164 </seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="ibus-daemon">
174 <term><command>ibus-daemon</command></term>
175 <listitem>
176 <para>
177 is the Intelligent Input Bus Daemon.
178 </para>
179 <indexterm zone="ibus ibus-daemon">
180 <primary sortas="b-ibus-daemon">ibus-daemon</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="ibus-setup">
186 <term><command>ibus-setup</command></term>
187 <listitem>
188 <para>
189 is the <application>GTK+</application> program used to configure
190 the <command>ibus-daemon</command>.
191 </para>
192 <indexterm zone="ibus ibus-setup">
193 <primary sortas="b-ibus-setup">ibus-setup</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="libibus-1.0">
199 <term><filename class="libraryfile">libibus-1.0.so</filename></term>
200 <listitem>
201 <para>
202 contains <application>IBus</application> API functions.
203 </para>
204 <indexterm zone="ibus libibus-1.0">
205 <primary sortas="c-libibus-1.0">libibus-1.0.so</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 </variablelist>
211
212 </sect2>
213
214</sect1>
Note: See TracBrowser for help on using the repository browser.