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

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

Update to gnupg-2.1.16.
Update to gpgme-1.8.0.
Update to npth-1.3.
Update to pinentry-1.0.0.
Update some package titles to be the same as the tarball name.
Reorder the kf5 build order.

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

  • Property mode set to 100644
File size: 26.5 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 "328 MB">
11 <!ENTITY kf5-buildsize "2.2 GB">
12 <!ENTITY kf5-time "44 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 &lfs7a_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"/>,
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 <xref linkend="ModemManager"/> (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 <phrase revision="sysv"><ulink url="https://pypi.python.org/pypi/Jinja2">Jinja2</ulink></phrase>
107 <phrase revision="systemd"><xref linkend="Jinja2"/></phrase>, and
108 <phrase revision="sysv"><ulink url="http://pyyaml.org/">PyYAML</ulink></phrase>
109 <phrase revision="systemd"><xref linkend="PyYAML"/></phrase>
110 </para>
111
112 <bridgehead renderas="sect4">Additional image formats support in KImageFormats</bridgehead>
113 <para role="optional">
114 <xref linkend="jasper"/> and
115 <ulink url="http://www.openexr.com/">OpenEXR</ulink>
116 </para>
117
118 <bridgehead renderas="sect4">Optional dependencies for KIO</bridgehead>
119 <para role="optional">
120 <xref linkend="mitkrb"/>
121 </para>
122
123 <bridgehead renderas="sect4">Optional dependencies for Solid</bridgehead>
124 <para role="optional">
125 <xref linkend="udisks2"/>,
126 <xref linkend="upower"/> and
127 <ulink url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
128 </para>
129
130 <bridgehead renderas="sect4">Optional dependency for KWallet</bridgehead>
131 <para role="optional">
132 <ulink url="&kf5apps-download-http;">gpgmepp</ulink>
133 </para>
134
135 <bridgehead renderas="sect4">Optional dictionary backends for Sonnet</bridgehead>
136 <para role="optional">
137 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> and
138 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
139 </para>
140
141 <para condition="html" role="usernotes">User Notes:
142 <ulink url="&blfs-wiki;/kf5"/></para>
143
144 <sect2>
145 <title>Downloading KDE Frameworks</title>
146
147 <para>
148 The easiest way to get the KDE Frameworks packages is to use a single
149 <command>wget</command> to fetch them all at once:
150 </para>
151
152<screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
153wget -r -nH --cut-dirs=3 -A '*.xz' -np $url</userinput>
154<literal>
155The options used here are:
156 -r recurse through child directories
157 -nH disable generation of host-prefixed directories
158 --cut-dirs=3 remove three levels of directories when saving
159 -A '*.xz' just get the *.xz files
160 -np don't get parent directories</literal></screen>
161
162 </sect2>
163
164 <sect2>
165 <title>Setting Package Order</title>
166
167 <para>
168 The order of building files is important due to internal dependencies.
169 Create the list of files in the proper order as follows:
170 </para>
171
172<screen><userinput>cat &gt; frameworks-&kf5-version;.md5 &lt;&lt; "EOF"
173<literal>57747b2044d294410d3234b38ba024bd attica-5.28.0.tar.xz
174#c8b07337cc3c72a55ec40267f1b3eec4 extra-cmake-modules-5.28.0.tar.xz
17518519cc78af2bec9be69fbb885a52c22 kapidox-5.28.0.tar.xz
176e11421e5fbc0bd4aa768a453721bef2e karchive-5.28.0.tar.xz
17723ef0ce233866abda9cfbcf5f3de4f6e kcodecs-5.28.0.tar.xz
178bbc99940debba203c8d7ddb8a82ce95b kconfig-5.28.0.tar.xz
17992547554a46ca8b301a8a357ae466eab kcoreaddons-5.28.0.tar.xz
180a3fd10031c5b2a27da76c2c8c07be13e kdbusaddons-5.28.0.tar.xz
181c682939017dc4ad5dee2b3e362d40fa0 kdnssd-5.28.0.tar.xz
1824e6f0bb250b6a10317358696c1897c78 kguiaddons-5.28.0.tar.xz
1830c11fcadac974232c92121a3ae26347b ki18n-5.28.0.tar.xz
184f915c788749b3e29b5aae15504beac78 kidletime-5.28.0.tar.xz
1852ca4e62b2847035a719ff1d2393d65c6 kimageformats-5.28.0.tar.xz
1866b6e6b459ff1f2599c30e1e92bc86b6d kitemmodels-5.28.0.tar.xz
187d87fdc67fa7e2f6b63c6303974b27eab kitemviews-5.28.0.tar.xz
18876f2b7deac266b598d8c3b52cb4274c5 kplotting-5.28.0.tar.xz
189c2e8cf3ca4029548c0e65142d8e8ec2f kwidgetsaddons-5.28.0.tar.xz
1909ec46f4818ca71f3bfe37251f66613a9 kwindowsystem-5.28.0.tar.xz
191e1f4551e57a2636bca36e9c5b747028d networkmanager-qt-5.28.0.tar.xz
1922ff51f7f1b907415dac7022327d04b70 solid-5.28.0.tar.xz
1939fe51016d7879cb8fac5fe374491a561 sonnet-5.28.0.tar.xz
194947893f8fa572b0d4686958517d5696f threadweaver-5.28.0.tar.xz
1957d29a6ce7088215457f2eb0bba7ae616 kauth-5.28.0.tar.xz
1960e27db4101ee49f41334c25ad35fd22c kcompletion-5.28.0.tar.xz
1976950db605ea79a079c6e062547c7d74b kcrash-5.28.0.tar.xz
198dfbfce2f5cf2c395600d7e4c34f775dc kdoctools-5.28.0.tar.xz
1998867250588914f30d08b7482239647d1 kpty-5.28.0.tar.xz
200b169ee8a9a459341dc592787d2c47b04 kunitconversion-5.28.0.tar.xz
201ae734430daf80eb0b3fefcc83668e2f2 kconfigwidgets-5.28.0.tar.xz
202a5206a772b64c9031a2e6bf5b4cfe5de kservice-5.28.0.tar.xz
203937e93a265ed45d1142f2878ce7d539d kglobalaccel-5.28.0.tar.xz
204ee7f38c05409f05eb8a4b05c1777d4a4 kpackage-5.28.0.tar.xz
2052c5f01bcaf40e3fe62144721f40f55c1 kdesu-5.28.0.tar.xz
206c6330f659f9c70c0c2ed139d07564dc8 kemoticons-5.28.0.tar.xz
20737cb76fc6c41c66e90316b1e8caf3420 kiconthemes-5.28.0.tar.xz
20849a2be90d1e79e4c69863e882b2dea76 kjobwidgets-5.28.0.tar.xz
209e5664b3118e4a3e706e9863fdc7e86cf knotifications-5.28.0.tar.xz
2100263527d48768ed6d242f741f00eddea ktextwidgets-5.28.0.tar.xz
211409f1ea7882344b2f22ebc67150f91dd kwallet-5.28.0.tar.xz
212db6f2ad7f6435605ea04f08bead9e4b3 kxmlgui-5.28.0.tar.xz
213ebdfa33e711f88b59a38a988a120b1e4 kbookmarks-5.28.0.tar.xz
214eae12791a2c172e04287c24ad47c05f5 kio-5.28.0.tar.xz
215c6f5b591df46378194123dd23c7ee626 kdeclarative-5.28.0.tar.xz
2165cd7908f7bb316f6c41bf42dfaa33c76 kcmutils-5.28.0.tar.xz
217ad82fe1bf8a777995af773eb813cfdb1 frameworkintegration-5.28.0.tar.xz
218dea7beb4a98462d0098e7abd6397264f kinit-5.28.0.tar.xz
2196a52503325bd02c8b5759e24a829d1bc knewstuff-5.28.0.tar.xz
220e70723b9d5a8d44a7cf9df629112099d knotifyconfig-5.28.0.tar.xz
2211fe64f811249d9189fa035eeb2f72d4f kparts-5.28.0.tar.xz
222bf9d06919523c93f10543d89f9e40d4d kactivities-5.28.0.tar.xz
223914e57ee540bf2e154cdc86f962b50ad kded-5.28.0.tar.xz
2249fc835dfc5aa9e1d8e79d10d1e2a2e10 kdewebkit-5.28.0.tar.xz
2257d524ba30f518a0937c3912475a59a13 ktexteditor-5.28.0.tar.xz
226ba8603c7f6f3b3290e19f1f5d3fb3e8c kdesignerplugin-5.28.0.tar.xz
227dfa9a794aea1104bb45e17f229b2da8e kwayland-5.28.0.tar.xz
228bf213e3cf7628b9433cd21bd47c08d8d plasma-framework-5.28.0.tar.xz
229#4c261149dd6b42f7f7af1ae13576e99b modemmanager-qt-5.28.0.tar.xz
2302eeadc20378d5e90ae61721b5faa8af4 kpeople-5.28.0.tar.xz
2314b51b6442c81cf610e3ddab33033ae16 kxmlrpcclient-5.28.0.tar.xz
2328b1e8d615428497ccc90ab7895fb0194 bluez-qt-5.28.0.tar.xz
233124115109c5e82c6e2c232c844dc7bf5 kfilemetadata-5.28.0.tar.xz
2347ceec01ddeb987823d5db21afde266d6 baloo-5.28.0.tar.xz
235#6087ef0e0e6612a1ca978c4ba924a4f4 breeze-icons-5.28.0.tar.xz
236#37af44082edb2f1e6151a72d69308485 oxygen-icons5-5.28.0.tar.xz
2371285ab8095ca21aa0f7f6a5dade6c1c5 kactivities-stats-5.28.0.tar.xz
2380c44e78e610504ee8b2f2e5f040c602c krunner-5.28.0.tar.xz
23968221bafb3e5dbf04be6317526d18d2d syntax-highlighting-5.28.0.tar.xz
2402d3a4679fe09493144e06abb3b77631d portingAids/kjs-5.28.0.tar.xz
2415b75e4d1de4864bdc5464c1f843042a9 portingAids/kdelibs4support-5.28.0.tar.xz
2423a2b83c7a996db14c68cd6f6fabfbeec portingAids/khtml-5.28.0.tar.xz
243eb6283b11c71a07ecce53cdeb0fa2c93 portingAids/kjsembed-5.28.0.tar.xz
2445ae765c335601507361119f924f57fe2 portingAids/kmediaplayer-5.28.0.tar.xz
24562a01fce03cb3ef36a39719ab86709e9 portingAids/kross-5.28.0.tar.xz</literal>
246EOF</userinput></screen>
247
248 <para>In the above list, notice that some files have been commented out with
249 a hash (#) character. The extra-cmake-modules entry has been commented out
250 because it was built earlier in the <xref linkend="kde-prereq"/>. The icon
251 packages are covered separately at <xref linkend="breeze-icons"/> and <xref
252 linkend="oxygen-icons5"/>. The modemmanager-qt package may be built if its
253 optional dependency has been installed.</para>
254
255 </sect2>
256
257 <sect2 role="installation">
258 <title>Installation of KDE Frameworks</title>
259
260 &as_root;
261
262 <caution>
263 <para>If inatalling in /opt and there is an existing /opt/kf5 either as a
264 regular directory or a symbolic link, it should be removed (as root):</para>
265
266 <screen><userinput>rm -rf /opt/kf5</userinput></screen>
267 </caution>
268
269 <para>
270 First, start a subshell that will exit on error:
271 </para>
272
273
274<screen><userinput>bash -e</userinput></screen>
275
276 <para>
277 Install all of the packages by running the following
278 commands:
279 </para>
280
281<screen><userinput>while read -r line; do
282
283 # Get the file name, ignoring comments and blank lines
284 if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
285 file=$(echo $line | cut -d" " -f2)
286
287 pkg=$(echo $file|sed 's|^.*/||') # Remove directory
288 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
289
290 tar -xf $file
291 pushd $packagedir
292
293 mkdir build
294 cd build
295
296 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
297 -DCMAKE_PREFIX_PATH=$QT5DIR \
298 -DCMAKE_BUILD_TYPE=Release \
299 -DLIB_INSTALL_DIR=lib \
300 -DBUILD_TESTING=OFF \
301 -Wno-dev ..
302 make
303 as_root make install
304 popd
305
306<!-- some packages end with files owned by root in $packagedir, so use as_root
307 in the following -->
308 as_root rm -rf $packagedir
309 as_root /sbin/ldconfig
310
311done &lt; frameworks-&kf5-version;.md5
312
313exit</userinput></screen>
314
315 <note><para>Any modules that have been omitted can be installed later by
316 using the same mkdir build; cd build; cmake; make; make install procedure
317 as above.</para></note>
318
319 <para>Sometimes the installation paths are hardcoded into installed files.
320 If the installed directory is not /usr, rename the directory and create a
321 symlink:</para>
322
323 <screen><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
324ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
325
326 </sect2>
327
328 <sect2 role="commands">
329 <title>Command Explanations</title>
330
331 <para>
332 <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
333 to allow cmake to find the proper Qt libraries.
334 </para>
335
336 <para>
337 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
338 to apply higher level of the compiler optimizations.
339 </para>
340
341 <para>
342 <parameter>-DLIB_INSTALL_DIR=lib</parameter>: This switch is used
343 to get libraries to install to <filename
344 class="directory">$KF5_PREFIX/lib</filename> instead of <filename
345 class="directory">$KF5_PREFIX/lib64</filename> on a 64 bit system.
346 </para>
347
348 <para>
349 <parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
350 building test programs and libraries that are of no use to an end user.
351 </para>
352
353 </sect2>
354 <sect2 role="content">
355 <title>Contents</title>
356
357 <segmentedlist>
358 <segtitle>Installed Programs</segtitle>
359 <segtitle>Installed Libraries</segtitle>
360 <segtitle>Installed Directories</segtitle>
361
362 <seglistitem>
363 <seg>
364 There are 53 programs installed in /opt/kf5/bin.
365 </seg>
366 <seg>
367 There are too many kf5 libraries (79) to list separately.
368 </seg>
369 <seg>
370 /opt/kf5 (symlink to /opt/kf5-&kf5-version;)
371 </seg>
372 </seglistitem>
373 </segmentedlist>
374
375 <variablelist>
376 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
377 <?dbfo list-presentation="list"?>
378 <?dbhtml list-presentation="table"?>
379
380 <varlistentry id="checkXML5">
381 <term><command>checkXML5</command></term>
382 <listitem>
383 <para>
384 is a tool to check for syntax errors in KDE DocBook XML
385 files.
386 </para>
387 <indexterm zone="kf5-frameworks checkXML5">
388 <primary sortas="b-checkXML5">checkXML5</primary>
389 </indexterm>
390 </listitem>
391 </varlistentry>
392
393 <varlistentry id="depdiagram-generate">
394 <term><command>depdiagram-generate</command></term>
395 <listitem>
396 <para>
397 is a tool to generate a dependency diagram.
398 </para>
399 <indexterm zone="kf5-frameworks depdiagram-generate">
400 <primary sortas="b-depdiagram-generate">depdiagram-generate</primary>
401 </indexterm>
402 </listitem>
403 </varlistentry>
404
405 <varlistentry id="depdiagram-generate-all">
406 <term><command>depdiagram-generate-all</command></term>
407 <listitem>
408 <para>
409 is a tool to generate a dependency diagram for all frameworks at once..
410 </para>
411 <indexterm zone="kf5-frameworks depdiagram-generate-all">
412 <primary sortas="b-depdiagram-generate-all">depdiagram-generate-all</primary>
413 </indexterm>
414 </listitem>
415 </varlistentry>
416
417 <varlistentry id="depdiagram-prepare">
418 <term><command>depdiagram-prepare</command></term>
419 <listitem>
420 <para>
421 is a tool to prepare dot files.
422 </para>
423 <indexterm zone="kf5-frameworks depdiagram-prepare">
424 <primary sortas="b-depdiagram-prepare">depdiagram-prepare</primary>
425 </indexterm>
426 </listitem>
427 </varlistentry>
428
429 <varlistentry id="desktoptojson">
430 <term><command>desktoptojson</command></term>
431 <listitem>
432 <para>
433 is a tool to convert a .desktop file to a .json file.
434 </para>
435 <indexterm zone="kf5-frameworks desktoptojson">
436 <primary sortas="b-desktoptojson">desktoptojson</primary>
437 </indexterm>
438 </listitem>
439 </varlistentry>
440
441 <varlistentry id="kactivitymanagerd">
442 <term><command>kactivitymanagerd</command></term>
443 <listitem>
444 <para>
445 is the KDE Plasma Workspace Activity Manager.
446 </para>
447 <indexterm zone="kf5-frameworks kactivitymanagerd">
448 <primary sortas="b-kactivitymanagerd">kactivitymanagerd</primary>
449 </indexterm>
450 </listitem>
451 </varlistentry>
452
453 <varlistentry id="kbuildsycoca5">
454 <term><command>kbuildsycoca5</command></term>
455 <listitem>
456 <para>
457 rebuilds the KService desktop file system configuration
458 cache.
459 </para>
460 <indexterm zone="kf5-frameworks kbuildsycoca5">
461 <primary sortas="b-kbuildsycoca5">kbuildsycoca5</primary>
462 </indexterm>
463 </listitem>
464 </varlistentry>
465
466 <varlistentry id="kcookiejar5">
467 <term><command>kcookiejar5</command></term>
468 <listitem>
469 <para>
470 is a command line interface to the HTTP cookie store used by KDE,
471 a D-BUS service to store/retrieve/clean cookies.
472 </para>
473 <indexterm zone="kf5-frameworks kcookiejar5">
474 <primary sortas="b-kcookiejar5">kcookiejar5</primary>
475 </indexterm>
476 </listitem>
477 </varlistentry>
478
479 <varlistentry id="kded5">
480 <term><command>kded5</command></term>
481 <listitem>
482 <para>
483 consolidates several small services in one process.
484 </para>
485 <indexterm zone="kf5-frameworks kded5">
486 <primary sortas="b-kded5">kded5</primary>
487 </indexterm>
488 </listitem>
489 </varlistentry>
490
491 <varlistentry id="kdeinit5">
492 <term><command>kdeinit5</command></term>
493 <listitem>
494 <para>
495 is a process launcher somewhat similar to the famous init used
496 for booting UNIX.
497 </para>
498 <indexterm zone="kf5-frameworks kdeinit5">
499 <primary sortas="b-kdeinit5">kdeinit5</primary>
500 </indexterm>
501 </listitem>
502 </varlistentry>
503
504 <varlistentry id="kf5-config">
505 <term><command>kf5-config</command></term>
506 <listitem>
507 <para>
508 is a command line program used to retrieve information about
509 KDE installation or user paths.
510 </para>
511 <indexterm zone="kf5-frameworks kf5-config">
512 <primary sortas="b-kf5-config">kf5-config</primary>
513 </indexterm>
514 </listitem>
515 </varlistentry>
516
517 <varlistentry id="kf5kross">
518 <term><command>kf5kross</command></term>
519 <listitem>
520 <para>
521 executes kross scripts written in KDE Javascript, Python, Ruby,
522 Java and Falcon.
523 </para>
524 <indexterm zone="kf5-frameworks kf5kross">
525 <primary sortas="b-kf5kross">kf5kross</primary>
526 </indexterm>
527 </listitem>
528 </varlistentry>
529
530 <varlistentry id="kgenapidox">
531 <term><command>kgenapidox</command></term>
532 <listitem>
533 <para>
534 is a tool to generate API documentation in the KDE style.
535 </para>
536 <indexterm zone="kf5-frameworks kgenapidox">
537 <primary sortas="b-kgenapidox">kgenapidox</primary>
538 </indexterm>
539 </listitem>
540 </varlistentry>
541
542 <varlistentry id="kgendesignerplugin">
543 <term><command>kgendesignerplugin</command></term>
544 <listitem>
545 <para>
546 generates widget plugins for Qt(TM) Designer.
547 </para>
548 <indexterm zone="kf5-frameworks kgendesignerplugin">
549 <primary sortas="b-kgendesignerplugin">kgendesignerplugin</primary>
550 </indexterm>
551 </listitem>
552 </varlistentry>
553
554 <varlistentry id="kglobalaccel5">
555 <term><command>kglobalaccel5</command></term>
556 <listitem>
557 <para>
558 is a daemon use to register the key bindings and for getting
559 notified when the action triggered.
560 </para>
561 <indexterm zone="kf5-frameworks kglobalaccel5">
562 <primary sortas="b-kglobalaccel5">kglobalaccel5</primary>
563 </indexterm>
564 </listitem>
565 </varlistentry>
566
567 <varlistentry id="kjs5">
568 <term><command>kjs5</command></term>
569 <listitem>
570 <para>
571 is KDE ECMAScript/JavaScript engine.
572 </para>
573 <indexterm zone="kf5-frameworks kjs5">
574 <primary sortas="b-kjs5">kjs5</primary>
575 </indexterm>
576 </listitem>
577 </varlistentry>
578
579 <varlistentry id="kjscmd5">
580 <term><command>kjscmd5</command></term>
581 <listitem>
582 <para>
583 is a tool for launching KJSEmbed scripts from the command line.
584 </para>
585 <indexterm zone="kf5-frameworks kjscmd5">
586 <primary sortas="b-kjscmd5">kjscmd5</primary>
587 </indexterm>
588 </listitem>
589 </varlistentry>
590
591 <varlistentry id="kjsconsole">
592 <term><command>kjsconsole</command></term>
593 <listitem>
594 <para>
595 is a console for <command>kjs5</command>.
596 </para>
597 <indexterm zone="kf5-frameworks kjsconsole">
598 <primary sortas="b-kjsconsole">kjsconsole</primary>
599 </indexterm>
600 </listitem>
601 </varlistentry>
602
603 <varlistentry id="kmailservice5">
604 <term><command>kmailservice5</command></term>
605 <listitem>
606 <para>
607 is a mail service.
608 </para>
609 <indexterm zone="kf5-frameworks kmailservice5">
610 <primary sortas="b-kmailservice5">kmailservice5</primary>
611 </indexterm>
612 </listitem>
613 </varlistentry>
614
615 <varlistentry id="kpackagelauncherqml">
616 <term><command>kpackagelauncherqml</command></term>
617 <listitem>
618 <para>
619 is a commandline tool for launching kpackage QML application
620 </para>
621 <indexterm zone="kf5-frameworks kpackagelauncherqml">
622 <primary sortas="b-kpackagelauncherqml">kpackagelauncherqml</primary>
623 </indexterm>
624 </listitem>
625 </varlistentry>
626
627 <varlistentry id="kpackagetool5">
628 <term><command>kpackagetool5</command></term>
629 <listitem>
630 <para>
631 is a command line kpackage tool.
632 </para>
633 <indexterm zone="kf5-frameworks kpackagetool5">
634 <primary sortas="b-kpackagetool5">kpackagetool5</primary>
635 </indexterm>
636 </listitem>
637 </varlistentry>
638
639 <varlistentry id="kreadconfig5">
640 <term><command>kreadconfig5</command></term>
641 <listitem>
642 <para>
643 is a command line tool to retrieve values from KDE
644 configuration files.
645 </para>
646 <indexterm zone="kf5-frameworks kreadconfig5">
647 <primary sortas="b-kreadconfig5">kreadconfig5</primary>
648 </indexterm>
649 </listitem>
650 </varlistentry>
651
652 <varlistentry id="kshell5">
653 <term><command>kshell5</command></term>
654 <listitem>
655 <para>
656 start applications via kdeinit.
657 </para>
658 <indexterm zone="kf5-frameworks kshell5">
659 <primary sortas="b-kshell5">kshell5</primary>
660 </indexterm>
661 </listitem>
662 </varlistentry>
663
664 <varlistentry id="ktelnetservice5">
665 <term><command>ktelnetservice5</command></term>
666 <listitem>
667 <para>
668 is a telnet service.
669 </para>
670 <indexterm zone="kf5-frameworks ktelnetservice5">
671 <primary sortas="b-ktelnetservice5">ktelnetservice5</primary>
672 </indexterm>
673 </listitem>
674 </varlistentry>
675
676 <varlistentry id="ktrash5">
677 <term><command>ktrash5</command></term>
678 <listitem>
679 <para>
680 is a helper program to handle the KDE trash can.
681 </para>
682 <indexterm zone="kf5-frameworks ktrash5">
683 <primary sortas="b-ktrash5">ktrash5</primary>
684 </indexterm>
685 </listitem>
686 </varlistentry>
687
688 <varlistentry id="kwalletd5">
689 <term><command>kwalletd5</command></term>
690 <listitem>
691 <para>
692 is the wallet manager daemon.
693 </para>
694 <indexterm zone="kf5-frameworks kwalletd5">
695 <primary sortas="b-kwalletd5">kwalletd5</primary>
696 </indexterm>
697 </listitem>
698 </varlistentry>
699
700 <varlistentry id="kwriteconfig5">
701 <term><command>kwriteconfig5</command></term>
702 <listitem>
703 <para>
704 is a command line tool to write values in KDE
705 configuration files.
706 </para>
707 <indexterm zone="kf5-frameworks kwriteconfig5">
708 <primary sortas="b-kwriteconfig5">kwriteconfig5</primary>
709 </indexterm>
710 </listitem>
711 </varlistentry>
712
713 <varlistentry id="meinproc5">
714 <term><command>meinproc5</command></term>
715 <listitem>
716 <para>
717 converts DocBook files to HTML.
718 </para>
719 <indexterm zone="kf5-frameworks meinproc5">
720 <primary sortas="b-meinproc5">meinproc5</primary>
721 </indexterm>
722 </listitem>
723 </varlistentry>
724
725 <varlistentry id="plasmapkg2">
726 <term><command>plasmapkg2</command></term>
727 <listitem>
728 <para>
729 is a tool to install, list, remove Plasma packages
730 </para>
731 <indexterm zone="kf5-frameworks plasmapkg2">
732 <primary sortas="b-plasmapkg2">plasmapkg2</primary>
733 </indexterm>
734 </listitem>
735 </varlistentry>
736
737 <varlistentry id="preparetips5">
738 <term><command>preparetips5</command></term>
739 <listitem>
740 <para>
741 is a script to extract the text from a tips file.
742 </para>
743 <indexterm zone="kf5-frameworks preparetips5">
744 <primary sortas="b-preparetips5">preparetips5</primary>
745 </indexterm>
746 </listitem>
747 </varlistentry>
748
749 <varlistentry id="solid-hardware5">
750 <term><command>solid-hardware5</command></term>
751 <listitem>
752 <para>
753 is a command line tool to investigate available devices.
754 </para>
755 <indexterm zone="kf5-frameworks solid-hardware5">
756 <primary sortas="b-solid-hardware5">solid-hardware5</primary>
757 </indexterm>
758 </listitem>
759 </varlistentry>
760
761 </variablelist>
762
763 </sect2>
764
765</sect1>
766
Note: See TracBrowser for help on using the repository browser.