2015-09-26 09:59:08 +08:00
|
|
|
<?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;
|
|
|
|
|
2015-11-05 00:48:40 +08:00
|
|
|
<!ENTITY plasma5-download-http "http://download.kde.org/stable/plasma/&plasma5-version;">
|
2015-09-26 09:59:08 +08:00
|
|
|
<!ENTITY plasma5-download-ftp " ">
|
|
|
|
<!ENTITY plasma5-md5sum "See Below">
|
2016-08-30 11:28:42 +08:00
|
|
|
<!ENTITY plasma5-size "87 MB">
|
|
|
|
<!ENTITY plasma5-buildsize "905 MB (372 MB installed)">
|
|
|
|
<!ENTITY plasma5-time "35 SBU">
|
2015-09-26 09:59:08 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="plasma5-build" xreflabel="Plasma-&plasma5-version;">
|
|
|
|
<?dbhtml filename="plasma-all.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy: bdubbs $</othername>
|
|
|
|
<date>$Date: 2015-09-24 16:44:04 -0500 (Thu, 24 Sep 2015) $</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>Building Plasma 5</title>
|
|
|
|
|
|
|
|
<indexterm zone="plasma5-build">
|
|
|
|
<primary sortas="a-kf5">KDE Plasma 5</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<para>KDE Plasma 5 is a collection of packages based on top of KDE Frameworks
|
2015-11-13 05:18:12 +08:00
|
|
|
5 and QML. It has been derived from the monolithic KDE 4 desktop.
|
2015-11-03 10:11:07 +08:00
|
|
|
They implement the KDE Display Environment (Plasma 5).</para>
|
2015-11-01 12:33:26 +08:00
|
|
|
|
2016-08-30 11:28:42 +08:00
|
|
|
&lfs7a_checked;
|
2015-09-26 09:59:08 +08:00
|
|
|
|
|
|
|
<para>The instructions below build all of the Plasma 5 packages in one
|
2015-10-29 12:11:00 +08:00
|
|
|
step by using a bash script.</para>
|
2015-09-26 09:59:08 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&plasma5-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&plasma5-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &plasma5-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &plasma5-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &plasma5-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &plasma5-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Plasma 5 Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
2015-11-13 22:24:57 +08:00
|
|
|
<xref linkend="fontforge"/>,
|
|
|
|
<xref linkend="gtk2"/>,
|
|
|
|
<xref linkend="gtk3"/>,
|
2015-10-29 12:11:00 +08:00
|
|
|
<xref linkend="kf5-frameworks"/>,
|
2015-11-01 12:33:26 +08:00
|
|
|
<xref linkend="libpwquality"/>,
|
2015-11-03 10:11:07 +08:00
|
|
|
<xref linkend="libxkbcommon"/>,
|
2015-11-01 12:33:26 +08:00
|
|
|
<xref linkend="mesa"/> built with <xref linkend="wayland"/>,
|
2015-11-13 22:24:57 +08:00
|
|
|
<xref linkend="NetworkManager"/>,
|
|
|
|
<xref linkend="pulseaudio"/>,
|
|
|
|
<xref linkend="python2"/>,
|
2015-12-29 11:16:07 +08:00
|
|
|
<xref linkend="qca"/> (built with qt5),
|
2015-11-13 22:24:57 +08:00
|
|
|
<xref linkend="taglib"/>, and
|
2015-11-03 10:11:07 +08:00
|
|
|
<xref linkend="xcb-util-cursor"/>
|
2015-09-26 09:59:08 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
|
|
<para role="recommended">
|
2015-11-13 22:24:57 +08:00
|
|
|
<xref linkend="libdbusmenu-qt"/>,
|
|
|
|
<xref linkend="libcanberra"/>,
|
|
|
|
<xref linkend="libinput"/>,
|
2015-11-06 13:04:44 +08:00
|
|
|
<xref linkend="linux-pam"/>,
|
2015-11-13 22:24:57 +08:00
|
|
|
<xref linkend="lm_sensors"/>,
|
2016-04-26 03:28:55 +08:00
|
|
|
<xref linkend="oxygen-icons5"/>, and
|
2015-11-06 13:04:44 +08:00
|
|
|
<xref linkend="pciutils"/>
|
2015-09-26 09:59:08 +08:00
|
|
|
</para>
|
|
|
|
|
2015-11-06 13:04:44 +08:00
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2015-09-26 09:59:08 +08:00
|
|
|
<para role="optional">
|
2015-11-06 13:04:44 +08:00
|
|
|
<xref linkend="glu"/>,
|
|
|
|
<xref linkend="xorg-synaptics-driver"/>,
|
2016-03-23 04:40:01 +08:00
|
|
|
<ulink url="http://distributions.freedesktop.org/wiki/AppStream">appstream-qt</ulink>,
|
2015-11-09 23:03:59 +08:00
|
|
|
<ulink url="https://github.com/ibus/ibus/wiki">ibus</ulink>,
|
2016-03-23 04:40:01 +08:00
|
|
|
<ulink url="https://www.kdevelop.org/">KDevPlatform</ulink>,
|
2015-11-06 13:04:44 +08:00
|
|
|
<ulink url="http://gpsd.berlios.de">libgps</ulink>,
|
|
|
|
<ulink url="https://github.com/libhybris/libhybris">libhybris</ulink>,
|
|
|
|
<ulink url="http://sourceforge.net/projects/libraw1394/">libraw1394</ulink>,
|
|
|
|
<ulink url="https://bitbucket.org/godsme/mockcpp">mockcpp</ulink>,
|
2016-03-23 04:40:01 +08:00
|
|
|
<ulink url="https://www.freedesktop.org/software/PackageKit/releases/">packagekit-qt</ulink>,
|
2015-11-06 13:04:44 +08:00
|
|
|
<ulink url="http://qalculate.sourceforge.net">Qalculate</ulink>,
|
2016-03-23 04:40:01 +08:00
|
|
|
<ulink url="https://launchpad.net/qapt">Qapt</ulink>,
|
|
|
|
<ulink url="https://github.com/osiam/osiam">SCIM</ulink>, and
|
|
|
|
<ulink url="http://www.dest-unreach.org/socat/">socat (for pam_kwallet)</ulink>
|
2015-09-26 09:59:08 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/kf5"/></para>
|
|
|
|
|
|
|
|
<sect2>
|
2015-11-04 23:05:32 +08:00
|
|
|
<title>Downloading KDE Plasma5</title>
|
2015-09-26 09:59:08 +08:00
|
|
|
|
|
|
|
<para>
|
|
|
|
The easiest way to get the KDE Plasma5 packages is to use a single
|
|
|
|
<command>wget</command> to fetch them all at once:
|
|
|
|
</para>
|
2015-11-13 22:24:57 +08:00
|
|
|
|
2015-09-26 09:59:08 +08:00
|
|
|
<screen><userinput>url=http://download.kde.org/stable/plasma/&plasma5-version;/
|
2015-11-03 23:50:13 +08:00
|
|
|
wget -r -nH --cut-dirs=3 -A '*.xz' -np $url</userinput>
|
2015-09-26 09:59:08 +08:00
|
|
|
<literal>
|
2015-11-13 22:24:57 +08:00
|
|
|
The options used here are:
|
2015-09-26 09:59:08 +08:00
|
|
|
-r recurse through child directories
|
|
|
|
-nH disable generation of host-prefixed directories
|
|
|
|
--cut-dirs=3 remove three levels of directories when saving
|
|
|
|
-A '*.xz' just get the *.xz files
|
2015-11-03 23:50:13 +08:00
|
|
|
-np don't get parent directories</literal></screen>
|
2015-09-26 09:59:08 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Setting Package Order</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
The order of building files is important due to internal dependencies.
|
|
|
|
Create the list of files in the proper order as follows:
|
|
|
|
</para>
|
|
|
|
|
2016-01-13 16:59:34 +08:00
|
|
|
<screen><userinput>cat > plasma-&plasma5-version;.md5 << "EOF"
|
2016-08-30 11:28:42 +08:00
|
|
|
<literal>bc2dd43ace2d8674f1d0468e1205474a kde-cli-tools-5.7.3.tar.xz
|
|
|
|
d72584ff8363c903ea58b2d56cab965f kdecoration-5.7.3.tar.xz
|
|
|
|
f40f3015e4c0cbadba893ea9aec37ec2 libkscreen-5.7.3.tar.xz
|
|
|
|
2c1234454ea8ca8f58de237600674959 libksysguard-5.7.3.tar.xz
|
|
|
|
1bb1a2462640daf062af923783709093 breeze-5.7.3.tar.xz
|
|
|
|
808ef73cc2c687d4d34552c5e98ec699 breeze-gtk-5.7.3.tar.xz
|
|
|
|
77df269b8566cf688b1945a9b53e3959 kscreenlocker-5.7.3.tar.xz
|
|
|
|
2842c0205ab580e4ac3dc61a8ab581be oxygen-5.7.3.tar.xz
|
|
|
|
e9d2bdeadcbd378f12a2e54c6b3b9224 kinfocenter-5.7.3.tar.xz
|
|
|
|
99d46f170a9143883c207e0a8999e268 ksysguard-5.7.3.tar.xz
|
|
|
|
e1dd04fcaf1abd31df89d037af4d2258 kwin-5.7.3.tar.xz
|
|
|
|
2b5f4dbc85193941708509e51c171f14 systemsettings-5.7.3.tar.xz
|
|
|
|
5ed64282b5aa36bb77bd3a89334b851d plasma-workspace-5.7.3.tar.xz
|
|
|
|
57c1e8aa62aa5791102e94160bb5e2b3 bluedevil-5.7.3.tar.xz
|
|
|
|
12c5bc74c567f65fbb11907909752ba2 kde-gtk-config-5.7.3.tar.xz
|
|
|
|
db39c52e7bdf1ec21888aae5f9f3113a khotkeys-5.7.3.tar.xz
|
|
|
|
fa1edaf0339a013b0884a5ec774e132d kmenuedit-5.7.3.tar.xz
|
|
|
|
369255dcf3f657595a4b2c0ec156d458 kscreen-5.7.3.tar.xz
|
|
|
|
607eb34cfafca62da92dbb596f999cae kwallet-pam-5.7.3.tar.xz
|
|
|
|
4ec2115eec3883e560415c8448f910e1 kwayland-integration-5.7.3.tar.xz
|
|
|
|
35e622ea295b35c72e266d3e10b2022b kwrited-5.7.3.tar.xz
|
|
|
|
c8c40727b9077d9692c2e67b85afaa7d milou-5.7.3.tar.xz
|
|
|
|
1956f0eb29ce1e91f5fdf3ac8b72e40e plasma-nm-5.7.3.tar.xz
|
|
|
|
2820e9cb6c54f01115013606dea7ef7b plasma-pa-5.7.3.tar.xz
|
|
|
|
98f2f023cc30116f0e677e752fb6220c plasma-workspace-wallpapers-5.7.3.tar.xz
|
|
|
|
b2fa225d57fcf8579322d58cf43a8759 polkit-kde-agent-1-5.7.3.tar.xz
|
|
|
|
4b93bfa172760c25c6a4e135b555fbe8 powerdevil-5.7.3.tar.xz
|
|
|
|
1b97771749effa32aee19ed789e67ddd plasma-desktop-5.7.3.tar.xz
|
|
|
|
3083f945aebfc156ba0e8b64db4615b0 kdeplasma-addons-5.7.3.tar.xz
|
|
|
|
9f336c20cee1f1e5db98ca95eea7ccd5 kgamma5-5.7.3.tar.xz
|
|
|
|
8048a6ec5e69327691236d980a74b2a2 ksshaskpass-5.7.3.tar.xz
|
|
|
|
a92b968f0ebd5f35cb7483679a54520b plasma-mediacenter-5.7.3.tar.xz
|
|
|
|
#e92b6d4c644591b16f700303eacd3ffe plasma-sdk-5.7.3.tar.xz
|
|
|
|
e82aed1e04ae3e39fa91b7c16e4338e2 sddm-kcm-5.7.3.tar.xz
|
|
|
|
635eef411376423f8f746ae41bb90f1b user-manager-5.7.3.tar.xz
|
|
|
|
9188f0f3a3c802ffd25f4c0dcb0abdba discover-5.7.3.tar.xz
|
|
|
|
#b4a278e5af4cc4b804258a3aeb9d7ce2 breeze-grub-5.7.3.tar.xz
|
|
|
|
#d9fc477b250f0ae855a0e9bdb193b51a breeze-plymouth-5.7.3.tar.xz
|
|
|
|
9ec5c70fd1e5fdc12bf35e1511948543 kactivitymanagerd-5.7.3.tar.xz
|
|
|
|
5f950d13d8715162ea4bdfec73e06b7d plasma-integration-5.7.3.tar.xz</literal>
|
2015-09-26 09:59:08 +08:00
|
|
|
EOF</userinput></screen>
|
|
|
|
|
2016-03-23 04:40:01 +08:00
|
|
|
<note><para>The breeze-grub and breeze-plymouth packages above are both for
|
|
|
|
customized support of <ulink
|
|
|
|
url="https://www.freedesktop.org/wiki/Software/Plymouth/">Plymouth</ulink>
|
|
|
|
which is designed to be run within an initial ram disk during boot (see
|
2016-06-16 08:44:02 +08:00
|
|
|
<xref linkend="initramfs"/>). The plasma-sdk package is optional and used
|
2016-08-30 11:28:42 +08:00
|
|
|
for software development.</para></note>
|
2016-03-23 04:40:01 +08:00
|
|
|
|
2015-09-26 09:59:08 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Plasma5</title>
|
|
|
|
|
|
|
|
&as_root;
|
|
|
|
|
|
|
|
<para>
|
|
|
|
First, start a subshell that will exit on error:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen><userinput>bash -e</userinput></screen>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install all of the packages by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen><userinput>while read -r line; do
|
|
|
|
|
|
|
|
# Get the file name, ignoring comments and blank lines
|
|
|
|
if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
|
|
|
|
file=$(echo $line | cut -d" " -f2)
|
2015-11-13 22:24:57 +08:00
|
|
|
|
2015-09-26 09:59:08 +08:00
|
|
|
pkg=$(echo $file|sed 's|^.*/||') # Remove directory
|
|
|
|
packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
|
|
|
|
|
2016-06-16 08:44:02 +08:00
|
|
|
# Correct the name of the extracted directory
|
|
|
|
case $packagedir in
|
|
|
|
plasma-workspace-5.6.5.1 )
|
|
|
|
packagedir=plasma-workspace-5.6.5
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
2015-09-26 09:59:08 +08:00
|
|
|
tar -xf $file
|
|
|
|
pushd $packagedir
|
|
|
|
|
2015-09-26 11:01:24 +08:00
|
|
|
mkdir build
|
|
|
|
cd build
|
2015-09-26 09:59:08 +08:00
|
|
|
|
2015-11-03 10:11:07 +08:00
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
|
|
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
|
|
-DLIB_INSTALL_DIR=lib \
|
|
|
|
-DBUILD_TESTING=OFF \
|
2015-09-26 11:01:24 +08:00
|
|
|
-Wno-dev .. &&
|
2015-09-26 09:59:08 +08:00
|
|
|
|
2015-09-26 11:01:24 +08:00
|
|
|
make
|
|
|
|
as_root make install
|
|
|
|
popd
|
2015-09-26 09:59:08 +08:00
|
|
|
|
2016-04-04 04:07:11 +08:00
|
|
|
<!-- somme packages end up with files owned by root in $packagedir,
|
|
|
|
so use as_root for removing -->
|
|
|
|
as_root rm -rf $packagedir
|
2015-09-26 11:01:24 +08:00
|
|
|
as_root /sbin/ldconfig
|
|
|
|
|
2016-01-13 16:59:34 +08:00
|
|
|
done < plasma-&plasma5-version;.md5
|
2015-09-26 09:59:08 +08:00
|
|
|
|
2015-11-03 10:11:07 +08:00
|
|
|
exit
|
|
|
|
|
|
|
|
cd $KF5_PREFIX/share/plasma/plasmoids
|
2015-09-26 09:59:08 +08:00
|
|
|
|
2015-11-03 10:11:07 +08:00
|
|
|
for j in $(find -name \*.js); do
|
2015-11-05 11:01:45 +08:00
|
|
|
as_root ln -sfv ../code/$(basename $j) $(dirname $j)/../ui/
|
2015-11-03 10:11:07 +08:00
|
|
|
done</userinput></screen>
|
2015-09-26 09:59:08 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
|
|
|
<para>
|
2015-11-03 10:11:07 +08:00
|
|
|
<command>ln -sfv ../code/$(basename $j) $(dirname $j)/../ui/</command>:
|
|
|
|
Create symbolic links so qml files can find needed javascript modules.
|
2015-09-26 09:59:08 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect2>
|
2015-11-03 10:11:07 +08:00
|
|
|
<sect2 role="starting">
|
|
|
|
<title>Starting Plasma5</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
You can start <application>Plasma5</application> from runlevel 3, using
|
|
|
|
<xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
|
|
|
|
such as <xref linkend="sddm"/>.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
2015-12-29 11:16:07 +08:00
|
|
|
To start <application>Plasma 5</application> using <xref linkend="xinit"/>,
|
2015-11-03 10:11:07 +08:00
|
|
|
run the following commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen><userinput>cat > ~/.xinitrc << "EOF"
|
|
|
|
<literal>ck-launch-session dbus-launch --exit-with-session $KF5_PREFIX/bin/startkde</literal>
|
|
|
|
EOF
|
|
|
|
|
|
|
|
startx</userinput></screen>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
The X session starts on the first unused virtual terminal, normally vt7.
|
|
|
|
You can switch to another vt<emphasis>n</emphasis> simultaneously
|
|
|
|
pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
|
|
|
|
(<emphasis>n</emphasis>=1, 2, ...). To switch back to the X session,
|
|
|
|
normally started at vt7, use Ctrl-Alt-F7. The vt where the command
|
|
|
|
<command>startx</command> was executed will display many messages,
|
|
|
|
including X starting messages, applications automatically started with
|
|
|
|
the session, and eventually, some warning and error messages. You may
|
|
|
|
prefer to redirect those messages to a log file, which not only will keep
|
|
|
|
the initial vt uncluttered, but can also be used for debugging purposes. This
|
|
|
|
can be done starting X with:
|
|
|
|
</para>
|
|
|
|
|
2016-06-16 08:44:02 +08:00
|
|
|
<screen><userinput>startx &> ~/x-session-errors</userinput></screen>
|
2015-11-03 10:11:07 +08:00
|
|
|
|
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
You may wish to drop consolekit and/or dbus-launch, e.g., just using
|
|
|
|
startkde in ~/.xinitrc. However some capabilities such as mounting or
|
|
|
|
umounting file systems from a file manager will not be possible, or the
|
|
|
|
reboot option may be absent or inoperative, among other problems.
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
<para>
|
|
|
|
When shutting down or rebooting, the shutdown messages appear on the vt
|
|
|
|
where X was running. If you wish to see those messages, simultaneously
|
|
|
|
press keys Alt-F7 (assuming that X was running on vt7).
|
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2015-09-26 09:59:08 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
2015-11-07 04:11:51 +08:00
|
|
|
There are too many plasma programs (50 in /opt/kf5/bin) to list
|
|
|
|
separately here.
|
2015-09-26 09:59:08 +08:00
|
|
|
</seg>
|
|
|
|
<seg>
|
2015-11-07 04:11:51 +08:00
|
|
|
There are too many plasma libraries (39 in /opt/kf5/lib) to list
|
|
|
|
separately here.
|
2015-09-26 09:59:08 +08:00
|
|
|
</seg>
|
|
|
|
<seg>
|
2015-11-07 04:11:51 +08:00
|
|
|
There are too many plasma directories (over 1000 in /opt/kf5) to
|
|
|
|
list separately here.
|
2015-09-26 09:59:08 +08:00
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|