source: kde/kf5/kf5-frameworks.xml@ 77a91cb

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

Update to kf5-5.23.0

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

  • Property mode set to 100644
File size: 26.5 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 "256 MB">
11 <!ENTITY kf5-buildsize "948 MB">
12 <!ENTITY kf5-time "40 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 &lfs79_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"/> (built with qt5),
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 <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink> (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 <ulink url="https://pypi.python.org/packages/source/J/Jinja2/">Jinja2</ulink>, and
107 <ulink url="http://pyyaml.org/">PyYAML</ulink>
108 </para>
109
110 <bridgehead renderas="sect4">Additional image formats support in KImageFormats</bridgehead>
111 <para role="optional">
112 <xref linkend="jasper"/> and
113 <ulink url="http://www.openexr.com/">OpenEXR</ulink>
114 </para>
115
116 <bridgehead renderas="sect4">Optional dependencies for KIO</bridgehead>
117 <para role="optional">
118 <xref linkend="mitkrb"/>
119 </para>
120
121 <bridgehead renderas="sect4">Optional dependencies for ModemManager-QT</bridgehead>
122 <para role="optional">
123 <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink>
124 </para>
125
126 <bridgehead renderas="sect4">Optional dependencies for Solid</bridgehead>
127 <para role="optional">
128 <xref linkend="udisks2"/>,
129 <xref linkend="upower"/> and
130 <ulink url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
131 </para>
132
133 <bridgehead renderas="sect4">Optional dependency for KWallet</bridgehead>
134 <para role="optional">
135 <ulink url="&kf5apps-download-http;">gpgmepp</ulink>
136 </para>
137
138 <bridgehead renderas="sect4">Optional dictionary backends for Sonnet</bridgehead>
139 <para role="optional">
140 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> and
141 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
142 </para>
143
144 <para condition="html" role="usernotes">User Notes:
145 <ulink url="&blfs-wiki;/kf5"/></para>
146
147 <sect2>
148 <title>Downloading KDE Frameworks</title>
149
150 <para>
151 The easiest way to get the KDE Frameworks packages is to use a single
152 <command>wget</command> to fetch them all at once:
153 </para>
154
155<screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
156wget -r -nH --cut-dirs=3 -A '*.xz' -np $url</userinput>
157<literal>
158The options used here are:
159 -r recurse through child directories
160 -nH disable generation of host-prefixed directories
161 --cut-dirs=3 remove three levels of directories when saving
162 -A '*.xz' just get the *.xz files
163 -np don't get parent directories</literal></screen>
164
165 </sect2>
166
167 <sect2>
168 <title>Setting Package Order</title>
169
170 <para>
171 The order of building files is important due to internal dependencies.
172 Create the list of files in the proper order as follows:
173 </para>
174
175<screen><userinput>cat &gt; frameworks-&kf5-version;.md5 &lt;&lt; "EOF"
176<literal>e632a0f2f13615ca961b0a24f3322b58 attica-5.23.0.tar.xz
177#3c04b695a164407a2a2fcaf848c42c55 extra-cmake-modules-5.23.0.tar.xz
1783ed25b2b4393a107da6981cee61ddc14 kapidox-5.23.0.tar.xz
1797d21c57bebdd6800143c1b03b4f9b4c3 karchive-5.23.0.tar.xz
1804c8488c88285761578bb4d384cb54ada kcodecs-5.23.0.tar.xz
1812b822e9e4549fd2deffc23468af461e1 kconfig-5.23.0.tar.xz
182d808f36a8dfa14dd9300d3e0f76b69aa kcoreaddons-5.23.0.tar.xz
1830805d1dee82cf6d627dbdf2872bbbb00 kdbusaddons-5.23.0.tar.xz
1848a822dd18517a2ed38bdf5bb0d546c5d kdnssd-5.23.0.tar.xz
185e910e142696eec33aec7f57fce6efba5 kguiaddons-5.23.0.tar.xz
186eee903d5ed5575487769403a4979c016 ki18n-5.23.0.tar.xz
187544c074d621f047ab42f91cc5ef1972d kidletime-5.23.0.tar.xz
1888231b9fe98138f407b00f7cc011febca kimageformats-5.23.0.tar.xz
189f80e094e554cb59ea92c2725c6d565ec kitemmodels-5.23.0.tar.xz
190392f5aca94090ff7a2c71cd6c4e3352f kitemviews-5.23.0.tar.xz
1914acdf183309dfbee324dfae7f2169cf5 kplotting-5.23.0.tar.xz
192d218ec2b2e7264fbd0cb631f77bbd70f kwidgetsaddons-5.23.0.tar.xz
193a94136e4f5af55dab34929fc5521d115 kwindowsystem-5.23.0.tar.xz
19408b9e2476be272cd2dd2a0b3380abeea networkmanager-qt-5.23.0.tar.xz
195ed66c1e1e9cb1dcb06e037aa0d2b5d55 solid-5.23.0.tar.xz
196a557695b926c0857a4aba81c43879242 sonnet-5.23.0.tar.xz
197b7afffde55f36e3878a2e9ccbd70989c threadweaver-5.23.0.tar.xz
1981e41eae5f42f03b2de331460f280a327 kauth-5.23.0.tar.xz
199c06fe622e9297d3a4dd8695b2f79670e kcompletion-5.23.0.tar.xz
2008f4efc958c5f820399d2620abd4f5b39 kcrash-5.23.0.tar.xz
2014db500f1850f6138172249ba4fabd926 kdoctools-5.23.0.tar.xz
202458cc1bc560be08c3a706049bf037918 kpty-5.23.0.tar.xz
203d2423ba06bfacd9f5d25f9704c3cbdd9 kunitconversion-5.23.0.tar.xz
2045f5f18e3425775f38b24422a8e9675bb kconfigwidgets-5.23.0.tar.xz
20573e64bb284dfa301d78a778bb549461e kglobalaccel-5.23.0.tar.xz
206c7e6bb3a9141b86b0791f9a949156ec1 kpackage-5.23.0.tar.xz
207d0642716404ae604d6db198139ce20f7 kservice-5.23.0.tar.xz
208628bd240ca7b69ab64ead67a95fd11f3 kdesu-5.23.0.tar.xz
2090e56a38f94975ff508536206f9a3fcb9 kemoticons-5.23.0.tar.xz
210da801d2c0556759497075c725919c193 kiconthemes-5.23.0.tar.xz
2115d11070cecef697c44b13fa5f9c3a925 kjobwidgets-5.23.0.tar.xz
2127ad46c7baf13d98e710bff847d75891f knotifications-5.23.0.tar.xz
2130f462365b296549e05de2159f18dd3e2 ktextwidgets-5.23.0.tar.xz
21437715313db7117da3eabc163ce8c9f0b kwallet-5.23.0.tar.xz
215e8b47c782e7d30b4c363187c9a1a72b9 kxmlgui-5.23.0.tar.xz
21663c5aa00974e3fd95bfd742c4e90e3bc kbookmarks-5.23.0.tar.xz
217cad4e5542bec99a3b264b06988193195 kio-5.23.0.tar.xz
2183de69c04bffcb050ac3f96b510229527 kdeclarative-5.23.0.tar.xz
2191d4043e0d21472c32619f066402190a0 kcmutils-5.23.0.tar.xz
22016af94413983986c36a3a2b9279a3b7b frameworkintegration-5.23.0.tar.xz
2214072959e05d8a561fca95919fc8fad18 kinit-5.23.0.tar.xz
2222ac172c3af820c701e8e144e7f9d35db knewstuff-5.23.0.tar.xz
223b2e4a68bff24fd7cc4cb500af53fcd61 knotifyconfig-5.23.0.tar.xz
2246a82c4f8b69ae6d28d74ed795865c248 kparts-5.23.0.tar.xz
22585af6c7eab34592872a85c9559ed1b36 kactivities-5.23.0.tar.xz
226b6731516ccfad1149a8b9c0f818d39d6 kded-5.23.0.tar.xz
2279799a785217ea8877f288348cce72c0f kdewebkit-5.23.0.tar.xz
228b7dd9344c55b392ea0d7fc79935e14af ktexteditor-5.23.0.tar.xz
229fe1ec30258eb149d21c9f649b72a8f1a kdesignerplugin-5.23.0.tar.xz
230ff844df8d38596734e541a0c53131e32 plasma-framework-5.23.0.tar.xz
231#b3c61320b50e06b9e3919d10d45229f7 modemmanager-qt-5.23.0.tar.xz
23232e94125a4e4f559fa70d6855b5d98a7 kpeople-5.23.0.tar.xz
2330124ecbcda55655ae893f49626b7c35c kxmlrpcclient-5.23.0.tar.xz
234a7c7afc02a3842119607c62f2f1191b2 bluez-qt-5.23.0.tar.xz
2354aef6d8fbce1de5906c31318a0dd8e95 kfilemetadata-5.23.0.tar.xz
2366280369bf13d595f4d951bcab59663ff baloo-5.23.0.tar.xz
237#ec81600d6dd3059b694827a988cfce95 breeze-icons-5.23.0.tar.xz
238#0c5375eaba2e68bb2ef046d303de221e oxygen-icons5-5.23.0.tar.xz
239179ba5f3e126f04461df16c44a6cf0dc kactivities-stats-5.23.0.tar.xz
2405b3cadf4d586d15729b97b8c152e82b7 krunner-5.23.0.tar.xz
2418645b010fe6a30c374723cba26266e67 kwayland-5.23.0.tar.xz
242dbe8d5a37f7f758f36d576b4d8a94126 portingAids/kjs-5.23.0.tar.xz
24367dc7c5cad0b9a18c53e359878fe183a portingAids/kdelibs4support-5.23.0.tar.xz
2446a913fe17e44b24291be9aa0f7d3a45e portingAids/khtml-5.23.0.tar.xz
2454b818b430015981c40a99a638e025e40 portingAids/kjsembed-5.23.0.tar.xz
246e639b1bfeb1f40f8e11dde2163fdd5ea portingAids/kmediaplayer-5.23.0.tar.xz
247d25f3dde5af8bd50021f6165fbef6461 portingAids/kross-5.23.0.tar.xz</literal>
248EOF</userinput></screen>
249
250 <para>In the above list, notice that some files have been commented out with
251 a hash (#) character. The extra-cmake-modules entry has been commented out
252 because it was built earlier in the <xref linkend="kde-prereq"/>. The icon
253 packages are covered separately at <xref linkend="breeze-icons"/> and <xref
254 linkend="oxygen-icons5"/>. The modemmanager-qt package may be built if its
255 optional dependency has been installed.</para>
256
257 </sect2>
258
259 <sect2 role="installation">
260 <title>Installation of KDE Frameworks</title>
261
262 &as_root;
263
264 <caution>
265 <para>If inatalling in /opt and there is an existing /opt/kf5 either as a
266 regular directory or a symbolic link, it should be removed (as root):</para>
267
268 <screen><userinput>rm -rf /opt/kf5</userinput></screen>
269 </caution>
270
271 <para>
272 First, start a subshell that will exit on error:
273 </para>
274
275
276<screen><userinput>bash -e</userinput></screen>
277
278 <para>
279 Install all of the packages by running the following
280 commands:
281 </para>
282
283<screen><userinput>while read -r line; do
284
285 # Get the file name, ignoring comments and blank lines
286 if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
287 file=$(echo $line | cut -d" " -f2)
288
289 pkg=$(echo $file|sed 's|^.*/||') # Remove directory
290 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
291
292 tar -xf $file
293 pushd $packagedir
294
295 mkdir build
296 cd build
297
298 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
299 -DCMAKE_PREFIX_PATH=$QT5DIR \
300 -DCMAKE_BUILD_TYPE=Release \
301 -DLIB_INSTALL_DIR=lib \
302 -DBUILD_TESTING=OFF \
303 -Wno-dev ..
304 make
305 as_root make install
306 popd
307
308<!-- some packages end with files owned by root in $packagedir, so use as_root
309 in the following -->
310 as_root rm -rf $packagedir
311 as_root /sbin/ldconfig
312
313done &lt; frameworks-&kf5-version;.md5
314
315exit</userinput></screen>
316
317 <note><para>Any modules that have been omitted can be installed later by
318 using the same mkdir build; cd build; cmake; make; make install procedure
319 as above.</para></note>
320
321 <para>Sometimes the installation paths are hardcoded into installed files.
322 If the installed directory is not /usr, rename the directory and create a
323 symlink:</para>
324
325 <screen><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
326ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
327
328 </sect2>
329
330 <sect2 role="commands">
331 <title>Command Explanations</title>
332
333 <para>
334 <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
335 to allow cmake to find the proper Qt libraries.
336 </para>
337
338 <para>
339 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
340 to apply higher level of the compiler optimizations.
341 </para>
342
343 <para>
344 <parameter>-DLIB_INSTALL_DIR=lib</parameter>: This switch is used
345 to get libraries to install to <filename
346 class="directory">$KF5_PREFIX/lib</filename> instead of <filename
347 class="directory">$KF5_PREFIX/lib64</filename> on a 64 bit system.
348 </para>
349
350 <para>
351 <parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
352 building test programs and libraries that are of no use to an end user.
353 </para>
354
355 </sect2>
356 <sect2 role="content">
357 <title>Contents</title>
358
359 <segmentedlist>
360 <segtitle>Installed Programs</segtitle>
361 <segtitle>Installed Libraries</segtitle>
362 <segtitle>Installed Directories</segtitle>
363
364 <seglistitem>
365 <seg>
366 There are 53 programs installed in /opt/kf5/bin.
367 </seg>
368 <seg>
369 There are too many kf5 libraries (79) to list separately.
370 </seg>
371 <seg>
372 /opt/kf5 (symlink to /opt/kf5-&kf5-version;)
373 </seg>
374 </seglistitem>
375 </segmentedlist>
376
377 <variablelist>
378 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
379 <?dbfo list-presentation="list"?>
380 <?dbhtml list-presentation="table"?>
381
382 <varlistentry id="checkXML5">
383 <term><command>checkXML5</command></term>
384 <listitem>
385 <para>
386 is a tool to check for syntax errors in KDE DocBook XML
387 files.
388 </para>
389 <indexterm zone="kf5-frameworks checkXML5">
390 <primary sortas="b-checkXML5">checkXML5</primary>
391 </indexterm>
392 </listitem>
393 </varlistentry>
394
395 <varlistentry id="depdiagram-generate">
396 <term><command>depdiagram-generate</command></term>
397 <listitem>
398 <para>
399 is a tool to generate a dependency diagram.
400 </para>
401 <indexterm zone="kf5-frameworks depdiagram-generate">
402 <primary sortas="b-depdiagram-generate">depdiagram-generate</primary>
403 </indexterm>
404 </listitem>
405 </varlistentry>
406
407 <varlistentry id="depdiagram-generate-all">
408 <term><command>depdiagram-generate-all</command></term>
409 <listitem>
410 <para>
411 is a tool to generate a dependency diagram for all frameworks at once..
412 </para>
413 <indexterm zone="kf5-frameworks depdiagram-generate-all">
414 <primary sortas="b-depdiagram-generate-all">depdiagram-generate-all</primary>
415 </indexterm>
416 </listitem>
417 </varlistentry>
418
419 <varlistentry id="depdiagram-prepare">
420 <term><command>depdiagram-prepare</command></term>
421 <listitem>
422 <para>
423 is a tool to prepare dot files.
424 </para>
425 <indexterm zone="kf5-frameworks depdiagram-prepare">
426 <primary sortas="b-depdiagram-prepare">depdiagram-prepare</primary>
427 </indexterm>
428 </listitem>
429 </varlistentry>
430
431 <varlistentry id="desktoptojson">
432 <term><command>desktoptojson</command></term>
433 <listitem>
434 <para>
435 is a tool to convert a .desktop file to a .json file.
436 </para>
437 <indexterm zone="kf5-frameworks desktoptojson">
438 <primary sortas="b-desktoptojson">desktoptojson</primary>
439 </indexterm>
440 </listitem>
441 </varlistentry>
442
443 <varlistentry id="kactivitymanagerd">
444 <term><command>kactivitymanagerd</command></term>
445 <listitem>
446 <para>
447 is the KDE Plasma Workspace Activity Manager.
448 </para>
449 <indexterm zone="kf5-frameworks kactivitymanagerd">
450 <primary sortas="b-kactivitymanagerd">kactivitymanagerd</primary>
451 </indexterm>
452 </listitem>
453 </varlistentry>
454
455 <varlistentry id="kbuildsycoca5">
456 <term><command>kbuildsycoca5</command></term>
457 <listitem>
458 <para>
459 rebuilds the KService desktop file system configuration
460 cache.
461 </para>
462 <indexterm zone="kf5-frameworks kbuildsycoca5">
463 <primary sortas="b-kbuildsycoca5">kbuildsycoca5</primary>
464 </indexterm>
465 </listitem>
466 </varlistentry>
467
468 <varlistentry id="kcookiejar5">
469 <term><command>kcookiejar5</command></term>
470 <listitem>
471 <para>
472 is a command line interface to the HTTP cookie store used by KDE,
473 a D-BUS service to store/retrieve/clean cookies.
474 </para>
475 <indexterm zone="kf5-frameworks kcookiejar5">
476 <primary sortas="b-kcookiejar5">kcookiejar5</primary>
477 </indexterm>
478 </listitem>
479 </varlistentry>
480
481 <varlistentry id="kded5">
482 <term><command>kded5</command></term>
483 <listitem>
484 <para>
485 consolidates several small services in one process.
486 </para>
487 <indexterm zone="kf5-frameworks kded5">
488 <primary sortas="b-kded5">kded5</primary>
489 </indexterm>
490 </listitem>
491 </varlistentry>
492
493 <varlistentry id="kdeinit5">
494 <term><command>kdeinit5</command></term>
495 <listitem>
496 <para>
497 is a process launcher somewhat similar to the famous init used
498 for booting UNIX.
499 </para>
500 <indexterm zone="kf5-frameworks kdeinit5">
501 <primary sortas="b-kdeinit5">kdeinit5</primary>
502 </indexterm>
503 </listitem>
504 </varlistentry>
505
506 <varlistentry id="kf5-config">
507 <term><command>kf5-config</command></term>
508 <listitem>
509 <para>
510 is a command line program used to retrieve information about
511 KDE installation or user paths.
512 </para>
513 <indexterm zone="kf5-frameworks kf5-config">
514 <primary sortas="b-kf5-config">kf5-config</primary>
515 </indexterm>
516 </listitem>
517 </varlistentry>
518
519 <varlistentry id="kf5kross">
520 <term><command>kf5kross</command></term>
521 <listitem>
522 <para>
523 executes kross scripts written in KDE Javascript, Python, Ruby,
524 Java and Falcon.
525 </para>
526 <indexterm zone="kf5-frameworks kf5kross">
527 <primary sortas="b-kf5kross">kf5kross</primary>
528 </indexterm>
529 </listitem>
530 </varlistentry>
531
532 <varlistentry id="kgenapidox">
533 <term><command>kgenapidox</command></term>
534 <listitem>
535 <para>
536 is a tool to generate API documentation in the KDE style.
537 </para>
538 <indexterm zone="kf5-frameworks kgenapidox">
539 <primary sortas="b-kgenapidox">kgenapidox</primary>
540 </indexterm>
541 </listitem>
542 </varlistentry>
543
544 <varlistentry id="kgendesignerplugin">
545 <term><command>kgendesignerplugin</command></term>
546 <listitem>
547 <para>
548 generates widget plugins for Qt(TM) Designer.
549 </para>
550 <indexterm zone="kf5-frameworks kgendesignerplugin">
551 <primary sortas="b-kgendesignerplugin">kgendesignerplugin</primary>
552 </indexterm>
553 </listitem>
554 </varlistentry>
555
556 <varlistentry id="kglobalaccel5">
557 <term><command>kglobalaccel5</command></term>
558 <listitem>
559 <para>
560 is a daemon use to register the key bindings and for getting
561 notified when the action triggered.
562 </para>
563 <indexterm zone="kf5-frameworks kglobalaccel5">
564 <primary sortas="b-kglobalaccel5">kglobalaccel5</primary>
565 </indexterm>
566 </listitem>
567 </varlistentry>
568
569 <varlistentry id="kjs5">
570 <term><command>kjs5</command></term>
571 <listitem>
572 <para>
573 is KDE ECMAScript/JavaScript engine.
574 </para>
575 <indexterm zone="kf5-frameworks kjs5">
576 <primary sortas="b-kjs5">kjs5</primary>
577 </indexterm>
578 </listitem>
579 </varlistentry>
580
581 <varlistentry id="kjscmd5">
582 <term><command>kjscmd5</command></term>
583 <listitem>
584 <para>
585 is a tool for launching KJSEmbed scripts from the command line.
586 </para>
587 <indexterm zone="kf5-frameworks kjscmd5">
588 <primary sortas="b-kjscmd5">kjscmd5</primary>
589 </indexterm>
590 </listitem>
591 </varlistentry>
592
593 <varlistentry id="kjsconsole">
594 <term><command>kjsconsole</command></term>
595 <listitem>
596 <para>
597 is a console for <command>kjs5</command>.
598 </para>
599 <indexterm zone="kf5-frameworks kjsconsole">
600 <primary sortas="b-kjsconsole">kjsconsole</primary>
601 </indexterm>
602 </listitem>
603 </varlistentry>
604
605 <varlistentry id="kmailservice5">
606 <term><command>kmailservice5</command></term>
607 <listitem>
608 <para>
609 is a mail service.
610 </para>
611 <indexterm zone="kf5-frameworks kmailservice5">
612 <primary sortas="b-kmailservice5">kmailservice5</primary>
613 </indexterm>
614 </listitem>
615 </varlistentry>
616
617 <varlistentry id="kpackagelauncherqml">
618 <term><command>kpackagelauncherqml</command></term>
619 <listitem>
620 <para>
621 is a commandline tool for launching kpackage QML application
622 </para>
623 <indexterm zone="kf5-frameworks kpackagelauncherqml">
624 <primary sortas="b-kpackagelauncherqml">kpackagelauncherqml</primary>
625 </indexterm>
626 </listitem>
627 </varlistentry>
628
629 <varlistentry id="kpackagetool5">
630 <term><command>kpackagetool5</command></term>
631 <listitem>
632 <para>
633 is a command line kpackage tool.
634 </para>
635 <indexterm zone="kf5-frameworks kpackagetool5">
636 <primary sortas="b-kpackagetool5">kpackagetool5</primary>
637 </indexterm>
638 </listitem>
639 </varlistentry>
640
641 <varlistentry id="kreadconfig5">
642 <term><command>kreadconfig5</command></term>
643 <listitem>
644 <para>
645 is a command line tool to retrieve values from KDE
646 configuration files.
647 </para>
648 <indexterm zone="kf5-frameworks kreadconfig5">
649 <primary sortas="b-kreadconfig5">kreadconfig5</primary>
650 </indexterm>
651 </listitem>
652 </varlistentry>
653
654 <varlistentry id="kshell5">
655 <term><command>kshell5</command></term>
656 <listitem>
657 <para>
658 start applications via kdeinit.
659 </para>
660 <indexterm zone="kf5-frameworks kshell5">
661 <primary sortas="b-kshell5">kshell5</primary>
662 </indexterm>
663 </listitem>
664 </varlistentry>
665
666 <varlistentry id="ktelnetservice5">
667 <term><command>ktelnetservice5</command></term>
668 <listitem>
669 <para>
670 is a telnet service.
671 </para>
672 <indexterm zone="kf5-frameworks ktelnetservice5">
673 <primary sortas="b-ktelnetservice5">ktelnetservice5</primary>
674 </indexterm>
675 </listitem>
676 </varlistentry>
677
678 <varlistentry id="ktrash5">
679 <term><command>ktrash5</command></term>
680 <listitem>
681 <para>
682 is a helper program to handle the KDE trash can.
683 </para>
684 <indexterm zone="kf5-frameworks ktrash5">
685 <primary sortas="b-ktrash5">ktrash5</primary>
686 </indexterm>
687 </listitem>
688 </varlistentry>
689
690 <varlistentry id="kwalletd5">
691 <term><command>kwalletd5</command></term>
692 <listitem>
693 <para>
694 is the wallet manager daemon.
695 </para>
696 <indexterm zone="kf5-frameworks kwalletd5">
697 <primary sortas="b-kwalletd5">kwalletd5</primary>
698 </indexterm>
699 </listitem>
700 </varlistentry>
701
702 <varlistentry id="kwriteconfig5">
703 <term><command>kwriteconfig5</command></term>
704 <listitem>
705 <para>
706 is a command line tool to write values in KDE
707 configuration files.
708 </para>
709 <indexterm zone="kf5-frameworks kwriteconfig5">
710 <primary sortas="b-kwriteconfig5">kwriteconfig5</primary>
711 </indexterm>
712 </listitem>
713 </varlistentry>
714
715 <varlistentry id="meinproc5">
716 <term><command>meinproc5</command></term>
717 <listitem>
718 <para>
719 converts DocBook files to HTML.
720 </para>
721 <indexterm zone="kf5-frameworks meinproc5">
722 <primary sortas="b-meinproc5">meinproc5</primary>
723 </indexterm>
724 </listitem>
725 </varlistentry>
726
727 <varlistentry id="plasmapkg2">
728 <term><command>plasmapkg2</command></term>
729 <listitem>
730 <para>
731 is a tool to install, list, remove Plasma packages
732 </para>
733 <indexterm zone="kf5-frameworks plasmapkg2">
734 <primary sortas="b-plasmapkg2">plasmapkg2</primary>
735 </indexterm>
736 </listitem>
737 </varlistentry>
738
739 <varlistentry id="preparetips5">
740 <term><command>preparetips5</command></term>
741 <listitem>
742 <para>
743 is a script to extract the text from a tips file.
744 </para>
745 <indexterm zone="kf5-frameworks preparetips5">
746 <primary sortas="b-preparetips5">preparetips5</primary>
747 </indexterm>
748 </listitem>
749 </varlistentry>
750
751 <varlistentry id="solid-hardware5">
752 <term><command>solid-hardware5</command></term>
753 <listitem>
754 <para>
755 is a command line tool to investigate available devices.
756 </para>
757 <indexterm zone="kf5-frameworks solid-hardware5">
758 <primary sortas="b-solid-hardware5">solid-hardware5</primary>
759 </indexterm>
760 </listitem>
761 </varlistentry>
762
763 </variablelist>
764
765 </sect2>
766
767</sect1>
768
Note: See TracBrowser for help on using the repository browser.