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

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

Created new chapter "Icons" and moved all icon related packages
to this new location.
Created sections for oxygen-icons5 and breeze-icons.

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

  • Property mode set to 100644
File size: 26.2 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 "&kf5e-download-ftp;">
9 <!ENTITY kf5-md5sum "See Below">
10 <!ENTITY kf5-size "665 MB">
11 <!ENTITY kf5-buildsize "1.2 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 &lfs78_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="phonon"/> (built with qt5),
76 <xref linkend="shared-mime-info"/>,
77 <xref linkend="perl-uri"/>, and
78 <xref linkend="wget"/> (required to download the packages)
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="aspell"/> (Dictionary backend for Sonnet),
84 <xref linkend="avahi"/> (DNS-SD backend for KDNSSD),
85 <xref linkend="libdbusmenu-qt"/> (built with qt5),
86 <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt), and
87 <xref linkend="polkit-qt"/> (Authentication backend for KAuth)
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="bluez"/> (needed to build Bluez-Qt),
93 <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink> (needed to build ModemManager-Qt)
94 </para>
95
96 <bridgehead renderas="sect4">Runtime dependency for FrameworkIntegration</bridgehead>
97 <para role="optional">
98 <ulink url="http://download.kde.org/stable/plasma/&plasma5-version;">oxygen-fonts</ulink>
99 (also available in <xref linkend="plasma5-build"/>)
100 </para>
101
102 <bridgehead renderas="sect4">Runtime dependencies for kapidox</bridgehead>
103 <para role="optional">
104 <xref linkend="doxygen"/>,
105 <ulink url="https://pypi.python.org/packages/source/J/Jinja2/">Jinja2</ulink>, and
106 <ulink url="http://pyyaml.org/">PyYAML</ulink>
107 </para>
108
109 <bridgehead renderas="sect4">Additional image formats support in KImageFormats</bridgehead>
110 <para role="optional">
111 <xref linkend="jasper"/> and
112 <ulink url="http://www.openexr.com/">OpenEXR</ulink>
113 </para>
114
115 <bridgehead renderas="sect4">Optional dependencies for KIO</bridgehead>
116 <para role="optional">
117 <xref linkend="mitkrb"/>
118 </para>
119
120 <bridgehead renderas="sect4">Optional dependencies for ModemManager-QT</bridgehead>
121 <para role="optional">
122 <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink>
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 url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
130 </para>
131
132 <bridgehead renderas="sect4">Optional dictionary backends for Sonnet</bridgehead>
133 <para role="optional">
134 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> and
135 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
136 </para>
137
138 <para condition="html" role="usernotes">User Notes:
139 <ulink url="&blfs-wiki;/kf5"/></para>
140
141 <sect2>
142 <title>Downloading KDE Frameworks</title>
143
144 <para>
145 The easiest way to get the KDE Frameworks packages is to use a single
146 <command>wget</command> to fetch them all at once:
147 </para>
148
149<screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
150wget -r -nH --cut-dirs=3 -A '*.xz' -np $url</userinput>
151<literal>
152The options used here are:
153 -r recurse through child directories
154 -nH disable generation of host-prefixed directories
155 --cut-dirs=3 remove three levels of directories when saving
156 -A '*.xz' just get the *.xz files
157 -np don't get parent directories</literal></screen>
158
159 </sect2>
160
161 <sect2>
162 <title>Setting Package Order</title>
163
164 <para>
165 The order of building files is important due to internal dependencies.
166 Create the list of files in the proper order as follows:
167 </para>
168
169<screen><userinput>cat &gt; frameworks-&kf5-version;.md5 &lt;&lt; "EOF"
170<literal>db68ef6b8bc6841318f90f001db359b4 attica-5.17.0.tar.xz
171#dedb4a47cc8f850078792b5404de0d43 extra-cmake-modules-5.17.0.tar.xz
172b9b1139498ef920299b9a2afe18ef862 kapidox-5.17.0.tar.xz
17330aad48540a1ff92ea9c1695f51fdb02 karchive-5.17.0.tar.xz
1747cf030ca9ebb0815465a8bc5dce1a850 kcodecs-5.17.0.tar.xz
175410edf8d9e568c962ab4941b0aab2aa1 kconfig-5.17.0.tar.xz
176faedee33ad814d566e3ecb0cb31872b4 kcoreaddons-5.17.0.tar.xz
1779686e5800a49fc858e4247a71688739f kdbusaddons-5.17.0.tar.xz
1784c000db2189d5e08a8f2f326ca8813d5 kdnssd-5.17.0.tar.xz
179ba46975a2e812203b76d86689b28eb86 kguiaddons-5.17.0.tar.xz
18091f35b3fba203c887c697fce42cdffbe ki18n-5.17.0.tar.xz
181cf7239dc8473502578e2c48eaae0f291 kidletime-5.17.0.tar.xz
18252efc6a1c2dc8f33ba49c44d0ed30a82 kimageformats-5.17.0.tar.xz
183a2a40aebeef9934bd710944fefe5855c kitemmodels-5.17.0.tar.xz
1846f2daf1b78a59e4475f363fad1f5122f kitemviews-5.17.0.tar.xz
18554b4aebe3c6a8e515f596f6e1fa50456 kplotting-5.17.0.tar.xz
18654b3c5cd0cabc696d8660d44ca2f0418 kwidgetsaddons-5.17.0.tar.xz
187294bcc6f70b12d3e4c1d1bc363ede9e6 kwindowsystem-5.17.0.tar.xz
1888efcd476a709fe9307b9d819b7385b50 networkmanager-qt-5.17.0.tar.xz
189911af1ae598c04d5183383cb4b36970f solid-5.17.0.tar.xz
190eed22fb1732900294751498519e5ac4a sonnet-5.17.0.tar.xz
1910f18a9e9b945e6f5e390fe7ea86f9aa6 threadweaver-5.17.0.tar.xz
19284489bee19eff7c58b9def9f93000783 kauth-5.17.0.tar.xz
193a8f376583e176844e84fe9eda5ac7fbf kcompletion-5.17.0.tar.xz
19445ba2b1d2efadf752a04b99a873ba50b kcrash-5.17.0.tar.xz
195e238a08b2d496a855c726c5c186c97b9 kdoctools-5.17.0.tar.xz
196f1c3cb03e9b4c9df48a62b6186ef1ef7 kpty-5.17.0.tar.xz
19717c85142d3e4b54fabd65eaa96ed3fc9 kunitconversion-5.17.0.tar.xz
198c3d2446e1d03bfeb4a98f158114227b6 kconfigwidgets-5.17.0.tar.xz
199afdd65793169dda4bc653fd1a3239d4f kglobalaccel-5.17.0.tar.xz
2001afaa448abd0164df6be8c6c65283947 kpackage-5.17.0.tar.xz
2016f6da4071f8da925be07cc51cd26b023 kservice-5.17.0.tar.xz
202285803e12019449593eb7e80c5281a76 kdesu-5.17.0.tar.xz
20396cb791209374e1e5ac016aba9da544d kemoticons-5.17.0.tar.xz
204c7e44b909ad5ff372dfd2a2341e09e0f kiconthemes-5.17.0.tar.xz
205c806e83a09b0e61ab0657b1de3a0afc7 kjobwidgets-5.17.0.tar.xz
2066deaac0cc4563dc3abb7b6e2307886ee knotifications-5.17.0.tar.xz
207c58ad8e036b4665f1fe1fb8cc1a996bd ktextwidgets-5.17.0.tar.xz
208597b6b55a035d3d53698cdfa18ec92c3 kwallet-5.17.0.tar.xz
20986675f87a02ab8cf0a0222a69d448035 kxmlgui-5.17.0.tar.xz
21027952c9e577d60b32777f7f03c8c14e8 kbookmarks-5.17.0.tar.xz
211b3491784b7d7ad5b450b70c1f6e19ea7 kio-5.17.0.tar.xz
212bd0f526ee90ef5f24a0af50f5d203919 kdeclarative-5.17.0.tar.xz
213194528db96160fe854663244c7bac7ce kcmutils-5.17.0.tar.xz
2149d893ef7de02b2e61dfe24ea82744e6f frameworkintegration-5.17.0.tar.xz
2159af3424a0ffd700ee9a65e96c14470f4 kinit-5.17.0.tar.xz
21699343eda8cfcf0a7632d145bd2107501 knewstuff-5.17.0.tar.xz
217bb5e0dd8aeffbe28c018225823a28190 knotifyconfig-5.17.0.tar.xz
2180bbbd0837f1835a8e2ca149a188648bf kparts-5.17.0.tar.xz
219e30b0aea360b8dbc441347d5311df872 kactivities-5.17.0.tar.xz
220f29779d28bd5286dfde1e4ce7a5c1344 kded-5.17.0.tar.xz
2218a7dc6209d292d61f03552b567c66692 kdewebkit-5.17.0.tar.xz
22250aeddc84e24b3f69560c32aa56b9588 ktexteditor-5.17.0.tar.xz
223972c4187b37644a4f8f491d759f01b2c kdesignerplugin-5.17.0.tar.xz
2245b0f2f31497c81870f3ccc68e3e7a5fa plasma-framework-5.17.0.tar.xz
225#7422bc84440e9ffcfdc18e371e46184a modemmanager-qt-5.17.0.tar.xz
22651288bcff1eb7bd8f360c5dc09d048f4 kpeople-5.17.0.tar.xz
227c5ae8477840ab1c93635dcc08910c65c kxmlrpcclient-5.17.0.tar.xz
22840949a460db277907e2f9bb8163e295e bluez-qt-5.17.0.tar.xz
229b40348fe69764fd95cc5254e85b29dea kfilemetadata-5.17.0.tar.xz
23068f4935a18f95a2737e1cc3bc9f76fb9 baloo-5.17.0.tar.xz
231#9559ac7cc25959800ecfc8ab3b2d4ee5 breeze-icons-5.17.0.tar.xz
232#4a6179f80c9e253ef790d1d409884f11 oxygen-icons5-5.17.0.tar.xz
233da071104f8507b04aebf201e006d234c portingAids/kjs-5.17.0.tar.xz
23431293fec18749f0c0d8aad4be2ed27df portingAids/kdelibs4support-5.17.0.tar.xz
235b31c6e254c591438a28095b580d9b6f2 portingAids/khtml-5.17.0.tar.xz
236c38861c6dec77d27ede32cb0be49f721 portingAids/kjsembed-5.17.0.tar.xz
2378b8a8b24664f2ad324d92fe83d468ce4 portingAids/kmediaplayer-5.17.0.tar.xz
2382750d392adaa6fb1e5854722536ccb52 portingAids/kross-5.17.0.tar.xz
239cfba38c903d9a939e3a25174837903b3 portingAids/krunner-5.17.0.tar.xz</literal>
240EOF</userinput></screen>
241
242 <para>In the above list, notice that some files have been commented out with
243 a hash (#) character. The extra-cmake-modules entry has been commented out
244 because it was built earlier in the <xref linkend="kde-prereq"/>. The icon
245 packages are covered separately at <xref linkend="breeze-icons"/> and <xref
246 linkend="oxygen-icons5"/>. The modemmanager-qt package may be built if its
247 optional dependency has been installed.</para>
248
249 </sect2>
250
251 <sect2 role="installation">
252 <title>Installation of KDE Frameworks</title>
253
254 &as_root;
255
256 <caution>
257 <para>If inatalling in /opt and there is an existing /opt/kf5 either as a
258 regular directory or a symbolic link, it should be removed (as root):</para>
259
260 <screen><userinput>rm -rf /opt/kf5</userinput></screen>
261 </caution>
262
263 <para>
264 First, start a subshell that will exit on error:
265 </para>
266
267
268<screen><userinput>bash -e</userinput></screen>
269
270 <para>
271 Install all of the packages by running the following
272 commands:
273 </para>
274
275<screen><userinput>while read -r line; do
276
277 # Get the file name, ignoring comments and blank lines
278 if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
279 file=$(echo $line | cut -d" " -f2)
280
281 pkg=$(echo $file|sed 's|^.*/||') # Remove directory
282 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
283
284 tar -xf $file
285 pushd $packagedir
286
287 mkdir build
288 cd build
289
290 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
291 -DCMAKE_PREFIX_PATH=$QT5DIR \
292 -DCMAKE_BUILD_TYPE=Release \
293 -DLIB_INSTALL_DIR=lib \
294 -DBUILD_TESTING=OFF \
295 -Wno-dev ..
296 make
297 as_root make install
298 popd
299
300 rm -rf $packagedir
301 as_root /sbin/ldconfig
302
303done &lt; frameworks-&kf5-version;.md5
304
305exit</userinput></screen>
306
307 <note><para>Any modules that have been omitted can be installed later by
308 using the same mkdir build; cd build; cmake; make; make install procedure
309 as above.</para></note>
310
311 <para>Sometimes the installation paths are hardcoded into installed files.
312 If the installed directory is not /usr, rename the directory and create a
313 symlink:</para>
314
315 <screen><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
316ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
317
318 </sect2>
319
320 <sect2 role="commands">
321 <title>Command Explanations</title>
322
323 <para>
324 <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
325 to allow cmake to find the proper Qt libraries.
326 </para>
327
328 <para>
329 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
330 to apply higher level of the compiler optimizations.
331 </para>
332
333 <para>
334 <parameter>-DLIB_INSTALL_DIR=lib</parameter>: This switch is used
335 to get libraries to install to <filename
336 class="directory">$KF5_PREFIX/lib</filename> instead of <filename
337 class="directory">$KF5_PREFIX/lib64</filename> on a 64 bit system.
338 </para>
339
340 <para>
341 <parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
342 building test programs and libraries that are of no use to an end user.
343 </para>
344
345 </sect2>
346 <sect2 role="content">
347 <title>Contents</title>
348
349 <segmentedlist>
350 <segtitle>Installed Programs</segtitle>
351 <segtitle>Installed Libraries</segtitle>
352 <segtitle>Installed Directories</segtitle>
353
354 <seglistitem>
355 <seg>
356 There are 53 programs installed in /opt/kf5/bin.
357 </seg>
358 <seg>
359 There are too many kf5 libraries (79) to list separately.
360 </seg>
361 <seg>
362 /opt/kf5 (symlink to /opt/kf5-&kf5-version;)
363 </seg>
364 </seglistitem>
365 </segmentedlist>
366
367 <variablelist>
368 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
369 <?dbfo list-presentation="list"?>
370 <?dbhtml list-presentation="table"?>
371
372 <varlistentry id="checkXML5">
373 <term><command>checkXML5</command></term>
374 <listitem>
375 <para>
376 is a tool to check for syntax errors in KDE DocBook XML
377 files.
378 </para>
379 <indexterm zone="kf5-frameworks checkXML5">
380 <primary sortas="b-checkXML5">checkXML5</primary>
381 </indexterm>
382 </listitem>
383 </varlistentry>
384
385 <varlistentry id="depdiagram-generate">
386 <term><command>depdiagram-generate</command></term>
387 <listitem>
388 <para>
389 is a tool to generate a dependency diagram.
390 </para>
391 <indexterm zone="kf5-frameworks depdiagram-generate">
392 <primary sortas="b-depdiagram-generate">depdiagram-generate</primary>
393 </indexterm>
394 </listitem>
395 </varlistentry>
396
397 <varlistentry id="depdiagram-generate-all">
398 <term><command>depdiagram-generate-all</command></term>
399 <listitem>
400 <para>
401 is a tool to generate a dependency diagram for all frameworks at once..
402 </para>
403 <indexterm zone="kf5-frameworks depdiagram-generate-all">
404 <primary sortas="b-depdiagram-generate-all">depdiagram-generate-all</primary>
405 </indexterm>
406 </listitem>
407 </varlistentry>
408
409 <varlistentry id="depdiagram-prepare">
410 <term><command>depdiagram-prepare</command></term>
411 <listitem>
412 <para>
413 is a tool to prepare dot files.
414 </para>
415 <indexterm zone="kf5-frameworks depdiagram-prepare">
416 <primary sortas="b-depdiagram-prepare">depdiagram-prepare</primary>
417 </indexterm>
418 </listitem>
419 </varlistentry>
420
421 <varlistentry id="desktoptojson">
422 <term><command>desktoptojson</command></term>
423 <listitem>
424 <para>
425 is a tool to convert a .desktop file to a .json file.
426 </para>
427 <indexterm zone="kf5-frameworks desktoptojson">
428 <primary sortas="b-desktoptojson">desktoptojson</primary>
429 </indexterm>
430 </listitem>
431 </varlistentry>
432
433 <varlistentry id="kactivitymanagerd">
434 <term><command>kactivitymanagerd</command></term>
435 <listitem>
436 <para>
437 is the KDE Plasma Workspace Activity Manager.
438 </para>
439 <indexterm zone="kf5-frameworks kactivitymanagerd">
440 <primary sortas="b-kactivitymanagerd">kactivitymanagerd</primary>
441 </indexterm>
442 </listitem>
443 </varlistentry>
444
445 <varlistentry id="kbuildsycoca5">
446 <term><command>kbuildsycoca5</command></term>
447 <listitem>
448 <para>
449 rebuilds the KService desktop file system configuration
450 cache.
451 </para>
452 <indexterm zone="kf5-frameworks kbuildsycoca5">
453 <primary sortas="b-kbuildsycoca5">kbuildsycoca5</primary>
454 </indexterm>
455 </listitem>
456 </varlistentry>
457
458 <varlistentry id="kcookiejar5">
459 <term><command>kcookiejar5</command></term>
460 <listitem>
461 <para>
462 is a command line interface to the HTTP cookie store used by KDE,
463 a D-BUS service to store/retrieve/clean cookies.
464 </para>
465 <indexterm zone="kf5-frameworks kcookiejar5">
466 <primary sortas="b-kcookiejar5">kcookiejar5</primary>
467 </indexterm>
468 </listitem>
469 </varlistentry>
470
471 <varlistentry id="kded5">
472 <term><command>kded5</command></term>
473 <listitem>
474 <para>
475 consolidates several small services in one process.
476 </para>
477 <indexterm zone="kf5-frameworks kded5">
478 <primary sortas="b-kded5">kded5</primary>
479 </indexterm>
480 </listitem>
481 </varlistentry>
482
483 <varlistentry id="kdeinit5">
484 <term><command>kdeinit5</command></term>
485 <listitem>
486 <para>
487 is a process launcher somewhat similar to the famous init used
488 for booting UNIX.
489 </para>
490 <indexterm zone="kf5-frameworks kdeinit5">
491 <primary sortas="b-kdeinit5">kdeinit5</primary>
492 </indexterm>
493 </listitem>
494 </varlistentry>
495
496 <varlistentry id="kf5-config">
497 <term><command>kf5-config</command></term>
498 <listitem>
499 <para>
500 is a command line program used to retrieve information about
501 KDE installation or user paths.
502 </para>
503 <indexterm zone="kf5-frameworks kf5-config">
504 <primary sortas="b-kf5-config">kf5-config</primary>
505 </indexterm>
506 </listitem>
507 </varlistentry>
508
509 <varlistentry id="kf5kross">
510 <term><command>kf5kross</command></term>
511 <listitem>
512 <para>
513 executes kross scripts written in KDE Javascript, Python, Ruby,
514 Java and Falcon.
515 </para>
516 <indexterm zone="kf5-frameworks kf5kross">
517 <primary sortas="b-kf5kross">kf5kross</primary>
518 </indexterm>
519 </listitem>
520 </varlistentry>
521
522 <varlistentry id="kgenapidox">
523 <term><command>kgenapidox</command></term>
524 <listitem>
525 <para>
526 is a tool to generate API documentation in the KDE style.
527 </para>
528 <indexterm zone="kf5-frameworks kgenapidox">
529 <primary sortas="b-kgenapidox">kgenapidox</primary>
530 </indexterm>
531 </listitem>
532 </varlistentry>
533
534 <varlistentry id="kgendesignerplugin">
535 <term><command>kgendesignerplugin</command></term>
536 <listitem>
537 <para>
538 generates widget plugins for Qt(TM) Designer.
539 </para>
540 <indexterm zone="kf5-frameworks kgendesignerplugin">
541 <primary sortas="b-kgendesignerplugin">kgendesignerplugin</primary>
542 </indexterm>
543 </listitem>
544 </varlistentry>
545
546 <varlistentry id="kglobalaccel5">
547 <term><command>kglobalaccel5</command></term>
548 <listitem>
549 <para>
550 is a daemon use to register the key bindings and for getting
551 notified when the action triggered.
552 </para>
553 <indexterm zone="kf5-frameworks kglobalaccel5">
554 <primary sortas="b-kglobalaccel5">kglobalaccel5</primary>
555 </indexterm>
556 </listitem>
557 </varlistentry>
558
559 <varlistentry id="kjs5">
560 <term><command>kjs5</command></term>
561 <listitem>
562 <para>
563 is KDE ECMAScript/JavaScript engine.
564 </para>
565 <indexterm zone="kf5-frameworks kjs5">
566 <primary sortas="b-kjs5">kjs5</primary>
567 </indexterm>
568 </listitem>
569 </varlistentry>
570
571 <varlistentry id="kjscmd5">
572 <term><command>kjscmd5</command></term>
573 <listitem>
574 <para>
575 is a tool for launching KJSEmbed scripts from the command line.
576 </para>
577 <indexterm zone="kf5-frameworks kjscmd5">
578 <primary sortas="b-kjscmd5">kjscmd5</primary>
579 </indexterm>
580 </listitem>
581 </varlistentry>
582
583 <varlistentry id="kjsconsole">
584 <term><command>kjsconsole</command></term>
585 <listitem>
586 <para>
587 is a console for <command>kjs5</command>.
588 </para>
589 <indexterm zone="kf5-frameworks kjsconsole">
590 <primary sortas="b-kjsconsole">kjsconsole</primary>
591 </indexterm>
592 </listitem>
593 </varlistentry>
594
595 <varlistentry id="kmailservice5">
596 <term><command>kmailservice5</command></term>
597 <listitem>
598 <para>
599 is a mail service.
600 </para>
601 <indexterm zone="kf5-frameworks kmailservice5">
602 <primary sortas="b-kmailservice5">kmailservice5</primary>
603 </indexterm>
604 </listitem>
605 </varlistentry>
606
607 <varlistentry id="kpackagelauncherqml">
608 <term><command>kpackagelauncherqml</command></term>
609 <listitem>
610 <para>
611 is a commandline tool for launching kpackage QML application
612 </para>
613 <indexterm zone="kf5-frameworks kpackagelauncherqml">
614 <primary sortas="b-kpackagelauncherqml">kpackagelauncherqml</primary>
615 </indexterm>
616 </listitem>
617 </varlistentry>
618
619 <varlistentry id="kpackagetool5">
620 <term><command>kpackagetool5</command></term>
621 <listitem>
622 <para>
623 is a command line kpackage tool.
624 </para>
625 <indexterm zone="kf5-frameworks kpackagetool5">
626 <primary sortas="b-kpackagetool5">kpackagetool5</primary>
627 </indexterm>
628 </listitem>
629 </varlistentry>
630
631 <varlistentry id="kreadconfig5">
632 <term><command>kreadconfig5</command></term>
633 <listitem>
634 <para>
635 is a command line tool to retrieve values from KDE
636 configuration files.
637 </para>
638 <indexterm zone="kf5-frameworks kreadconfig5">
639 <primary sortas="b-kreadconfig5">kreadconfig5</primary>
640 </indexterm>
641 </listitem>
642 </varlistentry>
643
644 <varlistentry id="kshell5">
645 <term><command>kshell5</command></term>
646 <listitem>
647 <para>
648 start applications via kdeinit.
649 </para>
650 <indexterm zone="kf5-frameworks kshell5">
651 <primary sortas="b-kshell5">kshell5</primary>
652 </indexterm>
653 </listitem>
654 </varlistentry>
655
656 <varlistentry id="ktelnetservice5">
657 <term><command>ktelnetservice5</command></term>
658 <listitem>
659 <para>
660 is a telnet service.
661 </para>
662 <indexterm zone="kf5-frameworks ktelnetservice5">
663 <primary sortas="b-ktelnetservice5">ktelnetservice5</primary>
664 </indexterm>
665 </listitem>
666 </varlistentry>
667
668 <varlistentry id="ktrash5">
669 <term><command>ktrash5</command></term>
670 <listitem>
671 <para>
672 is a helper program to handle the KDE trash can.
673 </para>
674 <indexterm zone="kf5-frameworks ktrash5">
675 <primary sortas="b-ktrash5">ktrash5</primary>
676 </indexterm>
677 </listitem>
678 </varlistentry>
679
680 <varlistentry id="kwalletd5">
681 <term><command>kwalletd5</command></term>
682 <listitem>
683 <para>
684 is the wallet manager daemon.
685 </para>
686 <indexterm zone="kf5-frameworks kwalletd5">
687 <primary sortas="b-kwalletd5">kwalletd5</primary>
688 </indexterm>
689 </listitem>
690 </varlistentry>
691
692 <varlistentry id="kwriteconfig5">
693 <term><command>kwriteconfig5</command></term>
694 <listitem>
695 <para>
696 is a command line tool to write values in KDE
697 configuration files.
698 </para>
699 <indexterm zone="kf5-frameworks kwriteconfig5">
700 <primary sortas="b-kwriteconfig5">kwriteconfig5</primary>
701 </indexterm>
702 </listitem>
703 </varlistentry>
704
705 <varlistentry id="meinproc5">
706 <term><command>meinproc5</command></term>
707 <listitem>
708 <para>
709 converts DocBook files to HTML.
710 </para>
711 <indexterm zone="kf5-frameworks meinproc5">
712 <primary sortas="b-meinproc5">meinproc5</primary>
713 </indexterm>
714 </listitem>
715 </varlistentry>
716
717 <varlistentry id="plasmapkg2">
718 <term><command>plasmapkg2</command></term>
719 <listitem>
720 <para>
721 is a tool to install, list, remove Plasma packages
722 </para>
723 <indexterm zone="kf5-frameworks plasmapkg2">
724 <primary sortas="b-plasmapkg2">plasmapkg2</primary>
725 </indexterm>
726 </listitem>
727 </varlistentry>
728
729 <varlistentry id="preparetips5">
730 <term><command>preparetips5</command></term>
731 <listitem>
732 <para>
733 is a script to extract the text from a tips file.
734 </para>
735 <indexterm zone="kf5-frameworks preparetips5">
736 <primary sortas="b-preparetips5">preparetips5</primary>
737 </indexterm>
738 </listitem>
739 </varlistentry>
740
741 <varlistentry id="solid-hardware5">
742 <term><command>solid-hardware5</command></term>
743 <listitem>
744 <para>
745 is a command line tool to investigate available devices.
746 </para>
747 <indexterm zone="kf5-frameworks solid-hardware5">
748 <primary sortas="b-solid-hardware5">solid-hardware5</primary>
749 </indexterm>
750 </listitem>
751 </varlistentry>
752
753 </variablelist>
754
755 </sect2>
756
757</sect1>
758
Note: See TracBrowser for help on using the repository browser.