source: kde/kf5/kf5-frameworks.xml@ 8f445fdc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.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 nosym 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 8f445fdc was 8f445fdc, checked in by Pierre Labastie <pieere@…>, 8 years ago

Minor fixes to KDE Frameworks,
apps and plasma

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

  • Property mode set to 100644
File size: 26.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 kf5-download-http "&kf5-download-http;">
8 <!ENTITY kf5-download-ftp " ">
9 <!ENTITY kf5-md5sum "See Below">
10 <!ENTITY kf5-size "255 MB">
11 <!ENTITY kf5-buildsize "1.1 GB">
12 <!ENTITY kf5-time "46 SBU">
13]>
14
15<sect1 id="kf5-frameworks" xreflabel="KDE Frameworks-&kf5-version;">
16 <?dbhtml filename="krameworks5.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Building KDE Frameworks 5 (KF5)</title>
24
25 <indexterm zone="kf5">
26 <primary sortas="a-kf5">KDE Frameworks</primary>
27 </indexterm>
28
29 <para>KDE Frameworks 5 is a collection of libraries based on top of Qt5 and
30 QML derived from the monolithic KDE 4 libraries. They can be used
31 independent of the KDE Display Environment (Plasma 5).</para>
32
33 &lfs79_checked;
34
35 <para>The instructions below build all of the KDE Frameworks packages in one
36 step by using a bash script. </para>
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&kf5-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&kf5-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &kf5-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &kf5-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &kf5-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &kf5-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">KF5 Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
64 <xref linkend="boost"/>,
65 <xref linkend="extra-cmake-modules"/>,
66 <xref linkend="DocBook"/>,
67 <xref linkend="docbook-xsl"/>,
68 <xref linkend="giflib"/>,
69 <xref linkend="libepoxy"/>,
70 <xref linkend="libgcrypt"/>,
71 <xref linkend="libjpeg"/>,
72 <xref linkend="libpng"/>,
73 <xref linkend="libxslt"/>,
74 <xref linkend="lmdb"/>,
75 <xref linkend="qtwebkit5"/>,
76 <xref linkend="phonon"/> (built with qt5),
77 <xref linkend="shared-mime-info"/>,
78 <xref linkend="perl-uri"/>, and
79 <xref linkend="wget"/> (required to download the packages)
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="aspell"/> (Dictionary backend for Sonnet),
85 <xref linkend="avahi"/> (DNS-SD backend for KDNSSD),
86 <xref linkend="libdbusmenu-qt"/> (built with qt5),
87 <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt), and
88 <xref linkend="polkit-qt"/> (Authentication backend for KAuth)
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="bluez"/> (needed to build Bluez-Qt),
94 <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink> (needed to build ModemManager-Qt)
95 </para>
96
97 <bridgehead renderas="sect4">Runtime dependency for FrameworkIntegration</bridgehead>
98 <para role="optional">
99 <xref linkend="oxygen-fonts"/> and
100 <xref linkend="noto-fonts"/>
101 </para>
102
103 <bridgehead renderas="sect4">Runtime dependencies for kapidox</bridgehead>
104 <para role="optional">
105 <xref linkend="doxygen"/>,
106 <ulink url="https://pypi.python.org/packages/source/J/Jinja2/">Jinja2</ulink>, and
107 <ulink url="http://pyyaml.org/">PyYAML</ulink>
108 </para>
109
110 <bridgehead renderas="sect4">Additional image formats support in KImageFormats</bridgehead>
111 <para role="optional">
112 <xref linkend="jasper"/> and
113 <ulink url="http://www.openexr.com/">OpenEXR</ulink>
114 </para>
115
116 <bridgehead renderas="sect4">Optional dependencies for KIO</bridgehead>
117 <para role="optional">
118 <xref linkend="mitkrb"/>
119 </para>
120
121 <bridgehead renderas="sect4">Optional dependencies for ModemManager-QT</bridgehead>
122 <para role="optional">
123 <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink>
124 </para>
125
126 <bridgehead renderas="sect4">Optional dependencies for Solid</bridgehead>
127 <para role="optional">
128 <xref linkend="udisks2"/>,
129 <xref linkend="upower"/> and
130 <ulink url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
131 </para>
132
133 <bridgehead renderas="sect4">Optional dictionary backends for Sonnet</bridgehead>
134 <para role="optional">
135 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> and
136 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
137 </para>
138
139 <para condition="html" role="usernotes">User Notes:
140 <ulink url="&blfs-wiki;/kf5"/></para>
141
142 <sect2>
143 <title>Downloading KDE Frameworks</title>
144
145 <para>
146 The easiest way to get the KDE Frameworks packages is to use a single
147 <command>wget</command> to fetch them all at once:
148 </para>
149
150<screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
151wget -r -nH --cut-dirs=3 -A '*.xz' -np $url</userinput>
152<literal>
153The options used here are:
154 -r recurse through child directories
155 -nH disable generation of host-prefixed directories
156 --cut-dirs=3 remove three levels of directories when saving
157 -A '*.xz' just get the *.xz files
158 -np don't get parent directories</literal></screen>
159
160 </sect2>
161
162 <sect2>
163 <title>Setting Package Order</title>
164
165 <para>
166 The order of building files is important due to internal dependencies.
167 Create the list of files in the proper order as follows:
168 </para>
169
170<screen><userinput>cat &gt; frameworks-&kf5-version;.md5 &lt;&lt; "EOF"
171<literal>217141216fa45f79d7373cadd3e3c27c attica-5.20.0.tar.xz
172#1b2e1a6416f47c3d8b5e1a8bc4680570 extra-cmake-modules-5.20.0.tar.xz
1737352555cce189863890be9ef8166f665 kapidox-5.20.0.tar.xz
17467f61e0ad2ac41e12597a000a436398b karchive-5.20.0.tar.xz
17555582ae9c6e021a23bb7c0f25329ea04 kcodecs-5.20.0.tar.xz
1761ee3cc6ae99928adf7fa93204d89a0ce kconfig-5.20.0.tar.xz
177ae26f693d3c60660b7c593d2f9d293bf kcoreaddons-5.20.0.tar.xz
17842ec6aa625812307b3710d1d7df517f7 kdbusaddons-5.20.0.tar.xz
179ec54202d940f38866b73c550133072a2 kdnssd-5.20.0.tar.xz
180b2cfb78436d3bf15d2197a0676d4fe19 kguiaddons-5.20.0.tar.xz
181b2c5edb59d6ab4fd78d0bf68cfb631c6 ki18n-5.20.0.tar.xz
182ff732995f09a2fa1168968b84d5b69b5 kidletime-5.20.0.tar.xz
18372be30ed58c068675af34fc3d6430ad0 kimageformats-5.20.0.tar.xz
1849a81d2651bb663b65d5c1671af573a1a kitemmodels-5.20.0.tar.xz
1856ba8ee40baffbaab3ec81439bdff0fe7 kitemviews-5.20.0.tar.xz
1865507be20fee8389eca24e1358f1273e3 kplotting-5.20.0.tar.xz
1870203c7f7bec440a748e01f24231f3e67 kwidgetsaddons-5.20.0.tar.xz
18867e4026752ad7879de67bc7a6e5b55d0 kwindowsystem-5.20.0.tar.xz
189f25b6f54c7728fc0fb031f01065014f9 networkmanager-qt-5.20.0.tar.xz
1900bcf42d89dc6276dbba3b9f8259d67ab solid-5.20.0.tar.xz
1913e545a92255a92c6899fc8a8f2aa3439 sonnet-5.20.0.tar.xz
19232400f7753597da9982c36e4ea8d88bb threadweaver-5.20.0.tar.xz
193fb9c705b84641d62125b878349fcd4db kauth-5.20.0.tar.xz
1949c8f7777dfd9caddbd07dae52d05e613 kcompletion-5.20.0.tar.xz
1956eb332c832849358e2b8d895fb871784 kcrash-5.20.0.tar.xz
196b4988310d6a97d052a6424ebcf50cfc0 kdoctools-5.20.0.tar.xz
197bf119f71086e84e362a78bc5a798efc4 kpty-5.20.0.tar.xz
19806ee394eca473a0be5532b75abc1b2ee kunitconversion-5.20.0.tar.xz
199188d0d9cf0a4d865e3efa8bf65004d6d kconfigwidgets-5.20.0.tar.xz
20052f2ea2af7c86aeadc517ef5058c59ef kglobalaccel-5.20.0.tar.xz
2018b49da1df16dc5c440c6b5a9b63fddf6 kpackage-5.20.0.tar.xz
20239b08d4a7afff397cb819f6c63de46d6 kservice-5.20.0.tar.xz
203bb1af4f2402e4f1efda63e9815022f85 kdesu-5.20.0.tar.xz
2048c9fd278223ed58f144ef2a69dbeba75 kemoticons-5.20.0.tar.xz
205213a5258476ffc51e77526a31dc909f3 kiconthemes-5.20.0.tar.xz
2066b621bbcb82a3fd8f563298136529b29 kjobwidgets-5.20.0.tar.xz
207d98489d1ef939d5f4a20a2969b93c68d knotifications-5.20.0.tar.xz
20827ff19e2da61e30b1997121a048c6672 ktextwidgets-5.20.0.tar.xz
2098f7404990e60580dd6b707f6a7c390a4 kwallet-5.20.0.tar.xz
2100faf3974771268f42db7c1d4f52f3b9c kxmlgui-5.20.0.tar.xz
211bb9a4977c9274119f862bd8fa80b5ff3 kbookmarks-5.20.0.tar.xz
212f700e4089783d2420406b5024fef9f65 kio-5.20.0.tar.xz
21365178a250ab8694885c7727b824266b2 kdeclarative-5.20.0.tar.xz
214917f0d983e9427d6af44f32f8e01977a kcmutils-5.20.0.tar.xz
215cedac6f1740ca905f2c70cd9202b7e5d frameworkintegration-5.20.0.tar.xz
21609ce4488755c84d1184ecea5438e2749 kinit-5.20.0.tar.xz
21778b7a63732f76652cc95fed80e138074 knewstuff-5.20.0.tar.xz
21879bf2e28b2bdccdcc6a06c7b0bd2651f knotifyconfig-5.20.0.tar.xz
21947e856a1cc7fbc3e9ed9f2326e998586 kparts-5.20.0.tar.xz
2207dc889ce8dc8d58fc74270b2462acef7 kactivities-5.20.0.tar.xz
221ecaf1a671b4b8a156b5652da4f6d28be kded-5.20.0.tar.xz
2226fbaf96bfe290b7a411aae75febe7513 kdewebkit-5.20.0.tar.xz
2234e4cdc9d49dd3a3a865d91ffaec392ba ktexteditor-5.20.0.tar.xz
22409b2d70bc7b505569a5fc9f35bfed3d2 kdesignerplugin-5.20.0.tar.xz
2258ad1c95b1d1e9a67910341733cc6bf62 plasma-framework-5.20.0.tar.xz
226#02b432683f966a7f56e1ffb90264e88d modemmanager-qt-5.20.0.tar.xz
22799b17824db5e65963b2419094e51f8d7 kpeople-5.20.0.tar.xz
2285a3823f2e2a2e808784bb87ba4a39448 kxmlrpcclient-5.20.0.tar.xz
229ef9f28cb55851f908e3aa7e5b7198105 bluez-qt-5.20.0.tar.xz
230b5f1f4c3313fd854633d2e1b57784d23 kfilemetadata-5.20.0.tar.xz
23125b72b7e77588d46f4b8e8098679b04e baloo-5.20.0.tar.xz
232#5b0cbd57e9d2ff7261a5b88fa37f9401 breeze-icons-5.20.0.tar.xz
233#989a432e49ba31a6315c72774af15791 oxygen-icons5-5.20.0.tar.xz
234fbba353023ee472a93c7335d26d681dd portingAids/kjs-5.20.0.tar.xz
235d7a9c4940be6eca07c8586610e69d586 portingAids/kdelibs4support-5.20.0.tar.xz
236351e8754f3d237aa890a845a6c559093 portingAids/khtml-5.20.0.tar.xz
237c275c599c65bd710499b02b3ed58e79a portingAids/kjsembed-5.20.0.tar.xz
238a4f35a1b78235e0b047937fbd4953eb0 portingAids/kmediaplayer-5.20.0.tar.xz
239ac7a5cd20b06661edf13faad77d4ac89 portingAids/kross-5.20.0.tar.xz
24099fb57dba31fbf6378528ec364e1e579 portingAids/krunner-5.20.0.tar.xz</literal>
241EOF</userinput></screen>
242
243 <para>In the above list, notice that some files have been commented out with
244 a hash (#) character. The extra-cmake-modules entry has been commented out
245 because it was built earlier in the <xref linkend="kde-prereq"/>. The icon
246 packages are covered separately at <xref linkend="breeze-icons"/> and <xref
247 linkend="oxygen-icons5"/>. The modemmanager-qt package may be built if its
248 optional dependency has been installed.</para>
249
250 </sect2>
251
252 <sect2 role="installation">
253 <title>Installation of KDE Frameworks</title>
254
255 &as_root;
256
257 <caution>
258 <para>If inatalling in /opt and there is an existing /opt/kf5 either as a
259 regular directory or a symbolic link, it should be removed (as root):</para>
260
261 <screen><userinput>rm -rf /opt/kf5</userinput></screen>
262 </caution>
263
264 <para>
265 First, start a subshell that will exit on error:
266 </para>
267
268
269<screen><userinput>bash -e</userinput></screen>
270
271 <para>
272 Install all of the packages by running the following
273 commands:
274 </para>
275
276<screen><userinput>while read -r line; do
277
278 # Get the file name, ignoring comments and blank lines
279 if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
280 file=$(echo $line | cut -d" " -f2)
281
282 pkg=$(echo $file|sed 's|^.*/||') # Remove directory
283 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
284
285 tar -xf $file
286 pushd $packagedir
287
288 mkdir build
289 cd build
290
291 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
292 -DCMAKE_PREFIX_PATH=$QT5DIR \
293 -DCMAKE_BUILD_TYPE=Release \
294 -DLIB_INSTALL_DIR=lib \
295 -DBUILD_TESTING=OFF \
296 -Wno-dev ..
297 make
298 as_root make install
299 popd
300
301<!-- some packages end with files owned by root in $packagedir, so use as_root
302 in the following -->
303 as_root rm -rf $packagedir
304 as_root /sbin/ldconfig
305
306done &lt; frameworks-&kf5-version;.md5
307
308exit</userinput></screen>
309
310 <note><para>Any modules that have been omitted can be installed later by
311 using the same mkdir build; cd build; cmake; make; make install procedure
312 as above.</para></note>
313
314 <para>Sometimes the installation paths are hardcoded into installed files.
315 If the installed directory is not /usr, rename the directory and create a
316 symlink:</para>
317
318 <screen><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
319ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
320
321 </sect2>
322
323 <sect2 role="commands">
324 <title>Command Explanations</title>
325
326 <para>
327 <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
328 to allow cmake to find the proper Qt libraries.
329 </para>
330
331 <para>
332 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
333 to apply higher level of the compiler optimizations.
334 </para>
335
336 <para>
337 <parameter>-DLIB_INSTALL_DIR=lib</parameter>: This switch is used
338 to get libraries to install to <filename
339 class="directory">$KF5_PREFIX/lib</filename> instead of <filename
340 class="directory">$KF5_PREFIX/lib64</filename> on a 64 bit system.
341 </para>
342
343 <para>
344 <parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
345 building test programs and libraries that are of no use to an end user.
346 </para>
347
348 </sect2>
349 <sect2 role="content">
350 <title>Contents</title>
351
352 <segmentedlist>
353 <segtitle>Installed Programs</segtitle>
354 <segtitle>Installed Libraries</segtitle>
355 <segtitle>Installed Directories</segtitle>
356
357 <seglistitem>
358 <seg>
359 There are 53 programs installed in /opt/kf5/bin.
360 </seg>
361 <seg>
362 There are too many kf5 libraries (79) to list separately.
363 </seg>
364 <seg>
365 /opt/kf5 (symlink to /opt/kf5-&kf5-version;)
366 </seg>
367 </seglistitem>
368 </segmentedlist>
369
370 <variablelist>
371 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
372 <?dbfo list-presentation="list"?>
373 <?dbhtml list-presentation="table"?>
374
375 <varlistentry id="checkXML5">
376 <term><command>checkXML5</command></term>
377 <listitem>
378 <para>
379 is a tool to check for syntax errors in KDE DocBook XML
380 files.
381 </para>
382 <indexterm zone="kf5-frameworks checkXML5">
383 <primary sortas="b-checkXML5">checkXML5</primary>
384 </indexterm>
385 </listitem>
386 </varlistentry>
387
388 <varlistentry id="depdiagram-generate">
389 <term><command>depdiagram-generate</command></term>
390 <listitem>
391 <para>
392 is a tool to generate a dependency diagram.
393 </para>
394 <indexterm zone="kf5-frameworks depdiagram-generate">
395 <primary sortas="b-depdiagram-generate">depdiagram-generate</primary>
396 </indexterm>
397 </listitem>
398 </varlistentry>
399
400 <varlistentry id="depdiagram-generate-all">
401 <term><command>depdiagram-generate-all</command></term>
402 <listitem>
403 <para>
404 is a tool to generate a dependency diagram for all frameworks at once..
405 </para>
406 <indexterm zone="kf5-frameworks depdiagram-generate-all">
407 <primary sortas="b-depdiagram-generate-all">depdiagram-generate-all</primary>
408 </indexterm>
409 </listitem>
410 </varlistentry>
411
412 <varlistentry id="depdiagram-prepare">
413 <term><command>depdiagram-prepare</command></term>
414 <listitem>
415 <para>
416 is a tool to prepare dot files.
417 </para>
418 <indexterm zone="kf5-frameworks depdiagram-prepare">
419 <primary sortas="b-depdiagram-prepare">depdiagram-prepare</primary>
420 </indexterm>
421 </listitem>
422 </varlistentry>
423
424 <varlistentry id="desktoptojson">
425 <term><command>desktoptojson</command></term>
426 <listitem>
427 <para>
428 is a tool to convert a .desktop file to a .json file.
429 </para>
430 <indexterm zone="kf5-frameworks desktoptojson">
431 <primary sortas="b-desktoptojson">desktoptojson</primary>
432 </indexterm>
433 </listitem>
434 </varlistentry>
435
436 <varlistentry id="kactivitymanagerd">
437 <term><command>kactivitymanagerd</command></term>
438 <listitem>
439 <para>
440 is the KDE Plasma Workspace Activity Manager.
441 </para>
442 <indexterm zone="kf5-frameworks kactivitymanagerd">
443 <primary sortas="b-kactivitymanagerd">kactivitymanagerd</primary>
444 </indexterm>
445 </listitem>
446 </varlistentry>
447
448 <varlistentry id="kbuildsycoca5">
449 <term><command>kbuildsycoca5</command></term>
450 <listitem>
451 <para>
452 rebuilds the KService desktop file system configuration
453 cache.
454 </para>
455 <indexterm zone="kf5-frameworks kbuildsycoca5">
456 <primary sortas="b-kbuildsycoca5">kbuildsycoca5</primary>
457 </indexterm>
458 </listitem>
459 </varlistentry>
460
461 <varlistentry id="kcookiejar5">
462 <term><command>kcookiejar5</command></term>
463 <listitem>
464 <para>
465 is a command line interface to the HTTP cookie store used by KDE,
466 a D-BUS service to store/retrieve/clean cookies.
467 </para>
468 <indexterm zone="kf5-frameworks kcookiejar5">
469 <primary sortas="b-kcookiejar5">kcookiejar5</primary>
470 </indexterm>
471 </listitem>
472 </varlistentry>
473
474 <varlistentry id="kded5">
475 <term><command>kded5</command></term>
476 <listitem>
477 <para>
478 consolidates several small services in one process.
479 </para>
480 <indexterm zone="kf5-frameworks kded5">
481 <primary sortas="b-kded5">kded5</primary>
482 </indexterm>
483 </listitem>
484 </varlistentry>
485
486 <varlistentry id="kdeinit5">
487 <term><command>kdeinit5</command></term>
488 <listitem>
489 <para>
490 is a process launcher somewhat similar to the famous init used
491 for booting UNIX.
492 </para>
493 <indexterm zone="kf5-frameworks kdeinit5">
494 <primary sortas="b-kdeinit5">kdeinit5</primary>
495 </indexterm>
496 </listitem>
497 </varlistentry>
498
499 <varlistentry id="kf5-config">
500 <term><command>kf5-config</command></term>
501 <listitem>
502 <para>
503 is a command line program used to retrieve information about
504 KDE installation or user paths.
505 </para>
506 <indexterm zone="kf5-frameworks kf5-config">
507 <primary sortas="b-kf5-config">kf5-config</primary>
508 </indexterm>
509 </listitem>
510 </varlistentry>
511
512 <varlistentry id="kf5kross">
513 <term><command>kf5kross</command></term>
514 <listitem>
515 <para>
516 executes kross scripts written in KDE Javascript, Python, Ruby,
517 Java and Falcon.
518 </para>
519 <indexterm zone="kf5-frameworks kf5kross">
520 <primary sortas="b-kf5kross">kf5kross</primary>
521 </indexterm>
522 </listitem>
523 </varlistentry>
524
525 <varlistentry id="kgenapidox">
526 <term><command>kgenapidox</command></term>
527 <listitem>
528 <para>
529 is a tool to generate API documentation in the KDE style.
530 </para>
531 <indexterm zone="kf5-frameworks kgenapidox">
532 <primary sortas="b-kgenapidox">kgenapidox</primary>
533 </indexterm>
534 </listitem>
535 </varlistentry>
536
537 <varlistentry id="kgendesignerplugin">
538 <term><command>kgendesignerplugin</command></term>
539 <listitem>
540 <para>
541 generates widget plugins for Qt(TM) Designer.
542 </para>
543 <indexterm zone="kf5-frameworks kgendesignerplugin">
544 <primary sortas="b-kgendesignerplugin">kgendesignerplugin</primary>
545 </indexterm>
546 </listitem>
547 </varlistentry>
548
549 <varlistentry id="kglobalaccel5">
550 <term><command>kglobalaccel5</command></term>
551 <listitem>
552 <para>
553 is a daemon use to register the key bindings and for getting
554 notified when the action triggered.
555 </para>
556 <indexterm zone="kf5-frameworks kglobalaccel5">
557 <primary sortas="b-kglobalaccel5">kglobalaccel5</primary>
558 </indexterm>
559 </listitem>
560 </varlistentry>
561
562 <varlistentry id="kjs5">
563 <term><command>kjs5</command></term>
564 <listitem>
565 <para>
566 is KDE ECMAScript/JavaScript engine.
567 </para>
568 <indexterm zone="kf5-frameworks kjs5">
569 <primary sortas="b-kjs5">kjs5</primary>
570 </indexterm>
571 </listitem>
572 </varlistentry>
573
574 <varlistentry id="kjscmd5">
575 <term><command>kjscmd5</command></term>
576 <listitem>
577 <para>
578 is a tool for launching KJSEmbed scripts from the command line.
579 </para>
580 <indexterm zone="kf5-frameworks kjscmd5">
581 <primary sortas="b-kjscmd5">kjscmd5</primary>
582 </indexterm>
583 </listitem>
584 </varlistentry>
585
586 <varlistentry id="kjsconsole">
587 <term><command>kjsconsole</command></term>
588 <listitem>
589 <para>
590 is a console for <command>kjs5</command>.
591 </para>
592 <indexterm zone="kf5-frameworks kjsconsole">
593 <primary sortas="b-kjsconsole">kjsconsole</primary>
594 </indexterm>
595 </listitem>
596 </varlistentry>
597
598 <varlistentry id="kmailservice5">
599 <term><command>kmailservice5</command></term>
600 <listitem>
601 <para>
602 is a mail service.
603 </para>
604 <indexterm zone="kf5-frameworks kmailservice5">
605 <primary sortas="b-kmailservice5">kmailservice5</primary>
606 </indexterm>
607 </listitem>
608 </varlistentry>
609
610 <varlistentry id="kpackagelauncherqml">
611 <term><command>kpackagelauncherqml</command></term>
612 <listitem>
613 <para>
614 is a commandline tool for launching kpackage QML application
615 </para>
616 <indexterm zone="kf5-frameworks kpackagelauncherqml">
617 <primary sortas="b-kpackagelauncherqml">kpackagelauncherqml</primary>
618 </indexterm>
619 </listitem>
620 </varlistentry>
621
622 <varlistentry id="kpackagetool5">
623 <term><command>kpackagetool5</command></term>
624 <listitem>
625 <para>
626 is a command line kpackage tool.
627 </para>
628 <indexterm zone="kf5-frameworks kpackagetool5">
629 <primary sortas="b-kpackagetool5">kpackagetool5</primary>
630 </indexterm>
631 </listitem>
632 </varlistentry>
633
634 <varlistentry id="kreadconfig5">
635 <term><command>kreadconfig5</command></term>
636 <listitem>
637 <para>
638 is a command line tool to retrieve values from KDE
639 configuration files.
640 </para>
641 <indexterm zone="kf5-frameworks kreadconfig5">
642 <primary sortas="b-kreadconfig5">kreadconfig5</primary>
643 </indexterm>
644 </listitem>
645 </varlistentry>
646
647 <varlistentry id="kshell5">
648 <term><command>kshell5</command></term>
649 <listitem>
650 <para>
651 start applications via kdeinit.
652 </para>
653 <indexterm zone="kf5-frameworks kshell5">
654 <primary sortas="b-kshell5">kshell5</primary>
655 </indexterm>
656 </listitem>
657 </varlistentry>
658
659 <varlistentry id="ktelnetservice5">
660 <term><command>ktelnetservice5</command></term>
661 <listitem>
662 <para>
663 is a telnet service.
664 </para>
665 <indexterm zone="kf5-frameworks ktelnetservice5">
666 <primary sortas="b-ktelnetservice5">ktelnetservice5</primary>
667 </indexterm>
668 </listitem>
669 </varlistentry>
670
671 <varlistentry id="ktrash5">
672 <term><command>ktrash5</command></term>
673 <listitem>
674 <para>
675 is a helper program to handle the KDE trash can.
676 </para>
677 <indexterm zone="kf5-frameworks ktrash5">
678 <primary sortas="b-ktrash5">ktrash5</primary>
679 </indexterm>
680 </listitem>
681 </varlistentry>
682
683 <varlistentry id="kwalletd5">
684 <term><command>kwalletd5</command></term>
685 <listitem>
686 <para>
687 is the wallet manager daemon.
688 </para>
689 <indexterm zone="kf5-frameworks kwalletd5">
690 <primary sortas="b-kwalletd5">kwalletd5</primary>
691 </indexterm>
692 </listitem>
693 </varlistentry>
694
695 <varlistentry id="kwriteconfig5">
696 <term><command>kwriteconfig5</command></term>
697 <listitem>
698 <para>
699 is a command line tool to write values in KDE
700 configuration files.
701 </para>
702 <indexterm zone="kf5-frameworks kwriteconfig5">
703 <primary sortas="b-kwriteconfig5">kwriteconfig5</primary>
704 </indexterm>
705 </listitem>
706 </varlistentry>
707
708 <varlistentry id="meinproc5">
709 <term><command>meinproc5</command></term>
710 <listitem>
711 <para>
712 converts DocBook files to HTML.
713 </para>
714 <indexterm zone="kf5-frameworks meinproc5">
715 <primary sortas="b-meinproc5">meinproc5</primary>
716 </indexterm>
717 </listitem>
718 </varlistentry>
719
720 <varlistentry id="plasmapkg2">
721 <term><command>plasmapkg2</command></term>
722 <listitem>
723 <para>
724 is a tool to install, list, remove Plasma packages
725 </para>
726 <indexterm zone="kf5-frameworks plasmapkg2">
727 <primary sortas="b-plasmapkg2">plasmapkg2</primary>
728 </indexterm>
729 </listitem>
730 </varlistentry>
731
732 <varlistentry id="preparetips5">
733 <term><command>preparetips5</command></term>
734 <listitem>
735 <para>
736 is a script to extract the text from a tips file.
737 </para>
738 <indexterm zone="kf5-frameworks preparetips5">
739 <primary sortas="b-preparetips5">preparetips5</primary>
740 </indexterm>
741 </listitem>
742 </varlistentry>
743
744 <varlistentry id="solid-hardware5">
745 <term><command>solid-hardware5</command></term>
746 <listitem>
747 <para>
748 is a command line tool to investigate available devices.
749 </para>
750 <indexterm zone="kf5-frameworks solid-hardware5">
751 <primary sortas="b-solid-hardware5">solid-hardware5</primary>
752 </indexterm>
753 </listitem>
754 </varlistentry>
755
756 </variablelist>
757
758 </sect2>
759
760</sect1>
761
Note: See TracBrowser for help on using the repository browser.