glfs/kde/plasma5/plasma-all.xml
Douglas R. Reno 3f460da08b Tag Weston
Fix URLs in KF5
(systemd) Fix instructions for LXDM, XFCE4-SESSION, Plasma5, and LxQT

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17731 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-09-04 20:51:37 +00:00

357 lines
13 KiB
XML

<?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;
<!ENTITY plasma5-download-http "http://download.kde.org/stable/plasma/&plasma5-version;">
<!ENTITY plasma5-download-ftp " ">
<!ENTITY plasma5-md5sum "See Below">
<!ENTITY plasma5-size "87 MB">
<!ENTITY plasma5-buildsize "905 MB (372 MB installed)">
<!ENTITY plasma5-time "35 SBU">
]>
<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
5 and QML. It has been derived from the monolithic KDE 4 desktop.
They implement the KDE Display Environment (Plasma 5).</para>
&lfs7a_checked;
<para>The instructions below build all of the Plasma 5 packages in one
step by using a bash script.</para>
<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">
<xref linkend="fontforge"/>,
<xref linkend="gtk2"/>,
<xref linkend="gtk3"/>,
<xref linkend="kf5-frameworks"/>,
<xref linkend="libpwquality"/>,
<xref linkend="libxkbcommon"/>,
<xref linkend="mesa"/> built with <xref linkend="wayland"/>,
<xref linkend="NetworkManager"/>,
<xref linkend="pulseaudio"/>,
<xref linkend="python2"/>,
<xref linkend="qca"/> (built with qt5),
<xref linkend="taglib"/>, and
<xref linkend="xcb-util-cursor"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="libdbusmenu-qt"/>,
<xref linkend="libcanberra"/>,
<xref linkend="libinput"/>,
<xref linkend="linux-pam"/>,
<xref linkend="lm_sensors"/>,
<xref linkend="oxygen-icons5"/>, and
<xref linkend="pciutils"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="glu"/>,
<xref linkend="xorg-synaptics-driver"/>,
<ulink url="http://distributions.freedesktop.org/wiki/AppStream">appstream-qt</ulink>,
<ulink url="https://github.com/ibus/ibus/wiki">ibus</ulink>,
<ulink url="https://www.kdevelop.org/">KDevPlatform</ulink>,
<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>,
<ulink url="https://www.freedesktop.org/software/PackageKit/releases/">packagekit-qt</ulink>,
<ulink url="http://qalculate.sourceforge.net">Qalculate</ulink>,
<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>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/kf5"/></para>
<sect2>
<title>Downloading KDE Plasma5</title>
<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>
<screen><userinput>url=http://download.kde.org/stable/plasma/&plasma5-version;/
wget -r -nH --cut-dirs=3 -A '*.xz' -np $url</userinput>
<literal>
The options used here are:
-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
-np don't get parent directories</literal></screen>
</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>
<screen><userinput>cat &gt; plasma-&plasma5-version;.md5 &lt;&lt; "EOF"
<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>
EOF</userinput></screen>
<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
<xref linkend="initramfs"/>). The plasma-sdk package is optional and used
for software development.</para></note>
</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)
pkg=$(echo $file|sed 's|^.*/||') # Remove directory
packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
# Correct the name of the extracted directory
case $packagedir in
plasma-workspace-5.6.5.1 )
packagedir=plasma-workspace-5.6.5
;;
esac
tar -xf $file
pushd $packagedir
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-Wno-dev .. &amp;&amp;
make
as_root make install
popd
<!-- somme packages end up with files owned by root in $packagedir,
so use as_root for removing -->
as_root rm -rf $packagedir
as_root /sbin/ldconfig
done &lt; plasma-&plasma5-version;.md5
exit
cd $KF5_PREFIX/share/plasma/plasmoids
for j in $(find -name \*.js); do
as_root ln -sfv ../code/$(basename $j) $(dirname $j)/../ui/
done</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<command>ln -sfv ../code/$(basename $j) $(dirname $j)/../ui/</command>:
Create symbolic links so qml files can find needed javascript modules.
</para>
</sect2>
<sect2 role="starting">
<title>Starting Plasma5</title>
<para revision="sysv">
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 revision="systemd">
You can start <application>Plasma5</application> from a TTY, using
<xref linkend="xinit"/>, or from a graphical display manager, such as
<xref linkend="sddm"/>.
</para>
<para>
To start <application>Plasma 5</application> using <xref linkend="xinit"/>,
run the following commands:
</para>
<screen revision="sysv"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
<literal>ck-launch-session dbus-launch --exit-with-session $KF5_PREFIX/bin/startkde</literal>
EOF
startx</userinput></screen>
<screen revision="systemd"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
<literal>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>
<screen><userinput>startx &amp;&gt; ~/x-session-errors</userinput></screen>
<note revision="sysv">
<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>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
There are too many plasma programs (50 in /opt/kf5/bin) to list
separately here.
</seg>
<seg>
There are too many plasma libraries (39 in /opt/kf5/lib) to list
separately here.
</seg>
<seg>
There are too many plasma directories (over 1000 in /opt/kf5) to
list separately here.
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>