Changeset 1c8c15c for kde/kf5


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
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5/kf5-frameworks.xml

    r82192a18 r1c8c15c  
    2828  </indexterm>
    2929
    30   <para>KDE Frameworks 5 is a collection of libraries based on top of Qt5 and
    31   QML derived from the monolithic KDE 4 libraries. They can be used
    32   independent of the KDE Display Environment (Plasma 5).</para>
     30  <para>
     31    KDE Frameworks 5 is a collection of libraries based on top of Qt5 and
     32    QML derived from the monolithic KDE 4 libraries. They can be used
     33    independent of the KDE Display Environment (Plasma 5).
     34  </para>
    3335
    3436  &lfs91_checked;
    3537
    36   <para>The instructions below build all of the KDE Frameworks packages in one
    37   step by using a bash script.  </para>
     38  <para>
     39    The instructions below build all of the KDE Frameworks packages in one
     40    step by using a bash script.
     41  </para>
    3842
    3943  <bridgehead renderas="sect3">Package Information</bridgehead>
    4044  <itemizedlist spacing="compact">
    4145    <listitem>
    42       <para>Download (HTTP): <ulink url="&kf5-download-http;"/></para>
     46      <para>
     47        Download (HTTP): <ulink url="&kf5-download-http;"/>
     48      </para>
    4349    </listitem>
    4450    <listitem>
    45       <para>Download (FTP): <ulink url="&kf5-download-ftp;"/></para>
     51      <para>
     52        Download (FTP): <ulink url="&kf5-download-ftp;"/>
     53      </para>
    4654    </listitem>
    4755    <listitem>
    48       <para>Download MD5 sum: &kf5-md5sum;</para>
     56      <para>
     57        Download MD5 sum: &kf5-md5sum;
     58      </para>
    4959    </listitem>
    5060    <listitem>
    51       <para>Download size: &kf5-size;</para>
     61      <para>
     62        Download size: &kf5-size;
     63      </para>
    5264    </listitem>
    5365    <listitem>
    54       <para>Estimated disk space required: &kf5-buildsize;</para>
     66      <para>
     67        Estimated disk space required: &kf5-buildsize;
     68      </para>
    5569    </listitem>
    5670    <listitem>
    57       <para>Estimated build time: &kf5-time;</para>
     71      <para>
     72        Estimated build time: &kf5-time;
     73      </para>
    5874    </listitem>
    5975  </itemizedlist>
     
    266282EOF</userinput></screen>
    267283
    268   <para>In the above list, notice that some files have been commented out with
    269   a hash (#) character. The extra-cmake-modules entry has been commented out
    270   because it was built earlier in the <xref linkend="kde-prereq"/>. The icon
    271   packages are covered separately at <xref linkend="breeze-icons"/> and <xref
    272   linkend="oxygen-icons5"/>.  The modemmanager-qt package may be built if its
    273   optional dependency has been installed. The prison package (bar code reader)
    274   may be built if the required external libraries are installed. The kdewebkit
    275   may be built if the external package
    276   <ulink url="https://download.qt.io/community_releases/5.9/5.9.0-final/">
    277   QtWebkit</ulink> has been built. </para>
     284  <para>
     285    In the above list, notice that some files have been commented out with
     286    a hash (#) character. The extra-cmake-modules entry has been commented out
     287    because it was built earlier in the <xref linkend="kde-prereq"/>. The icon
     288    packages are covered separately at <xref linkend="breeze-icons"/> and <xref
     289    linkend="oxygen-icons5"/>.  The modemmanager-qt package may be built if its
     290    optional dependency has been installed. The prison package (bar code reader)
     291    may be built if the required external libraries are installed. The
     292    kdewebkit may be built if the external package
     293    <ulink url="https://download.qt.io/community_releases/5.9/5.9.0-final/">
     294    QtWebkit</ulink> has been built.
     295  </para>
    278296
    279297  </sect2>
     
    286304    <caution>
    287305
    288       <para>If installing in /opt and there is an existing /opt/kf5 either as a
    289       regular directory or a symbolic link, it should be reinitialized (as
    290       root):</para>
     306      <para>
     307        If installing in <filename class="directory">/opt</filename> and there
     308        is an existing /opt/kf5 either as a regular directory or a symbolic
     309        link, it should be reinitialized (as <systemitem class="username">
     310        root</systemitem>):
     311      </para>
    291312
    292313      <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5.old                         &amp;&amp;
     
    355376exit</userinput></screen>
    356377
    357     <note><para>Any modules that have been omitted can be installed later by
    358     using the same mkdir build; cd build; cmake; make; make install procedure
    359     as above.</para></note>
    360 
    361     <para>Sometimes the installation paths are hardcoded into installed files.
    362     If the installed directory is not /usr, rename the directory and create a
    363     symlink:</para>
     378    <note>
     379      <para>
     380        Any modules that have been omitted can be installed later by
     381        using the same <command>mkdir build; cd build; cmake; make;
     382        make install</command> procedure as above.
     383      </para>
     384    </note>
     385
     386    <para>
     387      Sometimes the installation paths are hardcoded into installed files.
     388      If the installed directory is not /usr, rename the directory and create a
     389      symlink:
     390    </para>
    364391
    365392    <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
  • kde/kf5/kf5-intro.xml

    r82192a18 r1c8c15c  
    2727  </indexterm>
    2828
    29   <para>KF5 can be installed in /usr or /opt/kf5.  The BLFS editors
    30   recommend the latter in the BLFS environment.
     29  <para>
     30    KF5 can be installed in <filename class="directory">/usr</filename> or
     31    <filename class="directory">/opt/kf5</filename>. The BLFS editors
     32    recommend the latter in the BLFS environment.
    3133  </para>
    3234
     
    6870EOF</userinput></screen>
    6971
    70     <note><para>If <application>qt5</application> was installed in /usr, the
    71     $QT5DIR/lib/ portions of the above paths may need to be changed to
    72     $QT5DIR/lib/qt5/.</para></note>
    73 
    74     <para>Additionally, if <xref linkend="sudo"/> is installed, these variables
    75     should be available to the super user. Execute the following commands as
    76     the <systemitem class="username">root</systemitem> user:</para>
     72    <note>
     73      <para>
     74        If <application>qt5</application> was installed in <filename
     75        class="directory">/usr</filename>, the <filename
     76        class="directory">$QT5DIR/lib/</filename> portions of the above paths
     77        may need to be changed to <filename
     78        class="directory">$QT5DIR/lib/qt5/</filename>.
     79      </para>
     80    </note>
     81
     82    <para>
     83      Additionally, if <xref linkend="sudo"/> is installed, these variables
     84      should be available to the super user. Execute the following commands as
     85      the <systemitem class="username">root</systemitem> user:
     86    </para>
    7787
    7888<screen role="root"><userinput>cat &gt;&gt; /etc/sudoers.d/qt &lt;&lt; "EOF"
Note: See TracChangeset for help on using the changeset viewer.