source: kde/kf5/kf5-frameworks.xml@ 4628cd88

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 4628cd88 was 4628cd88, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to kf5-5.43

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

  • Property mode set to 100644
File size: 27.6 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 patches.ent
8 <!ENTITY kf5-download-http "&kf5-download-http;"> -->
9 <!ENTITY kf5-download-ftp " ">
10 <!ENTITY kf5-md5sum "See Below">
11 <!ENTITY kf5-size "260 MB">
12 <!ENTITY kf5-buildsize "998 MB (214 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="krameworks5.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">
27 <primary sortas="a-kf5">KDE Frameworks</primary>
28 </indexterm>
29
30 <para>KDE Frameworks 5 is a collection of libraries based on top of Qt5 and
31 QML derived from the monolithic KDE 4 libraries. They can be used
32 independent of the KDE Display Environment (Plasma 5).</para>
33
34 &lfs81_checked;
35
36 <para>The instructions below build all of the KDE Frameworks packages in one
37 step by using a bash script. </para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&kf5-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&kf5-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &kf5-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &kf5-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &kf5-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &kf5-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">KF5 Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required">
65 <xref linkend="boost"/>,
66 <xref linkend="extra-cmake-modules"/>,
67 <xref linkend="DocBook"/>,
68 <xref linkend="docbook-xsl"/>,
69 <xref linkend="giflib"/>,
70 <xref linkend="libepoxy"/>,
71 <xref linkend="libgcrypt"/>,
72 <xref linkend="libjpeg"/>,
73 <xref linkend="libpng"/>,
74 <xref linkend="libxslt"/>,
75 <xref linkend="lmdb"/>,
76 <xref linkend="openssl10"/>,
77 <xref linkend="qtwebkit5"/>,
78 <xref linkend="phonon"/>,
79 <xref linkend="shared-mime-info"/>,
80 <xref linkend="perl-uri"/>, and
81 <xref linkend="wget"/> (required to download the packages)
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="aspell"/> (Dictionary backend for Sonnet),
87 <xref linkend="avahi"/> (DNS-SD backend for KDNSSD),
88 <xref linkend="libdbusmenu-qt"/> (built with qt5),
89 <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt), and
90 <xref linkend="polkit-qt"/> (Authentication backend for KAuth)
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <xref linkend="bluez"/> (needed to build Bluez-Qt),
96 <xref linkend="ModemManager"/> (needed to build ModemManager-Qt)
97 </para>
98
99 <bridgehead renderas="sect4">Runtime dependency for FrameworkIntegration</bridgehead>
100 <para role="optional">
101 <xref role="runtime" linkend="oxygen-fonts"/> and
102 <xref role="runtime" linkend="noto-fonts"/>
103 </para>
104
105 <bridgehead renderas="sect4">Runtime dependencies for kapidox</bridgehead>
106 <para role="optional">
107 <xref role="runtime" linkend="doxygen"/>,
108 <phrase revision="sysv"><ulink role="runtime" url="https://pypi.python.org/pypi/Jinja2">Jinja2</ulink></phrase>
109 <phrase revision="systemd"><xref role="runtime" linkend="Jinja2"/></phrase>, and
110 <phrase revision="sysv"><ulink role="runtime" url="http://pyyaml.org/">PyYAML</ulink></phrase>
111 <phrase revision="systemd"><xref role="runtime" linkend="PyYAML"/></phrase>
112 </para>
113
114 <bridgehead renderas="sect4">Additional image formats support in KImageFormats</bridgehead>
115 <para role="optional">
116 <xref linkend="jasper"/> and
117 <ulink url="http://www.openexr.com/">OpenEXR</ulink>
118 </para>
119
120 <bridgehead renderas="sect4">Optional dependencies for KIO</bridgehead>
121 <para role="optional">
122 <xref linkend="mitkrb"/>
123 </para>
124
125 <bridgehead renderas="sect4">Optional dependencies for Solid</bridgehead>
126 <para role="optional">
127 <xref linkend="udisks2"/>,
128 <xref linkend="upower"/> and
129 <ulink role="runtime" url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
130 </para>
131
132 <bridgehead renderas="sect4">Optional dependency for KWallet</bridgehead>
133 <para role="optional">
134 <ulink url="&kf5apps-download-http;">gpgmepp</ulink>
135 </para>
136
137 <bridgehead renderas="sect4">Optional dictionary backends for Sonnet</bridgehead>
138 <para role="optional">
139 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> and
140 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
141 </para>
142
143 <bridgehead renderas="sect4">Required dependencies for Prison</bridgehead>
144 <para role="optional"> <!-- Leaving as optional since these are external -->
145 <ulink url="http://libdmtx.sourceforge.net/">Datamatrix</ulink> and
146 <ulink url="http://megaui.net/fukuchi/works/qrencode/index.en.html/">QRencode</ulink>
147 </para>
148
149 <para condition="html" role="usernotes">User Notes:
150 <ulink url="&blfs-wiki;/kf5"/></para>
151
152 <sect2>
153 <title>Downloading KDE Frameworks</title>
154
155 <para>
156 The easiest way to get the KDE Frameworks packages is to use a single
157 <command>wget</command> to fetch them all at once:
158 </para>
159
160<screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
161wget -r -nH -nd -A '*.xz' -np $url</userinput>
162<literal>
163The options used here are:
164 -r recurse through child directories
165 -nH disable generation of host-prefixed directories
166 -nd do not create a hierarchy of directories
167 -A '*.xz' just get the *.xz files
168 -np don't get parent directories</literal></screen>
169
170 </sect2>
171
172 <sect2>
173 <title>Setting Package Order</title>
174
175 <para>
176 The order of building files is important due to internal dependencies.
177 Create the list of files in the proper order as follows:
178 </para>
179
180<screen><userinput>cat &gt; frameworks-&kf5-version;.md5 &lt;&lt; "EOF"
181<literal>bb18451b29c20fc43899003e1b5d88bf attica-5.43.0.tar.xz
182#b93c69609dbd2f16f9ee6302020ff5e6 extra-cmake-modules-5.43.0.tar.xz
1838f6b6f4c6f11d09692620531baac3cbd kapidox-5.43.0.tar.xz
1845d28038e34f01ec59968b3a4732128d5 karchive-5.43.0.tar.xz
185b6f2fa4dc1cb75887a401183c6981d26 kcodecs-5.43.0.tar.xz
18612298fe985a25fac4ef2fe23cda6f7d8 kconfig-5.43.0.tar.xz
1878a7082f64f2f5536b92c9b702e0e6f1b kcoreaddons-5.43.0.tar.xz
1889bd2f0271f0d9cf422ab3add939780f6 kdbusaddons-5.43.0.tar.xz
189b2257e6bf91f3116839e8c363068c044 kdnssd-5.43.0.tar.xz
19029a133ec1b1edf43fdcb64cdc0b3484a kguiaddons-5.43.0.tar.xz
1915f67b6d48344d347ca187a038ada4c96 ki18n-5.43.0.tar.xz
1926aded894f5a984512e846bf949c6cc56 kidletime-5.43.0.tar.xz
193ea24738d89ad19f34df3cea8aebdbcfb kimageformats-5.43.0.tar.xz
1944b7ab34387c480efea88daffd6461243 kitemmodels-5.43.0.tar.xz
1950212ea41c19ecaf3d8796186a5d7a3d4 kitemviews-5.43.0.tar.xz
196a78c532acdb8dbfb6fb07e78fd55bfd0 kplotting-5.43.0.tar.xz
197f3d9f489d55e54c5c4047abea6f4477d kwidgetsaddons-5.43.0.tar.xz
198ca000f985de0be2bb3c602697d1bb923 kwindowsystem-5.43.0.tar.xz
19944a5a63752381bb64876109a421f319a networkmanager-qt-5.43.0.tar.xz
200272d83ae231c5e1b5bb2851b730d1a3d solid-5.43.0.tar.xz
201366495c4aab66b740a25363c53fde6c2 sonnet-5.43.0.tar.xz
202d02fe5fac35d600af14e7cdf5aef04dd threadweaver-5.43.0.tar.xz
2038df3fbc742e0914d4f7d3132a34c4017 kauth-5.43.0.tar.xz
204a03088f8e53b46169f959c7ff9df1bcf kcompletion-5.43.0.tar.xz
2058985aaa68a6e29561423c09df77a3afc kcrash-5.43.0.tar.xz
206aec9d49e1bef4aa20151ec06c2fcffe5 kdoctools-5.43.0.tar.xz
2075995656593e5f72b591ceb56f5339d24 kpty-5.43.0.tar.xz
2085146a71a41c76385cf34544c67005d84 kunitconversion-5.43.0.tar.xz
209b3092aca3e241329310ca2c57087a6c6 kconfigwidgets-5.43.0.tar.xz
2106ca34186c9f3ffb3e964740ff6ecac55 kservice-5.43.0.tar.xz
2114e23296878a567417863a3c88ccf051f kglobalaccel-5.43.0.tar.xz
212b7d41f77d01102fef52fab13c25038cb kpackage-5.43.0.tar.xz
2139ad92bfb68e7646bc7e4dea2140b348c kdesu-5.43.0.tar.xz
2141b860bc5eb70c5c2ee292fb0dc79725d kemoticons-5.43.0.tar.xz
215846d45c77c66faeb09769d79665353d4 kiconthemes-5.43.0.tar.xz
21681d0d0108fbed55099227c616d88aa1b kjobwidgets-5.43.0.tar.xz
217497d0f2f81be5185e4179922ff53b9b7 knotifications-5.43.0.tar.xz
218a27bdd565993a82476393a7d840bb851 ktextwidgets-5.43.0.tar.xz
2193ea0e4d347105399e7107c2ec644d19d kxmlgui-5.43.0.tar.xz
22021de30d3ae86397ae92f94c7c160fb1e kbookmarks-5.43.0.tar.xz
22143173ebb19608ca56e3b1a1c737b3716 kwallet-5.43.0.tar.xz
222b8888829cf7064c756331c2e8347fd09 kio-5.43.0.tar.xz
223235fdc815c6ba94e173cf66a07b1076f kdeclarative-5.43.0.tar.xz
2247af955e653262eac715df202e8418d90 kcmutils-5.43.0.tar.xz
225cb2fadba7600b65ecb8244959b5ba102 kirigami2-5.43.0.tar.xz
226c47fc6ac7cd13b38cce0ba6675bdb967 knewstuff-5.43.0.tar.xz
227e00d64384ffc2e28acd273b30e135a74 frameworkintegration-5.43.0.tar.xz
22848f5100e0a11f24e9321fd2359408b1e kinit-5.43.0.tar.xz
2298f69fc2f40676b75d1a6b64e3e0371bd knotifyconfig-5.43.0.tar.xz
2303dbd8d893655c4d6682a3c2c44a59520 kparts-5.43.0.tar.xz
231a443aaa90ddd41b11e4fa43b35a3f5dd kactivities-5.43.0.tar.xz
23297cac58acb119a33a8c2a283daa82982 kded-5.43.0.tar.xz
233c30a2a178179b024f5ebc188e9939b80 kdewebkit-5.43.0.tar.xz
234995b7d7e3b5ec614870e6fc60f060a11 syntax-highlighting-5.43.0.tar.xz
2353ea63f69a4ed61c57b0578bc12c25606 ktexteditor-5.43.0.tar.xz
2365dd311e62bbebe45e5f816f8b18461b4 kdesignerplugin-5.43.0.tar.xz
237b03e7c6c53b0919fc09059a1614b2aa2 kwayland-5.43.0.tar.xz
23862454f341fbcadc0c25d1a18ef8e7014 plasma-framework-5.43.0.tar.xz
239dfdfcb07d45d168a19c19cad86ca2cc7 modemmanager-qt-5.43.0.tar.xz
24036b0d67bbe91455b9b4b1cbef0a31c14 kpeople-5.43.0.tar.xz
2411c769bc468e07d91ae21ae7ddff7fd09 kxmlrpcclient-5.43.0.tar.xz
2425fb2427ffd7214859f5e07fc265a7d53 bluez-qt-5.43.0.tar.xz
243d3d04affad8ee9d001911e010e2ca7f2 kfilemetadata-5.43.0.tar.xz
244ef7918c5ff090508ae79908706d1ca58 baloo-5.43.0.tar.xz
245#e717dcb76e5dd8d7b7145d76db4f2b30 breeze-icons-5.43.0.tar.xz
246#61ceb7583096c6ab70690a1e941dac8f oxygen-icons5-5.43.0.tar.xz
24724de0d2d517279712e41533198d93ec6 kactivities-stats-5.43.0.tar.xz
248d283025c9a8288d2a2fd52d0864323ed krunner-5.43.0.tar.xz
249#73fe712d4c110cbd2c5117d3b7a8c213 prison-5.43.0.tar.xz
25083b257a99b7f5144495c9ccd881ecd3b qqc2-desktop-style-5.43.0.tar.xz
2517d81c30b200b0c70af66be9e63a9ad41 kjs-5.43.0.tar.xz
252984f3900ca5fb33c57d5f0021b4e3fb8 kdelibs4support-5.43.0.tar.xz
2539f2dcb4ed09d923c1f2727bb8b8cb5fa khtml-5.43.0.tar.xz
2548dbb6955e804e71c0ee4ba1311107c5f kjsembed-5.43.0.tar.xz
25555cc2b85fb8bdfe80b53e85d8d4f4610 kmediaplayer-5.43.0.tar.xz
25694ad9a522521bbbb5a4de0c8a04946aa kross-5.43.0.tar.xz
2579c5202b7ad2d6093df2b410866933b4c kholidays-5.43.0.tar.xz
2582d05ea6fe77402fa059ba9e435e1c460 purpose-5.43.0.tar.xz</literal>
259EOF</userinput></screen>
260
261 <para>In the above list, notice that some files have been commented out with
262 a hash (#) character. The extra-cmake-modules entry has been commented out
263 because it was built earlier in the <xref linkend="kde-prereq"/>. The icon
264 packages are covered separately at <xref linkend="breeze-icons"/> and <xref
265 linkend="oxygen-icons5"/>. The modemmanager-qt package may be built if its
266 optional dependency has been installed. The prison package (bar code reader)
267 may be built if the required external libraries are installed.
268 </para>
269
270 </sect2>
271
272 <sect2 role="installation">
273 <title>Installation of KDE Frameworks</title>
274
275 &as_root;
276
277 <caution>
278
279 <para>If installing in /opt and there is an existing /opt/kf5 either as a
280 regular directory or a symbolic link, it should be reinitialized (as
281 root):</para>
282
283 <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5.old &amp;&amp;
284install -v -dm755 $KF5_PREFIX/{etc,share} &amp;&amp;
285ln -sfv /etc/dbus-1 $KF5_PREFIX/etc &amp;&amp;
286ln -sfv /usr/share/dbus-1 $KF5_PREFIX/share</userinput></screen>
287 </caution>
288
289 <para>
290 First, start a subshell that will exit on error:
291 </para>
292
293
294<screen><userinput>bash -e</userinput></screen>
295
296 <para>
297 Install all of the packages by running the following
298 commands:
299 </para>
300
301<screen><userinput>export CXXFLAGS='-isystem /usr/include/openssl-1.0'
302
303while read -r line; do
304
305 # Get the file name, ignoring comments and blank lines
306 if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
307 file=$(echo $line | cut -d" " -f2)
308
309 pkg=$(echo $file|sed 's|^.*/||') # Remove directory
310 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
311
312 tar -xf $file
313 pushd $packagedir
314
315 case $packagedir in
316 kdelibs4support*)
317 sed -i.orig \
318 '/OPENSSL_FOUND/i set(OPENSSL_INCLUDE_DIR "/usr/include/openssl-1.0")' \
319 src/CMakeLists.txt
320 ;;
321 esac
322
323 mkdir build
324 cd build
325
326 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
327 -DCMAKE_PREFIX_PATH=$QT5DIR \
328 -DCMAKE_BUILD_TYPE=Release \
329 -DBUILD_TESTING=OFF \
330 -Wno-dev ..
331 make
332 as_root make install
333
334 popd
335<!-- some packages end with files owned by root in $packagedir, so use as_root
336 in the following -->
337 as_root rm -rf $packagedir
338 as_root /sbin/ldconfig
339
340done &lt; frameworks-&kf5-version;.md5
341
342exit</userinput></screen>
343
344 <note><para>Any modules that have been omitted can be installed later by
345 using the same mkdir build; cd build; cmake; make; make install procedure
346 as above.</para></note>
347
348 <para>Sometimes the installation paths are hardcoded into installed files.
349 If the installed directory is not /usr, rename the directory and create a
350 symlink:</para>
351
352 <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
353ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
354
355 </sect2>
356
357 <sect2 role="commands">
358 <title>Command Explanations</title>
359
360 <para>
361 <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
362 to allow cmake to find the proper Qt libraries.
363 </para>
364
365 <para>
366 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
367 to apply higher level of the compiler optimizations.
368 </para>
369
370 <para>
371 <parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
372 building test programs and libraries that are of no use to an end user.
373 </para>
374
375 </sect2>
376 <sect2 role="content">
377 <title>Contents</title>
378
379 <segmentedlist>
380 <segtitle>Installed Programs</segtitle>
381 <segtitle>Installed Libraries</segtitle>
382 <segtitle>Installed Directories</segtitle>
383
384 <seglistitem>
385 <seg>
386 There are 48 programs installed in /opt/kf5/bin.
387 </seg>
388 <seg>
389 There are too many kf5 libraries (191) to list separately.
390 </seg>
391 <seg>
392 /opt/kf5 (symlink to /opt/kf5-&kf5-version;)
393 </seg>
394 </seglistitem>
395 </segmentedlist>
396
397 <variablelist>
398 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
399 <?dbfo list-presentation="list"?>
400 <?dbhtml list-presentation="table"?>
401
402 <varlistentry id="checkXML5">
403 <term><command>checkXML5</command></term>
404 <listitem>
405 <para>
406 is a tool to check for syntax errors in KDE DocBook XML
407 files.
408 </para>
409 <indexterm zone="kf5-frameworks checkXML5">
410 <primary sortas="b-checkXML5">checkXML5</primary>
411 </indexterm>
412 </listitem>
413 </varlistentry>
414
415 <varlistentry id="depdiagram-generate">
416 <term><command>depdiagram-generate</command></term>
417 <listitem>
418 <para>
419 is a tool to generate a dependency diagram.
420 </para>
421 <indexterm zone="kf5-frameworks depdiagram-generate">
422 <primary sortas="b-depdiagram-generate">depdiagram-generate</primary>
423 </indexterm>
424 </listitem>
425 </varlistentry>
426
427 <varlistentry id="depdiagram-generate-all">
428 <term><command>depdiagram-generate-all</command></term>
429 <listitem>
430 <para>
431 is a tool to generate a dependency diagram for all frameworks at once..
432 </para>
433 <indexterm zone="kf5-frameworks depdiagram-generate-all">
434 <primary sortas="b-depdiagram-generate-all">depdiagram-generate-all</primary>
435 </indexterm>
436 </listitem>
437 </varlistentry>
438
439 <varlistentry id="depdiagram-prepare">
440 <term><command>depdiagram-prepare</command></term>
441 <listitem>
442 <para>
443 is a tool to prepare dot files.
444 </para>
445 <indexterm zone="kf5-frameworks depdiagram-prepare">
446 <primary sortas="b-depdiagram-prepare">depdiagram-prepare</primary>
447 </indexterm>
448 </listitem>
449 </varlistentry>
450
451 <varlistentry id="desktoptojson">
452 <term><command>desktoptojson</command></term>
453 <listitem>
454 <para>
455 is a tool to convert a .desktop file to a .json file.
456 </para>
457 <indexterm zone="kf5-frameworks desktoptojson">
458 <primary sortas="b-desktoptojson">desktoptojson</primary>
459 </indexterm>
460 </listitem>
461 </varlistentry>
462
463 <varlistentry id="kactivitymanagerd">
464 <term><command>kactivitymanagerd</command></term>
465 <listitem>
466 <para>
467 is the KDE Plasma Workspace Activity Manager.
468 </para>
469 <indexterm zone="kf5-frameworks kactivitymanagerd">
470 <primary sortas="b-kactivitymanagerd">kactivitymanagerd</primary>
471 </indexterm>
472 </listitem>
473 </varlistentry>
474
475 <varlistentry id="kbuildsycoca5">
476 <term><command>kbuildsycoca5</command></term>
477 <listitem>
478 <para>
479 rebuilds the KService desktop file system configuration
480 cache.
481 </para>
482 <indexterm zone="kf5-frameworks kbuildsycoca5">
483 <primary sortas="b-kbuildsycoca5">kbuildsycoca5</primary>
484 </indexterm>
485 </listitem>
486 </varlistentry>
487
488 <varlistentry id="kcookiejar5">
489 <term><command>kcookiejar5</command></term>
490 <listitem>
491 <para>
492 is a command line interface to the HTTP cookie store used by KDE,
493 a D-BUS service to store/retrieve/clean cookies.
494 </para>
495 <indexterm zone="kf5-frameworks kcookiejar5">
496 <primary sortas="b-kcookiejar5">kcookiejar5</primary>
497 </indexterm>
498 </listitem>
499 </varlistentry>
500
501 <varlistentry id="kded5">
502 <term><command>kded5</command></term>
503 <listitem>
504 <para>
505 consolidates several small services in one process.
506 </para>
507 <indexterm zone="kf5-frameworks kded5">
508 <primary sortas="b-kded5">kded5</primary>
509 </indexterm>
510 </listitem>
511 </varlistentry>
512
513 <varlistentry id="kdeinit5">
514 <term><command>kdeinit5</command></term>
515 <listitem>
516 <para>
517 is a process launcher somewhat similar to the famous init used
518 for booting UNIX.
519 </para>
520 <indexterm zone="kf5-frameworks kdeinit5">
521 <primary sortas="b-kdeinit5">kdeinit5</primary>
522 </indexterm>
523 </listitem>
524 </varlistentry>
525
526 <varlistentry id="kf5-config">
527 <term><command>kf5-config</command></term>
528 <listitem>
529 <para>
530 is a command line program used to retrieve information about
531 KDE installation or user paths.
532 </para>
533 <indexterm zone="kf5-frameworks kf5-config">
534 <primary sortas="b-kf5-config">kf5-config</primary>
535 </indexterm>
536 </listitem>
537 </varlistentry>
538
539 <varlistentry id="kf5kross">
540 <term><command>kf5kross</command></term>
541 <listitem>
542 <para>
543 executes kross scripts written in KDE Javascript, Python, Ruby,
544 Java and Falcon.
545 </para>
546 <indexterm zone="kf5-frameworks kf5kross">
547 <primary sortas="b-kf5kross">kf5kross</primary>
548 </indexterm>
549 </listitem>
550 </varlistentry>
551
552 <varlistentry id="kgenapidox">
553 <term><command>kgenapidox</command></term>
554 <listitem>
555 <para>
556 is a tool to generate API documentation in the KDE style.
557 </para>
558 <indexterm zone="kf5-frameworks kgenapidox">
559 <primary sortas="b-kgenapidox">kgenapidox</primary>
560 </indexterm>
561 </listitem>
562 </varlistentry>
563
564 <varlistentry id="kgendesignerplugin">
565 <term><command>kgendesignerplugin</command></term>
566 <listitem>
567 <para>
568 generates widget plugins for Qt(TM) Designer.
569 </para>
570 <indexterm zone="kf5-frameworks kgendesignerplugin">
571 <primary sortas="b-kgendesignerplugin">kgendesignerplugin</primary>
572 </indexterm>
573 </listitem>
574 </varlistentry>
575
576 <varlistentry id="kglobalaccel5">
577 <term><command>kglobalaccel5</command></term>
578 <listitem>
579 <para>
580 is a daemon use to register the key bindings and for getting
581 notified when the action triggered.
582 </para>
583 <indexterm zone="kf5-frameworks kglobalaccel5">
584 <primary sortas="b-kglobalaccel5">kglobalaccel5</primary>
585 </indexterm>
586 </listitem>
587 </varlistentry>
588
589 <varlistentry id="kjs5">
590 <term><command>kjs5</command></term>
591 <listitem>
592 <para>
593 is KDE ECMAScript/JavaScript engine.
594 </para>
595 <indexterm zone="kf5-frameworks kjs5">
596 <primary sortas="b-kjs5">kjs5</primary>
597 </indexterm>
598 </listitem>
599 </varlistentry>
600
601 <varlistentry id="kjscmd5">
602 <term><command>kjscmd5</command></term>
603 <listitem>
604 <para>
605 is a tool for launching KJSEmbed scripts from the command line.
606 </para>
607 <indexterm zone="kf5-frameworks kjscmd5">
608 <primary sortas="b-kjscmd5">kjscmd5</primary>
609 </indexterm>
610 </listitem>
611 </varlistentry>
612
613 <varlistentry id="kjsconsole">
614 <term><command>kjsconsole</command></term>
615 <listitem>
616 <para>
617 is a console for <command>kjs5</command>.
618 </para>
619 <indexterm zone="kf5-frameworks kjsconsole">
620 <primary sortas="b-kjsconsole">kjsconsole</primary>
621 </indexterm>
622 </listitem>
623 </varlistentry>
624
625 <varlistentry id="kmailservice5">
626 <term><command>kmailservice5</command></term>
627 <listitem>
628 <para>
629 is a mail service.
630 </para>
631 <indexterm zone="kf5-frameworks kmailservice5">
632 <primary sortas="b-kmailservice5">kmailservice5</primary>
633 </indexterm>
634 </listitem>
635 </varlistentry>
636
637 <varlistentry id="kpackagelauncherqml">
638 <term><command>kpackagelauncherqml</command></term>
639 <listitem>
640 <para>
641 is a commandline tool for launching kpackage QML application
642 </para>
643 <indexterm zone="kf5-frameworks kpackagelauncherqml">
644 <primary sortas="b-kpackagelauncherqml">kpackagelauncherqml</primary>
645 </indexterm>
646 </listitem>
647 </varlistentry>
648
649 <varlistentry id="kpackagetool5">
650 <term><command>kpackagetool5</command></term>
651 <listitem>
652 <para>
653 is a command line kpackage tool.
654 </para>
655 <indexterm zone="kf5-frameworks kpackagetool5">
656 <primary sortas="b-kpackagetool5">kpackagetool5</primary>
657 </indexterm>
658 </listitem>
659 </varlistentry>
660
661 <varlistentry id="kreadconfig5">
662 <term><command>kreadconfig5</command></term>
663 <listitem>
664 <para>
665 is a command line tool to retrieve values from KDE
666 configuration files.
667 </para>
668 <indexterm zone="kf5-frameworks kreadconfig5">
669 <primary sortas="b-kreadconfig5">kreadconfig5</primary>
670 </indexterm>
671 </listitem>
672 </varlistentry>
673
674 <varlistentry id="kshell5">
675 <term><command>kshell5</command></term>
676 <listitem>
677 <para>
678 start applications via kdeinit.
679 </para>
680 <indexterm zone="kf5-frameworks kshell5">
681 <primary sortas="b-kshell5">kshell5</primary>
682 </indexterm>
683 </listitem>
684 </varlistentry>
685
686 <varlistentry id="ktelnetservice5">
687 <term><command>ktelnetservice5</command></term>
688 <listitem>
689 <para>
690 is a telnet service.
691 </para>
692 <indexterm zone="kf5-frameworks ktelnetservice5">
693 <primary sortas="b-ktelnetservice5">ktelnetservice5</primary>
694 </indexterm>
695 </listitem>
696 </varlistentry>
697
698 <varlistentry id="ktrash5">
699 <term><command>ktrash5</command></term>
700 <listitem>
701 <para>
702 is a helper program to handle the KDE trash can.
703 </para>
704 <indexterm zone="kf5-frameworks ktrash5">
705 <primary sortas="b-ktrash5">ktrash5</primary>
706 </indexterm>
707 </listitem>
708 </varlistentry>
709
710 <varlistentry id="kwalletd5">
711 <term><command>kwalletd5</command></term>
712 <listitem>
713 <para>
714 is the wallet manager daemon.
715 </para>
716 <indexterm zone="kf5-frameworks kwalletd5">
717 <primary sortas="b-kwalletd5">kwalletd5</primary>
718 </indexterm>
719 </listitem>
720 </varlistentry>
721
722 <varlistentry id="kwriteconfig5">
723 <term><command>kwriteconfig5</command></term>
724 <listitem>
725 <para>
726 is a command line tool to write values in KDE
727 configuration files.
728 </para>
729 <indexterm zone="kf5-frameworks kwriteconfig5">
730 <primary sortas="b-kwriteconfig5">kwriteconfig5</primary>
731 </indexterm>
732 </listitem>
733 </varlistentry>
734
735 <varlistentry id="meinproc5">
736 <term><command>meinproc5</command></term>
737 <listitem>
738 <para>
739 converts DocBook files to HTML.
740 </para>
741 <indexterm zone="kf5-frameworks meinproc5">
742 <primary sortas="b-meinproc5">meinproc5</primary>
743 </indexterm>
744 </listitem>
745 </varlistentry>
746
747 <varlistentry id="plasmapkg2">
748 <term><command>plasmapkg2</command></term>
749 <listitem>
750 <para>
751 is a tool to install, list, remove Plasma packages
752 </para>
753 <indexterm zone="kf5-frameworks plasmapkg2">
754 <primary sortas="b-plasmapkg2">plasmapkg2</primary>
755 </indexterm>
756 </listitem>
757 </varlistentry>
758
759 <varlistentry id="preparetips5">
760 <term><command>preparetips5</command></term>
761 <listitem>
762 <para>
763 is a script to extract the text from a tips file.
764 </para>
765 <indexterm zone="kf5-frameworks preparetips5">
766 <primary sortas="b-preparetips5">preparetips5</primary>
767 </indexterm>
768 </listitem>
769 </varlistentry>
770
771 <varlistentry id="solid-hardware5">
772 <term><command>solid-hardware5</command></term>
773 <listitem>
774 <para>
775 is a command line tool to investigate available devices.
776 </para>
777 <indexterm zone="kf5-frameworks solid-hardware5">
778 <primary sortas="b-solid-hardware5">solid-hardware5</primary>
779 </indexterm>
780 </listitem>
781 </varlistentry>
782
783 </variablelist>
784
785 </sect2>
786
787</sect1>
788
Note: See TracBrowser for help on using the repository browser.