source: kde/plasma5/plasma-all.xml@ 2abde152

12.1 gimp3 ken/TL2024 lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since 2abde152 was 14e7e0b, checked in by Bruce Dubbs <bdubbs@…>, 9 months ago

Update to latest KDE packages.

Update to plasma-wayland-protocols-1.12.0.
Update to plasma5-5.27.10.
Update to kde gear-23.08.4 including kate, kwave, and falkon.
Update to kf5-5.113.0.

  • Property mode set to 100644
File size: 18.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY plasma5-download-http "https://download.kde.org/stable/plasma/&plasma5-version;">
8 <!ENTITY plasma5-download-ftp " ">
9 <!ENTITY plasma5-md5sum "See Below">
10 <!ENTITY plasma5-size "243 MB">
11 <!ENTITY plasma5-buildsize "1.7 GB (419 MB installed)">
12 <!ENTITY plasma5-time "7.6 SBU (using parallelism=4)">
13]>
14
15<sect1 id="plasma5-build" xreflabel="Plasma-&plasma5-version;">
16 <?dbhtml filename="plasma-all.html"?>
17
18
19 <title>Building Plasma 5</title>
20
21 <indexterm zone="plasma5-build">
22 <primary sortas="a-kde-plasma">KDE Plasma 5</primary>
23 </indexterm>
24
25 <para>
26 KDE Plasma 5 is a collection of packages based on top of KDE Frameworks
27 5 and QML. They implement the KDE Display Environment (Plasma 5).
28 </para>
29
30 &lfs120_checked;
31
32 <para>
33 The instructions below build all of the Plasma 5 packages in one
34 step by using a bash script.
35 </para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&plasma5-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&plasma5-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &plasma5-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &plasma5-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &plasma5-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &plasma5-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Plasma 5 Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <!--<xref linkend="gtk2"/>, Does not seem to be needed any more -->
76 <xref linkend="gtk3"/>,
77 <xref linkend="kf5-frameworks"/>,
78 <xref linkend="kuserfeedback"/>,
79 <xref linkend="libpwquality"/>,
80 <xref linkend="libqalculate"/>,
81 <xref linkend="libxkbcommon"/>,
82 <xref linkend="mesa"/> built with <xref linkend="wayland"/>,
83 <xref linkend="NetworkManager"/>,
84 <xref linkend="pipewire"/>,
85 <xref linkend="pulseaudio"/>,
86 <xref linkend="qca"/>,
87 <xref linkend="sassc"/>,
88 <xref linkend="taglib"/>, and
89 <xref linkend="xcb-util-cursor"/>
90 </para>
91
92 <bridgehead renderas="sect4">Recommended</bridgehead>
93 <para role="recommended">
94 <xref linkend="fftw"/>,
95 <xref linkend="gsettings-desktop-schemas"/>,
96 <xref linkend="libdbusmenu-qt"/>,
97 <xref linkend="libcanberra"/>,
98 <xref linkend="libinput"/>,
99 <xref linkend="libpcap"/>,
100 <xref linkend="linux-pam"/>,
101 <xref linkend="lm_sensors"/>,
102 <xref linkend="oxygen-icons"/>, and
103 <xref linkend="pciutils"/>
104 </para>
105
106 <bridgehead renderas="sect4">Recommended (runtime)</bridgehead>
107 <para role="recommended">
108 <xref role="runtime" linkend="accountsservice"/>,
109 <xref role="runtime" linkend="smartmontools"/>, and
110 <xref role="runtime" linkend="xwayland"/>
111 </para>
112
113 <bridgehead renderas="sect4">Optional</bridgehead>
114 <para role="optional">
115 <xref linkend="appstream"/> (build with -qt=true),
116 <xref linkend="glu"/>,
117 <xref linkend='ibus'/>,
118 <xref linkend='qtwebengine'/>,
119 <xref linkend="xorg-synaptics-driver"/>,
120 <ulink url="https://www.kdevelop.org/">KDevPlatform</ulink>,
121 <ulink url="https://gpsd.gitlab.io/gpsd/">libgps</ulink>,
122 <ulink url="https://github.com/libhybris/libhybris">libhybris</ulink>,
123 <ulink url="https://sourceforge.net/projects/libraw1394/">libraw1394</ulink>,
124 <ulink url="https://www.freedesktop.org/software/PackageKit/releases/">packagekit-qt</ulink>,
125 <ulink url="https://qalculate.github.io/">Qalculate</ulink>,
126 <ulink url="https://launchpad.net/qapt">Qapt</ulink>,
127 <ulink url="https://github.com/osiam/osiam">SCIM</ulink>, and
128 <ulink url="http://www.dest-unreach.org/socat/">socat</ulink> (for pam_kwallet)
129 </para>
130
131 <note>
132 <para>
133 <xref linkend="qtwebengine"/> is required for aura-browser.
134 It is also optional for two other packages:
135 libksysguard and kdeplasma-addons. If QtWebEngine is installed later,
136 only these two packages need to be rebuilt. This allows
137 a more complete display in the system monitor application.
138 </para>
139 </note>
140
141 <para condition="html" role="usernotes">Editor Notes:
142 <ulink url="&blfs-wiki;/kf5"/></para>
143
144 <sect2>
145 <title>Downloading KDE Plasma5</title>
146
147 <para>
148 The easiest way to get the KDE Plasma5 packages is to use a single
149 <command>wget</command> to fetch them all at once:
150 </para>
151
152<screen><userinput>url=https://download.kde.org/stable/plasma/&plasma5-version;/
153wget -r -nH -nd -A '*.xz' -np $url</userinput>
154<literal>
155The options used here are:
156 -r recurse through child directories
157 -nH disable generation of host-prefixed directories
158 -nd do not create a hierarchy of directories
159 -A '*.xz' just get the *.xz files
160 -np don't get parent directories</literal></screen>
161
162 </sect2>
163
164 <sect2>
165 <title>Setting Package Order</title>
166
167 <para>
168 The order of building files is important due to internal dependencies.
169 Create the list of files in the proper order as follows:
170 </para>
171
172<screen><userinput>cat &gt; plasma-&plasma5-version;.md5 &lt;&lt; "EOF"
173<literal>a1361a811dc93389d0ce771d1ff82c3a kdecoration-5.27.10.tar.xz
1741f491e823bc83df650d04d5d9948da45 libkscreen-5.27.10.tar.xz
175571aa0c18a14ee74f3081f96f73a7f9d libksysguard-5.27.10.tar.xz
176541d1b06db3b707a7a73df1526f37b44 breeze-5.27.10.tar.xz
1779acdc232ea675b761e7386837f25f420 breeze-gtk-5.27.10.tar.xz
17854562594af547614648cded522c3e747 layer-shell-qt-5.27.10.tar.xz
179c44cfe3ba7fb03fc30b2ae305f16ed79 kscreenlocker-5.27.10.tar.xz
180171949dd2dfc3b2325c959389694860a oxygen-5.27.10.tar.xz
1810ef8d9f18707712fc4bcccf59138f2c7 kinfocenter-5.27.10.tar.xz
182e4e4409af71c4f5a67aa35c04f6b2bc7 kwin-5.27.10.tar.xz
1835c2ff5158503e983207e700ce513e929 plasma-workspace-5.27.10.tar.xz
18446001c7671f7ff2f08ca0dd9c3cdbf3f plasma-disks-5.27.10.tar.xz
185820566ae6effedbdd208a78e0031bf67 bluedevil-5.27.10.tar.xz
186490bd81c915f332b65631b87b6eaa49d kde-gtk-config-5.27.10.tar.xz
1877cade9cfce3ef14f14f55cd7a50fd7cf khotkeys-5.27.10.tar.xz
188e98c999e6ee7f9bbe775d4e512368420 kmenuedit-5.27.10.tar.xz
18924bc4ed3ad5587bd05591aafd758df2c kscreen-5.27.10.tar.xz
1903ab1c88cf91f0fb46ae3395d57709e12 kwallet-pam-5.27.10.tar.xz
19153d59d76b3dfac5f755d607798b08f85 kwayland-integration-5.27.10.tar.xz
192d7a9f2999352e91d504d52ad65336d9b kwrited-5.27.10.tar.xz
1938a51e19d58acebb89a919b7377d8bc83 milou-5.27.10.tar.xz
1940e11c62c2a23d161b5b8cbe6e87517bc plasma-nm-5.27.10.tar.xz
19502657d8fd46384f75ffe9c504f7c97b4 plasma-pa-5.27.10.tar.xz
1965c1cbd459e786deb16d5615748114bfa plasma-workspace-wallpapers-5.27.10.tar.xz
19717302ca60f68e13e85bc24a4ec873622 polkit-kde-agent-1-5.27.10.tar.xz
198cc39dc5777614bd89ae96d38008dc7c9 powerdevil-5.27.10.tar.xz
1992417bb974152d4f2274ebe3b7b524ca8 plasma-desktop-5.27.10.tar.xz
200f51521902f0665349c0fa012590a1eec kgamma-5.27.10.tar.xz
201e95d6813c180b078be4bf40550791e26 ksshaskpass-5.27.10.tar.xz
202#8c52fad441ffe43969458ae71b6a2f26 plasma-sdk-5.27.10.tar.xz
2031af573d08dd99879f27c5a2b55b02bc9 sddm-kcm-5.27.10.tar.xz
204#560ac5c60112e18bb44c46eec3563d7d discover-5.27.10.tar.xz
205#2cd0a4e1e3e89197e18f48d893c0f2d6 breeze-grub-5.27.10.tar.xz
206#fe7bb4efec17206a9faceb9cfe35fbf5 breeze-plymouth-5.27.10.tar.xz
2075bbb5c7a2985f8d7b8816a35d517d333 kactivitymanagerd-5.27.10.tar.xz
208c1810c7d54842028fb5968097add5538 plasma-integration-5.27.10.tar.xz
209#75bedf5da4b7497a18238011d12bec26 plymouth-kcm-5.27.10.tar.xz
210440dd7cb1f43d7d86862a1165b48c4f2 xdg-desktop-portal-kde-5.27.10.tar.xz
211657984f8356578253e1911c8d35041f6 drkonqi-5.27.10.tar.xz
212912db896afe71a8283e36037b4bba79e plasma-vault-5.27.10.tar.xz
213e03d33ca8a9905df3c2901cef5512a14 plasma-browser-integration-5.27.10.tar.xz
21430797f3809675e61542518f9b15be2c3 kde-cli-tools-5.27.10.tar.xz
2151319f82a4043456a4cb99cfcc2ba90fe systemsettings-5.27.10.tar.xz
2162861104cf1e31393d9cd87701042d3aa plasma-thunderbolt-5.27.10.tar.xz
217#79ffc86387c7024bd834b349fba9b79f plasma-nano-5.27.10.tar.xz
218#802d5a3cd34f5ec3825c21905f0ed9db plasma-mobile-5.27.10.tar.xz
2191f4875f2cf9c0d949961aa9ad6635e6f plasma-firewall-5.27.10.tar.xz
220b6648b45d9824b565dda1f100e7d83a6 plasma-systemmonitor-5.27.10.tar.xz
2218e46e5afde739a6361b1838f71eb182d qqc2-breeze-style-5.27.10.tar.xz
222fd93592f9895c5c09f4c0db771c1710a ksystemstats-5.27.10.tar.xz
2234f55bb4490751abb23046165d68e8ca7 oxygen-sounds-5.27.10.tar.xz
224#6300c88c07debeb60760dede52a791ee aura-browser-5.27.10.tar.xz
22500afc45528267a5e2ec11b47b8a7779b kdeplasma-addons-5.27.10.tar.xz
2267f432fbb0d205d6e30714e731f91a459 kpipewire-5.27.10.tar.xz
2275f37a2e3acf00a0616e13d86ed225d7f plank-player-5.27.10.tar.xz
228f3a08cefe61643273a9e06cfd6b2746a plasma-bigscreen-5.27.10.tar.xz
229a69142a27ab62c583fa5d4d4577427ff plasma-remotecontrollers-5.27.10.tar.xz
230#16e67ca215d44ec59130214ca6e13e80 flatpak-kcm-5.27.10.tar.xz
231#4ef3e1d988e5edfa8ee20f9373a82680 plasma-welcome-5.27.10.tar.xz</literal>
232EOF</userinput></screen>
233
234 <note>
235 <title>About Commented out Packages</title>
236 <para>
237 The breeze-grub, breeze-plymouth, and plymouth-kcm packages above are
238 all for customized support of <ulink
239 url="https://www.freedesktop.org/wiki/Software/Plymouth/"
240 >Plymouth</ulink>
241 which is designed to be run within an initial ram disk during boot (see
242 <xref linkend="initramfs"/>).
243 The plasma-sdk package is optional and used for software development.
244 The plasma-nano package is used for embedded systems and
245 plasma-mobile provides phone functionality for Plasma.
246 The aura-browser package requires <xref linkend="qtwebengine"/>.
247 The discover package requires <xref linkend="appstream"/> to be built
248 with the -Dqt=true switch.
249 The plasma-welcome package requires the external package
250 <ulink url="https://download.kde.org/stable/release-service/&kf5apps-version;/src/">
251 kaccounts-integration</ulink>.
252 The flatpack-kcm package is for managing support of flatpack applications.
253 </para>
254 </note>
255
256 </sect2>
257
258 <sect2 role="installation">
259 <title>Installation of Plasma5</title>
260
261 &as_root;
262
263 <para>
264 First, start a subshell that will exit on error:
265 </para>
266
267<screen><userinput>bash -e</userinput></screen>
268
269 <para>
270 Install all of the packages by running the following
271 commands:
272 </para>
273
274<screen><userinput>while read -r line; do
275
276 # Get the file name, ignoring comments and blank lines
277 if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
278 file=$(echo $line | cut -d" " -f2)
279
280 pkg=$(echo $file|sed 's|^.*/||') # Remove directory
281 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
282
283 tar -xf $file
284 pushd $packagedir
285<!--
286 # Fix some build issues when generating some configuration files
287 case $name in
288 plasma-workspace)
289 sed -i '/set.HAVE_X11/a set(X11_FOUND 1)' CMakeLists.txt
290 ;;
291
292 khotkeys)
293 sed -i '/X11Extras/a set(X11_FOUND 1)' CMakeLists.txt
294 ;;
295
296 plasma-desktop)
297 sed -i '/X11.h)/i set(X11_FOUND 1)' CMakeLists.txt
298 ;;
299 esac
300-->
301 mkdir build
302 cd build
303
304 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
305 -DCMAKE_BUILD_TYPE=Release \
306 -DBUILD_TESTING=OFF \
307 -Wno-dev .. &amp;&amp;
308
309 make
310 as_root make install
311 popd
312
313<!-- some packages end up with files owned by root in $packagedir,
314 so use as_root for removing -->
315 as_root rm -rf $packagedir
316 as_root /sbin/ldconfig
317
318done &lt; plasma-&plasma5-version;.md5
319
320exit</userinput></screen>
321
322 <para>
323 If you did not set <envar>$KF5_PREFIX</envar> to
324 <filename>/usr</filename>, create symlinks to allow display managers to
325 find <application>Plasma</application>:
326 </para>
327
328<screen><userinput>as_root install -dvm 755 /usr/share/xsessions &amp;&amp;
329cd /usr/share/xsessions/ &amp;&amp;
330[ -e plasma.desktop ] ||
331as_root ln -sfv $KF5_PREFIX/share/xsessions/plasma.desktop &amp;&amp;
332as_root install -dvm 755 /usr/share/wayland-sessions &amp;&amp;
333cd /usr/share/wayland-sessions/ &amp;&amp;
334[ -e plasmawayland.desktop ] ||
335as_root ln -sfv $KF5_PREFIX/share/wayland-sessions/plasmawayland.desktop<!--
336cd $KF5_PREFIX/share/plasma/plasmoids
337
338for j in $(find -name \*.js); do
339 as_root ln -sfv ../code/$(basename $j) $(dirname $j)/../ui/
340done--></userinput></screen>
341
342 <para revision="sysv">
343 Useless systemd units have been installed in
344 <filename class="directory">$KF5_PREFIX/lib</filename>. Remove
345 them now (as <systemitem class="username">root</systemitem>):
346 </para>
347
348<screen role="root"
349 revision="sysv"><userinput>rm -rf $KF5_PREFIX/lib/systemd</userinput></screen>
350
351 </sect2>
352<!--
353 <sect2 role="commands">
354 <title>Command Explanations</title>
355
356 <para>
357 <command>ln -sfv ../code/$(basename $j) $(dirname $j)/../ui/</command>:
358 Create symbolic links so qml files can find needed javascript modules.
359 </para>
360
361 </sect2>
362-->
363 <sect2 role="configuration">
364 <title>Configuring Plasma</title>
365
366 <sect3>
367 <title>Linux PAM Configuration</title>
368
369 <para>
370 If you built Plasma with the recommended <application>Linux
371 PAM</application> support, create necessary configuration files by
372 running the following commands as the <systemitem
373 class="username">root</systemitem> user:
374 </para>
375
376<screen role="root"><userinput>cat &gt; /etc/pam.d/kde &lt;&lt; "EOF"
377<literal># Begin /etc/pam.d/kde
378
379auth requisite pam_nologin.so
380auth required pam_env.so
381
382auth required pam_succeed_if.so uid &gt;= 1000 quiet
383auth include system-auth
384
385account include system-account
386password include system-password
387session include system-session
388
389# End /etc/pam.d/kde</literal>
390EOF
391
392cat &gt; /etc/pam.d/kde-np &lt;&lt; "EOF"
393<literal># Begin /etc/pam.d/kde-np
394
395auth requisite pam_nologin.so
396auth required pam_env.so
397
398auth required pam_succeed_if.so uid &gt;= 1000 quiet
399auth required pam_permit.so
400
401account include system-account
402password include system-password
403session include system-session
404
405# End /etc/pam.d/kde-np</literal>
406EOF
407
408cat &gt; /etc/pam.d/kscreensaver &lt;&lt; "EOF"
409<literal># Begin /etc/pam.d/kscreensaver
410
411auth include system-auth
412account include system-account
413
414# End /etc/pam.d/kscreensaver</literal>
415EOF</userinput></screen>
416 </sect3>
417 </sect2>
418
419 <sect2 role="starting">
420 <title>Starting Plasma5</title>
421
422 <para revision="sysv">
423 You can start <application>Plasma5</application> from runlevel 3, using
424 <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
425 such as <xref linkend="lightdm"/>.
426 </para>
427
428 <para revision="systemd">
429 You can start <application>Plasma5</application> from a TTY, using
430 <xref linkend="xinit"/><!--, or from a graphical display manager, such as
431 <xref linkend="sddm"/>-->.
432 </para>
433
434 <para>
435 To start <application>Plasma 5</application> using <xref linkend="xinit"/>,
436 run the following commands:
437 </para>
438
439<screen role="nodump"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
440<literal>dbus-launch --exit-with-x11 $KF5_PREFIX/bin/startplasma-x11</literal>
441EOF
442
443startx</userinput></screen>
444
445 <para>
446 The X session starts on the first unused virtual terminal, normally vt7.
447 You can switch to another vt<emphasis>n</emphasis> simultaneously
448 pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
449 (<emphasis>n</emphasis>=1, 2, ...). To switch back to the X session,
450 normally started at vt7, use Ctrl-Alt-F7. The vt where the command
451 <command>startx</command> was executed will display many messages,
452 including X starting messages, applications automatically started with
453 the session, and eventually, some warning and error messages. You may
454 prefer to redirect those messages to a log file, which not only will keep
455 the initial vt uncluttered, but can also be used for debugging purposes. This
456 can be done starting X with:
457 </para>
458
459 <screen role="nodump"><userinput>startx &amp;&gt; ~/x-session-errors</userinput></screen>
460
461 <para>
462 When shutting down or rebooting, the shutdown messages appear on the vt
463 where X was running. If you wish to see those messages, simultaneously
464 press keys Alt-F7 (assuming that X was running on vt7).
465 </para>
466<!-- Now the entry is "plasma (X11)" for Xorg, so I guess this is
467 not needed anymore:
468 <para>
469 If you intend to start <application>Plasma</application> using a
470 display manager such as <xref linkend="lightdm"/>, there will be two entries
471 for <application>Plasma</application>, one for use with
472 <application>Xorg</application>, and another for
473 <application>Wayland</application>. Modify the
474 <application>Xorg</application> entry with the following command, as the
475 <systemitem class="username">root</systemitem> user, so that you can
476 differentiate between the two:</para>
477
478<screen role="root"><userinput>sed '/^Name=/s/Plasma/Plasma on Xorg/' -i /usr/share/xsessions/plasma.desktop</userinput></screen>
479-->
480
481 </sect2>
482
483 <sect2 role="content">
484 <title>Contents</title>
485
486 <segmentedlist>
487 <segtitle>Installed Programs</segtitle>
488 <segtitle>Installed Libraries</segtitle>
489 <segtitle>Installed Directories</segtitle>
490
491 <seglistitem>
492 <seg>
493 There are too many plasma programs (63 in /opt/kf5/bin) to list
494 separately here.
495 </seg>
496 <seg>
497 There are too many plasma libraries (40 in /opt/kf5/lib) to list
498 separately here.
499 </seg>
500 <seg>
501 There are too many plasma directories (over 1000 in /opt/kf5) to
502 list separately here.
503 </seg>
504 </seglistitem>
505 </segmentedlist>
506
507 </sect2>
508
509</sect1>
Note: See TracBrowser for help on using the repository browser.