Ignore:
Timestamp:
08/24/2014 06:34:04 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
f3d469b1
Parents:
528112b
Message:

Some checks and updates for KDE core section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14036 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/kde-runtime.xml

    r528112b r22899f9  
    1313]>
    1414
    15 <sect1 id="kde-runtime" xreflabel="kde-runtime-&kde-version;">
     15<sect1 id="kde-runtime" xreflabel="KDE-Runtime-&kde-version;">
    1616  <?dbhtml filename="kde-runtime.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>Kde-runtime-&kde-version;</title>
     23  <title>KDE-Runtime-&kde-version;</title>
    2424
    2525  <indexterm zone="kde-runtime">
     
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to Kde-runtime</title>
     30    <title>Introduction to KDE-Runtime</title>
    3131
    32     <para>Kde-runtime contains runtime applications and libraries essential
     32    <para>KDE-Runtime contains runtime applications and libraries essential
    3333    for <application>KDE</application>.</para>
    3434
    35     &lfs75_checked;
     35    &lfs76_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5757    </itemizedlist>
    5858
    59     <bridgehead renderas="sect3">Kde-runtime Dependencies</bridgehead>
     59    <bridgehead renderas="sect3">KDE-Runtime Dependencies</bridgehead>
    6060
    6161    <bridgehead renderas="sect4">Required</bridgehead>
     
    6666    <bridgehead renderas="sect4">Recommended</bridgehead>
    6767      <para role="recommended">
    68       <xref linkend="kactivities"/>,
    69       <xref linkend="kdepimlibs"/>,
    7068      <xref linkend="alsa-lib"/>,
    71       <xref linkend="libjpeg"/> and
    72       <xref linkend="exiv2"/>
     69      <xref linkend="exiv2"/>,
     70      <xref linkend="kactivities"/>, and
     71      <xref linkend="kdepimlibs"/>
    7372    </para>
    7473
    7574    <bridgehead renderas="sect4">Optional</bridgehead>
    7675    <para role="optional">
     76      <xref linkend="libcanberra"/>,
     77      <xref linkend="NetworkManager"/>,
    7778      <xref linkend="pulseaudio"/>,
     79      <xref linkend="samba"/>,
    7880      <xref linkend="xine-lib"/>,
    79       <xref linkend="libcanberra"/>,
    80       <xref linkend="samba"/>,
    81       <xref linkend="NetworkManager"/>,
    82       <ulink url="&kde-download-http;&kde-version;/src/">nepomuk-core</ulink>,
    83       <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
    84       <ulink url="http://launchpad.net/ntrack">QNtrack</ulink>,
    85       <ulink url="http://www.libssh.org/">LibSSH</ulink> and
    86       <ulink url="http://www.openexr.com/">OpenEXR</ulink>
     81      <ulink url="http://www.libssh.org/">LibSSH</ulink>,
     82      <ulink url="&kde-download-http;&kde-version;/src/">Nepomuk-Core</ulink>,
     83      <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
     84      <ulink url="http://www.openslp.org/">OpenSLP</ulink>, and
     85      <ulink url="http://launchpad.net/ntrack">QNtrack</ulink>
    8786    </para>
    8887
     
    9493
    9594  <sect2 role="installation">
    96     <title>Installation of Kde-runtime</title>
     95    <title>Installation of KDE-Runtime</title>
    9796
    98     <para>Install <application>kde-runtime</application> by running the following
     97    <para>Install <application>KDE-Runtime</application> by running the following
    9998    commands:</para>
    10099
     
    103102
    104103cmake -DCMAKE_INSTALL_PREFIX=&kde-dir;         \
    105       -DSYSCONF_INSTALL_DIR=/etc                  \
    106       -DCMAKE_BUILD_TYPE=Release                  \
     104      -DSYSCONF_INSTALL_DIR=/etc                 \
     105      -DCMAKE_BUILD_TYPE=Release                 \
    107106      -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
    108107      -Wno-dev .. &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.