source: kde/kf6/kf6-frameworks.xml@ 7d5228e3

12.2 gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 7d5228e3 was f9bfb7d6, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

Update to kf6-6.2.0 including extra-cmake-modules-6.2.0.

  • Property mode set to 100644
File size: 31.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 <!-- kf6-download-http is defined on packages.ent
8 <!ENTITY kf6-download-http "&kf6-download-http;"> -->
9 <!ENTITY kf6-download-ftp " ">
10 <!ENTITY kf6-md5sum "See Below">
11 <!ENTITY kf6-size "97 MB">
12 <!ENTITY kf6-buildsize "2.5 GB (177 MB installed)">
13 <!ENTITY kf6-time "13 SBU (using parallelism=8)">
14]>
15
16<sect1 id="kf6-frameworks" xreflabel="KDE Frameworks-&kf6-version;">
17 <?dbhtml filename="frameworks6.html"?>
18
19 <title>Building KDE Frameworks 6 (KF6)</title>
20
21 <indexterm zone="kf6-frameworks">
22 <primary sortas="a-kde-frameworks">KDE Frameworks</primary>
23 </indexterm>
24
25 <para>
26 KDE Frameworks is a collection of libraries based on top of Qt6 and
27 QML derived from the previous KDE libraries. They can be used
28 independent of the KDE Display Environment (Plasma 6).
29 </para>
30
31 &lfs121_checked;
32
33 <para>
34 The instructions below build all of the KDE Frameworks packages in one
35 step by using a bash script.
36 </para>
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&kf6-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&kf6-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &kf6-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &kf6-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &kf6-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &kf6-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">KF6 Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <!--<xref linkend="boost"/>,-->
77 <xref linkend="extra-cmake-modules"/>,
78 <xref linkend="DocBook"/>,
79 <xref linkend="docbook-xsl"/>,
80 <!--<xref linkend="giflib"/>,-->
81 <xref linkend="libcanberra"/>,
82 <!--<xref linkend="libepoxy"/>,-->
83 <xref linkend="libgcrypt"/>,
84 <xref linkend="libical"/>,
85 <!--<xref linkend="libjpeg"/>,-->
86 <!--<xref linkend="libpng"/>,-->
87 <xref linkend="libxslt"/>,
88 <xref linkend="lmdb"/>,
89 <xref linkend="qca"/>,
90 <xref linkend="qrencode"/>,
91 <!--<xref linkend="phonon"/>,-->
92 <xref linkend="plasma-wayland-protocols"/>,
93 <xref linkend="shared-mime-info"/>,
94 <xref linkend="perl-uri"/>, and
95 <xref linkend="wget"/> (required to download the packages)
96 </para>
97
98 <bridgehead renderas="sect4">Recommended</bridgehead>
99 <para role="recommended">
100 <xref linkend="aspell"/> (Dictionary backend for Sonnet),
101 <xref linkend="avahi"/> (DNS-SD backend for KDNSSD),
102 <xref linkend="ModemManager"/> (needed to build ModemManager-Qt),
103 <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt),
104 <xref linkend="polkit-qt"/> (Authentication backend for KAuth), and
105 <xref linkend="vulkan-loader"/> (Add support for Vulkan graphics drivers)
106 </para>
107
108 <para role="recommended">
109 Furthermore, the instructions below assume that the environment has been
110 set up as described in <xref linkend="kf6-intro"/>.
111 </para>
112
113 <bridgehead renderas="sect4">Optional</bridgehead>
114 <para role="optional">
115 <xref linkend="bluez"/> (needed to build Bluez-Qt),
116 <ulink url="https://libdmtx.sourceforge.net/">Datamatrix</ulink> (deemed
117 recommended for Prison by upstream)
118 </para>
119
120 <bridgehead renderas="sect4">Runtime dependency for FrameworkIntegration</bridgehead>
121 <para role="optional">
122<!--<xref role="runtime" linkend="oxygen-fonts"/> and -->
123 <xref role="runtime" linkend="noto-fonts"/>
124 </para>
125 <bridgehead renderas="sect4">Additional recommended dependencies for kapidox</bridgehead>
126 <para role="recommended">
127 <xref role="runtime" linkend="doxygen"/> (Run time),
128 <xref linkend="doxypypy"/>,
129 <xref linkend="doxyqml"/>, and
130 <xref linkend="requests"/>
131 </para>
132
133 <bridgehead renderas="sect4">Additional image formats support in KImageFormats</bridgehead>
134 <para role="optional">
135<!-- <xref linkend="jasper"/>,-->
136 <xref linkend="libavif"/>,
137 <xref linkend="libjxl"/>,
138 <xref linkend="libraw"/>,
139 <ulink url="https://github.com/strukturag/libheif">libheif</ulink>,
140 <!--<ulink url="https://github.com/libjxl/libjxl">libjxl</ulink>, and-->
141 <!-- www.openexr.com redirects here -->
142 <ulink url="https://github.com/AcademySoftwareFoundation/openexr">OpenEXR</ulink>
143 </para>
144
145 <bridgehead renderas="sect4">Optional dependencies for Solid</bridgehead>
146 <para role="optional">
147 <xref linkend="udisks2"/>,
148 <xref linkend="upower"/> and
149 <ulink role="runtime" url="https://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
150 </para>
151
152 <bridgehead renderas="sect4">Optional dependency for KWallet</bridgehead>
153 <para role="optional">
154 <xref linkend="gpgme"/>, built with C++ bindings (which is the default).
155 </para>
156
157 <bridgehead renderas="sect4">Optional dictionary backends for Sonnet</bridgehead>
158 <para role="optional">
159 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> and
160 <ulink url="https://hunspell.sourceforge.net/">Hunspell</ulink>
161 </para>
162
163 <sect2>
164 <title>Downloading KDE Frameworks</title>
165
166 <para>
167 The easiest way to get the KDE Frameworks packages is to use a single
168 <command>wget</command> to fetch them all at once:
169 </para>
170
171<screen><userinput>url=https://download.kde.org/stable/frameworks/&kf6-short-version;/
172wget -r -nH -nd -A '*.xz' -np $url</userinput>
173<literal>
174The options used here are:
175 -r recurse through child directories
176 -nH disable generation of host-prefixed directories
177 -nd do not create a hierarchy of directories
178 -A '*.xz' just get the *.xz files
179 -np don't get parent directories</literal></screen>
180
181 </sect2>
182
183 <sect2>
184 <title>Setting Package Order</title>
185
186 <para>
187 The order of building files is important due to internal dependencies.
188 Create the list of files in the proper order as follows:
189 </para>
190
191<screen><userinput>cat &gt; frameworks-&kf6-version;.md5 &lt;&lt; "EOF"
192<literal>ad83f6b75eb4d6eb13fb41a9ad910e54 attica-6.2.0.tar.xz
193#39bc6e992eec954e0929c9248ceb72a0 extra-cmake-modules-6.2.0.tar.xz
1949584db157e8762c5a041cc3030aaaf92 kapidox-6.2.0.tar.xz
1958877110a5b99432ea52fc292590bfb1c karchive-6.2.0.tar.xz
1965d6c21ce5f50a614930f5044da249a82 kcodecs-6.2.0.tar.xz
197edecb863455d7b76a29a1374bad501bc kconfig-6.2.0.tar.xz
1988a9f8543756701e0a2da41b64b1e202d kcoreaddons-6.2.0.tar.xz
199c5ac1d9a1576bc78cd97f420ac03ea31 kdbusaddons-6.2.0.tar.xz
20029df72d666fb33d0d7fd5033152ba7b3 kdnssd-6.2.0.tar.xz
201795fb1a68d1fa485183744aefd79162d kguiaddons-6.2.0.tar.xz
20265c3e7da9f9b4902881c4f91e923e84d ki18n-6.2.0.tar.xz
2037819a3d50f63baa706284b1ed33ff4be kidletime-6.2.0.tar.xz
204b0990318e39a08840f6cdbdff73d8474 kimageformats-6.2.0.tar.xz
2055cfd80b47b5fde16dc2570c3edcfb6ba kitemmodels-6.2.0.tar.xz
20694fd5082f312fdf82880c56ab5757f45 kitemviews-6.2.0.tar.xz
20757073d78e7dfe396e98581364822b004 kplotting-6.2.0.tar.xz
208#76a810d45a3a8e3a95645415385d7a69 kwidgetsaddons-6.2.0.tar.xz
209#52118f414da52f2db5a42759fc19fc90 kwidgetsaddons-6.2.1.tar.xz
210c0aa6b9d506b353df5e5f6f9330c04c8 kwidgetsaddons-6.2.2.tar.xz
2114f4f1f2b777e773fb6d41bb026cee6d0 kwindowsystem-6.2.0.tar.xz
2129c8afb20b4866f6c9d1423b11b51b644 networkmanager-qt-6.2.0.tar.xz
2138cc81a8dd1e5fe7b7f1ff69b1a823d5c solid-6.2.0.tar.xz
214ab4fb7ee99c1f93adb4e0d3e752d4dfd sonnet-6.2.0.tar.xz
215920407adc0f60aa58d94dd74ed877590 threadweaver-6.2.0.tar.xz
2166fbb26258e55042a6a94c21ddb07e9a5 kauth-6.2.0.tar.xz
2171d9eb4cf7bc0ce7d60d3a7ac1dfe19f9 kcompletion-6.2.0.tar.xz
2188dcb5f7560ded049cb8677983e301cf4 kcrash-6.2.0.tar.xz
2191e9b8a01f76fbbdba7b7fd2601900412 kdoctools-6.2.0.tar.xz
2202ac7426ecaf8e14e8ce417ddceb35ea6 kpty-6.2.0.tar.xz
22107177767e88967d8eb186716857becff kunitconversion-6.2.0.tar.xz
22205619553d8febadc89d6a8ec5ccbef27 kcolorscheme-6.2.0.tar.xz
2233813ce20505edad5d1d526b6d7f54219 kconfigwidgets-6.2.0.tar.xz
2247ffe73561d6b523fd28d8a69eeff725a kservice-6.2.0.tar.xz
2258c2eeb005dd42586ce0c6859e0410d0d kglobalaccel-6.2.0.tar.xz
2268c44e987c9d27f5ae677d9b822d46b9a kpackage-6.2.0.tar.xz
2271ec3fc780c4818522f9d2eddea4c2c69 kdesu-6.2.0.tar.xz
2282fe3029550fa4077dc590f478f3fad6d kiconthemes-6.2.0.tar.xz
229485a0f1e0e40ef27d9ce15a604e8de45 knotifications-6.2.0.tar.xz
2301a9f0018330369db0d90a4ff319d3450 kjobwidgets-6.2.0.tar.xz
231ed0f3dac6c2be6313defff72079a03cf ktextwidgets-6.2.0.tar.xz
2329950aa3c77bb3fdd1fb37ca57309e676 kxmlgui-6.2.0.tar.xz
233348c46a5e1ce5e215a0be89296df242b kbookmarks-6.2.0.tar.xz
234@f1549018757fb3cbfd9d093de8b22467 kwallet-6.2.0.tar.xz
235fdd83d22f41807f4bcc7cfd60aee6b62 kwallet-6.2.1.tar.xz
23687cba7e4ba0993050df899600fef9473 kded-6.2.0.tar.xz
2374de9b9afddef85d74a70ce374f965439 kio-6.2.0.tar.xz
238865e55bb2d0c206252063ecc57399d62 kdeclarative-6.2.0.tar.xz
239452f8e10b6642d7a6fb196347838395e kcmutils-6.2.0.tar.xz
240#1b439c230b9b1564ae8cdac97f72e2ae kirigami-6.2.0.tar.xz
2418eeb686270c78d6f5edd2dac12f43bab kirigami-6.2.1.tar.xz
242ac66f88b32da2a145395a2dea27586e2 syndication-6.2.0.tar.xz
2436e58427136c3519fec44334098f25067 knewstuff-6.2.0.tar.xz
2443def3e50fd045651793a9a1389acfa44 frameworkintegration-6.2.0.tar.xz
245e8b20741e74b964cce9e0c9d1ce6e2df kparts-6.2.0.tar.xz
246cbac021771671d5ead0ce5b395fd27fe syntax-highlighting-6.2.0.tar.xz
24792630f343c4af85f2a48512974d672f1 ktexteditor-6.2.0.tar.xz
2483498eb4a6de7fb30b5456e86dfa920a1 modemmanager-qt-6.2.0.tar.xz
249e4f63afc9f12c13250135dce2f231804 kcontacts-6.2.0.tar.xz
250be25124c3b6c67ab0845d31da3118900 kpeople-6.2.0.tar.xz
2511384776daced80c5c3d0c100432ce3c9 bluez-qt-6.2.0.tar.xz
252fc3d228b3406f26fe9456c2769c37363 kfilemetadata-6.2.0.tar.xz
253235fe31f6fba7b46ae4a7870ce106da8 baloo-6.2.0.tar.xz
254#e387144c042112f6bff82e645fc6efe9 breeze-icons-6.2.0.tar.xz
25539556079ab8be1450790e185871b9f26 krunner-6.2.0.tar.xz
256940e2f9fe23adeddfc055fa0766ddd4b prison-6.2.0.tar.xz
25793b1edfb01104e14ef61f1ddaf76e25d qqc2-desktop-style-6.2.0.tar.xz
258eb7dbc2b82460b2f1af38408ae7c39fd kholidays-6.2.0.tar.xz
259ac67f85ad7d6c8d3c57ec71329f4544c purpose-6.2.0.tar.xz
260e0960087e449f19a4920215991472abe kcalendarcore-6.2.0.tar.xz
261da38c071eb93a0cdb063430b398d5131 kquickcharts-6.2.0.tar.xz
2620dd68e8fc8c39102ba4738102cd98eb7 knotifyconfig-6.2.0.tar.xz
263d9febe36631406b878346da2fda9a7df kdav-6.2.0.tar.xz
264a0de086d4b5add07d57da1ca8776adb2 kstatusnotifieritem-6.2.0.tar.xz
2651d96a5309e7aa660e55d536a31dcc382 ksvg-6.2.0.tar.xz
266d1d6c2649e17d863f160593de8421d5e ktexttemplate-6.2.0.tar.xz
2679e037d6613abc6af4018cbfcd79da534 kuserfeedback-6.2.0.tar.xz</literal>
268EOF</userinput></screen>
269
270 <para>
271 In the above list, notice that some files have been commented out with
272 a hash (#) character.
273
274 The extra-cmake-modules entry has been commented out
275 because it was built earlier in the <xref linkend="kde-prereq"/>.
276
277 The icon package is covered separately at <xref linkend="breeze-icons"/>.
278
279 There are three packages that were downloaded, but superseded by later
280 fersions: kwidgetsaddons-6.2.0, kwidgetsaddons-6.2.1, and kirigami-6.2.0.
281 </para>
282
283 </sect2>
284
285 <sect2 role="installation">
286 <title>Installation of KDE Frameworks</title>
287
288 &as_root;
289
290 <caution>
291
292 <para>
293 If installing in <filename class="directory">/opt</filename> and there
294 is an existing /opt/kf6 either as a regular directory or a symbolic
295 link, it should be reinitialized (as <systemitem class="username">
296 root</systemitem>):
297 </para>
298
299 <screen role="root" revision="sysv"><userinput>mv -v /opt/kf6 /opt/kf6.old &amp;&amp;
300install -v -dm755 $KF6_PREFIX/{etc,share} &amp;&amp;
301ln -sfv /etc/dbus-1 $KF6_PREFIX/etc &amp;&amp;
302ln -sfv /usr/share/dbus-1 $KF6_PREFIX/share &amp;&amp;
303ln -sfv /usr/share/polkit-1 $KF6_PREFIX/share</userinput></screen>
304
305 <screen role="root" revision="systemd"><userinput>mv -v /opt/kf6 /opt/kf6.old &amp;&amp;
306install -v -dm755 $KF6_PREFIX/{etc,share} &amp;&amp;
307ln -sfv /etc/dbus-1 $KF6_PREFIX/etc &amp;&amp;
308ln -sfv /usr/share/dbus-1 $KF6_PREFIX/share &amp;&amp;
309ln -sfv /usr/share/polkit-1 $KF6_PREFIX/share &amp;&amp;
310install -v -dm755 $KF6_PREFIX/lib &amp;&amp;
311ln -sfv /usr/lib/systemd $KF6_PREFIX/lib</userinput></screen>
312
313 </caution>
314
315 <para>
316 First, start a subshell that will exit on error:
317 </para>
318
319
320<screen><userinput>bash -e</userinput></screen>
321
322 <para>
323 Install all of the packages by running the following
324 commands:
325 </para>
326
327<screen><userinput>while read -r line; do
328
329 # Get the file name, ignoring comments and blank lines
330 if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
331 file=$(echo $line | cut -d" " -f2)
332
333 pkg=$(echo $file|sed 's|^.*/||') # Remove directory
334 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
335
336 name=$(echo $pkg|sed 's|-6.*$||') # Isolate package name
337
338 tar -xf $file
339 pushd $packagedir
340
341 # kapidox is a python module
342 case $name in
343 kapidox)
344 &build-wheel-cmd; $PWD
345 as_root &install-wheel; kapidox
346 popd
347 rm -rf $packagedir
348 continue
349 ;;
350 esac
351
352 mkdir build
353 cd build
354
355 cmake -D CMAKE_INSTALL_PREFIX=$KF6_PREFIX \
356 -D CMAKE_INSTALL_LIBEXECDIR=libexec \
357 -D CMAKE_PREFIX_PATH=$QT6DIR \
358 -D CMAKE_BUILD_TYPE=Release \
359 -D BUILD_TESTING=OFF \
360 -W no-dev ..
361 make
362 as_root make install
363 popd
364<!-- some packages end with files owned by root in $packagedir, so use as_root
365 in the following -->
366 as_root rm -rf $packagedir
367 as_root /sbin/ldconfig
368
369done &lt; frameworks-&kf6-version;.md5
370
371exit</userinput></screen>
372
373 <note>
374 <para>
375 Any modules that have been omitted can be installed later by
376 using the same <command>mkdir build; cd build; cmake; make;
377 make install</command> procedure as above.
378 </para>
379 </note>
380
381 <para revision="sysv">
382 Useless systemd units have been installed in
383 <filename class="directory">$KF6_PREFIX/lib</filename>. Remove
384 them now (as &root;):
385 </para>
386
387<screen role="root"
388 revision="sysv"><userinput>rm -rf $KF6_PREFIX/lib/systemd</userinput></screen>
389
390 <para>
391 Sometimes the installation paths are hardcoded into installed files.
392 If the installed directory is not /usr, rename the directory and create a
393 symlink:
394 </para>
395
396 <screen role="root"><userinput>mv -v /opt/kf6 /opt/kf6-&kf6-version;
397ln -sfvn kf6-&kf6-version; /opt/kf6</userinput></screen>
398
399 </sect2>
400
401 <sect2 role="commands">
402 <title>Command Explanations</title>
403
404 <para>
405 <parameter>-DCMAKE_PREFIX_PATH=$QT6DIR</parameter>: This switch is used
406 to allow cmake to find the proper Qt libraries.
407 </para>
408
409 <para>
410 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
411 to apply higher level of the compiler optimizations.
412 </para>
413
414 <para>
415 <parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
416 building test programs and libraries that are of no use to an end user.
417 </para>
418
419 </sect2>
420 <sect2 role="content">
421 <title>Contents</title>
422
423 <segmentedlist>
424 <segtitle>Installed Programs</segtitle>
425 <segtitle>Installed Libraries</segtitle>
426 <segtitle>Installed Directories</segtitle>
427
428 <seglistitem>
429 <seg>
430 balooctl,
431 baloo_file,
432 baloo_file_extractor,
433 baloosearch,
434 balooshow,
435 checkXML6,
436 depdiagram-generate,
437 depdiagram-generate-all,
438 depdiagram-prepare,
439 desktoptojson,
440 gentrigrams,
441 kactivities-cli,
442 kapidox_generate,
443 kate-syntax-highlighter,
444 kbuildsycoca6,
445 kcookiejar6,
446 kdebugdialog6,
447 kded6,
448 kdeinit6,
449 kdeinit6_shutdown,
450 kdeinit6_wrapper,
451 kf6-config,
452 kf6kross,
453 kgendesignerplugin,
454 kglobalaccel6,
455 kiconfinder6,
456 kjs6,
457 kjscmd6,
458 kjsconsole,
459 knewstuff-dialog,
460 kpackagelauncherqml,
461 kpackagetool6,
462 kquitapp6,
463 kreadconfig6,
464 kshell6,
465 ktelnetservice6,
466 ktrash6,
467 kwalletd6,
468 kwallet-query,
469 kwrapper6,
470 kwriteconfig6,
471 meinproc6,
472 parsetrigrams,
473 plasmapkg2,
474 preparetips6,
475 protocoltojson, and
476 solid-hardware6
477 </seg>
478 <seg>
479 libkdeinit6_klauncher.so,
480 libKF6Activities.so,
481 libKF6ActivitiesStats.so,
482 libKF6Archive.so,
483 libKF6Attica.so,
484 libKF6AuthCore.so,
485 libKF6Auth.so,
486 libKF6Baloo.so,
487 libKF6BluezQt.so,
488 libKF6Bookmarks.so,
489 libKF6CalendarCore.so,
490 libKF6CalendarEvents.so,
491 libKF6Codecs.so,
492 libKF6Completion.so,
493 libKF6ConfigCore.so,
494 libKF6ConfigGui.so,
495 libKF6ConfigWidgets.so,
496 libKF6Contacts.so,
497 libKF6CoreAddons.so,
498 libKF6Crash.so,
499 libKF6DAV.so,
500 libKF6DBusAddons.so,
501 libKF6Declarative.so,
502 libKF6DNSSD.so,
503 libKF6DocTools.so,
504 libKF6Emoticons.so,
505 libKF6FileMetaData.so,
506 libKF6GlobalAccel.so,
507 libKF6GuiAddons.so,
508 libKF6Holidays.so,
509 libKF6I18n.so,
510 libKF6IconThemes.so,
511 libKF6IdleTime.so,
512 libKF6ItemModels.so,
513 libKF6ItemViews.so,
514 libKF6JobWidgets.so,
515 libKF6JSApi.so,
516 libKF6JsEmbed.so,
517 libKF6JS.so,
518 libKF6KCMUtils.so,
519 libKF6KDELibs4Support.so,
520 libKF6KHtml.so,
521 libKF6KIOCore.so,
522 libKF6KIOFileWidgets.so,
523 libKF6KIOGui.so,
524 libKF6KIONTLM.so,
525 libKF6KIOWidgets.so,
526 libKF6Kirigami2.so,
527 libKF6KrossCore.so,
528 libKF6KrossUi.so,
529 libKF6MediaPlayer.so,
530 libKF6NetworkManagerQt.so,
531 libKF6NewStuffCore.so,
532 libKF6NewStuff.so,
533 libKF6Notifications.so,
534 libKF6NotifyConfig.so,
535 libKF6Package.so,
536 libKF6Parts.so,
537 libKF6PeopleBackend.so,
538 libKF6People.so,
539 libKF6PeopleWidgets.so,
540 libKF6PlasmaQuick.so,
541 libKF6Plasma.so,
542 libKF6Plotting.so,
543 libKF6Prison.so,
544 libKF6Pty.so,
545 libKF6Purpose.so,
546 libKF6PurposeWidgets.so,
547 libKF6QuickAddons.so,
548 libKF6Runner.so,
549 libKF6Service.so,
550 libKF6Solid.so,
551 libKF6SonnetCore.so,
552 libKF6SonnetUi.so,
553 libKF6Style.so,
554 libKF6Su.so,
555 libKF6SyntaxHighlighting.so,
556 libKF6TextEditor.so,
557 libKF6TextWidgets.so,
558 libKF6ThreadWeaver.so,
559 libKF6UnitConversion.so,
560 libKF6Wallet.so,
561 libKF6WaylandClient.so,
562 libKF6WaylandServer.so,
563 libKF6WidgetsAddons.so,
564 libKF6WindowSystem.so,
565 libKF6XmlGui.so,
566 libKF6XmlRpcClient.so, and
567 libkwalletbackend6.so
568 </seg>
569 <seg>
570 /opt/kf6 (symlink to /opt/kf6-&kf6-version;) if installing in /opt
571 </seg>
572 </seglistitem>
573 </segmentedlist>
574
575 <variablelist>
576 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
577 <?dbfo list-presentation="list"?>
578 <?dbhtml list-presentation="table"?>
579
580 <varlistentry id="checkXML6">
581 <term><command>checkXML6</command></term>
582 <listitem>
583 <para>
584 is a tool to check for syntax errors in KDE DocBook XML files
585 </para>
586 <indexterm zone="kf6-frameworks checkXML6">
587 <primary sortas="b-checkXML6">checkXML6</primary>
588 </indexterm>
589 </listitem>
590 </varlistentry>
591
592 <varlistentry id="depdiagram-generate">
593 <term><command>depdiagram-generate</command></term>
594 <listitem>
595 <para>
596 is a tool to generate a dependency diagram
597 </para>
598 <indexterm zone="kf6-frameworks depdiagram-generate">
599 <primary sortas="b-depdiagram-generate">depdiagram-generate</primary>
600 </indexterm>
601 </listitem>
602 </varlistentry>
603
604 <varlistentry id="depdiagram-generate-all">
605 <term><command>depdiagram-generate-all</command></term>
606 <listitem>
607 <para>
608 is a tool to generate a dependency diagram for all frameworks at once
609 </para>
610 <indexterm zone="kf6-frameworks depdiagram-generate-all">
611 <primary sortas="b-depdiagram-generate-all">depdiagram-generate-all</primary>
612 </indexterm>
613 </listitem>
614 </varlistentry>
615
616 <varlistentry id="depdiagram-prepare">
617 <term><command>depdiagram-prepare</command></term>
618 <listitem>
619 <para>
620 is a tool to prepare dot files
621 </para>
622 <indexterm zone="kf6-frameworks depdiagram-prepare">
623 <primary sortas="b-depdiagram-prepare">depdiagram-prepare</primary>
624 </indexterm>
625 </listitem>
626 </varlistentry>
627
628 <varlistentry id="desktoptojson">
629 <term><command>desktoptojson</command></term>
630 <listitem>
631 <para>
632 is a tool to convert a .desktop file to a .json file
633 </para>
634 <indexterm zone="kf6-frameworks desktoptojson">
635 <primary sortas="b-desktoptojson">desktoptojson</primary>
636 </indexterm>
637 </listitem>
638 </varlistentry>
639
640 <varlistentry id="kbuildsycoca6">
641 <term><command>kbuildsycoca6</command></term>
642 <listitem>
643 <para>
644 rebuilds the KService desktop file system configuration
645 cache
646 </para>
647 <indexterm zone="kf6-frameworks kbuildsycoca6">
648 <primary sortas="b-kbuildsycoca6">kbuildsycoca6</primary>
649 </indexterm>
650 </listitem>
651 </varlistentry>
652
653 <varlistentry id="kcookiejar6">
654 <term><command>kcookiejar6</command></term>
655 <listitem>
656 <para>
657 is a command line interface to the HTTP cookie store used by KDE,
658 a D-BUS service to store/retrieve/clean cookies
659 </para>
660 <indexterm zone="kf6-frameworks kcookiejar6">
661 <primary sortas="b-kcookiejar6">kcookiejar6</primary>
662 </indexterm>
663 </listitem>
664 </varlistentry>
665
666 <varlistentry id="kded6">
667 <term><command>kded6</command></term>
668 <listitem>
669 <para>
670 consolidates several small services in one process
671 </para>
672 <indexterm zone="kf6-frameworks kded6">
673 <primary sortas="b-kded6">kded6</primary>
674 </indexterm>
675 </listitem>
676 </varlistentry>
677
678 <varlistentry id="kdeinit6">
679 <term><command>kdeinit6</command></term>
680 <listitem>
681 <para>
682 is a process launcher somewhat similar to the famous init used
683 for booting UNIX
684 </para>
685 <indexterm zone="kf6-frameworks kdeinit6">
686 <primary sortas="b-kdeinit6">kdeinit6</primary>
687 </indexterm>
688 </listitem>
689 </varlistentry>
690
691 <varlistentry id="kf6-config">
692 <term><command>kf6-config</command></term>
693 <listitem>
694 <para>
695 is a command line program used to retrieve information about
696 KDE installation or user paths
697 </para>
698 <indexterm zone="kf6-frameworks kf6-config">
699 <primary sortas="b-kf6-config">kf6-config</primary>
700 </indexterm>
701 </listitem>
702 </varlistentry>
703
704 <varlistentry id="kf6kross">
705 <term><command>kf6kross</command></term>
706 <listitem>
707 <para>
708 executes kross scripts written in KDE Javascript, Python, Ruby,
709 Java and Falcon
710 </para>
711 <indexterm zone="kf6-frameworks kf6kross">
712 <primary sortas="b-kf6kross">kf6kross</primary>
713 </indexterm>
714 </listitem>
715 </varlistentry>
716<!--
717 <varlistentry id="kgenapidox">
718 <term><command>kgenapidox</command></term>
719 <listitem>
720 <para>
721 is a tool to generate API documentation in the KDE style.
722 </para>
723 <indexterm zone="kf6-frameworks kgenapidox">
724 <primary sortas="b-kgenapidox">kgenapidox</primary>
725 </indexterm>
726 </listitem>
727 </varlistentry>
728-->
729 <varlistentry id="kgendesignerplugin">
730 <term><command>kgendesignerplugin</command></term>
731 <listitem>
732 <para>
733 generates widget plugins for Qt(TM) Designer
734 </para>
735 <indexterm zone="kf6-frameworks kgendesignerplugin">
736 <primary sortas="b-kgendesignerplugin">kgendesignerplugin</primary>
737 </indexterm>
738 </listitem>
739 </varlistentry>
740
741 <varlistentry id="kglobalaccel6">
742 <term><command>kglobalaccel6</command></term>
743 <listitem>
744 <para>
745 is a daemon use to register the key bindings and for getting
746 notified when the action triggered
747 </para>
748 <indexterm zone="kf6-frameworks kglobalaccel6">
749 <primary sortas="b-kglobalaccel6">kglobalaccel6</primary>
750 </indexterm>
751 </listitem>
752 </varlistentry>
753
754 <varlistentry id="kjs6">
755 <term><command>kjs6</command></term>
756 <listitem>
757 <para>
758 is KDE ECMAScript/JavaScript engine
759 </para>
760 <indexterm zone="kf6-frameworks kjs6">
761 <primary sortas="b-kjs5">kjs6</primary>
762 </indexterm>
763 </listitem>
764 </varlistentry>
765
766 <varlistentry id="kjscmd6">
767 <term><command>kjscmd6</command></term>
768 <listitem>
769 <para>
770 is a tool for launching KJSEmbed scripts from the command line
771 </para>
772 <indexterm zone="kf6-frameworks kjscmd6">
773 <primary sortas="b-kjscmd6">kjscmd6</primary>
774 </indexterm>
775 </listitem>
776 </varlistentry>
777
778 <varlistentry id="kjsconsole">
779 <term><command>kjsconsole</command></term>
780 <listitem>
781 <para>
782 is a console for <command>kjs6</command>
783 </para>
784 <indexterm zone="kf6-frameworks kjsconsole">
785 <primary sortas="b-kjsconsole">kjsconsole</primary>
786 </indexterm>
787 </listitem>
788 </varlistentry>
789
790 <varlistentry id="kpackagelauncherqml">
791 <term><command>kpackagelauncherqml</command></term>
792 <listitem>
793 <para>
794 is a commandline tool for launching kpackage QML application
795 </para>
796 <indexterm zone="kf6-frameworks kpackagelauncherqml">
797 <primary sortas="b-kpackagelauncherqml">kpackagelauncherqml</primary>
798 </indexterm>
799 </listitem>
800 </varlistentry>
801
802 <varlistentry id="kpackagetool6">
803 <term><command>kpackagetool6</command></term>
804 <listitem>
805 <para>
806 is a command line kpackage tool
807 </para>
808 <indexterm zone="kf6-frameworks kpackagetool6">
809 <primary sortas="b-kpackagetool6">kpackagetool6</primary>
810 </indexterm>
811 </listitem>
812 </varlistentry>
813
814 <varlistentry id="kreadconfig6">
815 <term><command>kreadconfig6</command></term>
816 <listitem>
817 <para>
818 is a command line tool to retrieve values from KDE
819 configuration files
820 </para>
821 <indexterm zone="kf6-frameworks kreadconfig6">
822 <primary sortas="b-kreadconfig6">kreadconfig6</primary>
823 </indexterm>
824 </listitem>
825 </varlistentry>
826
827 <varlistentry id="kshell6">
828 <term><command>kshell6</command></term>
829 <listitem>
830 <para>
831 start applications via kdeinit
832 </para>
833 <indexterm zone="kf6-frameworks kshell6">
834 <primary sortas="b-kshell6">kshell6</primary>
835 </indexterm>
836 </listitem>
837 </varlistentry>
838
839 <varlistentry id="ktelnetservice6">
840 <term><command>ktelnetservice6</command></term>
841 <listitem>
842 <para>
843 is a telnet service
844 </para>
845 <indexterm zone="kf6-frameworks ktelnetservice6">
846 <primary sortas="b-ktelnetservice6">ktelnetservice6</primary>
847 </indexterm>
848 </listitem>
849 </varlistentry>
850
851 <varlistentry id="ktrash6">
852 <term><command>ktrash6</command></term>
853 <listitem>
854 <para>
855 is a helper program to handle the KDE trash can
856 </para>
857 <indexterm zone="kf6-frameworks ktrash6">
858 <primary sortas="b-ktrash6">ktrash6</primary>
859 </indexterm>
860 </listitem>
861 </varlistentry>
862
863 <varlistentry id="kwalletd6">
864 <term><command>kwalletd6</command></term>
865 <listitem>
866 <para>
867 is the wallet manager daemon
868 </para>
869 <indexterm zone="kf6-frameworks kwalletd6">
870 <primary sortas="b-kwalletd6">kwalletd6</primary>
871 </indexterm>
872 </listitem>
873 </varlistentry>
874
875 <varlistentry id="kwriteconfig6">
876 <term><command>kwriteconfig6</command></term>
877 <listitem>
878 <para>
879 is a command line tool to write values in KDE
880 configuration files
881 </para>
882 <indexterm zone="kf6-frameworks kwriteconfig6">
883 <primary sortas="b-kwriteconfig6">kwriteconfig6</primary>
884 </indexterm>
885 </listitem>
886 </varlistentry>
887
888 <varlistentry id="meinproc6">
889 <term><command>meinproc6</command></term>
890 <listitem>
891 <para>
892 converts DocBook files to HTML
893 </para>
894 <indexterm zone="kf6-frameworks meinproc6">
895 <primary sortas="b-meinproc6">meinproc6</primary>
896 </indexterm>
897 </listitem>
898 </varlistentry>
899
900 <varlistentry id="plasmapkg2">
901 <term><command>plasmapkg2</command></term>
902 <listitem>
903 <para>
904 is a tool to install, list, remove Plasma packages
905 </para>
906 <indexterm zone="kf6-frameworks plasmapkg2">
907 <primary sortas="b-plasmapkg2">plasmapkg2</primary>
908 </indexterm>
909 </listitem>
910 </varlistentry>
911
912 <varlistentry id="preparetips6">
913 <term><command>preparetips6</command></term>
914 <listitem>
915 <para>
916 is a script to extract the text from a tips file
917 </para>
918 <indexterm zone="kf6-frameworks preparetips6">
919 <primary sortas="b-preparetips6">preparetips6</primary>
920 </indexterm>
921 </listitem>
922 </varlistentry>
923
924 <varlistentry id="solid-hardware6">
925 <term><command>solid-hardware6</command></term>
926 <listitem>
927 <para>
928 is a command line tool to investigate available devices
929 </para>
930 <indexterm zone="kf6-frameworks solid-hardware6">
931 <primary sortas="b-solid-hardware6">solid-hardware6</primary>
932 </indexterm>
933 </listitem>
934 </varlistentry>
935
936 </variablelist>
937
938 </sect2>
939
940</sect1>
Note: See TracBrowser for help on using the repository browser.