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

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 c0b4b44 was c0b4b44, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to kf5-5.34.0

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