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

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

Initial 7.10 tags; only 765 to go

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

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