Changeset 2c62b69


Ignore:
Timestamp:
02/05/2005 04:18:00 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:
4ea1644
Parents:
12fc0f7
Message:

More kde indexing

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

Location:
kde/add
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kde/add/kdevelop.xml

    r12fc0f7 r2c62b69  
    1515<sect1 id="kdevelop">
    1616<sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
     17  <othername>$LastChangedBy$</othername>
     18  <date>$Date$</date>
    1919</sect1info>
     20
    2021<?dbhtml filename="kdevelop.html"?>
    2122<title><application>kdevelop</application>-&kdevelop-version;</title>
     23
     24<indexterm zone="kdevelop">
     25  <primary sortas="a-kdevelop">kdevelop</primary>
     26</indexterm>
    2227
    2328<sect2>
     
    2530
    2631<sect3><title>Package information</title>
    27 <itemizedlist spacing='compact'>
    28 <listitem><para>Download (HTTP): <ulink
    29 url="&kdevelop-download-http;"/></para></listitem>
    30 <listitem><para>Download (FTP): <ulink
    31 url="&kdevelop-download-ftp;"/></para></listitem>
    32 <listitem><para>Download MD5 sum: &kdevelop-md5sum;</para></listitem>
    33 <listitem><para>Download size: &kdevelop-size;</para></listitem>
    34 <listitem><para>Estimated disk space required:
    35 &kdevelop-buildsize;</para></listitem>
    36 <listitem><para>Estimated build time:
    37 &kdevelop-time;</para></listitem></itemizedlist>
     32  <itemizedlist spacing='compact'>
     33    <listitem><para>Download (HTTP): <ulink url="&kdevelop-download-http;"/></para></listitem>
     34    <listitem><para>Download (FTP): <ulink url="&kdevelop-download-ftp;"/></para></listitem>
     35    <listitem><para>Download MD5 sum: &kdevelop-md5sum;</para></listitem>
     36    <listitem><para>Download size: &kdevelop-size;</para></listitem>
     37    <listitem><para>Estimated disk space required: &kdevelop-buildsize;</para></listitem>
     38    <listitem><para>Estimated build time: &kdevelop-time;</para></listitem>
     39  </itemizedlist>
    3840</sect3>
    3941
    40 <sect3><title><application>kdevelop</application> dependencies</title>
     42<sect3>
     43  <title><application>kdevelop</application> dependencies</title>
     44
    4145<sect4><title>Required</title>
    42 <para><xref linkend="kdebase"/></para>
     46  <para><xref linkend="kdebase"/></para>
    4347</sect4>
    4448
    4549<sect4><title>Recommended</title>
    46 <para><xref linkend="libjpeg"/> and <xref linkend="libxml2"/></para>
     50  <para><xref linkend="libjpeg"/> and <xref linkend="libxml2"/></para>
    4751</sect4>
    4852
    49 <sect4><title>Optional</title>
    50 <para><xref linkend="python"/>,
    51 <ulink url="http://sourceforge.net/projects/docbase/">DocBase</ulink>,
    52 <ulink url="http://www.graphviz.org/">GraphViz</ulink>
    53 and <xref linkend="doxygen"/></para>
     53<sect4>
     54  <title>Optional</title>
     55  <para><xref linkend="python"/>,
     56        <ulink url="http://sourceforge.net/projects/docbase/">DocBase</ulink>,
     57        <ulink url="http://www.graphviz.org/">GraphViz</ulink>, and
     58        <xref linkend="doxygen"/>
     59  </para>
    5460</sect4>
    5561</sect3>
     
    6470<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    6571    --disable-dependency-tracking &amp;&amp;
    66 make &amp;&amp;
    67 make install &amp;&amp;
     72make</command></userinput></screen>
     73
     74<note>
     75  <para>If you wish to create the <acronym>API</acronym> documentation and
     76  you have <application>Doxygen</application> and <application>GraphViz</application>
     77  installed, <command>make apidox</command> must be done before <command>make
     78  install</command>. You'll also need to run <command>make install-apidox</command>
     79  to install the API documentation.</para>
     80</note>
     81
     82<para>Now, as the root user:</para>
     83 
     84<screen><userinput role='root'><command>make install &amp;&amp;
    6885chown -R root:root &kde-dir;/kdevbdb</command></userinput></screen>
    69 
    70 <note><para>If you wish to create the <acronym>API</acronym> documentation and
    71 you have <application>Doxygen</application> and
    72 <application>GraphViz</application> installed, <command>make apidox</command>
    73 must be done before <command>make install</command>. You'll also need to run
    74 <command>make install-apidox</command> to install the API documentation.</para>
    75 </note>
    7686
    7787</sect2>
     
    8090<title>Command explanations</title>
    8191
    82 <para><command>chown -R root:root &kde-dir;/kdevbdb</command>: If
    83 <application>kdevelop</application> is built by any user other than root,
    84 the installed <application>Berkeley-DB</application> files will have incorrect
    85 ownership. This command changes the ownership to root:root.</para>
     92<para><command>chown -R root:root &kde-dir;/kdevbdb</command>:
     93  If <application>kdevelop</application> is built by any user other than root,
     94  the installed <application>Berkeley-DB</application> files will have incorrect
     95  ownership. This command changes the ownership to root:root.
     96</para>
    8697
    8798</sect2>
     
    90101<title>Contents</title>
    91102
    92 <para>The <application>kdevelop</application> package provides
    93 <command>kdevelop-htdig</command>,
    94 <command>r++</command>,
    95 <command>kdevelop</command>,
    96 <command>kdevassistant</command> and
    97 <command>kdevdesigner</command>.</para>
     103<segmentedlist>
     104  <segtitle>Installed Programs</segtitle>
     105 
     106  <seglistitem>
     107    <seg>kdevelop and supporting programs</seg>
     108  </seglistitem>
     109</segmentedlist>
     110 
     111<variablelist>
     112  <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     113  <?dbfo list-presentation="list"?>
    98114
     115
     116<varlistentry id="kdevelop-prog">
     117  <term><command>kdevelop</command></term>
     118  <listitem>
     119    <para>is an Integrated Development Environment to be used for a wide
     120          variety of programming tasks in many programming languages.</para>
     121    <indexterm zone="kdevelop kdevelop-prog">
     122      <primary sortas="b-kdevelop">Kdevelop</primary>
     123    </indexterm>
     124  </listitem>
     125</varlistentry>
     126
     127</variablelist>
    99128</sect2>
    100 
    101 <sect2><title>Description</title>
    102 
    103 <sect3><title>kdevelop</title>
    104 <para><command>kdevelop</command> is an Integrated Development
    105 Environment to be used for a wide variety of programming
    106 tasks in many programming languages.</para></sect3>
    107 
    108 </sect2>
    109 
    110129</sect1>
  • kde/add/kdewebdev.xml

    r12fc0f7 r2c62b69  
    1414
    1515<sect1 id="kdewebdev">
     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="kdewebdev.html"?>
    2123<title><application>kdewebdev</application>-&kde-version;</title>
     24
     25<indexterm zone="kdewebdev">
     26  <primary sortas="a-kdewebdev">kdewebdev</primary>
     27</indexterm>
     28
    2229
    2330<sect2>
    2431<title>Introduction to <application>kdewebdev</application></title>
    2532
    26 <sect3><title>Package information</title>
    27 <itemizedlist spacing='compact'>
    28 <listitem><para>Download (HTTP): <ulink
    29 url="&kdewebdev-download-http;"/></para></listitem>
    30 <listitem><para>Download (FTP): <ulink
    31 url="&kdewebdev-download-ftp;"/></para></listitem>
    32 <listitem><para>Download MD5 sum: &kdewebdev-md5sum;</para></listitem>
    33 <listitem><para>Download size: &kdewebdev-size;</para></listitem>
    34 <listitem><para>Estimated disk space required:
    35 &kdewebdev-buildsize;</para></listitem>
    36 <listitem><para>Estimated build time:
    37 &kdewebdev-time;</para></listitem></itemizedlist>
     33<sect3>
     34  <title>Package information</title>
     35  <itemizedlist spacing='compact'>
     36    <listitem><para>Download (HTTP): <ulink url="&kdewebdev-download-http;"/></para></listitem>
     37    <listitem><para>Download (FTP): <ulink url="&kdewebdev-download-ftp;"/></para></listitem>
     38    <listitem><para>Download MD5 sum: &kdewebdev-md5sum;</para></listitem>
     39    <listitem><para>Download size: &kdewebdev-size;</para></listitem>
     40    <listitem><para>Estimated disk space required: &kdewebdev-buildsize;</para></listitem>
     41    <listitem><para>Estimated build time: &kdewebdev-time;</para></listitem>
     42  </itemizedlist>
    3843</sect3>
    3944
    40 <sect3><title><application>kdewebdev</application> dependencies</title>
    41 <sect4><title>Required</title>
    42 <para><xref linkend="kdebase"/></para>
     45<sect3>
     46  <title><application>kdewebdev</application> dependencies</title>
     47
     48<sect4>
     49  <title>Required</title>
     50  <para><xref linkend="kdebase"/></para>
    4351</sect4>
    4452
    45 <sect4><title>Recommended</title>
    46 <para><xref linkend="libjpeg"/>,
    47 <xref linkend="libxml2"/> and
    48 <xref linkend="libxslt"/></para>
     53<sect4>
     54  <title>Recommended</title>
     55  <para><xref linkend="libjpeg"/>,
     56        <xref linkend="libxml2"/> and
     57        <xref linkend="libxslt"/>
     58  </para>
    4959</sect4>
    5060</sect3>
     
    5969<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    6070    --disable-dependency-tracking &amp;&amp;
    61 make &amp;&amp;
    62 make install</command></userinput></screen>
     71make</command></userinput></screen>
     72
     73<para>Now, as the root user:</para>
     74 
     75<screen><userinput role='root'><command>make install</command></userinput></screen>
    6376
    6477</sect2>
     
    6780<title>Contents</title>
    6881
    69 <para>Major programs in <application>kdewebdev</application> include
    70 <command>kxsldbg</command> and <command>quanta</command>.</para>
     82<segmentedlist>
     83  <segtitle>Installed Programs</segtitle>
     84 
     85  <seglistitem>
     86    <seg>kxsldbg, quanta</seg>
     87  </seglistitem>
     88</segmentedlist>
     89 
     90<variablelist>
     91  <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     92  <?dbfo list-presentation="list"?>
    7193
     94<varlistentry id="kxsldbg">
     95  <term><command>kxsldbg</command></term>
     96  <listitem>
     97    <para>is a <acronym>GUI</acronym> front-end to <command>xsldbg</command>,
     98          the <acronym>XSLT</acronym> debugger.</para>
     99    <indexterm zone="kdewebdev kxsldbg">
     100      <primary sortas="b-kxsldbg">Kxsldbg</primary>
     101    </indexterm>
     102  </listitem>
     103</varlistentry>
     104
     105<varlistentry id="quanta">
     106  <term><command>quanta</command></term>
     107  <listitem>
     108    <para>is a web development tool that strives to be neutral and transparent
     109          to all markup languages, while supporting popular web-based scripting
     110          languages, <acronym>CSS</acronym>, and other emerging <acronym>W3C</acronym>
     111          recommendations.</para>
     112    <indexterm zone="kdewebdev quanta">
     113      <primary sortas="b-quanta">quanta</primary>
     114    </indexterm>
     115  </listitem>
     116</varlistentry>
     117
     118</variablelist>   
    72119</sect2>
    73 
    74 <sect2><title>Description</title>
    75 
    76 <sect3><title>kxsldbg</title>
    77 <para><command>kxsldbg</command> is a <acronym>GUI</acronym> front-end to
    78 <command>xsldbg</command>, the <acronym>XSLT</acronym> debugger.</para></sect3>
    79 
    80 <sect3><title>quanta</title>
    81 <para><command>quanta</command> is a web development tool that
    82 strives to be neutral and transparent to all markup languages, while
    83 supporting popular web-based scripting languages,
    84 <acronym>CSS</acronym>, and other emerging <acronym>W3C</acronym>
    85 recommendations.</para></sect3>
    86 
    87 </sect2>
    88 
    89120</sect1>
Note: See TracChangeset for help on using the changeset viewer.