source: x/lib/gtk+2.xml@ fe0192e

11.0 11.1 11.2 11.3 12.0 12.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 fe0192e was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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