Changeset b995f08e for x


Ignore:
Timestamp:
02/25/2005 07:28:02 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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
Children:
7f2584b7
Parents:
b4b7337e
Message:

Tagging for gtk+1.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk+.xml

    rb4b7337e rb995f08e  
    1414<sect1 id="GTK" xreflabel="GTK+-&GTK-version;">
    1515<sect1info>
    16 <othername>$LastChangedBy$</othername>
    17 <date>$Date$</date>
     16  <othername>$LastChangedBy$</othername>
     17  <date>$Date$</date>
    1818</sect1info>
    1919<?dbhtml filename="gtk.html" ?>
    2020<title>GTK+-&GTK-version;</title>
     21
     22<indexterm zone="GTK">
     23  <primary sortas="a-GTK">GTK</primary>
     24</indexterm>
     25
    2126
    2227<sect2>
     
    3035<sect3><title>Package information</title>
    3136<itemizedlist spacing='compact'>
    32 <listitem><para>Download (HTTP):
    33 <ulink url="&GTK-download-http;"/></para></listitem>
    34 <listitem><para>Download (FTP):
    35 <ulink url="&GTK-download-ftp;"/></para></listitem>
    36 <listitem><para>Download MD5 sum: &GTK-md5sum;</para></listitem>
    37 <listitem><para>Download size: &GTK-size;</para></listitem>
    38 <listitem><para>Estimated disk space required:
    39 &GTK-buildsize;</para></listitem>
    40 <listitem><para>Estimated build time:
    41 &GTK-time;</para></listitem></itemizedlist>
     37  <listitem><para>Download (HTTP): <ulink url="&GTK-download-http;"/></para></listitem>
     38  <listitem><para>Download (FTP): <ulink url="&GTK-download-ftp;"/></para></listitem>
     39  <listitem><para>Download MD5 sum: &GTK-md5sum;</para></listitem>
     40  <listitem><para>Download size: &GTK-size;</para></listitem>
     41  <listitem><para>Estimated disk space required: &GTK-buildsize;</para></listitem>
     42  <listitem><para>Estimated build time: &GTK-time;</para></listitem>
     43</itemizedlist>
    4244</sect3>
    4345
    44 <sect3><title><application><acronym>GTK</acronym>+</application>
    45 dependencies</title>
    46 <sect4><title>Required</title>
     46<sect3>
     47  <title><application><acronym>GTK</acronym>+</application> dependencies</title>
     48
     49<sect4>
     50  <title>Required</title>
     51
    4752<para><xref linkend="GLib"/>,
    48 <xref linkend="libtiff"/>,
    49 <xref linkend="libjpeg"/>
    50 and X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
     53      <xref linkend="libtiff"/>,
     54      <xref linkend="libjpeg"/>, and
     55      X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)
     56</para>
    5157</sect4>
    5258</sect3>
     
    6268
    6369<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    64 make &amp;&amp;
    65 make install</command></userinput></screen>
     70make</command></userinput></screen>
     71
     72<para>Now, as the root user:</para>
     73 
     74<screen><userinput role='root'><command>make install</command></userinput></screen>
    6675
    6776</sect2>
     
    8291<title>Contents</title>
    8392
    84 <para>The <application><acronym>GTK</acronym>+</application> package contains
    85 <filename class="libraryfile">libgtk-1.2</filename> and
    86 <filename class="libraryfile">libgdk-1.2</filename> libraries.</para>
     93<segmentedlist>
     94  <segtitle>Installed Programs</segtitle>
     95  <segtitle>Installed Libraries</segtitle>
     96  <segtitle>Installed Directories</segtitle>
     97 
     98  <seglistitem>
     99    <seg>None</seg>
     100    <seg>libgtk-1.2, libgdk-1.2</seg>
     101    <seg>None</seg>
     102  </seglistitem>
     103</segmentedlist>
     104 
     105<variablelist>
     106  <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     107  <?dbfo list-presentation="list"?>
    87108
     109<varlistentry id="libgtk">
     110  <term><filename class='libraryfile'>libgtk.{so,a}</filename></term>
     111  <listitem>
     112    <para>(GIMP Tool Kit) is a library for creating graphical user interfaces similar to
     113the Motif "look and feel".</para>
     114    <indexterm zone="GTK libgtk">
     115      <primary sortas="c-libgtk">libgtk.{so,a}</primary>
     116    </indexterm>
     117  </listitem>
     118</varlistentry>
     119
     120<varlistentry id="libgdk">
     121  <term><filename class='libraryfile'>libgdk.{so,a}</filename></term>
     122  <listitem>
     123    <para>is designed as a wrapper library that lies on top of Xlib. It
     124performs many common and desired operations for a programmer instead of
     125the programmer having to explicitly ask for such functionality from
     126Xlib directly.</para>
     127    <indexterm zone="GTK libgdk">
     128      <primary sortas="c-libgdk">libgdk.{so,a}</primary>
     129    </indexterm>
     130  </listitem>
     131</varlistentry>
     132
     133</variablelist> 
    88134</sect2>
    89 
    90 <sect2><title>Description</title>
    91 
    92 <sect3><title>GTK+ Libraries</title>
    93 <para><application>GTK+</application> Libraries provide an
    94 <acronym>API</acronym> to implement graphical user
    95 interfaces.</para></sect3>
    96 
    97 </sect2>
    98 
    99135</sect1>
    100136
Note: See TracChangeset for help on using the changeset viewer.