Changeset 0d25b6c5


Ignore:
Timestamp:
03/27/2005 09:58:43 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
ac789c0
Parents:
7188fe3e
Message:

Updated build entities and indexing tags in GTK+ instructions

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

File:
1 edited

Legend:

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

    r7188fe3e r0d25b6c5  
    88  <!ENTITY GTK-download-ftp  "ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-&GTK-version;.tar.gz">
    99  <!ENTITY GTK-md5sum        "4d5cb2fc7fb7830e4af9747a36bfce20">
    10   <!ENTITY GTK-size          "2.7 MB">
    11   <!ENTITY GTK-buildsize     "54 MB">
    12   <!ENTITY GTK-time          "1.96 SBU">
     10  <!ENTITY GTK-size          "2.8 MB">
     11  <!ENTITY GTK-buildsize     "51.1 MB">
     12  <!ENTITY GTK-time          "1.01 SBU">
    1313]>
    1414<sect1 id="GTK" xreflabel="GTK+-&GTK-version;">
     
    2323  <primary sortas="a-GTK">GTK</primary>
    2424</indexterm>
    25 
    2625
    2726<sect2>
     
    9291
    9392<segmentedlist>
    94   <segtitle>Installed Programs</segtitle>
     93  <segtitle>Installed Program</segtitle>
    9594  <segtitle>Installed Libraries</segtitle>
    9695  <segtitle>Installed Directories</segtitle>
    9796 
    9897  <seglistitem>
    99     <seg>None</seg>
    100     <seg>libgtk-1.2, libgdk-1.2</seg>
    101     <seg>None</seg>
     98    <seg>gtk-config</seg>
     99    <seg>libgdk.[so,a] and libgtk.[so,a]</seg>
     100    <seg>/etc/gtk, /usr/include/gtk-1.2 and /usr/share/themes</seg>
    102101  </seglistitem>
    103102</segmentedlist>
     
    108107  <?dbhtml list-presentation="table"?>
    109108
     109<varlistentry id="gtk-config">
     110  <term><command>gtk-config</command></term>
     111  <listitem>
     112    <para>is a tool used by <command>configure</command> scripts to determine
     113    the compiler and linker flags that should be used to compile and link
     114    programs that use
     115    <application><acronym>GTK</acronym>+</application>.</para>
     116    <indexterm zone="GTK gtk-config">
     117      <primary sortas="b-gtk-config">gtk-config</primary>
     118    </indexterm>
     119  </listitem>
     120</varlistentry>
     121
    110122<varlistentry id="libgtk">
    111   <term><filename class='libraryfile'>libgtk.{so,a}</filename></term>
     123  <term><filename class='libraryfile'>libgtk.[so,a]</filename></term>
    112124  <listitem>
    113     <para>(GIMP Tool Kit) is a library for creating graphical user interfaces similar to
    114 the Motif "look and feel".</para>
     125    <para>(GIMP Tool Kit) is a library for creating graphical user interfaces
     126    similar to the Motif <quote>look and feel</quote>.</para>
    115127    <indexterm zone="GTK libgtk">
    116       <primary sortas="c-libgtk">libgtk.{so,a}</primary>
     128      <primary sortas="c-libgtk">libgtk.[so,a]</primary>
    117129    </indexterm>
    118130  </listitem>
     
    120132
    121133<varlistentry id="libgdk">
    122   <term><filename class='libraryfile'>libgdk.{so,a}</filename></term>
     134  <term><filename class='libraryfile'>libgdk.[so,a]</filename></term>
    123135  <listitem>
    124     <para>is designed as a wrapper library that lies on top of Xlib. It
    125 performs many common and desired operations for a programmer instead of
    126 the programmer having to explicitly ask for such functionality from
    127 Xlib directly.</para>
     136    <para>is designed as a wrapper library that lies on top of Xlib. It 
     137    performs many common and desired operations for a programmer instead of
     138    the programmer having to explicitly ask for such functionality from Xlib
     139    directly.</para>
    128140    <indexterm zone="GTK libgdk">
    129       <primary sortas="c-libgdk">libgdk.{so,a}</primary>
     141      <primary sortas="c-libgdk">libgdk.[so,a]</primary>
    130142    </indexterm>
    131143  </listitem>
Note: See TracChangeset for help on using the changeset viewer.