Changeset 1c8c15c for kde/kf5-apps


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/kf5-apps
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5-apps/add-pkgs.xml

    r82192a18 r1c8c15c  
    1616  <title>Further KDE5 packages</title>
    1717
    18   <para>This section did not provide instructions for all of the available
    19   packages in the KDE5 Software Compilation. The included packages were selected
    20   based on what most people would want to use on a standard desktop computer.</para>
    21 
    22   <para>For a full list of available packages, have a look on the KDE5 servers at
    23   <ulink url="&kf5apps-download-http;">&kf5apps-download-http;</ulink>,
     18  <para>
     19    This section did not provide instructions for all of the available packages
     20    in the KDE5 Software Compilation. The included packages were selected
     21    based on what most people would want to use on a standard desktop computer.
    2422  </para>
    2523
    26   <note><para>Some packages, such as kde-baseapps, kde-runtime, and kmag listed in the
    27   link above are only for the older KDE4 and cannot be used
    28   with KF5.</para></note>
     24  <para>
     25    For a full list of available packages, have a look on the KDE5 servers at
     26    <ulink url="&kf5apps-download-http;">&kf5apps-download-http;</ulink>.
     27  </para>
    2928
    30   <para>Some additional packages worth mentioning are:</para>
     29  <note>
     30    <para>
     31      Some packages, such as kde-baseapps, kde-runtime, and kmag listed in the
     32      link above are only for the older KDE4 and cannot be used with KF5.
     33    </para>
     34  </note>
    3135
    32       <itemizedlist>
    33         <listitem>
    34           <para>Juk: A lightweight music player.</para>
    35         </listitem>
    36         <listitem>
    37           <para>Dragon: A video player.</para>
    38         </listitem>
    39         <listitem>
    40           <para>Kcalc: A scientific calculator.</para>
    41         </listitem>
    42         <listitem>
    43           <para>Kaccessible: Integration of accessibility utilities.</para>
    44         </listitem>
    45         <listitem>
    46           <para>Kwalletmanager: A credentials management application.</para>
    47         </listitem>
    48         <listitem>
    49           <para>Marble: A global map program.</para>
    50         </listitem>
    51         <listitem>
    52           <para>A variety (about 40) of KDE games including:
    53                 kpat, kfourinline, and kmines.</para>
    54         </listitem>
    55       </itemizedlist>
     36  <para>
     37    Some additional packages worth mentioning are:
     38  </para>
    5639
    57       <note><para>Some packages will require additional dependencies.  To determine
    58       what dependencies are needed, run from the top of the source tree:</para>
     40  <itemizedlist>
     41    <listitem>
     42      <para>Juk: A lightweight music player.</para>
     43    </listitem>
     44    <listitem>
     45      <para>Dragon: A video player.</para>
     46    </listitem>
     47    <listitem>
     48      <para>Kcalc: A scientific calculator.</para>
     49    </listitem>
     50    <listitem>
     51      <para>Kaccessible: Integration of accessibility utilities.</para>
     52    </listitem>
     53    <listitem>
     54      <para>Kwalletmanager: A credentials management application.</para>
     55    </listitem>
     56    <listitem>
     57      <para>Marble: A global map program.</para>
     58    </listitem>
     59    <listitem>
     60      <para>
     61        A variety (about 40) of KDE games including:
     62        kpat, kfourinline, and kmines.
     63      </para>
     64    </listitem>
     65  </itemizedlist>
     66
     67  <note>
     68    <para>
     69      Some packages will require additional dependencies.  To determine
     70      what dependencies are needed, run from the top of the source tree:
     71    </para>
    5972
    6073<screen><userinput>cmake -Wno-dev -L .</userinput></screen>
    61       </note>
    6274
     75  </note>
    6376
    64       <para>Most of these packages can be built with the standard KDE5 instructions:</para>
     77  <para>
     78    Most of these packages can be built with the standard KDE5 instructions:
     79  </para>
    6580
    6681<screen><userinput>mkdir build &amp;&amp;
     
    7388make</userinput></screen>
    7489
    75 <para>And as the <systemitem class="username">root</systemitem> user:</para>
     90  <para>
     91    And as the <systemitem class="username">root</systemitem> user:
     92  </para>
     93
    7694<screen role="root"><userinput>make install</userinput></screen>
    7795
  • kde/kf5-apps/konsole5.xml

    r82192a18 r1c8c15c  
    9797
    9898    <note>
    99       <para>In non-plasma environments, the konsole scrollbar and its
    100       handle do not show up well.  If desired, apply the optional patch to
    101       the package:</para>
     99      <para>
     100        In non-plasma environments, the konsole scrollbar and its
     101        handle do not show up well.  If desired, apply the optional patch to
     102        the package:
     103      </para>
    102104
    103105      <screen><userinput>patch -Np1 -i ../konsole-&kf5apps-version;-scrollbar-1.patch</userinput></screen>
    104106
    105       <para>The patch makes the scrollbar light gray with a small white border.  The
    106       handle is dark gray.  If desired, the colors may be changed to taste by
    107       editing the patch.</para>
     107      <para>
     108        The patch makes the scrollbar light gray with a small white border. The
     109        handle is dark gray.  If desired, the colors may be changed to taste by
     110        editing the patch.
     111      </para>
    108112    </note>
    109 
    110 
    111113
    112114    <para>
  • kde/kf5-apps/libkcddb.xml

    r82192a18 r1c8c15c  
    101101make</userinput></screen>
    102102
    103     <para>This package does not come with a test suite.</para>
     103    <para>
     104      This package does not come with a test suite.
     105    </para>
    104106
    105107    <para>
Note: See TracChangeset for help on using the changeset viewer.