Author: bdubbs
Date: Fri Mar 25 14:51:17 2016
New Revision: 17168
Log:
Add Further KDE5 packages section
Added:
trunk/BOOK/kde/kf5-apps/add-pkgs.xml
- copied, changed from r17165, trunk/BOOK/archive/add/add-pkgs.xml
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/kde/kf5-apps/kf5-apps.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Fri Mar 25 14:16:58
2016 (r17167)
+++ trunk/BOOK/introduction/welcome/changelog.xml Fri Mar 25 14:51:17
2016 (r17168)
@@ -48,6 +48,10 @@
<para>March 25th, 2016</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Add Further KDE5 packages section. Fixes
+ <ulink url="&blfs-ticket-root;7582">#7582</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Add KF5 gwenview-12.15.3 and libkcdraw-15.12.3.
Partially fixes
<ulink url="&blfs-ticket-root;7582">#7582</ulink>.</para>
Copied and modified: trunk/BOOK/kde/kf5-apps/add-pkgs.xml (from r17165,
trunk/BOOK/archive/add/add-pkgs.xml)
==============================================================================
--- trunk/BOOK/archive/add/add-pkgs.xml Fri Mar 25 13:01:13 2016
(r17165, copy source)
+++ trunk/BOOK/kde/kf5-apps/add-pkgs.xml Fri Mar 25 14:51:17 2016
(r17168)
@@ -5,7 +5,7 @@
%general-entities;
]>
-<sect1 id="kde-add-pkgs" xreflabel="Further KDE4 packages">
+<sect1 id="kde-add-pkgs" xreflabel="Further KDE5 packages">
<?dbhtml filename="add-pkgs.html"?>
<sect1info>
@@ -13,28 +13,23 @@
<date>$Date$</date>
</sect1info>
- <title>Further KDE4 packages</title>
+ <title>Further KDE5 packages</title>
<para>This section did not provide instructions for all of the available
- packages in the KDE4 Software Compilation. The included packages were
selected
+ packages in the KDE5 Software Compilation. The included packages were
selected
based on what most people would want to use on a standard desktop
computer.</para>
- <para>For a full list of available packages, have a look on the KDE4 servers
at
- <ulink url="&kde-download-http;applications/&kde-version;/src/">
- &kde-download-http;applications/&kde-version;/src/</ulink>
- or <ulink url="&kde-download-ftp;applications/&kde-apps-version;/src/">
-
&kde-download-ftp;applications/&kde-apps-version;/src/</ulink>.</para>
-
- <note><para>Some packages, such as konsole, kate, and gwenview listed in the
- links above are only for the new KDE Frameworks 5 and cannot be used
- with KDE4.</para></note>
+ <para>For a full list of available packages, have a look on the KDE5 servers
at
+ <ulink url="&kf5apps-download-http;">&kf5apps-download-http;</ulink>,
+ </para>
+
+ <note><para>Some packages, such as kde-baseapps, kde-runtime, and kmag
listed in the
+ link above are only for the older KDE4 and cannot be used
+ with KF5.</para></note>
<para>Some additional packages worth mentioning are:</para>
<itemizedlist>
- <listitem>
- <para>Kdeartwork: Collection of wallpapers, icon themes,
screensavers, widget styles etc.</para>
- </listitem>
<listitem>
<para>Juk: A lightweight music player.</para>
</listitem>
@@ -45,34 +40,39 @@
<para>Kcalc: A scientific calculator.</para>
</listitem>
<listitem>
- <para>PyKDE4: Python bindings.</para>
- </listitem>
- <listitem>
- <para>Kaccessible: Accessibility utilities.</para>
+ <para>Kaccessible: Integration of accessibility utilities.</para>
</listitem>
<listitem>
- <para>Kwalletmanager: Credentials management application.</para>
+ <para>Kwalletmanager: A credentials management application.</para>
</listitem>
<listitem>
<para>Marble: A global map program.</para>
</listitem>
- <listitem id="audiocd-kio" xreflabel="audiocd-kio">
- <para>audiocd-kio: A library to access CD-ROM audio files.</para>
- </listitem>
- <listitem id="libkcompactdisk" xreflabel="libkcompactdisc">
- <para>libkcompactdisc: A library to control CD-ROM drives.</para>
+ <listitem>
+ <para>A variety (about 40) of KDE games including:
+ kpat, kfourinline, and kmines.</para>
</listitem>
</itemizedlist>
- <para>Most of these packages can be built with the standard KDE4
instructions:</para>
+ <note><para>Some packages will require additional dependencies. To
determine
+ what dependencies are needed, run from the top of the source tree:</para>
+
+<screen><userinput>cmake -Wno-dev -L .</userinput></screen>
+ </note>
+
+
+ <para>Most of these packages can be built with the standard KDE5
instructions:</para>
+
<screen><userinput>mkdir build &&
cd build &&
-cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
+cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIB_INSTALL_DIR=lib \
+ -DBUILD_TESTING=OFF \
-Wno-dev .. &&
make</userinput></screen>
+
<para>And as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
Modified: trunk/BOOK/kde/kf5-apps/kf5-apps.xml
==============================================================================
--- trunk/BOOK/kde/kf5-apps/kf5-apps.xml Fri Mar 25 14:16:58 2016
(r17167)
+++ trunk/BOOK/kde/kf5-apps/kf5-apps.xml Fri Mar 25 14:51:17 2016
(r17168)
@@ -24,5 +24,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="okular5.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libkdcraw.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gwenview.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="add-pkgs.xml"/>
</chapter>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page