source: kde/kf5/kf5-frameworks.xml@ 3eafe37

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3eafe37 was 3eafe37, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

A couple more tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24300 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 32.1 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 <!-- kf5-download-http is defined on packages.ent
8 <!ENTITY kf5-download-http "&kf5-download-http;"> -->
9 <!ENTITY kf5-download-ftp " ">
10 <!ENTITY kf5-md5sum "See Below">
11 <!ENTITY kf5-size "268 MB">
12 <!ENTITY kf5-buildsize "560 MB (237 MB installed)">
13 <!ENTITY kf5-time "14 SBU (using parallelism=4)">
14]>
15
16<sect1 id="kf5-frameworks" xreflabel="KDE Frameworks-&kf5-version;">
17 <?dbhtml filename="frameworks5.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Building KDE Frameworks 5 (KF5)</title>
25
26 <indexterm zone="kf5-frameworks">
27 <primary sortas="a-kde-frameworks">KDE Frameworks</primary>
28 </indexterm>
29
30 <para>
31 KDE Frameworks 5 is a collection of libraries based on top of Qt5 and
32 QML derived from the monolithic KDE 4 libraries. They can be used
33 independent of the KDE Display Environment (Plasma 5).
34 </para>
35
36 &lfs101_checked;
37
38 <para>
39 The instructions below build all of the KDE Frameworks packages in one
40 step by using a bash script.
41 </para>
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&kf5-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&kf5-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &kf5-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &kf5-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &kf5-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &kf5-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">KF5 Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="boost"/>,
82 <xref linkend="extra-cmake-modules"/>,
83 <xref linkend="DocBook"/>,
84 <xref linkend="docbook-xsl"/>,
85 <xref linkend="giflib"/>,
86 <xref linkend="libepoxy"/>,
87 <xref linkend="libgcrypt"/>,
88 <xref linkend="libical"/>,
89 <xref linkend="libjpeg"/>,
90 <xref linkend="libpng"/>,
91 <xref linkend="libxslt"/>,
92 <xref linkend="lmdb"/>,
93 <xref linkend="qrencode"/>,
94 <xref linkend="phonon"/>,
95 <xref linkend="plasma-wayland-protocols"/>,
96 <xref linkend="shared-mime-info"/>,
97 <xref linkend="perl-uri"/>, and
98 <xref linkend="wget"/> (required to download the packages)
99 </para>
100
101 <bridgehead renderas="sect4">Recommended</bridgehead>
102 <para role="recommended">
103 <xref linkend="aspell"/> (Dictionary backend for Sonnet),
104 <xref linkend="avahi"/> (DNS-SD backend for KDNSSD),
105 <xref linkend="libdbusmenu-qt"/> (built with qt5),
106 <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt), and
107 <xref linkend="polkit-qt"/> (Authentication backend for KAuth)
108 </para>
109
110 <para role="recommended">
111 Furthermore, the instructions below assume that the environment has been
112 set up as described in <xref linkend="kf5-intro"/>.
113 </para>
114
115 <bridgehead renderas="sect4">Optional</bridgehead>
116 <para role="optional">
117 <xref linkend="bluez"/> (needed to build Bluez-Qt),
118 <xref linkend="ModemManager"/> (needed to build ModemManager-Qt),
119 <ulink url="http://libdmtx.sourceforge.net/">Datamatrix</ulink> (deemed
120 recommended for Prison by upstream)
121 </para>
122
123 <bridgehead renderas="sect4">Runtime dependency for FrameworkIntegration</bridgehead>
124 <para role="optional">
125 <xref role="runtime" linkend="oxygen-fonts"/> and
126 <xref role="runtime" linkend="noto-fonts"/>
127 </para>
128
129 <bridgehead renderas="sect4">Runtime dependencies for kapidox</bridgehead>
130 <para role="optional">
131 <xref role="runtime" linkend="doxygen"/>,
132 <xref role="runtime" linkend="Jinja2"/>, and
133 <xref role="runtime" linkend="PyYAML"/>
134 </para>
135
136 <bridgehead renderas="sect4">Additional image formats support in KImageFormats</bridgehead>
137 <para role="optional">
138 <xref linkend="jasper"/> and
139 <ulink url="http://www.openexr.com/">OpenEXR</ulink>
140 </para>
141
142 <bridgehead renderas="sect4">Optional dependencies for KIO</bridgehead>
143 <para role="optional">
144 <xref linkend="mitkrb"/>
145 </para>
146
147 <bridgehead renderas="sect4">Optional dependencies for Solid</bridgehead>
148 <para role="optional">
149 <xref linkend="udisks2"/>,
150 <xref linkend="upower"/> and
151 <ulink role="runtime" url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
152 </para>
153
154 <bridgehead renderas="sect4">Optional dependency for KWallet</bridgehead>
155 <para role="optional">
156 <xref linkend="gpgme"/>, built with C++ bindings (which is the default).
157 </para>
158
159 <bridgehead renderas="sect4">Optional dictionary backends for Sonnet</bridgehead>
160 <para role="optional">
161 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> and
162 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
163 </para>
164
165 <para condition="html" role="usernotes">User Notes:
166 <ulink url="&blfs-wiki;/kf5"/></para>
167
168 <sect2>
169 <title>Downloading KDE Frameworks</title>
170
171 <para>
172 The easiest way to get the KDE Frameworks packages is to use a single
173 <command>wget</command> to fetch them all at once:
174 </para>
175
176<screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
177wget -r -nH -nd -A '*.xz' -np $url</userinput>
178<literal>
179The options used here are:
180 -r recurse through child directories
181 -nH disable generation of host-prefixed directories
182 -nd do not create a hierarchy of directories
183 -A '*.xz' just get the *.xz files
184 -np don't get parent directories</literal></screen>
185
186 </sect2>
187
188 <sect2>
189 <title>Setting Package Order</title>
190
191 <para>
192 The order of building files is important due to internal dependencies.
193 Create the list of files in the proper order as follows:
194 </para>
195
196<screen><userinput>cat &gt; frameworks-&kf5-version;.md5 &lt;&lt; "EOF"
197<literal>2d37fbeda8a1863f49b4020094d27328 attica-5.79.0.tar.xz
198#020c6267046a065ee505c9b03d1bbe56 extra-cmake-modules-5.79.0.tar.xz
199b291790cba30ba5ca1a007e809c190a2 kapidox-5.79.0.tar.xz
200d9f0b3edb5610f709f849d0fcbeaa6a7 karchive-5.79.0.tar.xz
201a275f28db8233c408e41e086f770f703 kcodecs-5.79.0.tar.xz
2020fa5b0f1e2f995242e493c9681970e3b kconfig-5.79.0.tar.xz
203048d39a0aea41c1fb52143db4d4ec588 kcoreaddons-5.79.0.tar.xz
20494f13ec26cc751662ed00a2184a3a3f7 kdbusaddons-5.79.0.tar.xz
20516b9f5c62c5718ba89f19753337b0d53 kdnssd-5.79.1.tar.xz
20666d2801bfe21a83d48da4617f7298de0 kguiaddons-5.79.0.tar.xz
207086b5b66351ffd6b9c734896b6a740f9 ki18n-5.79.0.tar.xz
208e6523c6192b0a1247deb4df16490eb3e kidletime-5.79.0.tar.xz
2090408433275e69e30d282bde4d62b383f kimageformats-5.79.0.tar.xz
2100731f3adb4f88b9dd4acab7c454c8133 kitemmodels-5.79.0.tar.xz
2110bae5399c32c011ab3a211200454dafd kitemviews-5.79.0.tar.xz
212b314220f88558d50c557e4a64237f08a kplotting-5.79.0.tar.xz
213b67544527fcc3c8a38cc14813da45290 kwidgetsaddons-5.79.0.tar.xz
21461e99965def3149523d985361daeeeb5 kwindowsystem-5.79.0.tar.xz
2158925ca98dfe1ded943ccb7b67ab22d99 networkmanager-qt-5.79.0.tar.xz
216dd47932e6d4cf3165f92656cf0331699 solid-5.79.0.tar.xz
217e564b71d2bf7f017890beca4a123c89b sonnet-5.79.0.tar.xz
2188f056c25791b760cd5cbefd7f4833a4f threadweaver-5.79.0.tar.xz
21929569aea274980c7be0fa113fbdd72b5 kauth-5.79.0.tar.xz
2207ce37448704e52f833bf8745e2da1735 kcompletion-5.79.0.tar.xz
221724d4809ae5a9ffac862f7e1eb3961d9 kcrash-5.79.0.tar.xz
222def0bffe069de1a332fd8ee3bc57da6f kdoctools-5.79.0.tar.xz
22349f5d2ff5cbb2259aa599eeacc42408b kpty-5.79.0.tar.xz
224a59d86a63028c25e5a6e6870d38137cc kunitconversion-5.79.0.tar.xz
2253e594da911338a9ea526f3b6ec1e1edd kconfigwidgets-5.79.0.tar.xz
226f2430143ec93ab42afa8f4c71398ee6d kservice-5.79.0.tar.xz
2276e5217c6621e97fe90e99385720f968d kglobalaccel-5.79.0.tar.xz
228724d79ae4f9019d793588c75dde5c69c kpackage-5.79.0.tar.xz
2296dd0f61fd2defdd1d7a0edc44bf7a06c kdesu-5.79.0.tar.xz
230bda61c05c220c53f4866a6c5a43b8612 kemoticons-5.79.0.tar.xz
2312cc3443c13bf99e7660a8df09cd6fc95 kiconthemes-5.79.0.tar.xz
232c5456e8581dada4a7d4bf8f08a89963f kjobwidgets-5.79.0.tar.xz
2333f4611dfc589da49a5ea7a844e58262c knotifications-5.79.0.tar.xz
2344f2f01042c5b6a28c3ceb0ecdeec5577 ktextwidgets-5.79.0.tar.xz
235c57d052f56800b4adb88b3daddd320f6 kxmlgui-5.79.0.tar.xz
236216a661a5dec0ad28ac04893e9ad805c kbookmarks-5.79.0.tar.xz
23766e705d82e006aac8071105f517f275b kwallet-5.79.0.tar.xz
2381a730e3d51c5a6f8d568f91f433afb00 kded-5.79.0.tar.xz
239d796080d51e62c2b3cc3fbdb19ceaf66 kio-5.79.0.tar.xz
240a19eb4911c2fece7c2d5849f046733f7 kdeclarative-5.79.0.tar.xz
24115f2b2030e36ae4d2ab1fbe572c60b45 kcmutils-5.79.0.tar.xz
24256a4ea8393daec54189832d767f8f080 kirigami2-5.79.0.tar.xz
243a07e2d9babf366a29656d21e4ee66cf6 knewstuff-5.79.0.tar.xz
244c7c3bde5eb426f717f530ac03a19ef15 frameworkintegration-5.79.0.tar.xz
245047c3d951b94c667b33e19e11c61e2ae kinit-5.79.0.tar.xz
246317290d8ec99b95e73c680e65c29e4e4 knotifyconfig-5.79.0.tar.xz
24703d1d45c3f029da0431f3145db65f25b kparts-5.79.0.tar.xz
248aa85d3aa9c57681b61d8330667062e77 kactivities-5.79.0.tar.xz
249#dae7d15553315aa7cc352c54d19dae9b kdewebkit-5.79.0.tar.xz
250a4db3d3a35151aeaebc9eaa8b825cbc9 syntax-highlighting-5.79.1.tar.xz
25142d01794017416e54cabf71376d160b8 ktexteditor-5.79.0.tar.xz
252d23f9c74b3dc20f15c86e88723e2de00 kdesignerplugin-5.79.0.tar.xz
2539d221f6fc2f4d704fa115b59275218fd kwayland-5.79.0.tar.xz
2544dc731b88b3e28748622284622e65fc6 plasma-framework-5.79.0.tar.xz
255#7acca01fc2d463224b92c4095cfbcd69 modemmanager-qt-5.79.0.tar.xz
2569261af304aff1defe6e5ef91f276a12a kpeople-5.79.0.tar.xz
257af9aed54f0ddcc9a481b58f585d48f90 kxmlrpcclient-5.79.0.tar.xz
25818579f11a8763c02ab476aa886af91f5 bluez-qt-5.79.0.tar.xz
25971bdc5e4dc4b4bda01190a9fea6209f4 kfilemetadata-5.79.0.tar.xz
2604126fc0077942bcd09ecb5833010203f baloo-5.79.0.tar.xz
261#6977e21486ea56c642a5037647636925 breeze-icons-5.79.0.tar.xz
262#7266f03969ef7c91257d5a023bb0ddac oxygen-icons5-5.79.0.tar.xz
2631a9684e30416fdead96fdd72dd5f1e59 kactivities-stats-5.79.0.tar.xz
264c86ae5aef97956907f8686819042def8 krunner-5.79.0.tar.xz
265ec189c854e1e671a030692d1eb17b2d4 prison-5.79.0.tar.xz
266c10d6a8662b4215cab57379827ea4d80 qqc2-desktop-style-5.79.0.tar.xz
2673df2c2ad1f05499252c249a5bb9381e3 kjs-5.79.0.tar.xz
2689055eb30f76245929b22b453bea681b9 kdelibs4support-5.79.0.tar.xz
26979a58b58e4a14717413ab4344e5d9f84 khtml-5.79.0.tar.xz
270861bff4ffdfa60fea90776817f959d51 kjsembed-5.79.0.tar.xz
2713c20d76012b40f047c2ebcb9fdfa23fe kmediaplayer-5.79.0.tar.xz
2720e8b13cdf366b09313c46b835184272f kross-5.79.0.tar.xz
2734ff475cef2ff786c7218af07dda1e123 kholidays-5.79.0.tar.xz
274eccbb4b9427e07e9b0d88cbbe116beb9 purpose-5.79.0.tar.xz
2752a92913826be0c89fa4980eff8dc1763 kcalendarcore-5.79.0.tar.xz
2767830c9f2540d6726be23f36a399afb1c kcontacts-5.79.0.tar.xz
2774a67bab900bcb25d7a2da20a098f438e kquickcharts-5.79.0.tar.xz
2782534a448766bd73b8803c2e5c628d919 kdav-5.79.0.tar.xz</literal>
279EOF</userinput></screen>
280
281 <para>
282 In the above list, notice that some files have been commented out with
283 a hash (#) character. The extra-cmake-modules entry has been commented out
284 because it was built earlier in the <xref linkend="kde-prereq"/>. The icon
285 packages are covered separately at <xref linkend="breeze-icons"/> and <xref
286 linkend="oxygen-icons5"/>. The modemmanager-qt package may be built if its
287 optional dependency has been installed. The
288 kdewebkit may be built if the external package
289 <ulink url="https://download.qt.io/community_releases/5.9/5.9.0-final/">
290 QtWebkit</ulink> has been built.
291 </para>
292
293 </sect2>
294
295 <sect2 role="installation">
296 <title>Installation of KDE Frameworks</title>
297
298 &as_root;
299
300 <caution>
301
302 <para>
303 If installing in <filename class="directory">/opt</filename> and there
304 is an existing /opt/kf5 either as a regular directory or a symbolic
305 link, it should be reinitialized (as <systemitem class="username">
306 root</systemitem>):
307 </para>
308
309 <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5.old &amp;&amp;
310install -v -dm755 $KF5_PREFIX/{etc,share} &amp;&amp;
311ln -sfv /etc/dbus-1 $KF5_PREFIX/etc &amp;&amp;
312ln -sfv /usr/share/dbus-1 $KF5_PREFIX/share</userinput></screen>
313 </caution>
314
315 <para>
316 First, start a subshell that will exit on error:
317 </para>
318
319
320<screen><userinput>bash -e</userinput></screen>
321
322 <para>
323 Install all of the packages by running the following
324 commands:
325 </para>
326
327<screen><userinput>while read -r line; do
328
329 # Get the file name, ignoring comments and blank lines
330 if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
331 file=$(echo $line | cut -d" " -f2)
332
333 pkg=$(echo $file|sed 's|^.*/||') # Remove directory
334 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
335
336 name=$(echo $pkg|sed 's|-5.*$||') # Isolate package name
337
338 tar -xf $file
339 pushd $packagedir
340<!-- the following statement is not needed in 5.77. Keeping in case
341 it becomes needed again
342 case $name in
343 kitemviews*) sed -i '/&lt;QList&gt;/a #include &lt;QPersistentModelIndex&gt;' \
344 src/kwidgetitemdelegatepool_p.h ;;
345 kplotting*) sed -i '/&lt;QHash&gt;/a #include &lt;QHelpEvent&gt;' \
346 src/kplotwidget.cpp ;;
347 knotifica*) sed -i '/&lt;QUrl&gt;/a #include &lt;QVariant&gt;' \
348 src/knotification.h ;;
349 kcompleti*) sed -i '/&lt;QClipboard&gt;/a #include &lt;QKeyEvent&gt;' \
350 src/klineedit.cpp ;;
351 kwayland*) sed -i '/&lt;wayland-xdg-output-server-proto/a #include &lt;QHash&gt;' \
352 src/server/xdgoutput_interface.cpp ;;
353 purpose*) sed -i 's/15,/16,/' \
354 src/externalprocess/purposeprocess_main.cpp ;;
355 esac
356-->
357 mkdir build
358 cd build
359
360 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
361 -DCMAKE_PREFIX_PATH=$QT5DIR \
362 -DCMAKE_BUILD_TYPE=Release \
363 -DBUILD_TESTING=OFF \
364 -Wno-dev ..
365 make
366 as_root make install
367 popd
368<!-- some packages end with files owned by root in $packagedir, so use as_root
369 in the following -->
370 as_root rm -rf $packagedir
371 as_root /sbin/ldconfig
372
373done &lt; frameworks-&kf5-version;.md5
374
375exit</userinput></screen>
376
377 <note>
378 <para>
379 Any modules that have been omitted can be installed later by
380 using the same <command>mkdir build; cd build; cmake; make;
381 make install</command> procedure as above.
382 </para>
383 </note>
384
385 <para revision="sysv">
386 Useless systemd units have been installed in
387 <filename class="directory">$KF5_PREFIX/lib</filename>. Remove
388 them now (as <systemitem class="username">root</systemitem>):
389 </para>
390
391<screen role="root"
392 revision="sysv"><userinput>rm -rf $KF5_PREFIX/lib/systemd</userinput></screen>
393
394 <para>
395 Sometimes the installation paths are hardcoded into installed files.
396 If the installed directory is not /usr, rename the directory and create a
397 symlink:
398 </para>
399
400 <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
401ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
402
403 </sect2>
404
405 <sect2 role="commands">
406 <title>Command Explanations</title>
407
408 <para>
409 <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
410 to allow cmake to find the proper Qt libraries.
411 </para>
412
413 <para>
414 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
415 to apply higher level of the compiler optimizations.
416 </para>
417
418 <para>
419 <parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
420 building test programs and libraries that are of no use to an end user.
421 </para>
422
423 </sect2>
424 <sect2 role="content">
425 <title>Contents</title>
426
427 <segmentedlist>
428 <segtitle>Installed Programs</segtitle>
429 <segtitle>Installed Libraries</segtitle>
430 <segtitle>Installed Directories</segtitle>
431
432 <seglistitem>
433 <seg>
434 balooctl,
435 baloo_file,
436 baloo_file_extractor,
437 baloosearch,
438 balooshow,
439 checkXML5,
440 depdiagram-generate,
441 depdiagram-generate-all,
442 depdiagram-prepare,
443 desktoptojson,
444 gentrigrams,
445 kactivities-cli,
446 kapidox_generate,
447 kate-syntax-highlighter,
448 kbuildsycoca5,
449 kcookiejar5,
450 kdebugdialog5,
451 kded5,
452 kdeinit5,
453 kdeinit5_shutdown,
454 kdeinit5_wrapper,
455 kf5-config,
456 kf5kross,
457 kgendesignerplugin,
458 kglobalaccel5,
459 kiconfinder5,
460 kjs5,
461 kjscmd5,
462 kjsconsole,
463 knewstuff-dialog,
464 kpackagelauncherqml,
465 kpackagetool5,
466 kquitapp5,
467 kreadconfig5,
468 kshell5,
469 ktelnetservice5,
470 ktrash5,
471 kwalletd5,
472 kwallet-query,
473 kwrapper5,
474 kwriteconfig5,
475 meinproc5,
476 parsetrigrams,
477 plasmapkg2,
478 preparetips5,
479 protocoltojson, and
480 solid-hardware5
481 </seg>
482 <seg>
483 libkdeinit5_klauncher.so,
484 libKF5Activities.so,
485 libKF5ActivitiesStats.so,
486 libKF5Archive.so,
487 libKF5Attica.so,
488 libKF5AuthCore.so,
489 libKF5Auth.so,
490 libKF5Baloo.so,
491 libKF5BluezQt.so,
492 libKF5Bookmarks.so,
493 libKF5CalendarCore.so,
494 libKF5CalendarEvents.so,
495 libKF5Codecs.so,
496 libKF5Completion.so,
497 libKF5ConfigCore.so,
498 libKF5ConfigGui.so,
499 libKF5ConfigWidgets.so,
500 libKF5Contacts.so,
501 libKF5CoreAddons.so,
502 libKF5Crash.so,
503 libKF5DAV.so,
504 libKF5DBusAddons.so,
505 libKF5Declarative.so,
506 libKF5DNSSD.so,
507 libKF5DocTools.so,
508 libKF5Emoticons.so,
509 libKF5FileMetaData.so,
510 libKF5GlobalAccel.so,
511 libKF5GuiAddons.so,
512 libKF5Holidays.so,
513 libKF5I18n.so,
514 libKF5IconThemes.so,
515 libKF5IdleTime.so,
516 libKF5ItemModels.so,
517 libKF5ItemViews.so,
518 libKF5JobWidgets.so,
519 libKF5JSApi.so,
520 libKF5JsEmbed.so,
521 libKF5JS.so,
522 libKF5KCMUtils.so,
523 libKF5KDELibs4Support.so,
524 libKF5KHtml.so,
525 libKF5KIOCore.so,
526 libKF5KIOFileWidgets.so,
527 libKF5KIOGui.so,
528 libKF5KIONTLM.so,
529 libKF5KIOWidgets.so,
530 libKF5Kirigami2.so,
531 libKF5KrossCore.so,
532 libKF5KrossUi.so,
533 libKF5MediaPlayer.so,
534 libKF5NetworkManagerQt.so,
535 libKF5NewStuffCore.so,
536 libKF5NewStuff.so,
537 libKF5Notifications.so,
538 libKF5NotifyConfig.so,
539 libKF5Package.so,
540 libKF5Parts.so,
541 libKF5PeopleBackend.so,
542 libKF5People.so,
543 libKF5PeopleWidgets.so,
544 libKF5PlasmaQuick.so,
545 libKF5Plasma.so,
546 libKF5Plotting.so,
547 libKF5Prison.so,
548 libKF5Pty.so,
549 libKF5Purpose.so,
550 libKF5PurposeWidgets.so,
551 libKF5QuickAddons.so,
552 libKF5Runner.so,
553 libKF5Service.so,
554 libKF5Solid.so,
555 libKF5SonnetCore.so,
556 libKF5SonnetUi.so,
557 libKF5Style.so,
558 libKF5Su.so,
559 libKF5SyntaxHighlighting.so,
560 libKF5TextEditor.so,
561 libKF5TextWidgets.so,
562 libKF5ThreadWeaver.so,
563 libKF5UnitConversion.so,
564 libKF5Wallet.so,
565 libKF5WaylandClient.so,
566 libKF5WaylandServer.so,
567 libKF5WidgetsAddons.so,
568 libKF5WindowSystem.so,
569 libKF5XmlGui.so,
570 libKF5XmlRpcClient.so, and
571 libkwalletbackend5.so
572 </seg>
573 <seg>
574 /opt/kf5 (symlink to /opt/kf5-&kf5-version;) if installing in /opt
575 </seg>
576 </seglistitem>
577 </segmentedlist>
578
579 <variablelist>
580 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
581 <?dbfo list-presentation="list"?>
582 <?dbhtml list-presentation="table"?>
583
584 <varlistentry id="checkXML5">
585 <term><command>checkXML5</command></term>
586 <listitem>
587 <para>
588 is a tool to check for syntax errors in KDE DocBook XML files
589 </para>
590 <indexterm zone="kf5-frameworks checkXML5">
591 <primary sortas="b-checkXML5">checkXML5</primary>
592 </indexterm>
593 </listitem>
594 </varlistentry>
595
596 <varlistentry id="depdiagram-generate">
597 <term><command>depdiagram-generate</command></term>
598 <listitem>
599 <para>
600 is a tool to generate a dependency diagram
601 </para>
602 <indexterm zone="kf5-frameworks depdiagram-generate">
603 <primary sortas="b-depdiagram-generate">depdiagram-generate</primary>
604 </indexterm>
605 </listitem>
606 </varlistentry>
607
608 <varlistentry id="depdiagram-generate-all">
609 <term><command>depdiagram-generate-all</command></term>
610 <listitem>
611 <para>
612 is a tool to generate a dependency diagram for all frameworks at once
613 </para>
614 <indexterm zone="kf5-frameworks depdiagram-generate-all">
615 <primary sortas="b-depdiagram-generate-all">depdiagram-generate-all</primary>
616 </indexterm>
617 </listitem>
618 </varlistentry>
619
620 <varlistentry id="depdiagram-prepare">
621 <term><command>depdiagram-prepare</command></term>
622 <listitem>
623 <para>
624 is a tool to prepare dot files
625 </para>
626 <indexterm zone="kf5-frameworks depdiagram-prepare">
627 <primary sortas="b-depdiagram-prepare">depdiagram-prepare</primary>
628 </indexterm>
629 </listitem>
630 </varlistentry>
631
632 <varlistentry id="desktoptojson">
633 <term><command>desktoptojson</command></term>
634 <listitem>
635 <para>
636 is a tool to convert a .desktop file to a .json file
637 </para>
638 <indexterm zone="kf5-frameworks desktoptojson">
639 <primary sortas="b-desktoptojson">desktoptojson</primary>
640 </indexterm>
641 </listitem>
642 </varlistentry>
643
644 <varlistentry id="kbuildsycoca5">
645 <term><command>kbuildsycoca5</command></term>
646 <listitem>
647 <para>
648 rebuilds the KService desktop file system configuration
649 cache
650 </para>
651 <indexterm zone="kf5-frameworks kbuildsycoca5">
652 <primary sortas="b-kbuildsycoca5">kbuildsycoca5</primary>
653 </indexterm>
654 </listitem>
655 </varlistentry>
656
657 <varlistentry id="kcookiejar5">
658 <term><command>kcookiejar5</command></term>
659 <listitem>
660 <para>
661 is a command line interface to the HTTP cookie store used by KDE,
662 a D-BUS service to store/retrieve/clean cookies
663 </para>
664 <indexterm zone="kf5-frameworks kcookiejar5">
665 <primary sortas="b-kcookiejar5">kcookiejar5</primary>
666 </indexterm>
667 </listitem>
668 </varlistentry>
669
670 <varlistentry id="kded5">
671 <term><command>kded5</command></term>
672 <listitem>
673 <para>
674 consolidates several small services in one process
675 </para>
676 <indexterm zone="kf5-frameworks kded5">
677 <primary sortas="b-kded5">kded5</primary>
678 </indexterm>
679 </listitem>
680 </varlistentry>
681
682 <varlistentry id="kdeinit5">
683 <term><command>kdeinit5</command></term>
684 <listitem>
685 <para>
686 is a process launcher somewhat similar to the famous init used
687 for booting UNIX
688 </para>
689 <indexterm zone="kf5-frameworks kdeinit5">
690 <primary sortas="b-kdeinit5">kdeinit5</primary>
691 </indexterm>
692 </listitem>
693 </varlistentry>
694
695 <varlistentry id="kf5-config">
696 <term><command>kf5-config</command></term>
697 <listitem>
698 <para>
699 is a command line program used to retrieve information about
700 KDE installation or user paths
701 </para>
702 <indexterm zone="kf5-frameworks kf5-config">
703 <primary sortas="b-kf5-config">kf5-config</primary>
704 </indexterm>
705 </listitem>
706 </varlistentry>
707
708 <varlistentry id="kf5kross">
709 <term><command>kf5kross</command></term>
710 <listitem>
711 <para>
712 executes kross scripts written in KDE Javascript, Python, Ruby,
713 Java and Falcon
714 </para>
715 <indexterm zone="kf5-frameworks kf5kross">
716 <primary sortas="b-kf5kross">kf5kross</primary>
717 </indexterm>
718 </listitem>
719 </varlistentry>
720<!--
721 <varlistentry id="kgenapidox">
722 <term><command>kgenapidox</command></term>
723 <listitem>
724 <para>
725 is a tool to generate API documentation in the KDE style.
726 </para>
727 <indexterm zone="kf5-frameworks kgenapidox">
728 <primary sortas="b-kgenapidox">kgenapidox</primary>
729 </indexterm>
730 </listitem>
731 </varlistentry>
732-->
733 <varlistentry id="kgendesignerplugin">
734 <term><command>kgendesignerplugin</command></term>
735 <listitem>
736 <para>
737 generates widget plugins for Qt(TM) Designer
738 </para>
739 <indexterm zone="kf5-frameworks kgendesignerplugin">
740 <primary sortas="b-kgendesignerplugin">kgendesignerplugin</primary>
741 </indexterm>
742 </listitem>
743 </varlistentry>
744
745 <varlistentry id="kglobalaccel5">
746 <term><command>kglobalaccel5</command></term>
747 <listitem>
748 <para>
749 is a daemon use to register the key bindings and for getting
750 notified when the action triggered
751 </para>
752 <indexterm zone="kf5-frameworks kglobalaccel5">
753 <primary sortas="b-kglobalaccel5">kglobalaccel5</primary>
754 </indexterm>
755 </listitem>
756 </varlistentry>
757
758 <varlistentry id="kjs5">
759 <term><command>kjs5</command></term>
760 <listitem>
761 <para>
762 is KDE ECMAScript/JavaScript engine
763 </para>
764 <indexterm zone="kf5-frameworks kjs5">
765 <primary sortas="b-kjs5">kjs5</primary>
766 </indexterm>
767 </listitem>
768 </varlistentry>
769
770 <varlistentry id="kjscmd5">
771 <term><command>kjscmd5</command></term>
772 <listitem>
773 <para>
774 is a tool for launching KJSEmbed scripts from the command line
775 </para>
776 <indexterm zone="kf5-frameworks kjscmd5">
777 <primary sortas="b-kjscmd5">kjscmd5</primary>
778 </indexterm>
779 </listitem>
780 </varlistentry>
781
782 <varlistentry id="kjsconsole">
783 <term><command>kjsconsole</command></term>
784 <listitem>
785 <para>
786 is a console for <command>kjs5</command>
787 </para>
788 <indexterm zone="kf5-frameworks kjsconsole">
789 <primary sortas="b-kjsconsole">kjsconsole</primary>
790 </indexterm>
791 </listitem>
792 </varlistentry>
793<!--
794 <varlistentry id="kmailservice5">
795 <term><command>kmailservice5</command></term>
796 <listitem>
797 <para>
798 is a mail service.
799 </para>
800 <indexterm zone="kf5-frameworks kmailservice5">
801 <primary sortas="b-kmailservice5">kmailservice5</primary>
802 </indexterm>
803 </listitem>
804 </varlistentry>
805-->
806 <varlistentry id="kpackagelauncherqml">
807 <term><command>kpackagelauncherqml</command></term>
808 <listitem>
809 <para>
810 is a commandline tool for launching kpackage QML application
811 </para>
812 <indexterm zone="kf5-frameworks kpackagelauncherqml">
813 <primary sortas="b-kpackagelauncherqml">kpackagelauncherqml</primary>
814 </indexterm>
815 </listitem>
816 </varlistentry>
817
818 <varlistentry id="kpackagetool5">
819 <term><command>kpackagetool5</command></term>
820 <listitem>
821 <para>
822 is a command line kpackage tool
823 </para>
824 <indexterm zone="kf5-frameworks kpackagetool5">
825 <primary sortas="b-kpackagetool5">kpackagetool5</primary>
826 </indexterm>
827 </listitem>
828 </varlistentry>
829
830 <varlistentry id="kreadconfig5">
831 <term><command>kreadconfig5</command></term>
832 <listitem>
833 <para>
834 is a command line tool to retrieve values from KDE
835 configuration files
836 </para>
837 <indexterm zone="kf5-frameworks kreadconfig5">
838 <primary sortas="b-kreadconfig5">kreadconfig5</primary>
839 </indexterm>
840 </listitem>
841 </varlistentry>
842
843 <varlistentry id="kshell5">
844 <term><command>kshell5</command></term>
845 <listitem>
846 <para>
847 start applications via kdeinit
848 </para>
849 <indexterm zone="kf5-frameworks kshell5">
850 <primary sortas="b-kshell5">kshell5</primary>
851 </indexterm>
852 </listitem>
853 </varlistentry>
854
855 <varlistentry id="ktelnetservice5">
856 <term><command>ktelnetservice5</command></term>
857 <listitem>
858 <para>
859 is a telnet service
860 </para>
861 <indexterm zone="kf5-frameworks ktelnetservice5">
862 <primary sortas="b-ktelnetservice5">ktelnetservice5</primary>
863 </indexterm>
864 </listitem>
865 </varlistentry>
866
867 <varlistentry id="ktrash5">
868 <term><command>ktrash5</command></term>
869 <listitem>
870 <para>
871 is a helper program to handle the KDE trash can
872 </para>
873 <indexterm zone="kf5-frameworks ktrash5">
874 <primary sortas="b-ktrash5">ktrash5</primary>
875 </indexterm>
876 </listitem>
877 </varlistentry>
878
879 <varlistentry id="kwalletd5">
880 <term><command>kwalletd5</command></term>
881 <listitem>
882 <para>
883 is the wallet manager daemon
884 </para>
885 <indexterm zone="kf5-frameworks kwalletd5">
886 <primary sortas="b-kwalletd5">kwalletd5</primary>
887 </indexterm>
888 </listitem>
889 </varlistentry>
890
891 <varlistentry id="kwriteconfig5">
892 <term><command>kwriteconfig5</command></term>
893 <listitem>
894 <para>
895 is a command line tool to write values in KDE
896 configuration files
897 </para>
898 <indexterm zone="kf5-frameworks kwriteconfig5">
899 <primary sortas="b-kwriteconfig5">kwriteconfig5</primary>
900 </indexterm>
901 </listitem>
902 </varlistentry>
903
904 <varlistentry id="meinproc5">
905 <term><command>meinproc5</command></term>
906 <listitem>
907 <para>
908 converts DocBook files to HTML
909 </para>
910 <indexterm zone="kf5-frameworks meinproc5">
911 <primary sortas="b-meinproc5">meinproc5</primary>
912 </indexterm>
913 </listitem>
914 </varlistentry>
915
916 <varlistentry id="plasmapkg2">
917 <term><command>plasmapkg2</command></term>
918 <listitem>
919 <para>
920 is a tool to install, list, remove Plasma packages
921 </para>
922 <indexterm zone="kf5-frameworks plasmapkg2">
923 <primary sortas="b-plasmapkg2">plasmapkg2</primary>
924 </indexterm>
925 </listitem>
926 </varlistentry>
927
928 <varlistentry id="preparetips5">
929 <term><command>preparetips5</command></term>
930 <listitem>
931 <para>
932 is a script to extract the text from a tips file
933 </para>
934 <indexterm zone="kf5-frameworks preparetips5">
935 <primary sortas="b-preparetips5">preparetips5</primary>
936 </indexterm>
937 </listitem>
938 </varlistentry>
939
940 <varlistentry id="solid-hardware5">
941 <term><command>solid-hardware5</command></term>
942 <listitem>
943 <para>
944 is a command line tool to investigate available devices
945 </para>
946 <indexterm zone="kf5-frameworks solid-hardware5">
947 <primary sortas="b-solid-hardware5">solid-hardware5</primary>
948 </indexterm>
949 </listitem>
950 </varlistentry>
951
952 </variablelist>
953
954 </sect2>
955
956</sect1>
Note: See TracBrowser for help on using the repository browser.