source: kde/kf5/kf5-frameworks.xml@ a01d308

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 a01d308 was 9d8f0f5, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Fix a circular ENTITY definition

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

  • Property mode set to 100644
File size: 26.8 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 "259 MB">
12 <!ENTITY kf5-buildsize "983 MB (216 MB installed)">
13 <!ENTITY kf5-time "32 SBU">
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 &lfs80_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="qtwebkit5"/>,
77 <xref linkend="phonon"/>,
78 <xref linkend="shared-mime-info"/>,
79 <xref linkend="perl-uri"/>, and
80 <xref linkend="wget"/> (required to download the packages)
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="aspell"/> (Dictionary backend for Sonnet),
86 <xref linkend="avahi"/> (DNS-SD backend for KDNSSD),
87 <xref linkend="libdbusmenu-qt"/> (built with qt5),
88 <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt), and
89 <xref linkend="polkit-qt"/> (Authentication backend for KAuth)
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <xref linkend="bluez"/> (needed to build Bluez-Qt),
95 <xref linkend="ModemManager"/> (needed to build ModemManager-Qt)
96 </para>
97
98 <bridgehead renderas="sect4">Runtime dependency for FrameworkIntegration</bridgehead>
99 <para role="optional">
100 <xref linkend="oxygen-fonts"/> and
101 <xref linkend="noto-fonts"/>
102 </para>
103
104 <bridgehead renderas="sect4">Runtime dependencies for kapidox</bridgehead>
105 <para role="optional">
106 <xref linkend="doxygen"/>,
107 <phrase revision="sysv"><ulink url="https://pypi.python.org/pypi/Jinja2">Jinja2</ulink></phrase>
108 <phrase revision="systemd"><xref linkend="Jinja2"/></phrase>, and
109 <phrase revision="sysv"><ulink url="http://pyyaml.org/">PyYAML</ulink></phrase>
110 <phrase revision="systemd"><xref linkend="PyYAML"/></phrase>
111 </para>
112
113 <bridgehead renderas="sect4">Additional image formats support in KImageFormats</bridgehead>
114 <para role="optional">
115 <xref linkend="jasper"/> and
116 <ulink url="http://www.openexr.com/">OpenEXR</ulink>
117 </para>
118
119 <bridgehead renderas="sect4">Optional dependencies for KIO</bridgehead>
120 <para role="optional">
121 <xref linkend="mitkrb"/>
122 </para>
123
124 <bridgehead renderas="sect4">Optional dependencies for Solid</bridgehead>
125 <para role="optional">
126 <xref linkend="udisks2"/>,
127 <xref linkend="upower"/> and
128 <ulink url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
129 </para>
130
131 <bridgehead renderas="sect4">Optional dependency for KWallet</bridgehead>
132 <para role="optional">
133 <ulink url="&kf5apps-download-http;">gpgmepp</ulink>
134 </para>
135
136 <bridgehead renderas="sect4">Optional dictionary backends for Sonnet</bridgehead>
137 <para role="optional">
138 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> and
139 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
140 </para>
141
142 <bridgehead renderas="sect4">Required dependencies for Prison</bridgehead>
143 <para role="optional"> <!-- Leaving as optional since these are external -->
144 <ulink url="http://libdmtx.sourceforge.net/">Datamatrix</ulink> and
145 <ulink url="http://megaui.net/fukuchi/works/qrencode/index.en.html/">QRencode</ulink>
146 </para>
147
148 <para condition="html" role="usernotes">User Notes:
149 <ulink url="&blfs-wiki;/kf5"/></para>
150
151 <sect2>
152 <title>Downloading KDE Frameworks</title>
153
154 <para>
155 The easiest way to get the KDE Frameworks packages is to use a single
156 <command>wget</command> to fetch them all at once:
157 </para>
158
159<screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
160wget -r -nH -nd -A '*.xz' -np $url</userinput>
161<literal>
162The options used here are:
163 -r recurse through child directories
164 -nH disable generation of host-prefixed directories
165 -nd do not create a hierarchy of directories
166 -A '*.xz' just get the *.xz files
167 -np don't get parent directories</literal></screen>
168
169 </sect2>
170
171 <sect2>
172 <title>Setting Package Order</title>
173
174 <para>
175 The order of building files is important due to internal dependencies.
176 Create the list of files in the proper order as follows:
177 </para>
178
179<screen><userinput>cat &gt; frameworks-&kf5-version;.md5 &lt;&lt; "EOF"
180<literal>64f668aeb0ae98d7a956a3d77ff6b7f5 attica-5.34.0.tar.xz
181#fdbf1beac421ef98c41a3a1a3703fbb4 extra-cmake-modules-5.34.0.tar.xz
1821ed1b8b3928d4cae92e7783be780e2a9 kapidox-5.34.0.tar.xz
1830c7b013cd3f176f25038c002bc706979 karchive-5.34.0.tar.xz
18435a5fa5606b22eda5a885dc479e48e53 kcodecs-5.34.0.tar.xz
18551788f84902358d7840c1d4ed111a80d kconfig-5.34.0.tar.xz
1865b8ee514c5ecbe6febe28af2686566ad kcoreaddons-5.34.0.tar.xz
1875dc198d8d1f6896451b1eaf15a28308f kdbusaddons-5.34.0.tar.xz
18834556a2f5c33bb101c665243a6618f84 kdnssd-5.34.0.tar.xz
18905a622fc98d4f748d5f50d15a579b34d kguiaddons-5.34.0.tar.xz
190314ae60902e4870ae4df51decf4cedf3 ki18n-5.34.0.tar.xz
1913702887f8dd903ee62d51d26da2fbd21 kidletime-5.34.0.tar.xz
1925de2f07b336858195eaa138d2811e8b2 kimageformats-5.34.0.tar.xz
193d5133f83bc354eab9e42fcf588cddbd2 kitemmodels-5.34.0.tar.xz
1940e7b69f9803d63ff5900bea0f101d363 kitemviews-5.34.0.tar.xz
195697f307e0266a54382a5057babda53d6 kplotting-5.34.0.tar.xz
196c38d08ca16a49f43a6be2fd416652277 kwidgetsaddons-5.34.0.tar.xz
197aca305a63b8ae3244d92c394d9d3840e kwindowsystem-5.34.0.tar.xz
19866ed35d3a44b3ae7c04bc740cd553f01 networkmanager-qt-5.34.0.tar.xz
19943050a891de0be5d79ac488e56012398 solid-5.34.0.tar.xz
200320d964229aa783ac1a30670e6a930fe sonnet-5.34.0.tar.xz
201034848d665785ae552a8d9c8acd59725 threadweaver-5.34.0.tar.xz
20280e2d4a4d1657d70ddceb5f354074eb7 kauth-5.34.0.tar.xz
20334b9b0cc3d61210683a872976d27b9c9 kcompletion-5.34.0.tar.xz
20428a6ddd2560e283694ca6e0b97a432fc kcrash-5.34.0.tar.xz
20552df5dd9721be1d372b7a2ce3bd29efc kdoctools-5.34.0.tar.xz
206d921308e25f7a79a88f9bb8fffed8453 kpty-5.34.0.tar.xz
20747cc7f51a7cfa0ef3c193ccbcc045f96 kunitconversion-5.34.0.tar.xz
2087647c86266b61075542b4112e5f21a72 kconfigwidgets-5.34.0.tar.xz
209ab7745b32c5cac8e928c9dc0ad0dde41 kservice-5.34.0.tar.xz
21014ddf20e92da05618d48262b2cfbe6ef kglobalaccel-5.34.0.tar.xz
21106e87a370ff4f231644fcae65a15203e kpackage-5.34.0.tar.xz
212ff57dbae99d31603c36f9b59a2f88780 kdesu-5.34.0.tar.xz
213eb2381de7b6905e7968859258c7d4731 kemoticons-5.34.0.tar.xz
2146fc0cd71f1c331aae78b0c03114958dd kiconthemes-5.34.0.tar.xz
2151c65bee5dfc02d7671228dd90c59e19b kjobwidgets-5.34.0.tar.xz
21675eb11cdce6b623301dc670c3ee31525 knotifications-5.34.0.tar.xz
2177cf308f1e3738ebed99c2ad08245ed6e ktextwidgets-5.34.0.tar.xz
218b05b69a31251aa76c35581475c939cc0 kxmlgui-5.34.0.tar.xz
2191f745c77a2a7285962801a1260f22720 kbookmarks-5.34.0.tar.xz
2208385f1b57b7014be23511383c233da5d kwallet-5.34.0.tar.xz
22149c9c0a0f94cfb301ef92578d888eedd kio-5.34.0.tar.xz
2225b787db5a2ad709fca9ad23319aa3073 kdeclarative-5.34.0.tar.xz
223c1afcc332098a7c0f104629d1f67e4ad kcmutils-5.34.0.tar.xz
224560d1d39a62a016b92554e75c8cf25bf knewstuff-5.34.0.tar.xz
225197162d3e09c27e286ba5ff0cf14a49b frameworkintegration-5.34.0.tar.xz
22602b40f5ac18ebed7afd35e71bd621345 kinit-5.34.0.tar.xz
227a89c130ec60f90d26b44c5c41d8c1e37 knotifyconfig-5.34.0.tar.xz
22884cf7f77790cd8f2de85726fb16a3b73 kparts-5.34.0.tar.xz
22967cc9be7978878d578295a885b9d6737 kactivities-5.34.0.tar.xz
230e2ac1c22569e8f09e7716c92119a6f96 kded-5.34.0.tar.xz
2319eb10b68624a858c0c217364e03a935e kdewebkit-5.34.0.tar.xz
232ab44df7bdffa30c211568bf677456b8e syntax-highlighting-5.34.0.tar.xz
233da4b300b11c309f72484235313a27351 ktexteditor-5.34.0.tar.xz
234760797a5697383a23dc28c043776f6b7 kdesignerplugin-5.34.0.tar.xz
2353e70566a1e059a7885270074e46b35f0 kwayland-5.34.0.tar.xz
236848bae2f46d63821c4fbf846bdd83b0e plasma-framework-5.34.0.tar.xz
237#7a1f0c8875efbbaedfaffe4d6f011524 modemmanager-qt-5.34.0.tar.xz
238b03e735f9113b177a9a840c8910c8e02 kpeople-5.34.0.tar.xz
239354e45b75119676fb673bce110f040cd kxmlrpcclient-5.34.0.tar.xz
240479152445f04a630a23003c736f54914 bluez-qt-5.34.0.tar.xz
241a7341eb3e20f180066470ba38533447c kfilemetadata-5.34.0.tar.xz
2422545137d47bf0545f0b99d73520e65e5 baloo-5.34.0.tar.xz
243#9d13ea7dcd31efb400e2f5a64db48179 breeze-icons-5.34.0.tar.xz
244#0353fbb43ad0892e6f16cca840523493 oxygen-icons5-5.34.0.tar.xz
2458209b9213c04802a99c6e70dbec61054 kactivities-stats-5.34.0.tar.xz
2467c6f7f251f56b74619cf7cb2cfea857d krunner-5.34.0.tar.xz
247#c9bd6c1897c8632b7241293ea1bbb4ab prison-5.34.0.tar.xz
248fae3d8d37d54013e413c9df92df8848f kjs-5.34.0.tar.xz
249ae382b0889fd76f0c28ebed4de08f816 kdelibs4support-5.34.0.tar.xz
2509c698d6d09b31a537ac6cdf31aa90de7 khtml-5.34.0.tar.xz
251b7da8abba8b5e9c9e359d40e73ba3c6f kjsembed-5.34.0.tar.xz
2523d3ff38e82c4ade51ac7045b4bed1196 kmediaplayer-5.34.0.tar.xz
253c211cb58f6c4a6082cb431fa536229dd kross-5.34.0.tar.xz</literal>
254EOF</userinput></screen>
255
256 <para>In the above list, notice that some files have been commented out with
257 a hash (#) character. The extra-cmake-modules entry has been commented out
258 because it was built earlier in the <xref linkend="kde-prereq"/>. The icon
259 packages are covered separately at <xref linkend="breeze-icons"/> and <xref
260 linkend="oxygen-icons5"/>. The modemmanager-qt package may be built if its
261 optional dependency has been installed. The prison package (bar code reader)
262 may be built if the required external libraries are installed.</para>
263
264 </sect2>
265
266 <sect2 role="installation">
267 <title>Installation of KDE Frameworks</title>
268
269 &as_root;
270
271 <caution>
272
273 <para>If installing in /opt and there is an existing /opt/kf5 either as a
274 regular directory or a symbolic link, it should be reinitialized (as
275 root):</para>
276
277 <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5.old &amp;&amp;
278install -v -dm755 $KF5_PREFIX/{etc,share} &amp;&amp;
279ln -sfv /etc/dbus-1 $KF5_PREFIX/etc &amp;&amp;
280ln -sfv /usr/share/dbus-1 $KF5_PREFIX/share</userinput></screen>
281 </caution>
282
283 <para>
284 First, start a subshell that will exit on error:
285 </para>
286
287
288<screen><userinput>bash -e</userinput></screen>
289
290 <para>
291 Install all of the packages by running the following
292 commands:
293 </para>
294
295<screen><userinput>while read -r line; do
296
297 # Get the file name, ignoring comments and blank lines
298 if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
299 file=$(echo $line | cut -d" " -f2)
300
301 pkg=$(echo $file|sed 's|^.*/||') # Remove directory
302 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
303
304 tar -xf $file
305 pushd $packagedir
306
307 mkdir build
308 cd build
309
310 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
311 -DCMAKE_PREFIX_PATH=$QT5DIR \
312 -DCMAKE_BUILD_TYPE=Release \
313 -DBUILD_TESTING=OFF \
314 -Wno-dev ..
315 make
316 as_root make install
317 popd
318
319<!-- some packages end with files owned by root in $packagedir, so use as_root
320 in the following -->
321 as_root rm -rf $packagedir
322 as_root /sbin/ldconfig
323
324done &lt; frameworks-&kf5-version;.md5
325
326exit</userinput></screen>
327
328 <note><para>Any modules that have been omitted can be installed later by
329 using the same mkdir build; cd build; cmake; make; make install procedure
330 as above.</para></note>
331
332 <para>Sometimes the installation paths are hardcoded into installed files.
333 If the installed directory is not /usr, rename the directory and create a
334 symlink:</para>
335
336 <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
337ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
338
339 </sect2>
340
341 <sect2 role="commands">
342 <title>Command Explanations</title>
343
344 <para>
345 <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
346 to allow cmake to find the proper Qt libraries.
347 </para>
348
349 <para>
350 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
351 to apply higher level of the compiler optimizations.
352 </para>
353
354 <para>
355 <parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
356 building test programs and libraries that are of no use to an end user.
357 </para>
358
359 </sect2>
360 <sect2 role="content">
361 <title>Contents</title>
362
363 <segmentedlist>
364 <segtitle>Installed Programs</segtitle>
365 <segtitle>Installed Libraries</segtitle>
366 <segtitle>Installed Directories</segtitle>
367
368 <seglistitem>
369 <seg>
370 There are 48 programs installed in /opt/kf5/bin.
371 </seg>
372 <seg>
373 There are too many kf5 libraries (191) to list separately.
374 </seg>
375 <seg>
376 /opt/kf5 (symlink to /opt/kf5-&kf5-version;)
377 </seg>
378 </seglistitem>
379 </segmentedlist>
380
381 <variablelist>
382 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
383 <?dbfo list-presentation="list"?>
384 <?dbhtml list-presentation="table"?>
385
386 <varlistentry id="checkXML5">
387 <term><command>checkXML5</command></term>
388 <listitem>
389 <para>
390 is a tool to check for syntax errors in KDE DocBook XML
391 files.
392 </para>
393 <indexterm zone="kf5-frameworks checkXML5">
394 <primary sortas="b-checkXML5">checkXML5</primary>
395 </indexterm>
396 </listitem>
397 </varlistentry>
398
399 <varlistentry id="depdiagram-generate">
400 <term><command>depdiagram-generate</command></term>
401 <listitem>
402 <para>
403 is a tool to generate a dependency diagram.
404 </para>
405 <indexterm zone="kf5-frameworks depdiagram-generate">
406 <primary sortas="b-depdiagram-generate">depdiagram-generate</primary>
407 </indexterm>
408 </listitem>
409 </varlistentry>
410
411 <varlistentry id="depdiagram-generate-all">
412 <term><command>depdiagram-generate-all</command></term>
413 <listitem>
414 <para>
415 is a tool to generate a dependency diagram for all frameworks at once..
416 </para>
417 <indexterm zone="kf5-frameworks depdiagram-generate-all">
418 <primary sortas="b-depdiagram-generate-all">depdiagram-generate-all</primary>
419 </indexterm>
420 </listitem>
421 </varlistentry>
422
423 <varlistentry id="depdiagram-prepare">
424 <term><command>depdiagram-prepare</command></term>
425 <listitem>
426 <para>
427 is a tool to prepare dot files.
428 </para>
429 <indexterm zone="kf5-frameworks depdiagram-prepare">
430 <primary sortas="b-depdiagram-prepare">depdiagram-prepare</primary>
431 </indexterm>
432 </listitem>
433 </varlistentry>
434
435 <varlistentry id="desktoptojson">
436 <term><command>desktoptojson</command></term>
437 <listitem>
438 <para>
439 is a tool to convert a .desktop file to a .json file.
440 </para>
441 <indexterm zone="kf5-frameworks desktoptojson">
442 <primary sortas="b-desktoptojson">desktoptojson</primary>
443 </indexterm>
444 </listitem>
445 </varlistentry>
446
447 <varlistentry id="kactivitymanagerd">
448 <term><command>kactivitymanagerd</command></term>
449 <listitem>
450 <para>
451 is the KDE Plasma Workspace Activity Manager.
452 </para>
453 <indexterm zone="kf5-frameworks kactivitymanagerd">
454 <primary sortas="b-kactivitymanagerd">kactivitymanagerd</primary>
455 </indexterm>
456 </listitem>
457 </varlistentry>
458
459 <varlistentry id="kbuildsycoca5">
460 <term><command>kbuildsycoca5</command></term>
461 <listitem>
462 <para>
463 rebuilds the KService desktop file system configuration
464 cache.
465 </para>
466 <indexterm zone="kf5-frameworks kbuildsycoca5">
467 <primary sortas="b-kbuildsycoca5">kbuildsycoca5</primary>
468 </indexterm>
469 </listitem>
470 </varlistentry>
471
472 <varlistentry id="kcookiejar5">
473 <term><command>kcookiejar5</command></term>
474 <listitem>
475 <para>
476 is a command line interface to the HTTP cookie store used by KDE,
477 a D-BUS service to store/retrieve/clean cookies.
478 </para>
479 <indexterm zone="kf5-frameworks kcookiejar5">
480 <primary sortas="b-kcookiejar5">kcookiejar5</primary>
481 </indexterm>
482 </listitem>
483 </varlistentry>
484
485 <varlistentry id="kded5">
486 <term><command>kded5</command></term>
487 <listitem>
488 <para>
489 consolidates several small services in one process.
490 </para>
491 <indexterm zone="kf5-frameworks kded5">
492 <primary sortas="b-kded5">kded5</primary>
493 </indexterm>
494 </listitem>
495 </varlistentry>
496
497 <varlistentry id="kdeinit5">
498 <term><command>kdeinit5</command></term>
499 <listitem>
500 <para>
501 is a process launcher somewhat similar to the famous init used
502 for booting UNIX.
503 </para>
504 <indexterm zone="kf5-frameworks kdeinit5">
505 <primary sortas="b-kdeinit5">kdeinit5</primary>
506 </indexterm>
507 </listitem>
508 </varlistentry>
509
510 <varlistentry id="kf5-config">
511 <term><command>kf5-config</command></term>
512 <listitem>
513 <para>
514 is a command line program used to retrieve information about
515 KDE installation or user paths.
516 </para>
517 <indexterm zone="kf5-frameworks kf5-config">
518 <primary sortas="b-kf5-config">kf5-config</primary>
519 </indexterm>
520 </listitem>
521 </varlistentry>
522
523 <varlistentry id="kf5kross">
524 <term><command>kf5kross</command></term>
525 <listitem>
526 <para>
527 executes kross scripts written in KDE Javascript, Python, Ruby,
528 Java and Falcon.
529 </para>
530 <indexterm zone="kf5-frameworks kf5kross">
531 <primary sortas="b-kf5kross">kf5kross</primary>
532 </indexterm>
533 </listitem>
534 </varlistentry>
535
536 <varlistentry id="kgenapidox">
537 <term><command>kgenapidox</command></term>
538 <listitem>
539 <para>
540 is a tool to generate API documentation in the KDE style.
541 </para>
542 <indexterm zone="kf5-frameworks kgenapidox">
543 <primary sortas="b-kgenapidox">kgenapidox</primary>
544 </indexterm>
545 </listitem>
546 </varlistentry>
547
548 <varlistentry id="kgendesignerplugin">
549 <term><command>kgendesignerplugin</command></term>
550 <listitem>
551 <para>
552 generates widget plugins for Qt(TM) Designer.
553 </para>
554 <indexterm zone="kf5-frameworks kgendesignerplugin">
555 <primary sortas="b-kgendesignerplugin">kgendesignerplugin</primary>
556 </indexterm>
557 </listitem>
558 </varlistentry>
559
560 <varlistentry id="kglobalaccel5">
561 <term><command>kglobalaccel5</command></term>
562 <listitem>
563 <para>
564 is a daemon use to register the key bindings and for getting
565 notified when the action triggered.
566 </para>
567 <indexterm zone="kf5-frameworks kglobalaccel5">
568 <primary sortas="b-kglobalaccel5">kglobalaccel5</primary>
569 </indexterm>
570 </listitem>
571 </varlistentry>
572
573 <varlistentry id="kjs5">
574 <term><command>kjs5</command></term>
575 <listitem>
576 <para>
577 is KDE ECMAScript/JavaScript engine.
578 </para>
579 <indexterm zone="kf5-frameworks kjs5">
580 <primary sortas="b-kjs5">kjs5</primary>
581 </indexterm>
582 </listitem>
583 </varlistentry>
584
585 <varlistentry id="kjscmd5">
586 <term><command>kjscmd5</command></term>
587 <listitem>
588 <para>
589 is a tool for launching KJSEmbed scripts from the command line.
590 </para>
591 <indexterm zone="kf5-frameworks kjscmd5">
592 <primary sortas="b-kjscmd5">kjscmd5</primary>
593 </indexterm>
594 </listitem>
595 </varlistentry>
596
597 <varlistentry id="kjsconsole">
598 <term><command>kjsconsole</command></term>
599 <listitem>
600 <para>
601 is a console for <command>kjs5</command>.
602 </para>
603 <indexterm zone="kf5-frameworks kjsconsole">
604 <primary sortas="b-kjsconsole">kjsconsole</primary>
605 </indexterm>
606 </listitem>
607 </varlistentry>
608
609 <varlistentry id="kmailservice5">
610 <term><command>kmailservice5</command></term>
611 <listitem>
612 <para>
613 is a mail service.
614 </para>
615 <indexterm zone="kf5-frameworks kmailservice5">
616 <primary sortas="b-kmailservice5">kmailservice5</primary>
617 </indexterm>
618 </listitem>
619 </varlistentry>
620
621 <varlistentry id="kpackagelauncherqml">
622 <term><command>kpackagelauncherqml</command></term>
623 <listitem>
624 <para>
625 is a commandline tool for launching kpackage QML application
626 </para>
627 <indexterm zone="kf5-frameworks kpackagelauncherqml">
628 <primary sortas="b-kpackagelauncherqml">kpackagelauncherqml</primary>
629 </indexterm>
630 </listitem>
631 </varlistentry>
632
633 <varlistentry id="kpackagetool5">
634 <term><command>kpackagetool5</command></term>
635 <listitem>
636 <para>
637 is a command line kpackage tool.
638 </para>
639 <indexterm zone="kf5-frameworks kpackagetool5">
640 <primary sortas="b-kpackagetool5">kpackagetool5</primary>
641 </indexterm>
642 </listitem>
643 </varlistentry>
644
645 <varlistentry id="kreadconfig5">
646 <term><command>kreadconfig5</command></term>
647 <listitem>
648 <para>
649 is a command line tool to retrieve values from KDE
650 configuration files.
651 </para>
652 <indexterm zone="kf5-frameworks kreadconfig5">
653 <primary sortas="b-kreadconfig5">kreadconfig5</primary>
654 </indexterm>
655 </listitem>
656 </varlistentry>
657
658 <varlistentry id="kshell5">
659 <term><command>kshell5</command></term>
660 <listitem>
661 <para>
662 start applications via kdeinit.
663 </para>
664 <indexterm zone="kf5-frameworks kshell5">
665 <primary sortas="b-kshell5">kshell5</primary>
666 </indexterm>
667 </listitem>
668 </varlistentry>
669
670 <varlistentry id="ktelnetservice5">
671 <term><command>ktelnetservice5</command></term>
672 <listitem>
673 <para>
674 is a telnet service.
675 </para>
676 <indexterm zone="kf5-frameworks ktelnetservice5">
677 <primary sortas="b-ktelnetservice5">ktelnetservice5</primary>
678 </indexterm>
679 </listitem>
680 </varlistentry>
681
682 <varlistentry id="ktrash5">
683 <term><command>ktrash5</command></term>
684 <listitem>
685 <para>
686 is a helper program to handle the KDE trash can.
687 </para>
688 <indexterm zone="kf5-frameworks ktrash5">
689 <primary sortas="b-ktrash5">ktrash5</primary>
690 </indexterm>
691 </listitem>
692 </varlistentry>
693
694 <varlistentry id="kwalletd5">
695 <term><command>kwalletd5</command></term>
696 <listitem>
697 <para>
698 is the wallet manager daemon.
699 </para>
700 <indexterm zone="kf5-frameworks kwalletd5">
701 <primary sortas="b-kwalletd5">kwalletd5</primary>
702 </indexterm>
703 </listitem>
704 </varlistentry>
705
706 <varlistentry id="kwriteconfig5">
707 <term><command>kwriteconfig5</command></term>
708 <listitem>
709 <para>
710 is a command line tool to write values in KDE
711 configuration files.
712 </para>
713 <indexterm zone="kf5-frameworks kwriteconfig5">
714 <primary sortas="b-kwriteconfig5">kwriteconfig5</primary>
715 </indexterm>
716 </listitem>
717 </varlistentry>
718
719 <varlistentry id="meinproc5">
720 <term><command>meinproc5</command></term>
721 <listitem>
722 <para>
723 converts DocBook files to HTML.
724 </para>
725 <indexterm zone="kf5-frameworks meinproc5">
726 <primary sortas="b-meinproc5">meinproc5</primary>
727 </indexterm>
728 </listitem>
729 </varlistentry>
730
731 <varlistentry id="plasmapkg2">
732 <term><command>plasmapkg2</command></term>
733 <listitem>
734 <para>
735 is a tool to install, list, remove Plasma packages
736 </para>
737 <indexterm zone="kf5-frameworks plasmapkg2">
738 <primary sortas="b-plasmapkg2">plasmapkg2</primary>
739 </indexterm>
740 </listitem>
741 </varlistentry>
742
743 <varlistentry id="preparetips5">
744 <term><command>preparetips5</command></term>
745 <listitem>
746 <para>
747 is a script to extract the text from a tips file.
748 </para>
749 <indexterm zone="kf5-frameworks preparetips5">
750 <primary sortas="b-preparetips5">preparetips5</primary>
751 </indexterm>
752 </listitem>
753 </varlistentry>
754
755 <varlistentry id="solid-hardware5">
756 <term><command>solid-hardware5</command></term>
757 <listitem>
758 <para>
759 is a command line tool to investigate available devices.
760 </para>
761 <indexterm zone="kf5-frameworks solid-hardware5">
762 <primary sortas="b-solid-hardware5">solid-hardware5</primary>
763 </indexterm>
764 </listitem>
765 </varlistentry>
766
767 </variablelist>
768
769 </sect2>
770
771</sect1>
772
Note: See TracBrowser for help on using the repository browser.