Ignore:
Timestamp:
02/05/2005 06:12:05 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:
8b7d510
Parents:
2c62b69
Message:

Finish tagging for KDE

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/add/kdegames.xml

    r2c62b69 r4ea1644  
    1515<sect1 id="kdegames" xreflabel="kdegames-&kde-version;">
    1616<sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
     17  <othername>$LastChangedBy$</othername>
     18  <date>$Date$</date>
    1919</sect1info>
     20
    2021<?dbhtml filename="kdegames.html"?>
    2122<title><application>kdegames</application>-&kde-version;</title>
     23
     24<indexterm zone="kdegames">
     25  <primary sortas="a-kdegames">kdegames</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="&kdegames-download-http;"/></para></listitem>
    30 <listitem><para>Download (FTP): <ulink
    31 url="&kdegames-download-ftp;"/></para></listitem>
    32 <listitem><para>Download MD5 sum: &kdegames-md5sum;</para></listitem>
    33 <listitem><para>Download size: &kdegames-size;</para></listitem>
    34 <listitem><para>Estimated disk space required:
    35 &kdegames-buildsize;</para></listitem>
    36 <listitem><para>Estimated build time:
    37 &kdegames-time;</para></listitem></itemizedlist>
     32  <itemizedlist spacing='compact'>
     33    <listitem><para>Download (HTTP): <ulink url="&kdegames-download-http;"/></para></listitem>
     34    <listitem><para>Download (FTP): <ulink url="&kdegames-download-ftp;"/></para></listitem>
     35    <listitem><para>Download MD5 sum: &kdegames-md5sum;</para></listitem>
     36    <listitem><para>Download size: &kdegames-size;</para></listitem>
     37    <listitem><para>Estimated disk space required: &kdegames-buildsize;</para></listitem>
     38    <listitem><para>Estimated build time: &kdegames-time;</para></listitem>
     39  </itemizedlist>
    3840</sect3>
    3941
    40 <sect3><title><application>kdegames</application> dependencies</title>
    41 <sect4><title>Required</title>
    42 <para><xref linkend="kdebase"/></para>
     42<sect3>
     43  <title><application>kdegames</application> dependencies</title>
     44
     45<sect4>
     46  <title>Required</title>
     47  <para><xref linkend="kdebase"/></para>
    4348</sect4>
    4449
    45 <sect4><title>Recommended</title>
    46 <para><xref linkend="libjpeg"/> and <xref linkend="libxml2"/></para>
     50<sect4>
     51  <title>Recommended</title>
     52  <para><xref linkend="libjpeg"/> and
     53        <xref linkend="libxml2"/>
     54  </para>
    4755</sect4>
    4856
    49 <sect4><title>Optional</title>
    50 <para><ulink url="http://www.graphviz.org/">GraphViz</ulink> and
    51 <xref linkend="doxygen"/></para>
     57<sect4>
     58  <title>Optional</title>
     59  <para><ulink url="http://www.graphviz.org/">GraphViz</ulink> and
     60        <xref linkend="doxygen"/>
     61  </para>
    5262</sect4>
    5363</sect3>
     
    6272<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    6373    --disable-dependency-tracking &amp;&amp;
    64 make &amp;&amp;
    65 make install</command></userinput></screen>
     74make</command></userinput></screen>
    6675
    6776<note><para>If you wish to create the <acronym>API</acronym> documentation and
     
    7079must be done before <command>make install</command>.</para></note>
    7180
     81<para>Now, as the root user:</para>
     82 
     83<screen><userinput role='root'><command>make install</command></userinput></screen>
     84
    7285</sect2>
    7386
     
    7588<title>Contents</title>
    7689
    77 <para>The <application>kdegames</application> package provides a compilation
    78 of various games.</para>
     90<segmentedlist>
     91  <segtitle>Installed Programs</segtitle>
     92 
     93  <seglistitem>
     94    <seg> a compilation of various games</seg>
     95  </seglistitem>
     96</segmentedlist>
     97
     98<indexterm zone="kdegames-prog">
     99   <primary sortas="b-kdegames">KDE Games</primary>
     100 </indexterm>
     101
    79102
    80103</sect2>
    81 
    82104</sect1>
Note: See TracChangeset for help on using the changeset viewer.