source: kde/kf5/kf5-frameworks.xml@ 523c6e95

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 523c6e95 was 316a7a46, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to KDE Frameworks 5.18.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16800 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 "253 MB">
11 <!ENTITY kf5-buildsize "1.1 GB">
12 <!ENTITY kf5-time "36 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>55422b499a3ebc5743df167b26685f3c attica-5.18.0.tar.xz
171#bcbcd88f73333da0ee5fb54f8e5242f1 extra-cmake-modules-5.18.0.tar.xz
1725ce0af21d551fffff36bcf95c2afcfb5 kapidox-5.18.0.tar.xz
1735e6da520d4910dad8a03dde2d5b4c2d2 karchive-5.18.0.tar.xz
174acc299e8013b8fcb0e00d42715570ef3 kcodecs-5.18.0.tar.xz
175061b6eedc15239368e5bd60645b99a50 kconfig-5.18.0.tar.xz
176978c394967cbf1677a6adf75ddc807fe kcoreaddons-5.18.0.tar.xz
177075272719a8d04a10f9c8d202fc6e5b3 kdbusaddons-5.18.0.tar.xz
1789b5d3628895cc6f09adf47856fc392ab kdnssd-5.18.0.tar.xz
179d8a16a939ca84b04ec31b4b57a979bd7 kguiaddons-5.18.0.tar.xz
180cbea420a939fedd13f6d4c0b9279b758 ki18n-5.18.0.tar.xz
1815ea44a48edb80307ad19d0fa6dac6384 kidletime-5.18.0.tar.xz
182023449bdce8c1dd8241bafafed7c006a kimageformats-5.18.0.tar.xz
183a9bbb20d5e0df44afd95f552fd9a116b kitemmodels-5.18.0.tar.xz
184bb909fcb3e98cfb55082e48d2ca6d669 kitemviews-5.18.0.tar.xz
18557803cd443bc0a1d1c957c71f08e7899 kplotting-5.18.0.tar.xz
18613f7cdb060d00905021f63ce24705219 kwidgetsaddons-5.18.0.tar.xz
187c1a5c3dee013ee189d3279a9e58189e3 kwindowsystem-5.18.0.tar.xz
1885bd6cc807ce152c241aa33a16339710a networkmanager-qt-5.18.0.tar.xz
189783ceff0aed29a57235fb05abca41b6a solid-5.18.0.tar.xz
1908fb3c2fac12e7c2671c3318f41bc4161 sonnet-5.18.0.tar.xz
1914abcb4004837be65830b47fd8f2bc6a3 threadweaver-5.18.0.tar.xz
1922732f1ad8224a63fe7a89e7471b6c29c kauth-5.18.0.tar.xz
193af520088daa15b0ead9fe6077059359b kcompletion-5.18.0.tar.xz
1946503c2c7b8df59be593f73df87a5efcd kcrash-5.18.0.tar.xz
19575f85023291440e81cf2fc70e412cd18 kdoctools-5.18.0.tar.xz
19603ff4be4bbb45979c34419a5d05d7cbb kpty-5.18.0.tar.xz
197a417abc36106520833a6a9b240b874e3 kunitconversion-5.18.0.tar.xz
198ed946b78eb19c3fe1458ec78606d089c kconfigwidgets-5.18.0.tar.xz
19962bb2ad7e0e98047431274f1cfc66b57 kglobalaccel-5.18.0.tar.xz
2005c4a2ac94e8d1b8f47286eaca83cab0c kpackage-5.18.0.tar.xz
2018eafea43f9bb4f5e01767df8ebccdc49 kservice-5.18.0.tar.xz
2021c9505a8e516eb01e69049c032772ad8 kdesu-5.18.0.tar.xz
20352afdc09c21c786acbe863e3f64334a3 kemoticons-5.18.0.tar.xz
2047de83ced56231a852956ec41815c22e0 kiconthemes-5.18.0.tar.xz
205fb8c4e9d823b3a8ec084f8c710909147 kjobwidgets-5.18.0.tar.xz
206d7d25c868bad8fb567877924d33770df knotifications-5.18.0.tar.xz
2072cc0ee770de0714cdec198c23246f28d ktextwidgets-5.18.0.tar.xz
208f8223c50d9a34f7017edb86bf87341a8 kwallet-5.18.0.tar.xz
209591c050cb901b6484448d2c40d7f0e69 kxmlgui-5.18.0.tar.xz
21066b54cef3432c2a36db1dba8916add93 kbookmarks-5.18.0.tar.xz
2113544f70348993c7fe086854214e48aee kio-5.18.0.tar.xz
212462e0f48f591d3b1d5c1091a3f5327ae kdeclarative-5.18.0.tar.xz
21371a5229d1c5648c4cb218a042c1fa018 kcmutils-5.18.0.tar.xz
21482116c14ad16b43ef2fa800b5c48edec frameworkintegration-5.18.0.tar.xz
215bbf6f2743ffc9ffba7dcb151e7b579e0 kinit-5.18.0.tar.xz
21695cf2acca601bf7d80657d6bb327095b knewstuff-5.18.0.tar.xz
217ebb657138d4d1a8f73dd0f0656d24450 knotifyconfig-5.18.0.tar.xz
2184d465788cbc34707a64bdebd9aa978bf kparts-5.18.0.tar.xz
219984c74b7ef242703990caa8b2a0b187e kactivities-5.18.0.tar.xz
220480a09bea54f2a052a883352a7902e08 kded-5.18.0.tar.xz
2211b4757582112bf05fdc85f4ad8bdeca9 kdewebkit-5.18.0.tar.xz
2226c42319bacb47bc416fde04f57485a72 ktexteditor-5.18.0.tar.xz
2239e03c83e412caf74b42949393665b533 kdesignerplugin-5.18.0.tar.xz
22445573350b9f2257a80beaa81bb1b1115 plasma-framework-5.18.0.tar.xz
225#79a4865a6b4c60f180511c35fa1b664e modemmanager-qt-5.18.0.tar.xz
22688a5ff9ae7d7ea0a87b26312658ba86f kpeople-5.18.0.tar.xz
2276bbcff1866ff9165dbd0a9b3fd53e763 kxmlrpcclient-5.18.0.tar.xz
22876a2a9ed1dbac45cf4cf50297ba02472 bluez-qt-5.18.0.tar.xz
22962d98eec25d779bad419752793ff88e0 kfilemetadata-5.18.0.tar.xz
23090894895db301b7ab069d272a5b99bdc baloo-5.18.0.tar.xz
231#6663ffe69176c43ae4a4d6aab6f3dc67 breeze-icons-5.18.0.tar.xz
232#af3ffb2b0e1f978d13fbdf88da29bb89 oxygen-icons5-5.18.0.tar.xz
233332bd1a8e3d131a5cd7774f3d1092bc3 portingAids/kjs-5.18.0.tar.xz
234ea647553f54e7d25e60cecaa8e3b30ad portingAids/kdelibs4support-5.18.0.tar.xz
2356c5f6efdd6f69193cfce5c9c57cfeabb portingAids/khtml-5.18.0.tar.xz
236a3d27a96247c55ea52df34f1cbbc1b2a portingAids/kjsembed-5.18.0.tar.xz
2372f584b440f68e1f4d97377fd6f9ee930 portingAids/kmediaplayer-5.18.0.tar.xz
238c624dbad90370ed208f728811e2eda91 portingAids/kross-5.18.0.tar.xz
23951f616e04e7e77e0d4f526b1215b33ac portingAids/krunner-5.18.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.