source: kde/kf5/kf5-frameworks.xml@ 956d023

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

Simplify fix for kdelibs4support.
Update to wayland-protocols-1.8.
Update to xterm-329.
Update to whois-5.2.16.
Update to garcon-0.6.1.
Update to Parse-Yapp-1,2.
Update to unrar-5.5.4.

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