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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 bd839f8 was a8eba10, checked in by Igor Živković <igor@…>, 19 years ago

Updated to GTK+-2.6.0.

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

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gtk2-download-http "http://gd.tuwien.ac.at/graphics/gimp/gtk/v2.6/gtk+-&gtk2-version;.tar.bz2">
8 <!ENTITY gtk2-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-&gtk2-version;.tar.bz2">
9 <!ENTITY gtk2-md5sum "ca717c728264fa0b3302ca00da2bcfe4">
10 <!ENTITY gtk2-size "11 MB">
11 <!ENTITY gtk2-buildsize "198 MB">
12 <!ENTITY gtk2-time "3.09 SBU">
13]>
14
15<sect1 id="gtk2" xreflabel="GTK+-&gtk2-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="gtk2.html" ?>
21<title>GTK+-&gtk2-version;</title>
22
23<sect2>
24<title>Introduction to <application><acronym>GTK</acronym>+</application></title>
25
26<para>The <application><acronym>GTK</acronym>+</application> package contains
27<application><acronym>GTK</acronym>+</application> Libraries. This is useful for
28creating graphical user interfaces for applications.</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP): <ulink url="&gtk2-download-http;"/></para></listitem>
33<listitem><para>Download (FTP): <ulink url="&gtk2-download-ftp;"/></para></listitem>
34<listitem><para>Download MD5 sum: &gtk2-md5sum;</para></listitem>
35<listitem><para>Download size: &gtk2-size;</para></listitem>
36<listitem><para>Estimated disk space required: &gtk2-buildsize;</para></listitem>
37<listitem><para>Estimated build time: &gtk2-time;</para></listitem></itemizedlist>
38</sect3>
39
40<sect3><title><application><acronym>GTK</acronym>+</application> dependencies</title>
41<sect4><title>Required</title>
42<para>
43X (<xref linkend="xorg"/> or <xref linkend="xfree86"/>),
44<xref linkend="pango"/> and
45<xref linkend="atk"/>
46</para></sect4>
47<sect4><title>Optional</title>
48<para>
49<xref linkend="libtiff"/>,
50<xref linkend="libjpeg"/>,
51<xref linkend="gtk-doc"/> and
52<xref linkend="docbook-utils"/>
53</para></sect4>
54</sect3>
55
56</sect2>
57
58<sect2>
59<title>Installation of <application><acronym>GTK</acronym>+</application></title>
60
61<para>Install <application><acronym>GTK</acronym>+</application> by running
62the following commands:</para>
63
64<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
65 --without-libtiff --without-libjpeg &amp;&amp;
66make &amp;&amp;
67make install</command></userinput></screen>
68
69</sect2>
70
71<sect2>
72<title>Command explanations</title>
73
74<para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
75configuration files into <filename class="directory">/etc</filename>
76instead of <filename class="directory">/usr/etc</filename>.</para>
77
78<para><parameter>--without-libtiff</parameter>: Omit this switch if you have
79<application>libtiff</application> installed.</para>
80
81<para><parameter>--without-libjpeg</parameter>: Omit this switch if you have
82<application>libjpeg</application> installed.</para>
83
84<para><option>--enable-gtk-doc</option>: This switch will rebuild
85the <acronym>API</acronym> documentation during the
86<command>make</command> command.</para>
87</sect2>
88
89<sect2>
90<title>Contents</title>
91
92<para>The <application><acronym>GTK</acronym>+</application> package contains
93<command>gdk-pixbuf-csource</command>,
94<command>gdk-pixbuf-query-loaders</command>,
95<command>gtk-demo</command>,
96<command>gtk-query-immodules-2.0</command>,
97<command>gtk-update-icon-cache</command>,
98<filename class="libraryfile">libgdk_pixbuf-2.0</filename>,
99<filename class="libraryfile">libgdk-x11-2.0</filename>,
100<filename class="libraryfile">libgtk-x11-2.0</filename> and
101<filename class="libraryfile">libgdk_pixbuf_xlib-2.0</filename>
102libraries.</para>
103
104</sect2>
105
106<sect2><title>Description</title>
107
108<sect3><title>gdk-pixbuf-csource</title>
109<para><command>gdk-pixbuf-csource</command> generates C code containing
110images, useful for compiling images directly into
111programs.</para></sect3>
112
113<sect3><title>gdk-pixbuf-query-loaders</title>
114<para><command>gdk-pixbuf-query-loaders</command> collects information
115about loadable modules for gdk-pixbuf and writes it to standard
116output.</para></sect3>
117
118<sect3><title>gtk-query-immodules-2.0</title>
119<para><command>gtk-query-immodules-2.0</command> collects information
120about loadable input method modules for
121<application><acronym>GTK</acronym>+</application> and writes it to
122standard output.</para></sect3>
123
124<sect3><title>gtk-update-icon-cache</title>
125<para><command>gtk-update-icon-cache</command> creates mmap()able cache
126files for icon themes.</para></sect3>
127
128<sect3><title><application><acronym>GTK</acronym>+</application> Libraries</title>
129<para><application><acronym>GTK</acronym>+</application> Libraries provide the
130<acronym>API</acronym> to implement graphical user
131interfaces.</para></sect3>
132
133</sect2>
134
135</sect1>
Note: See TracBrowser for help on using the repository browser.