Changeset 7c27bc8 for kde/core


Ignore:
Timestamp:
02/04/2005 02:09:31 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:
fb31251
Parents:
6275877
Message:

Added index items to kdelibs

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/kdelibs.xml

    r6275877 r7c27bc8  
    2020<?dbhtml filename="kdelibs.html"?>
    2121<title><application>kdelibs</application>-&kde-version;</title>
     22<indexterm zone="kdelibs">
     23  <primary sortas="a-kdelibs">Kdelibs</primary>
     24</indexterm>
    2225
    2326<sect2>
     
    102105./configure --prefix=&kde-dir; --disable-debug \
    103106    --disable-dependency-tracking --enable-fast-malloc=full &amp;&amp;
    104 make &amp;&amp;
    105 make install</command></userinput></screen>
     107make</command></userinput></screen>
    106108
    107109<note><para>If you wish to create the <acronym>API</acronym> documentation and
     
    110112must be done before <command>make install</command>. This applies to all
    111113packages which can utilize <application>Doxygen</application>.</para></note>
     114
     115<para>Now, as the root user:</para>
     116 
     117<screen><userinput role='root'><command>make install</command></userinput></screen>
    112118
    113119</sect2>
     
    136142 
    137143<sect2><title>Contents</title>
    138 <para><application>kdelibs</application> provides numerous programs and
    139 libraries needed by <acronym>KDE</acronym> programs.</para>
    140144
    141 </sect2>
     145<segmentedlist>
     146  <segtitle>Installed Programs</segtitle>
     147  <segtitle>Installed Libraries</segtitle>
     148 
     149  <seglistitem>
     150    <seg>kspell</seg>
     151    <seg>Numerous KDE liraries</seg>
     152  </seglistitem>
     153</segmentedlist>
    142154
    143 <sect2><title>Description</title>
    144 <para>The number of programs and libraries installed by
    145 <application>kdelibs</application> prohibits an explanation of each one in this
    146 section. Instead, see the <ulink url="http://docs.kde.org/">KDE
     155<variablelist>
     156  <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     157  <?dbfo list-presentation="list"?>
     158 
     159<varlistentry id="kspell">
     160  <term><command>kspell</command></term>
     161  <listitem>
     162    <para>is the spelling checker used by KDE applications such as Kate, KMail, and KWord.
     163          It is a GUI frontend to International ISpell and ASpell.</para>
     164    <indexterm zone="kdelibs kspell">
     165      <primary sortas="b-kspell">kspell</primary>
     166    </indexterm>
     167  </listitem>
     168</varlistentry>
     169
     170<varlistentry id="kde-libraries">
     171  <term><filename class='libraryfile'>KDE Libraries</filename></term>
     172  <listitem>
     173    <para>contains essential functions that are needed by KDS applications.</para>
     174    <indexterm zone="kdelibs kde-libraries">
     175      <primary sortas="c-kde-libraries">kde-libraries</primary>
     176    </indexterm>
     177  </listitem>
     178</varlistentry>
     179 
     180</variablelist>
     181
     182<para>The number of programs and libraries installed by
     183<application>kdelibs</application> prohibits an explanation of each one in this
     184section. Instead, see the <ulink url="http://docs.kde.org/">KDE
    147185Documentation</ulink>.</para>
    148186
Note: See TracChangeset for help on using the changeset viewer.