source: x/lib/gtk+2.xml@ 307b4b98

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 307b4b98 was 307b4b98, checked in by Krejzi <krejzi@…>, 11 years ago

Even more package updates.

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

  • Property mode set to 100644
File size: 11.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 gtk2-download-http "&gnome-download-http;/gtk+/2.24/gtk+-&gtk2-version;.tar.xz">
8 <!ENTITY gtk2-download-ftp "&gnome-download-ftp;/gtk+/2.24/gtk+-&gtk2-version;.tar.xz">
9 <!ENTITY gtk2-md5sum "e2c16f119ed624893ecfc3775930ae4c">
10 <!ENTITY gtk2-size "13 MB">
11 <!ENTITY gtk2-buildsize "370 MB">
12 <!ENTITY gtk2-time "2.7 SBU">
13]>
14
15<sect1 id="gtk2" xreflabel="GTK+-&gtk2-version;">
16 <?dbhtml filename="gtk2.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GTK+-&gtk2-version;</title>
24
25 <indexterm zone="gtk2">
26 <primary sortas="a-GTK+2">GTK+2</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GTK+ 2</title>
31
32 <para>
33 The <application>GTK+ 2</application> package contains
34 libraries used for creating graphical user interfaces
35 for applications.
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="&gtk2-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gtk2-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gtk2-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gtk2-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gtk2-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gtk2-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">GTK+ 2 Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="atk"/>,
79 <xref linkend="cairo"/>,
80 <xref linkend="gdk-pixbuf"/>,
81 <xref linkend="pango"/> and
82 <xref linkend="xorg7-lib"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="hicolor-icon-theme"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="cups"/>,
93 <xref linkend="docbook-utils"/>,
94 <xref linkend="gobject-introspection"/> and
95 <xref linkend="gtk-doc"/>
96 </para>
97
98 <para condition="html" role="usernotes">
99 User Notes: <ulink url="&blfs-wiki;/gtk+2"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of GTK+ 2</title>
105
106 <para>
107 Install <application>GTK+ 2</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>sed -i 's#l \(gtk-.*\).sgml#&amp; -o \1#' docs/{faq,tutorial}/Makefile.in &amp;&amp;
112sed -i 's#.*@man_#man_#' docs/reference/gtk/Makefile.in &amp;&amp;
113./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 To test the results, issue: <command>make check</command>. Note that you
118 must run the tests from a session with X Window Display capability (i.e.,
119 not a text-based terminal/console) as the tests attempt to open an X
120 window, and the tests can take an excessively long time. Using an X
121 Window, the tests should take less than 0.3 SBUs
122 </para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>make install</userinput></screen>
129
130 <note>
131 <para>
132 If you installed the package on to your system using a
133 <quote>DESTDIR</quote> method, an important file was not installed and
134 must be copied and/or generated. Generate it using the following
135 command as the <systemitem class="username">root</systemitem> user:
136 </para>
137
138<screen role="root"><userinput>gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules</userinput></screen>
139 </note>
140 </sect2>
141
142 <sect2 role="commands">
143 <title>Command Explanations</title>
144
145 <para>
146 <command>sed -i 's#l \(gtk-.*\).sgml#&amp; -o \1#'
147 docs/{faq,tutorial}/Makefile.in</command>: If you have
148 <xref linkend="docbook-utils"/> installed (specifically, if configure
149 finds <command>db2html</command>) then it will try to use it to rebuild
150 some of its HTML documentation and fail due to bugs in some of the
151 <filename>Makefile</filename>s. This <command>sed</command> fixes the
152 <filename>Makefile</filename>s.
153 </para>
154
155 <para>
156 <command>sed -i 's#.*@man_#man_#' docs/reference/gtk/Makefile.in</command>:
157 This <command>sed</command> fixes one of the <filename>Makefile</filename>s
158 so it installs the man pages for <command>gtk-builder-convert</command>,
159 <command>gtk-query-immodules-2.0</command>, and
160 <command>gtk-update-icon-cache</command>.
161 </para>
162
163 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
164 href="../../xincludes/gtk-doc-rebuild.xml"/>
165
166 </sect2>
167
168 <sect2 role="configuration">
169 <title>Configuring GTK+ 2</title>
170
171 <sect3 id="gtk2-config">
172 <title>Config Files</title>
173 <para>
174 <filename>~/.gtkrc-2.0</filename> and
175 <filename>/etc/gtk-2.0/gtkrc</filename>
176 </para>
177
178 <indexterm zone="gtk2 gtk2-config">
179 <primary sortas="e-AA.gtkrc-2.0">~/.gtkrc-2.0</primary>
180 </indexterm>
181
182 <indexterm zone="gtk2 gtk2-config">
183 <primary sortas="e-etc-path-gtkrc">/etc/gtk-2.0/gtkrc</primary>
184 </indexterm>
185 </sect3>
186
187 <sect3><title>Configuration Information</title>
188
189 <para>
190 <application>GTK+ 2</application> themes change the way a
191 <application>GTK+ 2</application> application looks. A
192 <application>GTK+ 2</application> icon theme can be used to change the
193 icons that appear on the application's toolbar. If you have installed a
194 <application>GTK+ 2</application> theme (such as <ulink
195 url="http://ftp.gnome.org/pub/gnome/sources/gnome-themes/2.32/">gnome-themes</ulink>
196 (requires <xref linkend="gtk-engines"/>)) or a
197 <application>GTK+ 2</application> icon theme (such as
198 <xref linkend="gnome-icon-theme"/>) you can set your preferences in
199 <filename>~/.gtkrc-2.0</filename>:
200 </para>
201
202<screen><userinput>cat &gt; ~/.gtkrc-2.0 &lt;&lt; "EOF"
203include "/usr/share/themes/<replaceable>Glider</replaceable>/gtk-2.0/gtkrc"
204gtk-icon-theme-name = "<replaceable>hicolor</replaceable>"
205EOF</userinput></screen>
206
207 <para>
208 There are many more themes available at
209 <ulink url="http://gnome-look.org/">Gnome-Look.org</ulink> and other
210 places.
211 </para>
212
213 <para>
214 Once you've settled on themes you like, you can (as the
215 <systemitem class="username">root</systemitem> user) make them the
216 default system wide:
217 </para>
218
219<screen role="root"><userinput>cat &gt; /etc/gtk-2.0/gtkrc &lt;&lt; "EOF"
220include "/usr/share/themes/<replaceable>Clearlooks</replaceable>/gtk-2.0/gtkrc"
221gtk-icon-theme-name = "<replaceable>elementary</replaceable>"
222EOF</userinput></screen>
223
224 <para>
225 <ulink url="http://sourceforge.net/projects/lxde/files/LXAppearance/">
226 LXAppearance</ulink> is a <application>GTK+ 2</application> application
227 that can help you choose the themes you like.
228 </para>
229 </sect3>
230 </sect2>
231
232 <sect2 role="content">
233 <title>Contents</title>
234
235 <segmentedlist>
236 <segtitle>Installed Programs</segtitle>
237 <segtitle>Installed Libraries</segtitle>
238 <segtitle>Installed Directories</segtitle>
239
240 <seglistitem>
241 <seg>
242 gtk-builder-convert, gtk-demo, gtk-query-immodules-2.0 and
243 gtk-update-icon-cache
244 </seg>
245 <seg>
246 libgailutil.so, libgdk-x11-2.0.so and
247 libgtk-x11-2.0.so
248 </seg>
249 <seg>
250 /etc/gtk-2.0,
251 /usr/include/gail-1.0,
252 /usr/include/gtk-2.0,
253 /usr/include/gtk-unix-print-2.0,
254 /usr/lib/gtk-2.0,
255 /usr/share/gtk-doc/html/gail-libgail-util,
256 /usr/share/gtk-doc/html/gtk,
257 /usr/share/themes/Default,
258 /usr/share/themes/Emacs and
259 /usr/share/themes/Raleigh
260 </seg>
261 </seglistitem>
262 </segmentedlist>
263
264 <variablelist>
265 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
266 <?dbfo list-presentation="list"?>
267 <?dbhtml list-presentation="table"?>
268
269 <varlistentry id="gtk-builder-convert">
270 <term><command>gtk-builder-convert</command></term>
271 <listitem>
272 <para>
273 converts glade files into XML files which can be loaded with
274 GtkBuilder.
275 </para>
276 <indexterm zone="gtk2 gtk-builder-convert">
277 <primary
278 sortas="b-gtk-builder-convert">gtk-builder-convert</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 <varlistentry id="gtk-demo">
284 <term><command>gtk-demo</command></term>
285 <listitem>
286 <para>
287 demonstrates <application>GTK+ 2</application> functionality and
288 provides code for the examples.
289 </para>
290 <indexterm zone="gtk2 gtk-demo">
291 <primary
292 sortas="b-gtk-demo">gtk-demo</primary>
293 </indexterm>
294 </listitem>
295 </varlistentry>
296
297 <varlistentry id="gtk-query-immodules-2.0">
298 <term><command>gtk-query-immodules-2.0</command></term>
299 <listitem>
300 <para>
301 collects information about loadable input method modules for
302 <application>GTK+ 2</application> and writes it to standard output.
303 </para>
304 <indexterm zone="gtk2 gtk-query-immodules-2.0">
305 <primary
306 sortas="b-gtk-query-immodules-2.0">gtk-query-immodules-2.0</primary>
307 </indexterm>
308 </listitem>
309 </varlistentry>
310
311 <varlistentry id="gtk-update-icon-cache">
312 <term><command>gtk-update-icon-cache</command></term>
313 <listitem>
314 <para>
315 creates mmap()able cache files for icon themes.
316 </para>
317 <indexterm zone="gtk2 gtk-update-icon-cache">
318 <primary sortas="b-gtk-update-icon-cache">gtk-update-icon-cache</primary>
319 </indexterm>
320 </listitem>
321 </varlistentry>
322
323 <varlistentry id="libgdk-x11-2">
324 <term><filename class="libraryfile">libgdk-x11-2.0.so</filename></term>
325 <listitem>
326 <para>
327 contains functions that act as a wrapper around the low-level
328 drawing and windowing functions provided by the underlying graphics
329 system.
330 </para>
331 <indexterm zone="gtk2 libgdk-x11-2">
332 <primary sortas="c-libgdk-x11-2">libgdk-x11-2.0.so</primary>
333 </indexterm>
334 </listitem>
335 </varlistentry>
336
337 <varlistentry id="libgtk-x11-2">
338 <term><filename class="libraryfile">libgtk-x11-2.0.so</filename></term>
339 <listitem>
340 <para>
341 contains functions that provide an API to implement graphical user
342 interfaces.
343 </para>
344 <indexterm zone="gtk2 libgtk-x11-2">
345 <primary sortas="c-libgtk-x11-2">libgtk-x11-2.0.so</primary>
346 </indexterm>
347 </listitem>
348 </varlistentry>
349
350 </variablelist>
351
352 </sect2>
353
354</sect1>
Note: See TracBrowser for help on using the repository browser.