Author: manuel
Date: 2005-05-19 13:40:27 -0600 (Thu, 19 May 2005)
New Revision: 4373
Modified:
trunk/BOOK/x/lib/freeglut.xml
trunk/BOOK/x/lib/gtk+.xml
Log:
Tagged gtk+.xml
Modified: trunk/BOOK/x/lib/freeglut.xml
===================================================================
--- trunk/BOOK/x/lib/freeglut.xml 2005-05-19 19:32:40 UTC (rev 4372)
+++ trunk/BOOK/x/lib/freeglut.xml 2005-05-19 19:40:27 UTC (rev 4373)
@@ -57,7 +57,7 @@
</listitem>
</itemizedlist>
- <bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead>
+ <bridgehead renderas="sect3">freeglut Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
Modified: trunk/BOOK/x/lib/gtk+.xml
===================================================================
--- trunk/BOOK/x/lib/gtk+.xml 2005-05-19 19:32:40 UTC (rev 4372)
+++ trunk/BOOK/x/lib/gtk+.xml 2005-05-19 19:40:27 UTC (rev 4373)
@@ -12,139 +12,146 @@
<!ENTITY GTK-time "1.01 SBU">
]>
<sect1 id="GTK" xreflabel="GTK+->K-version;">
-<sect1info>
- <othername>$LastChangedBy$</othername>
- <date>$Date$</date>
-</sect1info>
-<?dbhtml filename="gtk.html" ?>
-<title>GTK+->K-version;</title>
+ <?dbhtml filename="gtk.html" ?>
-<indexterm zone="GTK">
- <primary sortas="a-GTK">GTK</primary>
-</indexterm>
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
-<sect2>
-<title>Introduction to
-<application><acronym>GTK</acronym>+</application></title>
+ <title>GTK+->K-version;</title>
-<para>The <application>GTK+</application> package contains
-<application>GTK+</application> Libraries. This is useful for
-creating graphical user interfaces for applications.</para>
+ <indexterm zone="GTK">
+ <primary sortas="a-GTK">GTK</primary>
+ </indexterm>
-<sect3><title>Package information</title>
-<itemizedlist spacing='compact'>
- <listitem><para>Download (HTTP): <ulink
url=">K-download-http;"/></para></listitem>
- <listitem><para>Download (FTP): <ulink
url=">K-download-ftp;"/></para></listitem>
- <listitem><para>Download MD5 sum: >K-md5sum;</para></listitem>
- <listitem><para>Download size: >K-size;</para></listitem>
- <listitem><para>Estimated disk space required:
>K-buildsize;</para></listitem>
- <listitem><para>Estimated build time: >K-time;</para></listitem>
-</itemizedlist>
-</sect3>
+ <sect2 role="package">
+ <title>Introduction to GTK+</title>
-<sect3>
- <title><application><acronym>GTK</acronym>+</application>
dependencies</title>
+ <para>The <application>GTK+</application> package contains
+ <application>GTK+</application> Libraries. This is useful for
+ creating graphical user interfaces for applications.</para>
-<sect4>
- <title>Required</title>
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Download (HTTP): <ulink url=">K-download-http;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download (FTP): <ulink url=">K-download-ftp;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download MD5 sum: >K-md5sum;</para>
+ </listitem>
+ <listitem>
+ <para>Download size: >K-size;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated disk space required: >K-buildsize;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated build time: >K-time;</para>
+ </listitem>
+ </itemizedlist>
-<para><xref linkend="GLib"/>,
- <xref linkend="libtiff"/>,
- <xref linkend="libjpeg"/>, and
- X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)
-</para>
-</sect4>
-</sect3>
+ <bridgehead renderas="sect3">GTK+ Dependencies</bridgehead>
-</sect2>
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para><xref linkend="GLib"/>,
+ <xref linkend="libtiff"/>,
+ <xref linkend="libjpeg"/>, and
+ X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
-<sect2>
-<title>Installation of
-<application><acronym>GTK</acronym>+</application></title>
+ </sect2>
-<para>Install <application><acronym>GTK</acronym>+</application> by running
-the following commands:</para>
+ <sect2 role="installation">
+ <title>Installation of GTK+</title>
-<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc
&&
-make</command></userinput></screen>
+ <para>Install <application>GTK+</application> by running
+ the following commands:</para>
-<para>This package does not come with a test suite.</para>
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
+make</userinput></screen>
-<para>Now, as the root user:</para>
-
-<screen><userinput role='root'><command>make
install</command></userinput></screen>
+ <para>This package does not come with a test suite.</para>
-</sect2>
+ <para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
-<sect2>
-<title>Command explanations</title>
+<screen role="root"><userinput>make install</userinput></screen>
-<para><parameter>--sysconfdir=/etc</parameter>: This installs the
-configuration files into <filename class="directory">/etc</filename>
-instead of <filename class="directory">/usr/etc</filename>.</para>
+ </sect2>
-<para><option>--with-xinput=xfree</option>: This configuration
-flag is necessary to utilize alternative input devices.</para>
+ <sect2 role="commands">
+ <title>Command Explanations</title>
-</sect2>
+ <para><parameter>--sysconfdir=/etc</parameter>: This installs the
+ configuration files into <filename class="directory">/etc</filename>
+ instead of <filename class="directory">/usr/etc</filename>.</para>
-<sect2>
-<title>Contents</title>
+ <para><option>--with-xinput=xfree</option>: This configuration
+ flag is necessary to utilize alternative input devices.</para>
-<segmentedlist>
- <segtitle>Installed Program</segtitle>
- <segtitle>Installed Libraries</segtitle>
- <segtitle>Installed Directories</segtitle>
-
- <seglistitem>
- <seg>gtk-config</seg>
- <seg>libgdk.[so,a] and libgtk.[so,a]</seg>
- <seg>/etc/gtk, /usr/include/gtk-1.2 and /usr/share/themes</seg>
- </seglistitem>
-</segmentedlist>
-
-<variablelist>
- <bridgehead renderas="sect3">Short Descriptions</bridgehead>
- <?dbfo list-presentation="list"?>
- <?dbhtml list-presentation="table"?>
+ </sect2>
-<varlistentry id="gtk-config">
- <term><command>gtk-config</command></term>
- <listitem>
- <para>is a tool used by <command>configure</command> scripts to determine
- the compiler and linker flags that should be used to compile and link
- programs that use
- <application><acronym>GTK</acronym>+</application>.</para>
- <indexterm zone="GTK gtk-config">
- <primary sortas="b-gtk-config">gtk-config</primary>
- </indexterm>
- </listitem>
-</varlistentry>
+ <sect2 role="content">
+ <title>Contents</title>
-<varlistentry id="libgtk">
- <term><filename class='libraryfile'>libgtk.[so,a]</filename></term>
- <listitem>
- <para>(GIMP Tool Kit) is a library for creating graphical user interfaces
- similar to the Motif <quote>look and feel</quote>.</para>
- <indexterm zone="GTK libgtk">
- <primary sortas="c-libgtk">libgtk.[so,a]</primary>
- </indexterm>
- </listitem>
-</varlistentry>
+ <segmentedlist>
+ <segtitle>Installed Program</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
-<varlistentry id="libgdk">
- <term><filename class='libraryfile'>libgdk.[so,a]</filename></term>
- <listitem>
- <para>is designed as a wrapper library that lies on top of Xlib. It
- performs many common and desired operations for a programmer instead of
- the programmer having to explicitly ask for such functionality from Xlib
- directly.</para>
- <indexterm zone="GTK libgdk">
- <primary sortas="c-libgdk">libgdk.[so,a]</primary>
- </indexterm>
- </listitem>
-</varlistentry>
+ <seglistitem>
+ <seg>gtk-config</seg>
+ <seg>libgdk.[so,a] and libgtk.[so,a]</seg>
+ <seg>/etc/gtk, /usr/include/gtk-1.2, and /usr/share/themes</seg>
+ </seglistitem>
+ </segmentedlist>
-</variablelist>
-</sect2>
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="gtk-config">
+ <term><command>gtk-config</command></term>
+ <listitem>
+ <para>is a tool used by <command>configure</command> scripts to
+ determine the compiler and linker flags that should be used to
+ compile and link programs that use
+ <application>GTK+</application>.</para>
+ <indexterm zone="GTK gtk-config">
+ <primary sortas="b-gtk-config">gtk-config</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libgtk">
+ <term><filename class='libraryfile'>libgtk.[so,a]</filename></term>
+ <listitem>
+ <para>(GIMP Tool Kit) is a library for creating graphical user
+ interfaces similar to the Motif <quote>look and feel</quote>.</para>
+ <indexterm zone="GTK libgtk">
+ <primary sortas="c-libgtk">libgtk.[so,a]</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libgdk">
+ <term><filename class='libraryfile'>libgdk.[so,a]</filename></term>
+ <listitem>
+ <para>is designed as a wrapper library that lies on top of Xlib.
+ It performs many common and desired operations for a programmer
+ instead of the programmer having to explicitly ask for such
+ functionality from Xlib directly.</para>
+ <indexterm zone="GTK libgdk">
+ <primary sortas="c-libgdk">libgdk.[so,a]</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
</sect1>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page