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

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

Update to phonon-4.9.1.
Update to kf5-5.31.

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

  • Property mode set to 100644
File size: 26.9 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 "1.0 GB (210 MB installed)">
12 <!ENTITY kf5-time "38 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 <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 --cut-dirs=3 -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 --cut-dirs=3 remove three levels of directories when saving
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>2243e955a41b8a5036fb8d0e497342f5 attica-5.31.0.tar.xz
180#74d7c29138168f9a62fe475705c0b351 extra-cmake-modules-5.31.0.tar.xz
181b846e442fd48b8387f93aa37295e9f7c kapidox-5.31.0.tar.xz
182de591b1902b1721b74762d712f13a265 karchive-5.31.0.tar.xz
1838e0c15990e84dfcfc5c85a88e2e0319b kcodecs-5.31.0.tar.xz
184f044848c2406fa1452b11780af2e1fea kconfig-5.31.0.tar.xz
18595935748baf5465f150f4e1a94af1923 kcoreaddons-5.31.0.tar.xz
186c6c8f751eff1f03406f63bcfb1f4ffe0 kdbusaddons-5.31.0.tar.xz
1875ee257c5ff53d5551b9df1b640cfabf6 kdnssd-5.31.0.tar.xz
188ecb1a10910116e9fd3265f2f1908c6a1 kguiaddons-5.31.0.tar.xz
18962457f60936bb8dc6649ed362e7ab80a ki18n-5.31.0.tar.xz
190c45511be577726afd5c7d88c7f13f274 kidletime-5.31.0.tar.xz
19199cbfa14df2fb11930090122b461bc6a kimageformats-5.31.0.tar.xz
19291916337e5a8edf9fca9de3bdd1ad8fa kitemmodels-5.31.0.tar.xz
19371251518337febe21cd0af8e7db66fae kitemviews-5.31.0.tar.xz
194e36ccf164785957e07d03cddef152136 kplotting-5.31.0.tar.xz
1953ff1ee177df63262636954cb7e0460dc kwidgetsaddons-5.31.0.tar.xz
196cd402e03c023354e9ee37b7d0d5de621 kwindowsystem-5.31.0.tar.xz
1978c4d807e867f11f5a55604fa59cce85d networkmanager-qt-5.31.0.tar.xz
1982946f8c7780e2f3de5384717a8a34cdc solid-5.31.0.tar.xz
19911cef5b5016def5298b64e2ce561a8b5 sonnet-5.31.0.tar.xz
200f1dbc18f38a9582cd1d4f94bc9f0f132 threadweaver-5.31.0.tar.xz
201ec49b90d1566a37e91b9710557e102f2 kauth-5.31.0.tar.xz
20281234f797d4da26106a91bdcc34440df kcompletion-5.31.0.tar.xz
203a0cffc08aa51c61d48d9e25778a61e62 kcrash-5.31.0.tar.xz
204fc1b4de766d04ac3abc87050588d083d kdoctools-5.31.0.tar.xz
2058f5efa781672c67f01195ee3dc823c6b kpty-5.31.0.tar.xz
2060f7be81fe9c68044f20d6c297a624558 kunitconversion-5.31.0.tar.xz
2074deb8a01f99cb16bbcf80f1e11d90824 kconfigwidgets-5.31.0.tar.xz
208b46d2550b689fc818064f69cb1db29a7 kservice-5.31.0.tar.xz
209d56e35255d2697cc3a89a1a99d1821fe kglobalaccel-5.31.0.tar.xz
2109d66b0fe531892180006f0deb77aa4b2 kpackage-5.31.0.tar.xz
2119a593607c47472dd6ce0d546b2f2a736 kdesu-5.31.0.tar.xz
2124c8d3ab1e358efd89acd7ab95025dd37 kemoticons-5.31.0.tar.xz
213fa2e0994412b83dbb0e54aa277f4bff3 kiconthemes-5.31.0.tar.xz
214cc2f41fd5b8ba6ad795a7835a68d4e8c kjobwidgets-5.31.0.tar.xz
215b8483a6872720152acfb22dae0db417e knotifications-5.31.0.tar.xz
216a3240501f842655be3b354d98da95939 ktextwidgets-5.31.0.tar.xz
217de28f21c121dc24f31d35ab622304e7e kxmlgui-5.31.0.tar.xz
2188c1d5970b25f877567494486638d6082 kbookmarks-5.31.0.tar.xz
2193372c17e1a0020616fea29ec9097e0cc kwallet-5.31.0.tar.xz
22062f31e7a9cd0b875fce5b552ec9be3c7 kio-5.31.0.tar.xz
2218b76f1704314258a944eb57a466d338d kdeclarative-5.31.0.tar.xz
222eccc7474f7442b656d26211050f3b2c3 kcmutils-5.31.0.tar.xz
2232df293c8e3cedd3a7b71af69045dc5a0 knewstuff-5.31.0.tar.xz
224128fa26a3e7928ae74db95ee774fcf48 frameworkintegration-5.31.0.tar.xz
2258cf1b185c3d5b74a168995f8e0747931 kinit-5.31.0.tar.xz
226a8fdfb88286f73485734ad2feecb7e16 knotifyconfig-5.31.0.tar.xz
22721849d002c27964c0d264aa9b5a7c67d kparts-5.31.0.tar.xz
22831f9bd0f380f60b0ab2e9b8f56b1662a kactivities-5.31.0.tar.xz
229569c52fc5424b1c58fc0476ffa02b58b kded-5.31.0.tar.xz
230d063b3b7827eaaa8e345ebaf6c1500f9 kdewebkit-5.31.0.tar.xz
231302e06bd05b8632fe60702c82218d1eb syntax-highlighting-5.31.0.tar.xz
232315aae6b286757696513ecc7ca69e68e ktexteditor-5.31.0.tar.xz
23389a054526209180e02b87b30b8766f5f kdesignerplugin-5.31.0.tar.xz
2343ba021780eb40fadd3472630be680571 kwayland-5.31.0.tar.xz
235cbef982888a30ca96b4c1f52d502551c plasma-framework-5.31.0.tar.xz
236#ac454faa59de5fb2c5f995acd71fd769 modemmanager-qt-5.31.0.tar.xz
2376eaf7bd9165a7042221926064c01cce9 kpeople-5.31.0.tar.xz
238c1cd0538b4f7e56653a4d6d4f2c994a2 kxmlrpcclient-5.31.0.tar.xz
2392e2dfc3e49d878044c4848d147918d1b bluez-qt-5.31.0.tar.xz
240b0553bbd667d7d209735d2123f33af46 kfilemetadata-5.31.0.tar.xz
241831874cc5f6bf3aab76ca196d30995b3 baloo-5.31.0.tar.xz
242#f16a9b1a901700ecd0790e3d80ae32d4 breeze-icons-5.31.0.tar.xz
243#385ddb6e36639dfffb0bf30b75b049e0 oxygen-icons5-5.31.0.tar.xz
244cd4290e76d0c07a3612b82257119a4df kactivities-stats-5.31.0.tar.xz
2456105cf1f51b69cd9232aa662f8d2511a krunner-5.31.0.tar.xz
24671ec95ef3c79e2a86de4872bb97daa0e kjs-5.31.0.tar.xz
247aa244aa083a03be78a976a8a8cd6ed8c kdelibs4support-5.31.0.tar.xz
24821a3859d1358a330fbdb83f3c184dd71 khtml-5.31.0.tar.xz
24949f65f405b4e3d49adf81247efce963f kjsembed-5.31.0.tar.xz
250f287ac1073cae07f51178ad78f30cf4b kmediaplayer-5.31.0.tar.xz
251743b48d58b23d386e4417081a4d456cb kross-5.31.0.tar.xz
252#95cb43eb20e081db51709b0ab6bcfa96 prison-5.31.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 <para>If inatalling in /opt and there is an existing /opt/kf5 either as a
272 regular directory or a symbolic link, it should be removed (as root):</para>
273
274 <screen><userinput>rm -rf /opt/kf5</userinput></screen>
275 </caution>
276
277 <para>
278 First, start a subshell that will exit on error:
279 </para>
280
281
282<screen><userinput>bash -e</userinput></screen>
283
284 <para>
285 Install all of the packages by running the following
286 commands:
287 </para>
288
289<screen><userinput>while read -r line; do
290
291 # Get the file name, ignoring comments and blank lines
292 if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
293 file=$(echo $line | cut -d" " -f2)
294
295 pkg=$(echo $file|sed 's|^.*/||') # Remove directory
296 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
297
298 tar -xf $file
299 pushd $packagedir
300
301 mkdir build
302 cd build
303
304 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
305 -DCMAKE_PREFIX_PATH=$QT5DIR \
306 -DCMAKE_BUILD_TYPE=Release \
307 -DLIB_INSTALL_DIR=lib \
308 -DBUILD_TESTING=OFF \
309 -Wno-dev ..
310 make
311 as_root make install
312 popd
313
314<!-- some packages end with files owned by root in $packagedir, so use as_root
315 in the following -->
316 as_root rm -rf $packagedir
317 as_root /sbin/ldconfig
318
319done &lt; frameworks-&kf5-version;.md5
320
321exit</userinput></screen>
322
323 <note><para>Any modules that have been omitted can be installed later by
324 using the same mkdir build; cd build; cmake; make; make install procedure
325 as above.</para></note>
326
327 <para>Sometimes the installation paths are hardcoded into installed files.
328 If the installed directory is not /usr, rename the directory and create a
329 symlink:</para>
330
331 <screen><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
332ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
333
334 </sect2>
335
336 <sect2 role="commands">
337 <title>Command Explanations</title>
338
339 <para>
340 <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
341 to allow cmake to find the proper Qt libraries.
342 </para>
343
344 <para>
345 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
346 to apply higher level of the compiler optimizations.
347 </para>
348
349 <para>
350 <parameter>-DLIB_INSTALL_DIR=lib</parameter>: This switch is used
351 to get libraries to install to <filename
352 class="directory">$KF5_PREFIX/lib</filename> instead of <filename
353 class="directory">$KF5_PREFIX/lib64</filename> on a 64 bit system.
354 </para>
355
356 <para>
357 <parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
358 building test programs and libraries that are of no use to an end user.
359 </para>
360
361 </sect2>
362 <sect2 role="content">
363 <title>Contents</title>
364
365 <segmentedlist>
366 <segtitle>Installed Programs</segtitle>
367 <segtitle>Installed Libraries</segtitle>
368 <segtitle>Installed Directories</segtitle>
369
370 <seglistitem>
371 <seg>
372 There are 53 programs installed in /opt/kf5/bin.
373 </seg>
374 <seg>
375 There are too many kf5 libraries (79) to list separately.
376 </seg>
377 <seg>
378 /opt/kf5 (symlink to /opt/kf5-&kf5-version;)
379 </seg>
380 </seglistitem>
381 </segmentedlist>
382
383 <variablelist>
384 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
385 <?dbfo list-presentation="list"?>
386 <?dbhtml list-presentation="table"?>
387
388 <varlistentry id="checkXML5">
389 <term><command>checkXML5</command></term>
390 <listitem>
391 <para>
392 is a tool to check for syntax errors in KDE DocBook XML
393 files.
394 </para>
395 <indexterm zone="kf5-frameworks checkXML5">
396 <primary sortas="b-checkXML5">checkXML5</primary>
397 </indexterm>
398 </listitem>
399 </varlistentry>
400
401 <varlistentry id="depdiagram-generate">
402 <term><command>depdiagram-generate</command></term>
403 <listitem>
404 <para>
405 is a tool to generate a dependency diagram.
406 </para>
407 <indexterm zone="kf5-frameworks depdiagram-generate">
408 <primary sortas="b-depdiagram-generate">depdiagram-generate</primary>
409 </indexterm>
410 </listitem>
411 </varlistentry>
412
413 <varlistentry id="depdiagram-generate-all">
414 <term><command>depdiagram-generate-all</command></term>
415 <listitem>
416 <para>
417 is a tool to generate a dependency diagram for all frameworks at once..
418 </para>
419 <indexterm zone="kf5-frameworks depdiagram-generate-all">
420 <primary sortas="b-depdiagram-generate-all">depdiagram-generate-all</primary>
421 </indexterm>
422 </listitem>
423 </varlistentry>
424
425 <varlistentry id="depdiagram-prepare">
426 <term><command>depdiagram-prepare</command></term>
427 <listitem>
428 <para>
429 is a tool to prepare dot files.
430 </para>
431 <indexterm zone="kf5-frameworks depdiagram-prepare">
432 <primary sortas="b-depdiagram-prepare">depdiagram-prepare</primary>
433 </indexterm>
434 </listitem>
435 </varlistentry>
436
437 <varlistentry id="desktoptojson">
438 <term><command>desktoptojson</command></term>
439 <listitem>
440 <para>
441 is a tool to convert a .desktop file to a .json file.
442 </para>
443 <indexterm zone="kf5-frameworks desktoptojson">
444 <primary sortas="b-desktoptojson">desktoptojson</primary>
445 </indexterm>
446 </listitem>
447 </varlistentry>
448
449 <varlistentry id="kactivitymanagerd">
450 <term><command>kactivitymanagerd</command></term>
451 <listitem>
452 <para>
453 is the KDE Plasma Workspace Activity Manager.
454 </para>
455 <indexterm zone="kf5-frameworks kactivitymanagerd">
456 <primary sortas="b-kactivitymanagerd">kactivitymanagerd</primary>
457 </indexterm>
458 </listitem>
459 </varlistentry>
460
461 <varlistentry id="kbuildsycoca5">
462 <term><command>kbuildsycoca5</command></term>
463 <listitem>
464 <para>
465 rebuilds the KService desktop file system configuration
466 cache.
467 </para>
468 <indexterm zone="kf5-frameworks kbuildsycoca5">
469 <primary sortas="b-kbuildsycoca5">kbuildsycoca5</primary>
470 </indexterm>
471 </listitem>
472 </varlistentry>
473
474 <varlistentry id="kcookiejar5">
475 <term><command>kcookiejar5</command></term>
476 <listitem>
477 <para>
478 is a command line interface to the HTTP cookie store used by KDE,
479 a D-BUS service to store/retrieve/clean cookies.
480 </para>
481 <indexterm zone="kf5-frameworks kcookiejar5">
482 <primary sortas="b-kcookiejar5">kcookiejar5</primary>
483 </indexterm>
484 </listitem>
485 </varlistentry>
486
487 <varlistentry id="kded5">
488 <term><command>kded5</command></term>
489 <listitem>
490 <para>
491 consolidates several small services in one process.
492 </para>
493 <indexterm zone="kf5-frameworks kded5">
494 <primary sortas="b-kded5">kded5</primary>
495 </indexterm>
496 </listitem>
497 </varlistentry>
498
499 <varlistentry id="kdeinit5">
500 <term><command>kdeinit5</command></term>
501 <listitem>
502 <para>
503 is a process launcher somewhat similar to the famous init used
504 for booting UNIX.
505 </para>
506 <indexterm zone="kf5-frameworks kdeinit5">
507 <primary sortas="b-kdeinit5">kdeinit5</primary>
508 </indexterm>
509 </listitem>
510 </varlistentry>
511
512 <varlistentry id="kf5-config">
513 <term><command>kf5-config</command></term>
514 <listitem>
515 <para>
516 is a command line program used to retrieve information about
517 KDE installation or user paths.
518 </para>
519 <indexterm zone="kf5-frameworks kf5-config">
520 <primary sortas="b-kf5-config">kf5-config</primary>
521 </indexterm>
522 </listitem>
523 </varlistentry>
524
525 <varlistentry id="kf5kross">
526 <term><command>kf5kross</command></term>
527 <listitem>
528 <para>
529 executes kross scripts written in KDE Javascript, Python, Ruby,
530 Java and Falcon.
531 </para>
532 <indexterm zone="kf5-frameworks kf5kross">
533 <primary sortas="b-kf5kross">kf5kross</primary>
534 </indexterm>
535 </listitem>
536 </varlistentry>
537
538 <varlistentry id="kgenapidox">
539 <term><command>kgenapidox</command></term>
540 <listitem>
541 <para>
542 is a tool to generate API documentation in the KDE style.
543 </para>
544 <indexterm zone="kf5-frameworks kgenapidox">
545 <primary sortas="b-kgenapidox">kgenapidox</primary>
546 </indexterm>
547 </listitem>
548 </varlistentry>
549
550 <varlistentry id="kgendesignerplugin">
551 <term><command>kgendesignerplugin</command></term>
552 <listitem>
553 <para>
554 generates widget plugins for Qt(TM) Designer.
555 </para>
556 <indexterm zone="kf5-frameworks kgendesignerplugin">
557 <primary sortas="b-kgendesignerplugin">kgendesignerplugin</primary>
558 </indexterm>
559 </listitem>
560 </varlistentry>
561
562 <varlistentry id="kglobalaccel5">
563 <term><command>kglobalaccel5</command></term>
564 <listitem>
565 <para>
566 is a daemon use to register the key bindings and for getting
567 notified when the action triggered.
568 </para>
569 <indexterm zone="kf5-frameworks kglobalaccel5">
570 <primary sortas="b-kglobalaccel5">kglobalaccel5</primary>
571 </indexterm>
572 </listitem>
573 </varlistentry>
574
575 <varlistentry id="kjs5">
576 <term><command>kjs5</command></term>
577 <listitem>
578 <para>
579 is KDE ECMAScript/JavaScript engine.
580 </para>
581 <indexterm zone="kf5-frameworks kjs5">
582 <primary sortas="b-kjs5">kjs5</primary>
583 </indexterm>
584 </listitem>
585 </varlistentry>
586
587 <varlistentry id="kjscmd5">
588 <term><command>kjscmd5</command></term>
589 <listitem>
590 <para>
591 is a tool for launching KJSEmbed scripts from the command line.
592 </para>
593 <indexterm zone="kf5-frameworks kjscmd5">
594 <primary sortas="b-kjscmd5">kjscmd5</primary>
595 </indexterm>
596 </listitem>
597 </varlistentry>
598
599 <varlistentry id="kjsconsole">
600 <term><command>kjsconsole</command></term>
601 <listitem>
602 <para>
603 is a console for <command>kjs5</command>.
604 </para>
605 <indexterm zone="kf5-frameworks kjsconsole">
606 <primary sortas="b-kjsconsole">kjsconsole</primary>
607 </indexterm>
608 </listitem>
609 </varlistentry>
610
611 <varlistentry id="kmailservice5">
612 <term><command>kmailservice5</command></term>
613 <listitem>
614 <para>
615 is a mail service.
616 </para>
617 <indexterm zone="kf5-frameworks kmailservice5">
618 <primary sortas="b-kmailservice5">kmailservice5</primary>
619 </indexterm>
620 </listitem>
621 </varlistentry>
622
623 <varlistentry id="kpackagelauncherqml">
624 <term><command>kpackagelauncherqml</command></term>
625 <listitem>
626 <para>
627 is a commandline tool for launching kpackage QML application
628 </para>
629 <indexterm zone="kf5-frameworks kpackagelauncherqml">
630 <primary sortas="b-kpackagelauncherqml">kpackagelauncherqml</primary>
631 </indexterm>
632 </listitem>
633 </varlistentry>
634
635 <varlistentry id="kpackagetool5">
636 <term><command>kpackagetool5</command></term>
637 <listitem>
638 <para>
639 is a command line kpackage tool.
640 </para>
641 <indexterm zone="kf5-frameworks kpackagetool5">
642 <primary sortas="b-kpackagetool5">kpackagetool5</primary>
643 </indexterm>
644 </listitem>
645 </varlistentry>
646
647 <varlistentry id="kreadconfig5">
648 <term><command>kreadconfig5</command></term>
649 <listitem>
650 <para>
651 is a command line tool to retrieve values from KDE
652 configuration files.
653 </para>
654 <indexterm zone="kf5-frameworks kreadconfig5">
655 <primary sortas="b-kreadconfig5">kreadconfig5</primary>
656 </indexterm>
657 </listitem>
658 </varlistentry>
659
660 <varlistentry id="kshell5">
661 <term><command>kshell5</command></term>
662 <listitem>
663 <para>
664 start applications via kdeinit.
665 </para>
666 <indexterm zone="kf5-frameworks kshell5">
667 <primary sortas="b-kshell5">kshell5</primary>
668 </indexterm>
669 </listitem>
670 </varlistentry>
671
672 <varlistentry id="ktelnetservice5">
673 <term><command>ktelnetservice5</command></term>
674 <listitem>
675 <para>
676 is a telnet service.
677 </para>
678 <indexterm zone="kf5-frameworks ktelnetservice5">
679 <primary sortas="b-ktelnetservice5">ktelnetservice5</primary>
680 </indexterm>
681 </listitem>
682 </varlistentry>
683
684 <varlistentry id="ktrash5">
685 <term><command>ktrash5</command></term>
686 <listitem>
687 <para>
688 is a helper program to handle the KDE trash can.
689 </para>
690 <indexterm zone="kf5-frameworks ktrash5">
691 <primary sortas="b-ktrash5">ktrash5</primary>
692 </indexterm>
693 </listitem>
694 </varlistentry>
695
696 <varlistentry id="kwalletd5">
697 <term><command>kwalletd5</command></term>
698 <listitem>
699 <para>
700 is the wallet manager daemon.
701 </para>
702 <indexterm zone="kf5-frameworks kwalletd5">
703 <primary sortas="b-kwalletd5">kwalletd5</primary>
704 </indexterm>
705 </listitem>
706 </varlistentry>
707
708 <varlistentry id="kwriteconfig5">
709 <term><command>kwriteconfig5</command></term>
710 <listitem>
711 <para>
712 is a command line tool to write values in KDE
713 configuration files.
714 </para>
715 <indexterm zone="kf5-frameworks kwriteconfig5">
716 <primary sortas="b-kwriteconfig5">kwriteconfig5</primary>
717 </indexterm>
718 </listitem>
719 </varlistentry>
720
721 <varlistentry id="meinproc5">
722 <term><command>meinproc5</command></term>
723 <listitem>
724 <para>
725 converts DocBook files to HTML.
726 </para>
727 <indexterm zone="kf5-frameworks meinproc5">
728 <primary sortas="b-meinproc5">meinproc5</primary>
729 </indexterm>
730 </listitem>
731 </varlistentry>
732
733 <varlistentry id="plasmapkg2">
734 <term><command>plasmapkg2</command></term>
735 <listitem>
736 <para>
737 is a tool to install, list, remove Plasma packages
738 </para>
739 <indexterm zone="kf5-frameworks plasmapkg2">
740 <primary sortas="b-plasmapkg2">plasmapkg2</primary>
741 </indexterm>
742 </listitem>
743 </varlistentry>
744
745 <varlistentry id="preparetips5">
746 <term><command>preparetips5</command></term>
747 <listitem>
748 <para>
749 is a script to extract the text from a tips file.
750 </para>
751 <indexterm zone="kf5-frameworks preparetips5">
752 <primary sortas="b-preparetips5">preparetips5</primary>
753 </indexterm>
754 </listitem>
755 </varlistentry>
756
757 <varlistentry id="solid-hardware5">
758 <term><command>solid-hardware5</command></term>
759 <listitem>
760 <para>
761 is a command line tool to investigate available devices.
762 </para>
763 <indexterm zone="kf5-frameworks solid-hardware5">
764 <primary sortas="b-solid-hardware5">solid-hardware5</primary>
765 </indexterm>
766 </listitem>
767 </varlistentry>
768
769 </variablelist>
770
771 </sect2>
772
773</sect1>
774
Note: See TracBrowser for help on using the repository browser.