glfs/kde/plasma5/plasma-all.xml
Bruce Dubbs 4284603368 Update to plasma-5.11.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19600 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-12-17 01:30:22 +00:00

423 lines
15 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 "111 MB">
<!ENTITY plasma5-buildsize "985 MB (294 MB installed)">
<!ENTITY plasma5-time "14 SBU (using parallelism=4)">
]>
<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>
&lfs81_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="GConf"/>,
<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='ibus'/>,
<xref linkend="xorg-synaptics-driver"/>,
<ulink url="http://distributions.freedesktop.org/wiki/AppStream">appstream-qt</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</ulink> (for pam_kwallet)
</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 -nd -A '*.xz' -np $url</userinput>
<literal>
The options used here are:
-r recurse through child directories
-nH disable generation of host-prefixed directories
-nd do not create a hierarchy of directories
-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>d88f68c4dc164ffd01c8b97747a98d5b kde-cli-tools-5.11.4.tar.xz
ec7ccf4213a349a89c44dd79ee4e84f0 kdecoration-5.11.4.tar.xz
e5a76c0348deaf565a596ae37541b3ae libkscreen-5.11.4.tar.xz
aa7f970cdddf05a0ea97972ee85b2238 libksysguard-5.11.4.tar.xz
bde2d5344cd3cfbfca3d08559db3f1b1 breeze-5.11.4.tar.xz
5fab1a28047962c2d66bfa3b922a0c7b breeze-gtk-5.11.4.tar.xz
a93a609de1d346927399c6c12bf60843 kscreenlocker-5.11.4.tar.xz
997c543e4cf9668ff1a76f9db29911ee oxygen-5.11.4.tar.xz
0bcde5e63570448c76d53e20ab5eff3e kinfocenter-5.11.4.tar.xz
de5775e01614cce24b2044f564445adc ksysguard-5.11.4.tar.xz
f56900e45dbabb713cd4ef824e6d7323 kwin-5.11.4.tar.xz
fd55a65c5459775ed524d8de897ec31f systemsettings-5.11.4.tar.xz
40b6acaebf7412d4ba5feee476965e01 plasma-workspace-5.11.4.tar.xz
23dda6808b0f584a49040cbe405af88b bluedevil-5.11.4.tar.xz
4343f5e010ed3c0cec03e5e4b697c804 kde-gtk-config-5.11.4.tar.xz
a99e7e73794b599be385839b88683503 khotkeys-5.11.4.tar.xz
3a005563749fe7f1d3142b53a7f2ddfc kmenuedit-5.11.4.tar.xz
1c3c53d350a9427cde77b8cba77a533c kscreen-5.11.4.tar.xz
8f09c454407900cae56827caf5117e1d kwallet-pam-5.11.4.tar.xz
9ed78f6b6407ceb16bdb594bb36bdbc2 kwayland-integration-5.11.4.tar.xz
16fe5249444f345921dd88be983c9bfe kwrited-5.11.4.tar.xz
d2e72f895c418cf2b7e51fbf4da8c240 milou-5.11.4.tar.xz
8c999cacc92b3f256edcd0addd0878ac plasma-nm-5.11.4.tar.xz
befbc3ebeb75b3b6cb8559f3b039e322 plasma-pa-5.11.4.tar.xz
df943e57ebba65150df11b824fac5154 plasma-workspace-wallpapers-5.11.4.tar.xz
5ccbd6b00367b48873b1b5653ad110c2 polkit-kde-agent-1-5.11.4.tar.xz
85616354c53b934752f221b4d89cd3dc powerdevil-5.11.4.tar.xz
5fb2f7a0aecd20b5eb3eba8c1d15956a plasma-desktop-5.11.4.tar.xz
c08b672beb73bf531318ecce7d90cb84 kdeplasma-addons-5.11.4.tar.xz
615358f580a64ac053d327771b00c67f kgamma5-5.11.4.tar.xz
1a5d2ae7c34e3e7c9aedb931111554fa ksshaskpass-5.11.4.tar.xz
#a8bdcdc6a79f79737070ceb7704ec2fc plasma-sdk-5.11.4.tar.xz
335e0f9a1fce7f527b3d4b581ff915fb sddm-kcm-5.11.4.tar.xz
965b833b71654869ecd865e2d59011f4 user-manager-5.11.4.tar.xz
4d4bfd4f7197a989c917c40887d4ad8b discover-5.11.4.tar.xz
#1f23543acaf94836807b647453682189 breeze-grub-5.11.4.tar.xz
#1129678c3765a52d7d244094da25e20d breeze-plymouth-5.11.4.tar.xz
24747273a2e9f0d09736b95fbfe82478 kactivitymanagerd-5.11.4.tar.xz
ff4eeba3baf3b750aa158dfa622a8fe9 plasma-integration-5.11.4.tar.xz
15d11076b37a6bbada14e72c3e6c4516 plasma-tests-5.11.4.tar.xz
79f355d9b3ee53570045d9f90df36964 plymouth-kcm-5.11.4.tar.xz
9358a51ce97edd9d53044bd096e69bc2 xdg-desktop-portal-kde-5.11.4.tar.xz
e879c77b1dc567d04cb191cbb785ec45 drkonqi-5.11.4.tar.xz
7726dbaabc0f0f301ffde730dc3e73c7 plasma-vault-5.11.4.tar.xz</literal>
EOF</userinput></screen>
<note><para>The breeze-grub, breeze-plymouth, and plymouth-kcm packages
above are all 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
tar -xf $file
pushd $packagedir
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-Wno-dev .. &amp;&amp;
make
as_root make install
popd
<!-- some 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="configuration">
<title>Configuring Plasma</title>
<sect3>
<title>Linux PAM Configuration</title>
<para>
If you built Plasma with the recommended <application>Linux
PAM</application> support, create necessary configuration files by
running the following commands as the <systemitem
class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>cat &gt;&gt; /etc/pam.d/kde &lt;&lt; "EOF"
# Begin /etc/pam.d/kde
auth requisite pam_nologin.so
auth required pam_env.so
auth required pam_succeed_if.so uid &gt;= 1000 quiet
auth include system-auth
account include system-account
password include system-password
session include system-session
# End /etc/pam.d/kde
EOF
cat &gt; /etc/pam.d/kde-np &lt;&lt; "EOF"
# Begin /etc/pam.d/kde-np
auth requisite pam_nologin.so
auth required pam_env.so
auth required pam_succeed_if.so uid &gt;= 1000 quiet
auth required pam_permit.so
account include system-account
password include system-password
session include system-session
# End /etc/pam.d/kde-np
EOF
cat &gt; /etc/pam.d/kscreensaver &lt;&lt; "EOF"
# Begin /etc/pam.d/kscreensaver
auth include system-auth
account include system-account
# End /etc/pam.d/kscreensaver
EOF</userinput></screen>
</sect3>
</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>
<para>If you intend to start <application>Plasma</application> using a
display manager such as <xref linkend="sddm"/>, there will be two entries
for <application>Plasma</application>, one for use with
<application>Xorg</application>, and another for
<application>Wayland</application>. Modify the
<application>Xorg</application> entry with the following command, as the
<systemitem class="username">root</systemitem> user, so that you can
differentiate between the two:</para>
<screen><userinput role="root">sed '/^Name=/s/Plasma/Plasma on Xorg/' -i /usr/share/xsessions/plasma.desktop</userinput></screen>
</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>