Changeset 1c8c15c for kde/plasma5


Ignore:
Timestamp:
03/08/2020 10:20:09 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7e3964a0
Parents:
82192a18
Message:

Fix <para> format: kde chapter

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

Location:
kde/plasma5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kde/plasma5/plasma-all.xml

    r82192a18 r1c8c15c  
    2727  </indexterm>
    2828
    29   <para>KDE Plasma 5 is a collection of packages based on top of KDE Frameworks
    30   5 and QML. They implement the KDE Display Environment (Plasma 5).</para>
     29  <para>
     30    KDE Plasma 5 is a collection of packages based on top of KDE Frameworks
     31    5 and QML. They implement the KDE Display Environment (Plasma 5).
     32  </para>
    3133
    3234  &lfs91_checked;
    3335
    34   <para>The instructions below build all of the Plasma 5 packages in one
    35   step by using a bash script.</para>
     36  <para>
     37    The instructions below build all of the Plasma 5 packages in one
     38    step by using a bash script.
     39  </para>
    3640
    3741  <bridgehead renderas="sect3">Package Information</bridgehead>
    3842  <itemizedlist spacing="compact">
    3943    <listitem>
    40       <para>Download (HTTP): <ulink url="&plasma5-download-http;"/></para>
    41     </listitem>
    42     <listitem>
    43       <para>Download (FTP): <ulink url="&plasma5-download-ftp;"/></para>
    44     </listitem>
    45     <listitem>
    46       <para>Download MD5 sum: &plasma5-md5sum;</para>
    47     </listitem>
    48     <listitem>
    49       <para>Download size: &plasma5-size;</para>
    50     </listitem>
    51     <listitem>
    52       <para>Estimated disk space required: &plasma5-buildsize;</para>
    53     </listitem>
    54     <listitem>
    55       <para>Estimated build time: &plasma5-time;</para>
     44      <para>
     45        Download (HTTP): <ulink url="&plasma5-download-http;"/>
     46      </para>
     47    </listitem>
     48    <listitem>
     49      <para>
     50        Download (FTP): <ulink url="&plasma5-download-ftp;"/>
     51      </para>
     52    </listitem>
     53    <listitem>
     54      <para>
     55        Download MD5 sum: &plasma5-md5sum;
     56      </para>
     57    </listitem>
     58    <listitem>
     59      <para>
     60        Download size: &plasma5-size;
     61      </para>
     62    </listitem>
     63    <listitem>
     64      <para>
     65        Estimated disk space required: &plasma5-buildsize;
     66      </para>
     67    </listitem>
     68    <listitem>
     69      <para>
     70        Estimated build time: &plasma5-time;
     71      </para>
    5672    </listitem>
    5773  </itemizedlist>
     
    191207EOF</userinput></screen>
    192208
    193     <note><para>The breeze-grub, breeze-plymouth, and plymouth-kcm packages
    194     above are all for customized support of <ulink
    195     url="https://www.freedesktop.org/wiki/Software/Plymouth/">Plymouth</ulink>
    196     which is designed to be run within an initial ram disk during boot (see
    197     <xref linkend="initramfs"/>).  The plasma-sdk package is optional and used
    198     for software development. The plasma-nano package is used for embedded
    199     systems and plasma-phone-components provides phone functionality for Plasma.</para></note>
     209    <note>
     210      <para>
     211        The breeze-grub, breeze-plymouth, and plymouth-kcm packages above are
     212        all for customized support of <ulink
     213            url="https://www.freedesktop.org/wiki/Software/Plymouth/"
     214          >Plymouth</ulink>
     215        which is designed to be run within an initial ram disk during boot (see
     216        <xref linkend="initramfs"/>).  The plasma-sdk package is optional and
     217        used for software development. The plasma-nano package is used for
     218        embedded systems and plasma-phone-components provides phone
     219        functionality for Plasma.
     220      </para>
     221    </note>
    200222
    201223  </sect2>
     
    401423    </para>
    402424
    403     <para>If you intend to start <application>Plasma</application> using a
     425    <para>
     426      If you intend to start <application>Plasma</application> using a
    404427    display manager such as <xref linkend="lightdm"/>, there will be two entries
    405428    for <application>Plasma</application>, one for use with
  • kde/plasma5/plasma5.xml

    r82192a18 r1c8c15c  
    1616  <title>KDE Plasma 5</title>
    1717
    18   <para>KDE Plasma 5 is a desktop environment built using KDE Frameworks 5 and
    19   QML which runs on top of a fully hardware accelerated graphics stack using
    20   Qt5, QtQuick 2 and an OpenGL(-ES) scenegraph. </para>
     18  <para>
     19    KDE Plasma 5 is a desktop environment built using KDE Frameworks 5 and
     20    QML which runs on top of a fully hardware accelerated graphics stack using
     21    Qt5, QtQuick 2 and an OpenGL(-ES) scenegraph.
     22  </para>
    2123
    22   <para>No additional configuration is needed before building the KDE Plasma 5
    23   because it uses the same configuration that KDE Frameworks 5 uses.</para>
     24  <para>
     25    No additional configuration is needed before building the KDE Plasma 5
     26    because it uses the same configuration that KDE Frameworks 5 uses.
     27  </para>
    2428
    2529  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="plasma-all.xml"/>
Note: See TracChangeset for help on using the changeset viewer.