Author: bdubbs
Date: Wed Jun 24 16:03:07 2015
New Revision: 16164
Log:
Reorganize KDE4 and put in placeholders for KF5 and Phonon 5.
Oxygen Icons are now put in /usr.
Added:
trunk/BOOK/archive/kde/intro/
- copied from r16162, trunk/BOOK/kde/intro/
trunk/BOOK/kde/core/pre-install-config.xml
- copied, changed from r16140, trunk/BOOK/kde/intro/pre-install-config.xml
trunk/BOOK/kde/kf5/
trunk/BOOK/kde/kf5-apps/
trunk/BOOK/kde/kf5-apps/kf5-apps.xml (contents, props changed)
trunk/BOOK/kde/kf5/extra-cmake-modules.xml (contents, props changed)
trunk/BOOK/kde/kf5/kf5.xml (contents, props changed)
trunk/BOOK/kde/plasma5/
trunk/BOOK/kde/plasma5/plasma5.xml (contents, props changed)
Replaced:
trunk/BOOK/kde/core/phonon-backend-gstreamer.xml
- copied, changed from r16140,
trunk/BOOK/kde/core/phonon-backend-gstreamer.xml
trunk/BOOK/kde/core/phonon.xml
- copied, changed from r16140, trunk/BOOK/kde/core/phonon.xml
Deleted:
trunk/BOOK/archive/kde/intro/pre-install-config.xml
trunk/BOOK/kde/intro/
Modified:
trunk/BOOK/archive/kde/intro/introduction.xml
trunk/BOOK/archive/kde/intro/kde-intro.xml
trunk/BOOK/kde/add/add.xml
trunk/BOOK/kde/core/attica.xml
trunk/BOOK/kde/core/config.xml
trunk/BOOK/kde/core/core.xml
trunk/BOOK/kde/core/oxygen-icons.xml
trunk/BOOK/kde/core/polkit-qt.xml
trunk/BOOK/kde/kde.xml
Modified: trunk/BOOK/archive/kde/intro/introduction.xml
==============================================================================
--- trunk/BOOK/kde/intro/introduction.xml Wed Jun 24 12:44:09 2015
(r16162)
+++ trunk/BOOK/archive/kde/intro/introduction.xml Wed Jun 24 16:03:07
2015 (r16164)
@@ -16,6 +16,10 @@
<title>Introduction</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kde-intro.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="pre-install-config.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="extra-cmake-modules.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="phonon.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="phonon-backend-gstreamer.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="phonon-backend-vlc.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="polkit-qt.xml"/>
</chapter>
Modified: trunk/BOOK/archive/kde/intro/kde-intro.xml
==============================================================================
--- trunk/BOOK/kde/intro/kde-intro.xml Wed Jun 24 12:44:09 2015 (r16162)
+++ trunk/BOOK/archive/kde/intro/kde-intro.xml Wed Jun 24 16:03:07 2015
(r16164)
@@ -15,18 +15,29 @@
<title>Introduction to KDE</title>
- <para><application>KDE</application> Software Compilation 4 is a
- comprehensive desktop environment with a huge number of applications
- written for it and a huge amount of users. It is based on the
- <application>Qt</application> framework.</para>
+ <para><application>KDE</application> is a comprehensive desktop environment
+ with a huge number of applications written for it and a huge amount of users.
+ It is based on the <application>Qt</application> framework.</para>
+
+ <para>There are two versions of <application>KDE</application>. KDE4
+ is a mature version that combines libraries and the desktop environment
+ into one set of packages and has numerous appplications that can be
+ built on that base. For KDE5, the libraries, now called KDE Frameworks
+ 5 or KF5, are separate from the desktop environment called KDE Plasma 5.
+ Both envionments can be installed, but Plasma is not yet considered
+ stable.</para>
+
<para>For more information visit the official KDE project site at
<ulink url="http://www.kde.org/"/>.</para>
- <sect2><title>Build order</title>
+ <sect2><title>Common Packages</title>
+
+ <para>There are several packages that are common to both versions of KDE.
+ These packages are presented in the following sections of this
chapter.</para>
- <para>The core <application>KDE</application> packages are listed in the
+ <!-- <para>The core <application>KDE</application> packages are listed in the
recommended and tested build order. The additional
- <application>KDE</application> packages can be built in any order.</para>
+ <application>KDE</application> packages can be built in any order.</para>-->
</sect2>
Modified: trunk/BOOK/kde/add/add.xml
==============================================================================
--- trunk/BOOK/kde/add/add.xml Wed Jun 24 14:55:25 2015 (r16163)
+++ trunk/BOOK/kde/add/add.xml Wed Jun 24 16:03:07 2015 (r16164)
@@ -13,7 +13,7 @@
<chapter id="kde-add">
<?dbhtml filename="add.html"?>
- <title>KDE Additional Packages</title>
+ <title>KDE4 Additional Packages</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="konsole.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kate.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ark.xml"/>
Modified: trunk/BOOK/kde/core/attica.xml
==============================================================================
--- trunk/BOOK/kde/core/attica.xml Wed Jun 24 14:55:25 2015 (r16163)
+++ trunk/BOOK/kde/core/attica.xml Wed Jun 24 16:03:07 2015 (r16164)
@@ -64,13 +64,6 @@
<xref linkend="qt4"/>
</para>
- <bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional">
- <xref linkend="qt5"/> (requires
- <ulink url="http://quickgit.kde.org/index.php?p=extra-cmake-modules.git">
- extra-cmake-modules</ulink>)
- </para>
-
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/attica"/></para>
@@ -110,8 +103,7 @@
<para>
<parameter>-DQT4_BUILD=ON</parameter>: This switch forces the package
to build against <application>Qt4</application> even if
- <application>Qt5</application> is present on the system. Remove it if
- you want to build the package against <application>Qt5</application>.
+ <application>Qt5</application> is present on the system.
</para>
</sect2>
Modified: trunk/BOOK/kde/core/config.xml
==============================================================================
--- trunk/BOOK/kde/core/config.xml Wed Jun 24 14:55:25 2015 (r16163)
+++ trunk/BOOK/kde/core/config.xml Wed Jun 24 16:03:07 2015 (r16164)
@@ -5,7 +5,7 @@
%general-entities;
]>
-<sect1 id="kde-core-config" xreflabel="Starting KDE">
+<sect1 id="kde-core-config" xreflabel="Starting KDE4">
<?dbhtml filename="config.html"?>
<sect1info>
@@ -13,9 +13,9 @@
<date>$Date$</date>
</sect1info>
- <title>Starting KDE</title>
+ <title>Starting KDE4</title>
- <bridgehead renderas="sect3">KDE Startup Dependencies</bridgehead>
+ <bridgehead renderas="sect3">KDE4 Startup Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
@@ -24,12 +24,12 @@
<para>After <application>Kde-workspace</application> has been installed, the
first important milestone has been reached. Now you need to configure your
- system to start KDE.</para>
+ system to start KDE4.</para>
<sect2 role="content">
- <title>Starting KDE from the command prompt</title>
+ <title>Starting KDE4 from the command prompt</title>
- <para>To start <application>KDE</application> from the command prompt, you
+ <para>To start <application>KDE4</application> from the command prompt, you
first need to modify your <filename>.xinitrc</filename> file:</para>
<screen><userinput>cat > ~/.xinitrc << EOF
@@ -43,14 +43,14 @@
<note><para>If you are not using <application>ConsoleKit</application>,
remove
<userinput>ck-launch-session</userinput>.</para></note>
- <para>You can now start KDE using the <command>startx</command>
command.</para>
+ <para>You can now start KDE4 using the <command>startx</command>
command.</para>
</sect2>
<sect2 role="content">
- <title>Starting KDE at boot</title>
+ <title>Starting KDE4 at boot</title>
- <para>KDE comes with a graphical login interface called KDM (the KDE
Display
+ <para>KDE4 comes with a graphical login interface called KDM (the KDE4
Display
Manager), which provides a customizable graphical login at boot. To use
KDM,
you need to edit your <filename>/etc/inittab</filename> file (as the
<systemitem class="username">root</systemitem> user).
@@ -65,7 +65,7 @@
<screen><userinput>sed -i 's#id:3:initdefault:#id:5:initdefault:#'
/etc/inittab</userinput></screen>
- <para>You can now restart your system and see the KDE login
+ <para>You can now restart your system and see the KDE4 login
screen.</para>
</sect2>
@@ -78,16 +78,16 @@
url="&kde-download-http;applications/&kde-apps-version;/src/kde-l10n/">
&kde-download-http;applications/&kde-apps-version;/src/kde-l10n/</ulink>.
See <xref linkend="kde-add-pkgs"/> for build instructions. If you are in a
- KDE session when installing a new language and configure KDE to use it, the
+ KDE4 session when installing a new language and configure KDE4 to use it,
the
session needs to be restarted, in order to see the effects.</para>
</sect2>
<sect2 role="content">
- <title>Installing further KDE packages</title>
+ <title>Installing further KDE4 packages</title>
<para>Every subsequent package can be built while having
- <application>KDE</application> up and running, but remember to keep
+ <application>KDE4</application> up and running, but remember to keep
<envar>&kde-dir;</envar> and <envar>&qt4-dir;</envar> set.</para>
</sect2>
Modified: trunk/BOOK/kde/core/core.xml
==============================================================================
--- trunk/BOOK/kde/core/core.xml Wed Jun 24 14:55:25 2015 (r16163)
+++ trunk/BOOK/kde/core/core.xml Wed Jun 24 16:03:07 2015 (r16164)
@@ -13,8 +13,9 @@
<chapter id="kde4-core">
<?dbhtml filename="core.html"?>
- <title>The KDE Core</title>
+ <title>The KDE4 Core</title>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="pre-install-config.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="automoc4.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="phonon.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="phonon-backend-gstreamer.xml"/>
@@ -22,7 +23,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="akonadi.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attica.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="qimageblitz.xml"/>
-<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="shrdesktopontologies.xml"/>-->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="polkit-qt.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="oxygen-icons.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kdelibs.xml"/>
@@ -31,8 +31,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="baloo.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="baloo-widgets.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="polkit-kde-agent.xml"/>
-<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="nepomuk-core.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="nepomuk-widgets.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="kactivities.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="kde-runtime.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="kde-baseapps.xml"/>
Modified: trunk/BOOK/kde/core/oxygen-icons.xml
==============================================================================
--- trunk/BOOK/kde/core/oxygen-icons.xml Wed Jun 24 14:55:25 2015
(r16163)
+++ trunk/BOOK/kde/core/oxygen-icons.xml Wed Jun 24 16:03:07 2015
(r16164)
@@ -74,10 +74,13 @@
<para>Install <application>Oxygen-icons</application> by running
the following commands:</para>
+ <note><para>Unlike most packages in this section, the icons are placed
+ in /usr so other applications can find them.</para></note>
+
<screen><userinput>mkdir build &&
cd build &&
-cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; -Wno-dev ..</userinput></screen>
+cmake -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ..</userinput></screen>
<para>
This package does not come with a test suite.
Copied and modified: trunk/BOOK/kde/core/phonon-backend-gstreamer.xml (from
r16140, trunk/BOOK/kde/core/phonon-backend-gstreamer.xml)
==============================================================================
--- trunk/BOOK/kde/core/phonon-backend-gstreamer.xml Fri Jun 19 11:17:15
2015 (r16140, copy source)
+++ trunk/BOOK/kde/core/phonon-backend-gstreamer.xml Wed Jun 24 16:03:07
2015 (r16164)
@@ -61,7 +61,7 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gstreamer10"/>,
- <xref linkend="libxml2"/> and
+ <xref linkend="libxml2"/>, and
<xref linkend="phonon"/>
</para>
@@ -69,15 +69,10 @@
<para role="recommended">
<xref linkend="gst10-plugins-base"/> (needed for output to ALSA),
<xref linkend="gst10-plugins-good"/> (needed for output to PulseAudio),
- <xref linkend="gst10-plugins-bad"/> (needed for AAC/M4A support), and
+ <xref linkend="gst10-plugins-bad"/> (needed for AAC/M4A support), and
<xref linkend="gst10-plugins-ugly"/> (needed for MP3 support)
</para>
- <bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional">
- <xref linkend="qt5"/>
- </para>
-
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/phonon-backend-gstreamer"/></para>
@@ -86,8 +81,15 @@
<sect2 role="installation">
<title>Installation of Phonon-backend-gstreamer</title>
- <para>Install <application>Phonon-backend-gstreamer</application> by
running the following
- commands:</para>
+ <para>Install <application>Phonon-backend-gstreamer</application> by
+ running the following commands:</para>
+
+ <note>
+ <para>
+ If you have both Qt4 and Qt5 installed, be sure to run
+ <userinput>source setqt4</userinput> before installing this package.
+ </para>
+ </note>
<screen><userinput>mkdir build &&
cd build &&
@@ -107,8 +109,8 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to
apply
- higher level of compiler optimizations.</para>
+ <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to
+ apply higher level of compiler optimizations.</para>
</sect2>
@@ -123,8 +125,8 @@
<seglistitem>
<seg>none</seg>
<seg>phonon_gstreamer.so</seg>
- <seg>&kde-dir;/lib/kde4/plugins/phonon_backend and
- &kde-dir;/share/kde4/services/phononbackends</seg>
+ <seg>/usr/lib/kde4/plugins/phonon_backend and
+ /usr/share/kde4/services/phononbackends</seg>
</seglistitem>
</segmentedlist>
<!--
Copied and modified: trunk/BOOK/kde/core/phonon.xml (from r16140,
trunk/BOOK/kde/core/phonon.xml)
==============================================================================
--- trunk/BOOK/kde/core/phonon.xml Fri Jun 19 11:17:15 2015
(r16140, copy source)
+++ trunk/BOOK/kde/core/phonon.xml Wed Jun 24 16:03:07 2015 (r16164)
@@ -30,8 +30,8 @@
<title>Introduction to Phonon</title>
<para><application>Phonon</application> is the multimedia API for KDE4.
- It replaces the old <application>aRts</application>, that is no longer
- supported by KDE. Phonon needs either the GStreamer or VLC backend.</para>
+ It replaces the old <application>aRts</application> package.
+ Phonon needs either the GStreamer or VLC backend.</para>
&lfs77_checked; &gcc5_checked;
@@ -61,16 +61,14 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
- <!--<xref linkend="automoc4"/> and-->
<xref linkend="cmake"/>,
- <xref linkend="glib2"/> and
- <xref linkend="qt4"/>
+ <xref linkend="glib2"/>, and
+ <xref linkend="qt4"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <xref linkend="pulseaudio"/>,
- <xref linkend="qt5"/> and
+ <xref linkend="pulseaudio"/> and
<ulink
url="http://projects.kde.org/projects/kdesupport/libqzeitgeist/">QZeitgeist</ulink>
</para>
@@ -82,19 +80,24 @@
<sect2 role="installation">
<title>Installation of Phonon</title>
- <para>Make sure that <xref linkend="qt4"/> is compiled without the bundled
+ <para>Make sure <xref linkend="qt4"/> has been built without the bundled
<application>Phonon</application> library. This package provides
a better implementation.</para>
- <note><para>If you have both Qt4 and Qt5 installed, be sure to run
- <userinput>source setqt4</userinput> before installing Phonon.
- </para></note>
+ <note>
+ <para>
+ If you have both Qt4 and Qt5 installed, be sure to run
+ <userinput>source setqt4</userinput> before installing Phonon.
+ </para>
+
+ </note>
<para>Install <application>Phonon</application> by running the following
commands:</para>
-<!-- CMAKE_INSTALL_LIBDIR is used so the package doesn't write over lib64
symlink on 64 bit system -->
-<screen><userinput>mkdir build &&
+<screen><userinput>sed -i "s:BSD_SOURCE:DEFAULT_SOURCE:g"
cmake/FindPhononInternal.cmake &&
+
+mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
@@ -115,6 +118,11 @@
<title>Command Explanations</title>
<para>
+ <command>sed ... cmake/FindPhononInternal.cmake</command>: Silence
+ a lot of warnings caused by the latest toolchain.
+ </para>
+
+ <para>
<parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
to apply higher level of the compiler optimizations.
</para>
@@ -131,15 +139,6 @@
<application>D-Bus</application> interfaces file.
</para>
-<!--
- <para>
- <option>-DPHONON_BUILD_PHONON4QT5=ON</option>: Use this switch if you
want to
- build <application>Phonon</application> against
<application>Qt5</application>.
- Note that both <application>Qt4</application> and
<application>Qt5</application>
- versions can be installed at the same time without any conflicts.
- </para>
--->
-
</sect2>
<sect2 role="content">
Modified: trunk/BOOK/kde/core/polkit-qt.xml
==============================================================================
--- trunk/BOOK/kde/core/polkit-qt.xml Wed Jun 24 14:55:25 2015 (r16163)
+++ trunk/BOOK/kde/core/polkit-qt.xml Wed Jun 24 16:03:07 2015 (r16164)
@@ -89,9 +89,9 @@
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DUSE_QT4=TRUE \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DUSE_QT4=TRUE \
-Wno-dev .. &&
make</userinput></screen>
Copied and modified: trunk/BOOK/kde/core/pre-install-config.xml (from r16140,
trunk/BOOK/kde/intro/pre-install-config.xml)
==============================================================================
--- trunk/BOOK/kde/intro/pre-install-config.xml Fri Jun 19 11:17:15 2015
(r16140, copy source)
+++ trunk/BOOK/kde/core/pre-install-config.xml Wed Jun 24 16:03:07 2015
(r16164)
@@ -13,7 +13,7 @@
<date>$Date$</date>
</sect1info>
- <title>KDE Pre-installation Configuration</title>
+ <title>KDE4 Pre-installation Configuration</title>
<note><para>If you did not install <application>Xorg</application> in
<filename class="directory">/usr</filename>, some of the
Modified: trunk/BOOK/kde/kde.xml
==============================================================================
--- trunk/BOOK/kde/kde.xml Wed Jun 24 14:55:25 2015 (r16163)
+++ trunk/BOOK/kde/kde.xml Wed Jun 24 16:03:07 2015 (r16164)
@@ -13,11 +13,29 @@
<part id="kde" xreflabel="KDE">
<?dbhtml filename="kde.html" dir="kde"?>
- <title>KDE</title>
+ <title>Introduction to KDE</title>
+<partintro>
+ <para><application>KDE</application> is a comprehensive desktop environment
+ with a huge number of applications written for it and a huge amount of users.
+ It is based on the <application>Qt</application> framework.</para>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="intro/introduction.xml"/>
+ <para>There are two versions of <application>KDE</application>. KDE4
+ is a mature version that combines libraries and the desktop environment
+ into one set of packages and has numerous appplications that can be
+ built on that base. For KDE5, the libraries, now called KDE Frameworks
+ 5 or KF5, are separate from the desktop environment called KDE Plasma 5.
+ Both envionments can be installed, but Plasma is not yet considered
+ stable.</para>
+
+ <para>For more information visit the official KDE project site at
+ <ulink url="http://www.kde.org/"/>.</para>
+</partintro>
+<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="intro/introduction.xml"/>-->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="core/core.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="add/add.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kf5/kf5.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="kf5-apps/kf5-apps.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="plasma5/plasma5.xml"/>
<!--
Language packs!
-->
Added: trunk/BOOK/kde/kf5-apps/kf5-apps.xml
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/kde/kf5-apps/kf5-apps.xml Wed Jun 24 16:03:07 2015
(r16164)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<!--
+$LastChangedBy: rthomsen $
+$Date: 2014-09-10 14:10:00 -0500 (Wed, 10 Sep 2014) $
+-->
+
+<chapter id="kf5-apps">
+ <?dbhtml filename="kf5-apps.html"?>
+
+ <title>KDE Frameworks 5 Based Applications</title>
+
+ <para>Placeholder</para>
+
+ <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="automoc4.xml"/>-->
+
+</chapter>
Added: trunk/BOOK/kde/kf5/extra-cmake-modules.xml
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/kde/kf5/extra-cmake-modules.xml Wed Jun 24 16:03:07 2015
(r16164)
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY extra-cmake-modules-version "1.7.0">
+ <!ENTITY extra-cmake-modules-download-http
"&kf5-download-http;/extra-cmake-modules-&extra-cmake-modules-version;.tar.xz">
+ <!ENTITY extra-cmake-modules-download-ftp
"&kf5-download-ftp;/extra-cmake-modules-&extra-cmake-modules-version;.tar.xz">
+ <!ENTITY extra-cmake-modules-md5sum
"45fd1e6f38b23b00983e5eab9ba61d15">
+ <!ENTITY extra-cmake-modules-size "128 KB">
+ <!ENTITY extra-cmake-modules-buildsize "5.8 MB">
+ <!ENTITY extra-cmake-modules-time "less than 0.1 SBU">
+]>
+
+<sect1 id="extra-cmake-modules"
xreflabel="extra-cmake-modules-&extra-cmake-modules-version;">
+ <?dbhtml filename="extra-cmake-modules.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy: krejzi $</othername>
+ <date>$Date: 2014-10-09 22:03:42 +0200 (Thu, 09 Oct 2014) $</date>
+ </sect1info>
+
+ <title>extra-cmake-modules-&extra-cmake-modules-version;</title>
+
+ <indexterm zone="extra-cmake-modules">
+ <primary sortas="a-extra-cmake-modules">extra-cmake-modules</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Extra Cmake Modules</title>
+
+ <para>
+ The <application>Extra Cmake Modules</application> package contains
+ extra <application>CMake</application> modules used by
+ <application>KDE Frameworks 5</application> and other packages.
+ </para>
+
+ &lfs77_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&extra-cmake-modules-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&extra-cmake-modules-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &extra-cmake-modules-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &extra-cmake-modules-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &extra-cmake-modules-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &extra-cmake-modules-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Extra Cmake Modules Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="cmake"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx (for building
documentation)</ulink>
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/extra-cmake-modules"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Extra Cmake Modules</title>
+
+ <para>
+ Install <application>Extra Cmake Modules</application> by running the
following
+ commands:
+ </para>
+
+<screen><userinput>mkdir build &&
+cd build &&
+
+cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
+make</userinput></screen>
+
+ <para>
+ This package does not come with a test suite.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ None
+ </seg>
+ <seg>
+ None
+ </seg>
+ <seg>
+ /usr/share/ECM and
+ /usr/share/doc/ECM (if documentation was built)
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ </sect2>
+
+</sect1>
+
+
Added: trunk/BOOK/kde/kf5/kf5.xml
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/kde/kf5/kf5.xml Wed Jun 24 16:03:07 2015 (r16164)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<!--
+$LastChangedBy: rthomsen $
+$Date: 2014-09-10 14:10:00 -0500 (Wed, 10 Sep 2014) $
+-->
+
+<chapter id="kf5">
+ <?dbhtml filename="kf5.html"?>
+
+ <title>KDE Frameworks 5</title>
+
+ <para>Placeholder</para>
+
+ <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="automoc4.xml"/>-->
+
+</chapter>
Added: trunk/BOOK/kde/plasma5/plasma5.xml
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/kde/plasma5/plasma5.xml Wed Jun 24 16:03:07 2015 (r16164)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<!--
+$LastChangedBy: rthomsen $
+$Date: 2014-09-10 14:10:00 -0500 (Wed, 10 Sep 2014) $
+-->
+
+<chapter id="plasma5">
+ <?dbhtml filename="plasma5.html"?>
+
+ <title>KDE Plasma 5</title>
+
+ <para>Placeholder</para>
+
+ <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="automoc4.xml"/>-->
+
+</chapter>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page