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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 b13548d was 42846033, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to plasma-5.11.4

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

  • Property mode set to 100644
File size: 27.4 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 <!-- kf5-download-http is defined on patches.ent
8 <!ENTITY kf5-download-http "&kf5-download-http;"> -->
9 <!ENTITY kf5-download-ftp " ">
10 <!ENTITY kf5-md5sum "See Below">
11 <!ENTITY kf5-size "260 MB">
12 <!ENTITY kf5-buildsize "998 MB (214 MB installed)">
13 <!ENTITY kf5-time "14 SBU (using parallelism=4)">
14]>
15
16<sect1 id="kf5-frameworks" xreflabel="KDE Frameworks-&kf5-version;">
17 <?dbhtml filename="krameworks5.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Building KDE Frameworks 5 (KF5)</title>
25
26 <indexterm zone="kf5">
27 <primary sortas="a-kf5">KDE Frameworks</primary>
28 </indexterm>
29
30 <para>KDE Frameworks 5 is a collection of libraries based on top of Qt5 and
31 QML derived from the monolithic KDE 4 libraries. They can be used
32 independent of the KDE Display Environment (Plasma 5).</para>
33
34 &lfs81_checked;
35
36 <para>The instructions below build all of the KDE Frameworks packages in one
37 step by using a bash script. </para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&kf5-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&kf5-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &kf5-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &kf5-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &kf5-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &kf5-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">KF5 Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required">
65 <xref linkend="boost"/>,
66 <xref linkend="extra-cmake-modules"/>,
67 <xref linkend="DocBook"/>,
68 <xref linkend="docbook-xsl"/>,
69 <xref linkend="giflib"/>,
70 <xref linkend="libepoxy"/>,
71 <xref linkend="libgcrypt"/>,
72 <xref linkend="libjpeg"/>,
73 <xref linkend="libpng"/>,
74 <xref linkend="libxslt"/>,
75 <xref linkend="lmdb"/>,
76 <xref linkend="openssl10"/>,
77 <xref linkend="qtwebkit5"/>,
78 <xref linkend="phonon"/>,
79 <xref linkend="shared-mime-info"/>,
80 <xref linkend="perl-uri"/>, and
81 <xref linkend="wget"/> (required to download the packages)
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="aspell"/> (Dictionary backend for Sonnet),
87 <xref linkend="avahi"/> (DNS-SD backend for KDNSSD),
88 <xref linkend="libdbusmenu-qt"/> (built with qt5),
89 <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt), and
90 <xref linkend="polkit-qt"/> (Authentication backend for KAuth)
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <xref linkend="bluez"/> (needed to build Bluez-Qt),
96 <xref linkend="ModemManager"/> (needed to build ModemManager-Qt)
97 </para>
98
99 <bridgehead renderas="sect4">Runtime dependency for FrameworkIntegration</bridgehead>
100 <para role="optional">
101 <xref role="runtime" linkend="oxygen-fonts"/> and
102 <xref role="runtime" linkend="noto-fonts"/>
103 </para>
104
105 <bridgehead renderas="sect4">Runtime dependencies for kapidox</bridgehead>
106 <para role="optional">
107 <xref role="runtime" linkend="doxygen"/>,
108 <phrase revision="sysv"><ulink role="runtime" url="https://pypi.python.org/pypi/Jinja2">Jinja2</ulink></phrase>
109 <phrase revision="systemd"><xref role="runtime" linkend="Jinja2"/></phrase>, and
110 <phrase revision="sysv"><ulink role="runtime" url="http://pyyaml.org/">PyYAML</ulink></phrase>
111 <phrase revision="systemd"><xref role="runtime" linkend="PyYAML"/></phrase>
112 </para>
113
114 <bridgehead renderas="sect4">Additional image formats support in KImageFormats</bridgehead>
115 <para role="optional">
116 <xref linkend="jasper"/> and
117 <ulink url="http://www.openexr.com/">OpenEXR</ulink>
118 </para>
119
120 <bridgehead renderas="sect4">Optional dependencies for KIO</bridgehead>
121 <para role="optional">
122 <xref linkend="mitkrb"/>
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 role="runtime" url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
130 </para>
131
132 <bridgehead renderas="sect4">Optional dependency for KWallet</bridgehead>
133 <para role="optional">
134 <ulink url="&kf5apps-download-http;">gpgmepp</ulink>
135 </para>
136
137 <bridgehead renderas="sect4">Optional dictionary backends for Sonnet</bridgehead>
138 <para role="optional">
139 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> and
140 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
141 </para>
142
143 <bridgehead renderas="sect4">Required dependencies for Prison</bridgehead>
144 <para role="optional"> <!-- Leaving as optional since these are external -->
145 <ulink url="http://libdmtx.sourceforge.net/">Datamatrix</ulink> and
146 <ulink url="http://megaui.net/fukuchi/works/qrencode/index.en.html/">QRencode</ulink>
147 </para>
148
149 <para condition="html" role="usernotes">User Notes:
150 <ulink url="&blfs-wiki;/kf5"/></para>
151
152 <sect2>
153 <title>Downloading KDE Frameworks</title>
154
155 <para>
156 The easiest way to get the KDE Frameworks packages is to use a single
157 <command>wget</command> to fetch them all at once:
158 </para>
159
160<screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
161wget -r -nH -nd -A '*.xz' -np $url</userinput>
162<literal>
163The options used here are:
164 -r recurse through child directories
165 -nH disable generation of host-prefixed directories
166 -nd do not create a hierarchy of directories
167 -A '*.xz' just get the *.xz files
168 -np don't get parent directories</literal></screen>
169
170 </sect2>
171
172 <sect2>
173 <title>Setting Package Order</title>
174
175 <para>
176 The order of building files is important due to internal dependencies.
177 Create the list of files in the proper order as follows:
178 </para>
179
180<screen><userinput>cat &gt; frameworks-&kf5-version;.md5 &lt;&lt; "EOF"
181<literal>1ebbd6b7636cbc463a3d5413c2e32a73 attica-5.41.0.tar.xz
182#6ec01cba580d3ef21d84f7255e6a1dac extra-cmake-modules-5.41.0.tar.xz
183eb1a924ff44e4ca3d0c1aebadf98dd2e kapidox-5.41.0.tar.xz
1844552b6cee31f42f9d6746ebbbe8d65c9 karchive-5.41.0.tar.xz
185b7332e685615a6d730558044faa82c37 kcodecs-5.41.0.tar.xz
186ca16ea0465784e8cae48fcfd383ade22 kconfig-5.41.0.tar.xz
1872de35d8c776f0510ec83e8aa91706613 kcoreaddons-5.41.0.tar.xz
18882b2f634646b701268f2e8ed18a1c393 kdbusaddons-5.41.0.tar.xz
189f3c68c3f4f635cba8bd541365968fa19 kdnssd-5.41.0.tar.xz
19068ff5c6e23100fbcb8e5df810c8446dd kguiaddons-5.41.0.tar.xz
191d232ea154a69d7bd81ddbb4238dd14b9 ki18n-5.41.0.tar.xz
1924f0b0fbecc626761a4afdef751e3945b kidletime-5.41.0.tar.xz
19355ea32eabc52b698ed9732daf913481c kimageformats-5.41.0.tar.xz
194c16c33b4e37dd61a1b6102e4dfa4084c kitemmodels-5.41.0.tar.xz
1950712c43b59fb63227bbe4649bd3069aa kitemviews-5.41.0.tar.xz
196cfa7e31be126bab9514367529ee388e8 kplotting-5.41.0.tar.xz
19736a55709d9232754de87fce845af407e kwidgetsaddons-5.41.0.tar.xz
198c37711fc60fba6f59e3d12202615384b kwindowsystem-5.41.0.tar.xz
1998fe93eb125b593ca324a7f9c5ffc35f2 networkmanager-qt-5.41.0.tar.xz
200f3903da2459a5f6b2915a9ea20791811 solid-5.41.0.tar.xz
201f39210f1a1d609dc5ab91b81eab7496c sonnet-5.41.0.tar.xz
20208710d126dd5e9295f6d2082e1c715ba threadweaver-5.41.0.tar.xz
2034e2206fb13c1f7ecfc6ff8fdba3b6755 kauth-5.41.0.tar.xz
2044dfd9f0b601b3b29fda431e67749d84b kcompletion-5.41.0.tar.xz
205f31bdd55610016116304a7c2895267cc kcrash-5.41.0.tar.xz
206b3674a19a7c16bee9f020645e0ddbc55 kdoctools-5.41.0.tar.xz
2075bd431ca01ea01478089b1ae9e96248f kpty-5.41.0.tar.xz
208870fbc616eeddace047a97cc49709826 kunitconversion-5.41.0.tar.xz
2090a9f9185b73c61ff98d866b347cb84ab kconfigwidgets-5.41.0.tar.xz
210ac350a079c779228290d8ad6f7d95424 kservice-5.41.0.tar.xz
2114c6269c4428df1e6f590619cb4c4ff79 kglobalaccel-5.41.0.tar.xz
212e5bbc196ebb357071988c1a5bf660de2 kpackage-5.41.0.tar.xz
2131d03482ad18b4fcf5efdc08342dad0fd kdesu-5.41.0.tar.xz
214ae76e8c76beb51f43bbe2adb71f9ed2e kemoticons-5.41.0.tar.xz
21511d64047d571925ec70b6b2774e2f7e6 kiconthemes-5.41.0.tar.xz
216a933f40379454c722fcc6748d02b1fa5 kjobwidgets-5.41.0.tar.xz
217ebd60e338a9e7b59a555a5d3cc0d7b5a knotifications-5.41.0.tar.xz
218b0f13d0727924a002fb3da6ba51b9b5e ktextwidgets-5.41.0.tar.xz
219280907ea04c30f4d8ccf780e01061537 kxmlgui-5.41.0.tar.xz
220436243672adfe56567c732d97924adba kbookmarks-5.41.0.tar.xz
221894a257850904ba73491d33f77570dba kwallet-5.41.0.tar.xz
2224249f48518556c174f9475e3f33ca3e1 kio-5.41.0.tar.xz
22388160137086a2b01d97bcd13d0175cc1 kdeclarative-5.41.0.tar.xz
2248e1f8ac1320b01c9f894eb4ae22452ae kcmutils-5.41.0.tar.xz
225cbfb3f5b2135551975d9e204a18a1011 kirigami2-5.41.0.tar.xz
226e3ecbab2d0aef7ab54137dd10f260199 knewstuff-5.41.0.tar.xz
2270dd6f089983ecd32155a980dd701d8bd frameworkintegration-5.41.0.tar.xz
228f1be560698aaa8329f61cc364208becd kinit-5.41.0.tar.xz
229d3a25384ba8bc72c34adc23431bfb1fc knotifyconfig-5.41.0.tar.xz
230c799742b700dc63cc29b43b05363caf6 kparts-5.41.0.tar.xz
23194b470c2ab31754cec8b976dbcf914fb kactivities-5.41.0.tar.xz
23255e4ea83c260ed6133d91baa85e83ee2 kded-5.41.0.tar.xz
233e6ca0e267d398418221b44686eeb8112 kdewebkit-5.41.0.tar.xz
234fc593a8fbb7ad9105d3f5cbab20025f9 syntax-highlighting-5.41.0.tar.xz
2354a56a69a8d4180bed8e0fc62b104ae5b ktexteditor-5.41.0.tar.xz
2364e68fcc75c98efbb52ad10cc93f94cac kdesignerplugin-5.41.0.tar.xz
237182714e5cffb3f8d98cd9ec9e5e342a2 kwayland-5.41.0.tar.xz
238a824f972b674747dcf4c37b72ac5aafe plasma-framework-5.41.0.tar.xz
239d9f1c4a923b48fc6f27317be8d880279 modemmanager-qt-5.41.0.tar.xz
240d2fcacdd586ea9523dfdced3508a9018 kpeople-5.41.0.tar.xz
241fe298ffdfee126f9ba3bcdef1118fcdf kxmlrpcclient-5.41.0.tar.xz
242c1be30ad443b482cb64be7ec294e643d bluez-qt-5.41.0.tar.xz
2432a0ca3328b99e0107a4037319747c079 kfilemetadata-5.41.0.tar.xz
244b7636f757203dc0c31bcebb9c43d82f4 baloo-5.41.0.tar.xz
245#4d9130ec475e1a99d44cddc3be5c0965 breeze-icons-5.41.0.tar.xz
246#b55b649450dcffe2b207e203915f8985 oxygen-icons5-5.41.0.tar.xz
24798dfb00d6d376b9adaa45f28444cdc74 kactivities-stats-5.41.0.tar.xz
2483eb823010cc1738302e3f0e89c088f62 krunner-5.41.0.tar.xz
249#c8f1ba624b752249fba8a590b9c67f4a prison-5.41.0.tar.xz
250ca0658e0f314b957dae151c83f4f24db qqc2-desktop-style-5.41.0.tar.xz
25150cf974dae417f0ba8785fd64ed186ab kjs-5.41.0.tar.xz
252d1dad42422f484912a1b32eee1344436 kdelibs4support-5.41.0.tar.xz
253795c5ae86722acf4153ad77f9dcde6f6 khtml-5.41.0.tar.xz
254dcae4f0b65f53a64b4c6296fbe03be97 kjsembed-5.41.0.tar.xz
2556bcc75b0773b2dbcc73a3e9db0e95efc kmediaplayer-5.41.0.tar.xz
256b58a7bdf8cc70e20293fad45990f8876 kross-5.41.0.tar.xz</literal>
257EOF</userinput></screen>
258
259 <para>In the above list, notice that some files have been commented out with
260 a hash (#) character. The extra-cmake-modules entry has been commented out
261 because it was built earlier in the <xref linkend="kde-prereq"/>. The icon
262 packages are covered separately at <xref linkend="breeze-icons"/> and <xref
263 linkend="oxygen-icons5"/>. The modemmanager-qt package may be built if its
264 optional dependency has been installed. The prison package (bar code reader)
265 may be built if the required external libraries are installed.
266 </para>
267
268 </sect2>
269
270 <sect2 role="installation">
271 <title>Installation of KDE Frameworks</title>
272
273 &as_root;
274
275 <caution>
276
277 <para>If installing in /opt and there is an existing /opt/kf5 either as a
278 regular directory or a symbolic link, it should be reinitialized (as
279 root):</para>
280
281 <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5.old &amp;&amp;
282install -v -dm755 $KF5_PREFIX/{etc,share} &amp;&amp;
283ln -sfv /etc/dbus-1 $KF5_PREFIX/etc &amp;&amp;
284ln -sfv /usr/share/dbus-1 $KF5_PREFIX/share</userinput></screen>
285 </caution>
286
287 <para>
288 First, start a subshell that will exit on error:
289 </para>
290
291
292<screen><userinput>bash -e</userinput></screen>
293
294 <para>
295 Install all of the packages by running the following
296 commands:
297 </para>
298
299<screen><userinput>export CXXFLAGS='-isystem /usr/include/openssl-1.0'
300
301while read -r line; do
302
303 # Get the file name, ignoring comments and blank lines
304 if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
305 file=$(echo $line | cut -d" " -f2)
306
307 pkg=$(echo $file|sed 's|^.*/||') # Remove directory
308 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
309
310 tar -xf $file
311 pushd $packagedir
312
313 case $packagedir in
314 kdelibs4support*)
315 sed -i.orig \
316 '/OPENSSL_FOUND/i set(OPENSSL_INCLUDE_DIR "/usr/include/openssl-1.0")' \
317 src/CMakeLists.txt
318 ;;
319 esac
320
321 mkdir build
322 cd build
323
324 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
325 -DCMAKE_PREFIX_PATH=$QT5DIR \
326 -DCMAKE_BUILD_TYPE=Release \
327 -DBUILD_TESTING=OFF \
328 -Wno-dev ..
329 make
330 as_root make install
331
332 popd
333<!-- some packages end with files owned by root in $packagedir, so use as_root
334 in the following -->
335 as_root rm -rf $packagedir
336 as_root /sbin/ldconfig
337
338done &lt; frameworks-&kf5-version;.md5
339
340exit</userinput></screen>
341
342 <note><para>Any modules that have been omitted can be installed later by
343 using the same mkdir build; cd build; cmake; make; make install procedure
344 as above.</para></note>
345
346 <para>Sometimes the installation paths are hardcoded into installed files.
347 If the installed directory is not /usr, rename the directory and create a
348 symlink:</para>
349
350 <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
351ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
352
353 </sect2>
354
355 <sect2 role="commands">
356 <title>Command Explanations</title>
357
358 <para>
359 <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
360 to allow cmake to find the proper Qt libraries.
361 </para>
362
363 <para>
364 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
365 to apply higher level of the compiler optimizations.
366 </para>
367
368 <para>
369 <parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
370 building test programs and libraries that are of no use to an end user.
371 </para>
372
373 </sect2>
374 <sect2 role="content">
375 <title>Contents</title>
376
377 <segmentedlist>
378 <segtitle>Installed Programs</segtitle>
379 <segtitle>Installed Libraries</segtitle>
380 <segtitle>Installed Directories</segtitle>
381
382 <seglistitem>
383 <seg>
384 There are 48 programs installed in /opt/kf5/bin.
385 </seg>
386 <seg>
387 There are too many kf5 libraries (191) to list separately.
388 </seg>
389 <seg>
390 /opt/kf5 (symlink to /opt/kf5-&kf5-version;)
391 </seg>
392 </seglistitem>
393 </segmentedlist>
394
395 <variablelist>
396 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
397 <?dbfo list-presentation="list"?>
398 <?dbhtml list-presentation="table"?>
399
400 <varlistentry id="checkXML5">
401 <term><command>checkXML5</command></term>
402 <listitem>
403 <para>
404 is a tool to check for syntax errors in KDE DocBook XML
405 files.
406 </para>
407 <indexterm zone="kf5-frameworks checkXML5">
408 <primary sortas="b-checkXML5">checkXML5</primary>
409 </indexterm>
410 </listitem>
411 </varlistentry>
412
413 <varlistentry id="depdiagram-generate">
414 <term><command>depdiagram-generate</command></term>
415 <listitem>
416 <para>
417 is a tool to generate a dependency diagram.
418 </para>
419 <indexterm zone="kf5-frameworks depdiagram-generate">
420 <primary sortas="b-depdiagram-generate">depdiagram-generate</primary>
421 </indexterm>
422 </listitem>
423 </varlistentry>
424
425 <varlistentry id="depdiagram-generate-all">
426 <term><command>depdiagram-generate-all</command></term>
427 <listitem>
428 <para>
429 is a tool to generate a dependency diagram for all frameworks at once..
430 </para>
431 <indexterm zone="kf5-frameworks depdiagram-generate-all">
432 <primary sortas="b-depdiagram-generate-all">depdiagram-generate-all</primary>
433 </indexterm>
434 </listitem>
435 </varlistentry>
436
437 <varlistentry id="depdiagram-prepare">
438 <term><command>depdiagram-prepare</command></term>
439 <listitem>
440 <para>
441 is a tool to prepare dot files.
442 </para>
443 <indexterm zone="kf5-frameworks depdiagram-prepare">
444 <primary sortas="b-depdiagram-prepare">depdiagram-prepare</primary>
445 </indexterm>
446 </listitem>
447 </varlistentry>
448
449 <varlistentry id="desktoptojson">
450 <term><command>desktoptojson</command></term>
451 <listitem>
452 <para>
453 is a tool to convert a .desktop file to a .json file.
454 </para>
455 <indexterm zone="kf5-frameworks desktoptojson">
456 <primary sortas="b-desktoptojson">desktoptojson</primary>
457 </indexterm>
458 </listitem>
459 </varlistentry>
460
461 <varlistentry id="kactivitymanagerd">
462 <term><command>kactivitymanagerd</command></term>
463 <listitem>
464 <para>
465 is the KDE Plasma Workspace Activity Manager.
466 </para>
467 <indexterm zone="kf5-frameworks kactivitymanagerd">
468 <primary sortas="b-kactivitymanagerd">kactivitymanagerd</primary>
469 </indexterm>
470 </listitem>
471 </varlistentry>
472
473 <varlistentry id="kbuildsycoca5">
474 <term><command>kbuildsycoca5</command></term>
475 <listitem>
476 <para>
477 rebuilds the KService desktop file system configuration
478 cache.
479 </para>
480 <indexterm zone="kf5-frameworks kbuildsycoca5">
481 <primary sortas="b-kbuildsycoca5">kbuildsycoca5</primary>
482 </indexterm>
483 </listitem>
484 </varlistentry>
485
486 <varlistentry id="kcookiejar5">
487 <term><command>kcookiejar5</command></term>
488 <listitem>
489 <para>
490 is a command line interface to the HTTP cookie store used by KDE,
491 a D-BUS service to store/retrieve/clean cookies.
492 </para>
493 <indexterm zone="kf5-frameworks kcookiejar5">
494 <primary sortas="b-kcookiejar5">kcookiejar5</primary>
495 </indexterm>
496 </listitem>
497 </varlistentry>
498
499 <varlistentry id="kded5">
500 <term><command>kded5</command></term>
501 <listitem>
502 <para>
503 consolidates several small services in one process.
504 </para>
505 <indexterm zone="kf5-frameworks kded5">
506 <primary sortas="b-kded5">kded5</primary>
507 </indexterm>
508 </listitem>
509 </varlistentry>
510
511 <varlistentry id="kdeinit5">
512 <term><command>kdeinit5</command></term>
513 <listitem>
514 <para>
515 is a process launcher somewhat similar to the famous init used
516 for booting UNIX.
517 </para>
518 <indexterm zone="kf5-frameworks kdeinit5">
519 <primary sortas="b-kdeinit5">kdeinit5</primary>
520 </indexterm>
521 </listitem>
522 </varlistentry>
523
524 <varlistentry id="kf5-config">
525 <term><command>kf5-config</command></term>
526 <listitem>
527 <para>
528 is a command line program used to retrieve information about
529 KDE installation or user paths.
530 </para>
531 <indexterm zone="kf5-frameworks kf5-config">
532 <primary sortas="b-kf5-config">kf5-config</primary>
533 </indexterm>
534 </listitem>
535 </varlistentry>
536
537 <varlistentry id="kf5kross">
538 <term><command>kf5kross</command></term>
539 <listitem>
540 <para>
541 executes kross scripts written in KDE Javascript, Python, Ruby,
542 Java and Falcon.
543 </para>
544 <indexterm zone="kf5-frameworks kf5kross">
545 <primary sortas="b-kf5kross">kf5kross</primary>
546 </indexterm>
547 </listitem>
548 </varlistentry>
549
550 <varlistentry id="kgenapidox">
551 <term><command>kgenapidox</command></term>
552 <listitem>
553 <para>
554 is a tool to generate API documentation in the KDE style.
555 </para>
556 <indexterm zone="kf5-frameworks kgenapidox">
557 <primary sortas="b-kgenapidox">kgenapidox</primary>
558 </indexterm>
559 </listitem>
560 </varlistentry>
561
562 <varlistentry id="kgendesignerplugin">
563 <term><command>kgendesignerplugin</command></term>
564 <listitem>
565 <para>
566 generates widget plugins for Qt(TM) Designer.
567 </para>
568 <indexterm zone="kf5-frameworks kgendesignerplugin">
569 <primary sortas="b-kgendesignerplugin">kgendesignerplugin</primary>
570 </indexterm>
571 </listitem>
572 </varlistentry>
573
574 <varlistentry id="kglobalaccel5">
575 <term><command>kglobalaccel5</command></term>
576 <listitem>
577 <para>
578 is a daemon use to register the key bindings and for getting
579 notified when the action triggered.
580 </para>
581 <indexterm zone="kf5-frameworks kglobalaccel5">
582 <primary sortas="b-kglobalaccel5">kglobalaccel5</primary>
583 </indexterm>
584 </listitem>
585 </varlistentry>
586
587 <varlistentry id="kjs5">
588 <term><command>kjs5</command></term>
589 <listitem>
590 <para>
591 is KDE ECMAScript/JavaScript engine.
592 </para>
593 <indexterm zone="kf5-frameworks kjs5">
594 <primary sortas="b-kjs5">kjs5</primary>
595 </indexterm>
596 </listitem>
597 </varlistentry>
598
599 <varlistentry id="kjscmd5">
600 <term><command>kjscmd5</command></term>
601 <listitem>
602 <para>
603 is a tool for launching KJSEmbed scripts from the command line.
604 </para>
605 <indexterm zone="kf5-frameworks kjscmd5">
606 <primary sortas="b-kjscmd5">kjscmd5</primary>
607 </indexterm>
608 </listitem>
609 </varlistentry>
610
611 <varlistentry id="kjsconsole">
612 <term><command>kjsconsole</command></term>
613 <listitem>
614 <para>
615 is a console for <command>kjs5</command>.
616 </para>
617 <indexterm zone="kf5-frameworks kjsconsole">
618 <primary sortas="b-kjsconsole">kjsconsole</primary>
619 </indexterm>
620 </listitem>
621 </varlistentry>
622
623 <varlistentry id="kmailservice5">
624 <term><command>kmailservice5</command></term>
625 <listitem>
626 <para>
627 is a mail service.
628 </para>
629 <indexterm zone="kf5-frameworks kmailservice5">
630 <primary sortas="b-kmailservice5">kmailservice5</primary>
631 </indexterm>
632 </listitem>
633 </varlistentry>
634
635 <varlistentry id="kpackagelauncherqml">
636 <term><command>kpackagelauncherqml</command></term>
637 <listitem>
638 <para>
639 is a commandline tool for launching kpackage QML application
640 </para>
641 <indexterm zone="kf5-frameworks kpackagelauncherqml">
642 <primary sortas="b-kpackagelauncherqml">kpackagelauncherqml</primary>
643 </indexterm>
644 </listitem>
645 </varlistentry>
646
647 <varlistentry id="kpackagetool5">
648 <term><command>kpackagetool5</command></term>
649 <listitem>
650 <para>
651 is a command line kpackage tool.
652 </para>
653 <indexterm zone="kf5-frameworks kpackagetool5">
654 <primary sortas="b-kpackagetool5">kpackagetool5</primary>
655 </indexterm>
656 </listitem>
657 </varlistentry>
658
659 <varlistentry id="kreadconfig5">
660 <term><command>kreadconfig5</command></term>
661 <listitem>
662 <para>
663 is a command line tool to retrieve values from KDE
664 configuration files.
665 </para>
666 <indexterm zone="kf5-frameworks kreadconfig5">
667 <primary sortas="b-kreadconfig5">kreadconfig5</primary>
668 </indexterm>
669 </listitem>
670 </varlistentry>
671
672 <varlistentry id="kshell5">
673 <term><command>kshell5</command></term>
674 <listitem>
675 <para>
676 start applications via kdeinit.
677 </para>
678 <indexterm zone="kf5-frameworks kshell5">
679 <primary sortas="b-kshell5">kshell5</primary>
680 </indexterm>
681 </listitem>
682 </varlistentry>
683
684 <varlistentry id="ktelnetservice5">
685 <term><command>ktelnetservice5</command></term>
686 <listitem>
687 <para>
688 is a telnet service.
689 </para>
690 <indexterm zone="kf5-frameworks ktelnetservice5">
691 <primary sortas="b-ktelnetservice5">ktelnetservice5</primary>
692 </indexterm>
693 </listitem>
694 </varlistentry>
695
696 <varlistentry id="ktrash5">
697 <term><command>ktrash5</command></term>
698 <listitem>
699 <para>
700 is a helper program to handle the KDE trash can.
701 </para>
702 <indexterm zone="kf5-frameworks ktrash5">
703 <primary sortas="b-ktrash5">ktrash5</primary>
704 </indexterm>
705 </listitem>
706 </varlistentry>
707
708 <varlistentry id="kwalletd5">
709 <term><command>kwalletd5</command></term>
710 <listitem>
711 <para>
712 is the wallet manager daemon.
713 </para>
714 <indexterm zone="kf5-frameworks kwalletd5">
715 <primary sortas="b-kwalletd5">kwalletd5</primary>
716 </indexterm>
717 </listitem>
718 </varlistentry>
719
720 <varlistentry id="kwriteconfig5">
721 <term><command>kwriteconfig5</command></term>
722 <listitem>
723 <para>
724 is a command line tool to write values in KDE
725 configuration files.
726 </para>
727 <indexterm zone="kf5-frameworks kwriteconfig5">
728 <primary sortas="b-kwriteconfig5">kwriteconfig5</primary>
729 </indexterm>
730 </listitem>
731 </varlistentry>
732
733 <varlistentry id="meinproc5">
734 <term><command>meinproc5</command></term>
735 <listitem>
736 <para>
737 converts DocBook files to HTML.
738 </para>
739 <indexterm zone="kf5-frameworks meinproc5">
740 <primary sortas="b-meinproc5">meinproc5</primary>
741 </indexterm>
742 </listitem>
743 </varlistentry>
744
745 <varlistentry id="plasmapkg2">
746 <term><command>plasmapkg2</command></term>
747 <listitem>
748 <para>
749 is a tool to install, list, remove Plasma packages
750 </para>
751 <indexterm zone="kf5-frameworks plasmapkg2">
752 <primary sortas="b-plasmapkg2">plasmapkg2</primary>
753 </indexterm>
754 </listitem>
755 </varlistentry>
756
757 <varlistentry id="preparetips5">
758 <term><command>preparetips5</command></term>
759 <listitem>
760 <para>
761 is a script to extract the text from a tips file.
762 </para>
763 <indexterm zone="kf5-frameworks preparetips5">
764 <primary sortas="b-preparetips5">preparetips5</primary>
765 </indexterm>
766 </listitem>
767 </varlistentry>
768
769 <varlistentry id="solid-hardware5">
770 <term><command>solid-hardware5</command></term>
771 <listitem>
772 <para>
773 is a command line tool to investigate available devices.
774 </para>
775 <indexterm zone="kf5-frameworks solid-hardware5">
776 <primary sortas="b-solid-hardware5">solid-hardware5</primary>
777 </indexterm>
778 </listitem>
779 </varlistentry>
780
781 </variablelist>
782
783 </sect2>
784
785</sect1>
786
Note: See TracBrowser for help on using the repository browser.