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

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since f501df2 was 1ea1e02d, checked in by Douglas R. Reno <renodr@…>, 19 months ago

Change all dependencies on at-spi2-atk and ATK to at-spi2-core.

This accounts for their archival in the next couple of commits.

The reason behind the archival is that the files from both of those
packages are now provided by at-spi2-core.

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