Changeset 898b7bb for kde/add/kdesdk.xml


Ignore:
Timestamp:
02/05/2005 01:59:12 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:
12fc0f7
Parents:
73a6304
Message:

KDE index tagging

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/add/kdesdk.xml

    r73a6304 r898b7bb  
    1414
    1515<sect1 id="kdesdk">
     16
    1617<sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
     18  <othername>$LastChangedBy$</othername>
     19  <date>$Date$</date>
    1920</sect1info>
     21
    2022<?dbhtml filename="kdesdk.html"?>
    2123<title><application>kdesdk</application>-&kde-version;</title>
     24
     25<indexterm zone="kdesdk">
     26  <primary sortas="a-kdesdk">kdesdk</primary>
     27</indexterm>
    2228
    2329<sect2>
    2430<title>Introduction to <application>kdesdk</application></title>
    2531
    26 <sect3><title>Package information</title>
    27 <itemizedlist spacing='compact'>
    28 <listitem><para>Download (HTTP): <ulink
    29 url="&kdesdk-download-http;"/></para></listitem>
    30 <listitem><para>Download (FTP): <ulink
    31 url="&kdesdk-download-ftp;"/></para></listitem>
    32 <listitem><para>Download MD5 sum: &kdesdk-md5sum;</para></listitem>
    33 <listitem><para>Download size: &kdesdk-size;</para></listitem>
    34 <listitem><para>Estimated disk space required:
    35 &kdesdk-buildsize;</para></listitem>
    36 <listitem><para>Estimated build time:
    37 &kdesdk-time;</para></listitem></itemizedlist>
     32<sect3>
     33  <title>Package information</title>
     34  <itemizedlist spacing='compact'>
     35    <listitem><para>Download (HTTP): <ulink url="&kdesdk-download-http;"/></para></listitem>
     36    <listitem><para>Download (FTP): <ulink url="&kdesdk-download-ftp;"/></para></listitem>
     37    <listitem><para>Download MD5 sum: &kdesdk-md5sum;</para></listitem>
     38    <listitem><para>Download size: &kdesdk-size;</para></listitem>
     39    <listitem><para>Estimated disk space required: &kdesdk-buildsize;</para></listitem>
     40    <listitem><para>Estimated build time: &kdesdk-time;</para></listitem>
     41  </itemizedlist>
    3842</sect3>
    3943
    40 <sect3><title>Additional downloads</title>
    41 <itemizedlist spacing="compact">
    42 <listitem><para>Required patch for Berkeley DB: <ulink
    43 url="&patch-root;/kdesdk-&kde-version;-db43-1.patch"/></para>
    44 </listitem></itemizedlist>
     44<sect3>
     45  <title>Additional downloads</title>
     46  <itemizedlist spacing="compact">
     47    <listitem><para>Required patch for Berkeley DB:
     48              <ulink url="&patch-root;/kdesdk-&kde-version;-db43-1.patch"/></para>
     49    </listitem>
     50  </itemizedlist>
    4551</sect3>
    4652
    47 <sect3><title><application>kdesdk</application> dependencies</title>
    48 <sect4><title>Required</title>
    49 <para><xref linkend="kdebase"/></para>
     53<sect3>
     54<title><application>kdesdk</application> dependencies</title>
     55
     56<sect4>
     57  <title>Required</title>
     58  <para><xref linkend="kdebase"/></para>
    5059</sect4>
    5160
    52 <sect4><title>Recommended</title>
    53 <para><xref linkend="libjpeg"/>,
    54 <xref linkend="libxml2"/> and
    55 <xref linkend="db"/></para>
     61<sect4>
     62  <title>Recommended</title>
     63  <para><xref linkend="libjpeg"/>,
     64  <xref linkend="libxml2"/>, and
     65  <xref linkend="db"/></para>
    5666</sect4>
    5767</sect3>
     
    6272<title>Installation of <application>kdesdk</application></title>
    6373
    64 <para>If you have Berkeley DB installed, apply
    65 the following patch:</para>
     74<para>If you have Berkeley DB installed, apply the following patch:</para>
    6675
    6776<screen><userinput><command>patch -Np1 -i ../kdesdk-&kde-version;-db43-1.patch</command></userinput></screen>
     
    7180<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    7281    --disable-dependency-tracking &amp;&amp;
    73 make &amp;&amp;
    74 make install</command></userinput></screen>
     82make</command></userinput></screen>
    7583
     84<para>Now, as the root user:</para>
     85 
     86<screen><userinput role='root'><command>make install</command></userinput></screen>
    7687</sect2>
    7788
    7889<sect2>
    79 <title>Contents</title>
     90  <title>Contents</title>
    8091
    81 <para>Major programs in <application>kdesdk</application> include
    82 <command>cervisia</command>,
    83 <command>kbabel</command>,
    84 <command>kcachegrind</command>,
    85 <command>kompare</command> and
    86 <command>umbrello</command>.</para>
     92<segmentedlist>
     93  <segtitle>Installed Programs</segtitle>
     94 
     95  <seglistitem>
     96    <seg>cervisia, kbabel, kcachegrind, kompare, umbrello</seg>
     97  </seglistitem>
     98</segmentedlist>
     99 
     100<variablelist>
     101  <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     102  <?dbfo list-presentation="list"?>
    87103
     104<varlistentry id="cervisia">
     105  <term><command>cervisia</command></term>
     106  <listitem>
     107    <para>provides a graphical view of <acronym>CVS</acronym>.</para>
     108    <indexterm zone="kdesdk cervisia">
     109      <primary sortas="b-cervisia">Cervisia</primary>
     110    </indexterm>
     111  </listitem>
     112</varlistentry>
     113
     114<varlistentry id="kbabel">
     115  <term><command>kbabel</command></term>
     116  <listitem>
     117    <para>is a suite of an advanced <acronym>PO</acronym> file editor comprising
     118          <command>kbabel</command>, a multi functional <command>catalogmanager</command>
     119          and a dictionary for translators <command>kbabeldict</command>.</para>
     120    <indexterm zone="kdesdk kbabel">
     121      <primary sortas="b-kbabel">Kbabel</primary>
     122    </indexterm>
     123  </listitem>
     124</varlistentry>
     125
     126<varlistentry id="kcachegrind">
     127  <term><command>kcachegrind</command></term>
     128  <listitem>
     129    <para>is a <acronym>KDE</acronym> frontend for <command>cachegrind</command>, part of
     130          <application>Valgrind</application>.</para>
     131    <indexterm zone="kdesdk kcachegrind">
     132      <primary sortas="b-kcachegrind">Kcachegrind</primary>
     133    </indexterm>
     134  </listitem>
     135</varlistentry>
     136
     137<varlistentry id="kompare">
     138  <term><command>kompare</command></term>
     139  <listitem>
     140    <para>is a program to view the differences between files.</para>
     141    <indexterm zone="kdesdk kompare">
     142      <primary sortas="b-kompare">Kompare</primary>
     143    </indexterm>
     144  </listitem>
     145</varlistentry>
     146
     147<varlistentry id="umbrello">
     148  <term><command>umbrello</command></term>
     149  <listitem>
     150    <para>is a <acronym>UML</acronym> modelling diagram tool.</para>
     151    <indexterm zone="kdesdk umbrello">
     152      <primary sortas="b-umbrello">Umbrello</primary>
     153    </indexterm>
     154  </listitem>
     155</varlistentry>
     156
     157</variablelist>
    88158</sect2>
    89 
    90 <sect2><title>Description</title>
    91 
    92 <sect3><title>cervisia</title>
    93 <para><command>cervisia</command> provides a graphical view of
    94 <acronym>CVS</acronym>.</para></sect3>
    95 
    96 <sect3><title>kbabel</title>
    97 <para><command>kbabel</command> is a suite of an advanced
    98 <acronym>PO</acronym> file editor comprising <command>kbabel</command>,
    99 a multi functional <command>catalogmanager</command> and a dictionary
    100 for translators <command>kbabeldict</command>.</para></sect3>
    101 
    102 <sect3><title>kcachegrind</title>
    103 <para><command>kcachegrind</command> is a <acronym>KDE</acronym>
    104 frontend for <command>cachegrind</command>, part of
    105 <application>Valgrind</application>.</para></sect3>
    106 
    107 <sect3><title>kompare</title>
    108 <para><command>kompare</command> is a program to view the differences
    109 between files.</para></sect3>
    110 
    111 <sect3><title>umbrello</title>
    112 <para><command>umbrello</command> is a <acronym>UML</acronym> modelling
    113 diagram tool.</para></sect3>
    114 
    115 </sect2>
    116 
    117159</sect1>
Note: See TracChangeset for help on using the changeset viewer.