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 "254 MB">
|
---|
11 | <!ENTITY kf5-buildsize "1.1 GB">
|
---|
12 | <!ENTITY kf5-time "47 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="phonon"/> (built with qt5),
|
---|
76 | <xref linkend="shared-mime-info"/>,
|
---|
77 | <xref linkend="perl-uri"/>, and
|
---|
78 | <xref linkend="wget"/> (required to download the packages)
|
---|
79 | </para>
|
---|
80 |
|
---|
81 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
82 | <para role="recommended">
|
---|
83 | <xref linkend="aspell"/> (Dictionary backend for Sonnet),
|
---|
84 | <xref linkend="avahi"/> (DNS-SD backend for KDNSSD),
|
---|
85 | <xref linkend="libdbusmenu-qt"/> (built with qt5),
|
---|
86 | <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt), and
|
---|
87 | <xref linkend="polkit-qt"/> (Authentication backend for KAuth)
|
---|
88 | </para>
|
---|
89 |
|
---|
90 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
91 | <para role="optional">
|
---|
92 | <xref linkend="bluez"/> (needed to build Bluez-Qt),
|
---|
93 | <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink> (needed to build ModemManager-Qt)
|
---|
94 | </para>
|
---|
95 |
|
---|
96 | <bridgehead renderas="sect4">Runtime dependency for FrameworkIntegration</bridgehead>
|
---|
97 | <para role="optional">
|
---|
98 | <xref linkend="oxygen-fonts"/> and
|
---|
99 | <xref linkend="noto-fonts"/>
|
---|
100 | </para>
|
---|
101 |
|
---|
102 | <bridgehead renderas="sect4">Runtime dependencies for kapidox</bridgehead>
|
---|
103 | <para role="optional">
|
---|
104 | <xref linkend="doxygen"/>,
|
---|
105 | <ulink url="https://pypi.python.org/packages/source/J/Jinja2/">Jinja2</ulink>, and
|
---|
106 | <ulink url="http://pyyaml.org/">PyYAML</ulink>
|
---|
107 | </para>
|
---|
108 |
|
---|
109 | <bridgehead renderas="sect4">Additional image formats support in KImageFormats</bridgehead>
|
---|
110 | <para role="optional">
|
---|
111 | <xref linkend="jasper"/> and
|
---|
112 | <ulink url="http://www.openexr.com/">OpenEXR</ulink>
|
---|
113 | </para>
|
---|
114 |
|
---|
115 | <bridgehead renderas="sect4">Optional dependencies for KIO</bridgehead>
|
---|
116 | <para role="optional">
|
---|
117 | <xref linkend="mitkrb"/>
|
---|
118 | </para>
|
---|
119 |
|
---|
120 | <bridgehead renderas="sect4">Optional dependencies for ModemManager-QT</bridgehead>
|
---|
121 | <para role="optional">
|
---|
122 | <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink>
|
---|
123 | </para>
|
---|
124 |
|
---|
125 | <bridgehead renderas="sect4">Optional dependencies for Solid</bridgehead>
|
---|
126 | <para role="optional">
|
---|
127 | <xref linkend="udisks2"/>,
|
---|
128 | <xref linkend="upower"/> and
|
---|
129 | <ulink url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
|
---|
130 | </para>
|
---|
131 |
|
---|
132 | <bridgehead renderas="sect4">Optional dictionary backends for Sonnet</bridgehead>
|
---|
133 | <para role="optional">
|
---|
134 | <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> and
|
---|
135 | <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
|
---|
136 | </para>
|
---|
137 |
|
---|
138 | <para condition="html" role="usernotes">User Notes:
|
---|
139 | <ulink url="&blfs-wiki;/kf5"/></para>
|
---|
140 |
|
---|
141 | <sect2>
|
---|
142 | <title>Downloading KDE Frameworks</title>
|
---|
143 |
|
---|
144 | <para>
|
---|
145 | The easiest way to get the KDE Frameworks packages is to use a single
|
---|
146 | <command>wget</command> to fetch them all at once:
|
---|
147 | </para>
|
---|
148 |
|
---|
149 | <screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
|
---|
150 | wget -r -nH --cut-dirs=3 -A '*.xz' -np $url</userinput>
|
---|
151 | <literal>
|
---|
152 | The options used here are:
|
---|
153 | -r recurse through child directories
|
---|
154 | -nH disable generation of host-prefixed directories
|
---|
155 | --cut-dirs=3 remove three levels of directories when saving
|
---|
156 | -A '*.xz' just get the *.xz files
|
---|
157 | -np don't get parent directories</literal></screen>
|
---|
158 |
|
---|
159 | </sect2>
|
---|
160 |
|
---|
161 | <sect2>
|
---|
162 | <title>Setting Package Order</title>
|
---|
163 |
|
---|
164 | <para>
|
---|
165 | The order of building files is important due to internal dependencies.
|
---|
166 | Create the list of files in the proper order as follows:
|
---|
167 | </para>
|
---|
168 |
|
---|
169 | <screen><userinput>cat > frameworks-&kf5-version;.md5 << "EOF"
|
---|
170 | <literal>3b4b45a3e250cec426890735089c7fcf attica-5.19.0.tar.xz
|
---|
171 | #c18b4e3ad6e37ce1fe372931d2b269fb extra-cmake-modules-5.19.0.tar.xz
|
---|
172 | ed50b3908baef964e14266477133e3ea kapidox-5.19.0.tar.xz
|
---|
173 | de8678f38303699cf66303f29bb06748 karchive-5.19.0.tar.xz
|
---|
174 | 7569f06a767ddd08ece025fe50197eba kcodecs-5.19.0.tar.xz
|
---|
175 | 79953233cd7d507f4f8394bf62e23078 kconfig-5.19.0.tar.xz
|
---|
176 | 996db46c7e3b6a3b1837a0cc9373bcdd kcoreaddons-5.19.0.tar.xz
|
---|
177 | 4ef9082483a46d04f531d1dce8be4232 kdbusaddons-5.19.0.tar.xz
|
---|
178 | 678deda3ac690b5cc43f398504211273 kdnssd-5.19.0.tar.xz
|
---|
179 | b423159cec98dbac442bdb88e1daeda4 kguiaddons-5.19.0.tar.xz
|
---|
180 | 281cfa08356179d250b67b6d19b85b46 ki18n-5.19.0.tar.xz
|
---|
181 | 945cd1f8bf3b5b34c7db3d7693274314 kidletime-5.19.0.tar.xz
|
---|
182 | 678b42ebec88ce18ac0c85d539fada01 kimageformats-5.19.0.tar.xz
|
---|
183 | acf477f070df240248cb7eab316ff370 kitemmodels-5.19.0.tar.xz
|
---|
184 | ab98c10a12f67c437a8918ebfcf1ac80 kitemviews-5.19.0.tar.xz
|
---|
185 | 7487f642bc0c0ed9a38e68c4ef21ff2c kplotting-5.19.0.tar.xz
|
---|
186 | b1b37d5c240ad5dea9c43012282beb7e kwidgetsaddons-5.19.0.tar.xz
|
---|
187 | 5e4a9cbe3d4217062c8656833db641f8 kwindowsystem-5.19.0.tar.xz
|
---|
188 | 327dc9c1ec64e59357545e842d29e5da networkmanager-qt-5.19.0.tar.xz
|
---|
189 | d664fa2d968c6d6a273881e90f749c7e solid-5.19.0.tar.xz
|
---|
190 | 08106da14942ebdfe0b901e649c20d7c sonnet-5.19.0.tar.xz
|
---|
191 | fb9848428899fa10c46121810cf3a022 threadweaver-5.19.0.tar.xz
|
---|
192 | ab6498a04ed69236cb582677df829c91 kauth-5.19.0.tar.xz
|
---|
193 | e0542f7b67153e79efcdbb0877979775 kcompletion-5.19.0.tar.xz
|
---|
194 | 6ede0e1e87a9009d9b24b3a824543dc9 kcrash-5.19.0.tar.xz
|
---|
195 | 6c05f13822f918abf26b56510861d392 kdoctools-5.19.0.tar.xz
|
---|
196 | 09e682b3395c9eb5f1a63203564c7d99 kpty-5.19.0.tar.xz
|
---|
197 | 989c83f68e01d4f3bdc13fbe8299816a kunitconversion-5.19.0.tar.xz
|
---|
198 | ce0c538d90c1753fea03be8beacfc648 kconfigwidgets-5.19.0.tar.xz
|
---|
199 | b1d5dc66f1ab4320b92b792203d3737a kglobalaccel-5.19.0.tar.xz
|
---|
200 | fb28532a75361e3c8b26bf4acad7b158 kpackage-5.19.0.tar.xz
|
---|
201 | ca272f22047a121d3e21f2bad845295c kservice-5.19.0.tar.xz
|
---|
202 | adcff09780e4b64d1148825f452ded1d kdesu-5.19.0.tar.xz
|
---|
203 | 9126afb4d6d54090f0b72ff08f396d96 kemoticons-5.19.0.tar.xz
|
---|
204 | 234f1a331fcda7425061cc0667b62fc9 kiconthemes-5.19.0.tar.xz
|
---|
205 | 3b27494142b2a8eb01c85ad811f1ba02 kjobwidgets-5.19.0.tar.xz
|
---|
206 | c5efd59dd9f2687aa2efae4a5356ce9f knotifications-5.19.0.tar.xz
|
---|
207 | c4f03d70c30725e636eaf43b5dcfd893 ktextwidgets-5.19.0.tar.xz
|
---|
208 | 1c6c9aac635b623ab78368dd8617ca4e kwallet-5.19.0.tar.xz
|
---|
209 | 8e29c5073c871cb1a2128c717500b325 kxmlgui-5.19.0.tar.xz
|
---|
210 | 95e4a58669b64aff6b4341ec3438eac4 kbookmarks-5.19.0.tar.xz
|
---|
211 | f7a87528e9f0fba984323d26773cd553 kio-5.19.0.tar.xz
|
---|
212 | 045ed4200129ee96b8ca521a005ac33c kdeclarative-5.19.0.tar.xz
|
---|
213 | 3b94a572bc0d4ca9acff03f6f37421d3 kcmutils-5.19.0.tar.xz
|
---|
214 | 5ff469c4b86c11bae91b1ee43a8fe386 frameworkintegration-5.19.0.tar.xz
|
---|
215 | 3c40a568bfe04957ad68b9fa1afe54fd kinit-5.19.0.tar.xz
|
---|
216 | d5855a91bf2579f9faafce0563fa658f knewstuff-5.19.0.tar.xz
|
---|
217 | 6acd427037e73e23f3087db88ed11ecc knotifyconfig-5.19.0.tar.xz
|
---|
218 | d1472c82637f2eecd4561b815b96c5e4 kparts-5.19.0.tar.xz
|
---|
219 | b5ceb59e0b354858849c6728d7df2c3d kactivities-5.19.0.tar.xz
|
---|
220 | 941612d0df418b20981dfe9430f94263 kded-5.19.0.tar.xz
|
---|
221 | a6a871e08809693934ea8f4b255f8065 kdewebkit-5.19.0.tar.xz
|
---|
222 | 165cc67fc95363ffa6e247b230965b09 ktexteditor-5.19.0.tar.xz
|
---|
223 | be9704c908fe4a7d8ab04b14192f9948 kdesignerplugin-5.19.0.tar.xz
|
---|
224 | dbb2096267291d4a36482575c00a3c58 plasma-framework-5.19.0.tar.xz
|
---|
225 | #a7cdce5f943c6bf9b5190f96942d3042 modemmanager-qt-5.19.0.tar.xz
|
---|
226 | bb7bc4b9d6f1433538692d63506bac86 kpeople-5.19.0.tar.xz
|
---|
227 | 590e3f07e6e47564208f1d1f94df4315 kxmlrpcclient-5.19.0.tar.xz
|
---|
228 | 58377c34045907d67140df9167417919 bluez-qt-5.19.0.tar.xz
|
---|
229 | dc869a38e8dcde117d91b9de656be324 kfilemetadata-5.19.0.tar.xz
|
---|
230 | 58351139c7bf473b08ab7fa3220ede8b baloo-5.19.0.tar.xz
|
---|
231 | #f5a4a9776492c8438524fad00ba606cc breeze-icons-5.19.0.tar.xz
|
---|
232 | #dc41677e256fbe7b853e4d9568b1a5c9 oxygen-icons5-5.19.0.tar.xz
|
---|
233 | c81cc309513c4c7f075e0e922a3bceff portingAids/kjs-5.19.0.tar.xz
|
---|
234 | 7b6b02db93202ba8948d47a6b6b1abff portingAids/kdelibs4support-5.19.0.tar.xz
|
---|
235 | ff9f526613bec9cae31aab8856624266 portingAids/khtml-5.19.0.tar.xz
|
---|
236 | 39ca8356ee4646146030a38ac831a33c portingAids/kjsembed-5.19.0.tar.xz
|
---|
237 | fb28b85be8a78b276bbcadc7c6166a69 portingAids/kmediaplayer-5.19.0.tar.xz
|
---|
238 | 3ed3ca232a3b6a2859a37a7b0017ded9 portingAids/kross-5.19.0.tar.xz
|
---|
239 | c43cef2cc5b9322dd34c849ba3474c89 portingAids/krunner-5.19.0.tar.xz</literal>
|
---|
240 | EOF</userinput></screen>
|
---|
241 |
|
---|
242 | <para>In the above list, notice that some files have been commented out with
|
---|
243 | a hash (#) character. The extra-cmake-modules entry has been commented out
|
---|
244 | because it was built earlier in the <xref linkend="kde-prereq"/>. The icon
|
---|
245 | packages are covered separately at <xref linkend="breeze-icons"/> and <xref
|
---|
246 | linkend="oxygen-icons5"/>. The modemmanager-qt package may be built if its
|
---|
247 | optional dependency has been installed.</para>
|
---|
248 |
|
---|
249 | </sect2>
|
---|
250 |
|
---|
251 | <sect2 role="installation">
|
---|
252 | <title>Installation of KDE Frameworks</title>
|
---|
253 |
|
---|
254 | &as_root;
|
---|
255 |
|
---|
256 | <caution>
|
---|
257 | <para>If inatalling in /opt and there is an existing /opt/kf5 either as a
|
---|
258 | regular directory or a symbolic link, it should be removed (as root):</para>
|
---|
259 |
|
---|
260 | <screen><userinput>rm -rf /opt/kf5</userinput></screen>
|
---|
261 | </caution>
|
---|
262 |
|
---|
263 | <para>
|
---|
264 | First, start a subshell that will exit on error:
|
---|
265 | </para>
|
---|
266 |
|
---|
267 |
|
---|
268 | <screen><userinput>bash -e</userinput></screen>
|
---|
269 |
|
---|
270 | <para>
|
---|
271 | Install all of the packages by running the following
|
---|
272 | commands:
|
---|
273 | </para>
|
---|
274 |
|
---|
275 | <screen><userinput>while read -r line; do
|
---|
276 |
|
---|
277 | # Get the file name, ignoring comments and blank lines
|
---|
278 | if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
|
---|
279 | file=$(echo $line | cut -d" " -f2)
|
---|
280 |
|
---|
281 | pkg=$(echo $file|sed 's|^.*/||') # Remove directory
|
---|
282 | packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
|
---|
283 |
|
---|
284 | tar -xf $file
|
---|
285 | pushd $packagedir
|
---|
286 |
|
---|
287 | mkdir build
|
---|
288 | cd build
|
---|
289 |
|
---|
290 | cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
|
---|
291 | -DCMAKE_PREFIX_PATH=$QT5DIR \
|
---|
292 | -DCMAKE_BUILD_TYPE=Release \
|
---|
293 | -DLIB_INSTALL_DIR=lib \
|
---|
294 | -DBUILD_TESTING=OFF \
|
---|
295 | -Wno-dev ..
|
---|
296 | make
|
---|
297 | as_root make install
|
---|
298 | popd
|
---|
299 |
|
---|
300 | rm -rf $packagedir
|
---|
301 | as_root /sbin/ldconfig
|
---|
302 |
|
---|
303 | done < frameworks-&kf5-version;.md5
|
---|
304 |
|
---|
305 | exit</userinput></screen>
|
---|
306 |
|
---|
307 | <note><para>Any modules that have been omitted can be installed later by
|
---|
308 | using the same mkdir build; cd build; cmake; make; make install procedure
|
---|
309 | as above.</para></note>
|
---|
310 |
|
---|
311 | <para>Sometimes the installation paths are hardcoded into installed files.
|
---|
312 | If the installed directory is not /usr, rename the directory and create a
|
---|
313 | symlink:</para>
|
---|
314 |
|
---|
315 | <screen><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
|
---|
316 | ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
|
---|
317 |
|
---|
318 | </sect2>
|
---|
319 |
|
---|
320 | <sect2 role="commands">
|
---|
321 | <title>Command Explanations</title>
|
---|
322 |
|
---|
323 | <para>
|
---|
324 | <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
|
---|
325 | to allow cmake to find the proper Qt libraries.
|
---|
326 | </para>
|
---|
327 |
|
---|
328 | <para>
|
---|
329 | <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
|
---|
330 | to apply higher level of the compiler optimizations.
|
---|
331 | </para>
|
---|
332 |
|
---|
333 | <para>
|
---|
334 | <parameter>-DLIB_INSTALL_DIR=lib</parameter>: This switch is used
|
---|
335 | to get libraries to install to <filename
|
---|
336 | class="directory">$KF5_PREFIX/lib</filename> instead of <filename
|
---|
337 | class="directory">$KF5_PREFIX/lib64</filename> on a 64 bit system.
|
---|
338 | </para>
|
---|
339 |
|
---|
340 | <para>
|
---|
341 | <parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
|
---|
342 | building test programs and libraries that are of no use to an end user.
|
---|
343 | </para>
|
---|
344 |
|
---|
345 | </sect2>
|
---|
346 | <sect2 role="content">
|
---|
347 | <title>Contents</title>
|
---|
348 |
|
---|
349 | <segmentedlist>
|
---|
350 | <segtitle>Installed Programs</segtitle>
|
---|
351 | <segtitle>Installed Libraries</segtitle>
|
---|
352 | <segtitle>Installed Directories</segtitle>
|
---|
353 |
|
---|
354 | <seglistitem>
|
---|
355 | <seg>
|
---|
356 | There are 53 programs installed in /opt/kf5/bin.
|
---|
357 | </seg>
|
---|
358 | <seg>
|
---|
359 | There are too many kf5 libraries (79) to list separately.
|
---|
360 | </seg>
|
---|
361 | <seg>
|
---|
362 | /opt/kf5 (symlink to /opt/kf5-&kf5-version;)
|
---|
363 | </seg>
|
---|
364 | </seglistitem>
|
---|
365 | </segmentedlist>
|
---|
366 |
|
---|
367 | <variablelist>
|
---|
368 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
369 | <?dbfo list-presentation="list"?>
|
---|
370 | <?dbhtml list-presentation="table"?>
|
---|
371 |
|
---|
372 | <varlistentry id="checkXML5">
|
---|
373 | <term><command>checkXML5</command></term>
|
---|
374 | <listitem>
|
---|
375 | <para>
|
---|
376 | is a tool to check for syntax errors in KDE DocBook XML
|
---|
377 | files.
|
---|
378 | </para>
|
---|
379 | <indexterm zone="kf5-frameworks checkXML5">
|
---|
380 | <primary sortas="b-checkXML5">checkXML5</primary>
|
---|
381 | </indexterm>
|
---|
382 | </listitem>
|
---|
383 | </varlistentry>
|
---|
384 |
|
---|
385 | <varlistentry id="depdiagram-generate">
|
---|
386 | <term><command>depdiagram-generate</command></term>
|
---|
387 | <listitem>
|
---|
388 | <para>
|
---|
389 | is a tool to generate a dependency diagram.
|
---|
390 | </para>
|
---|
391 | <indexterm zone="kf5-frameworks depdiagram-generate">
|
---|
392 | <primary sortas="b-depdiagram-generate">depdiagram-generate</primary>
|
---|
393 | </indexterm>
|
---|
394 | </listitem>
|
---|
395 | </varlistentry>
|
---|
396 |
|
---|
397 | <varlistentry id="depdiagram-generate-all">
|
---|
398 | <term><command>depdiagram-generate-all</command></term>
|
---|
399 | <listitem>
|
---|
400 | <para>
|
---|
401 | is a tool to generate a dependency diagram for all frameworks at once..
|
---|
402 | </para>
|
---|
403 | <indexterm zone="kf5-frameworks depdiagram-generate-all">
|
---|
404 | <primary sortas="b-depdiagram-generate-all">depdiagram-generate-all</primary>
|
---|
405 | </indexterm>
|
---|
406 | </listitem>
|
---|
407 | </varlistentry>
|
---|
408 |
|
---|
409 | <varlistentry id="depdiagram-prepare">
|
---|
410 | <term><command>depdiagram-prepare</command></term>
|
---|
411 | <listitem>
|
---|
412 | <para>
|
---|
413 | is a tool to prepare dot files.
|
---|
414 | </para>
|
---|
415 | <indexterm zone="kf5-frameworks depdiagram-prepare">
|
---|
416 | <primary sortas="b-depdiagram-prepare">depdiagram-prepare</primary>
|
---|
417 | </indexterm>
|
---|
418 | </listitem>
|
---|
419 | </varlistentry>
|
---|
420 |
|
---|
421 | <varlistentry id="desktoptojson">
|
---|
422 | <term><command>desktoptojson</command></term>
|
---|
423 | <listitem>
|
---|
424 | <para>
|
---|
425 | is a tool to convert a .desktop file to a .json file.
|
---|
426 | </para>
|
---|
427 | <indexterm zone="kf5-frameworks desktoptojson">
|
---|
428 | <primary sortas="b-desktoptojson">desktoptojson</primary>
|
---|
429 | </indexterm>
|
---|
430 | </listitem>
|
---|
431 | </varlistentry>
|
---|
432 |
|
---|
433 | <varlistentry id="kactivitymanagerd">
|
---|
434 | <term><command>kactivitymanagerd</command></term>
|
---|
435 | <listitem>
|
---|
436 | <para>
|
---|
437 | is the KDE Plasma Workspace Activity Manager.
|
---|
438 | </para>
|
---|
439 | <indexterm zone="kf5-frameworks kactivitymanagerd">
|
---|
440 | <primary sortas="b-kactivitymanagerd">kactivitymanagerd</primary>
|
---|
441 | </indexterm>
|
---|
442 | </listitem>
|
---|
443 | </varlistentry>
|
---|
444 |
|
---|
445 | <varlistentry id="kbuildsycoca5">
|
---|
446 | <term><command>kbuildsycoca5</command></term>
|
---|
447 | <listitem>
|
---|
448 | <para>
|
---|
449 | rebuilds the KService desktop file system configuration
|
---|
450 | cache.
|
---|
451 | </para>
|
---|
452 | <indexterm zone="kf5-frameworks kbuildsycoca5">
|
---|
453 | <primary sortas="b-kbuildsycoca5">kbuildsycoca5</primary>
|
---|
454 | </indexterm>
|
---|
455 | </listitem>
|
---|
456 | </varlistentry>
|
---|
457 |
|
---|
458 | <varlistentry id="kcookiejar5">
|
---|
459 | <term><command>kcookiejar5</command></term>
|
---|
460 | <listitem>
|
---|
461 | <para>
|
---|
462 | is a command line interface to the HTTP cookie store used by KDE,
|
---|
463 | a D-BUS service to store/retrieve/clean cookies.
|
---|
464 | </para>
|
---|
465 | <indexterm zone="kf5-frameworks kcookiejar5">
|
---|
466 | <primary sortas="b-kcookiejar5">kcookiejar5</primary>
|
---|
467 | </indexterm>
|
---|
468 | </listitem>
|
---|
469 | </varlistentry>
|
---|
470 |
|
---|
471 | <varlistentry id="kded5">
|
---|
472 | <term><command>kded5</command></term>
|
---|
473 | <listitem>
|
---|
474 | <para>
|
---|
475 | consolidates several small services in one process.
|
---|
476 | </para>
|
---|
477 | <indexterm zone="kf5-frameworks kded5">
|
---|
478 | <primary sortas="b-kded5">kded5</primary>
|
---|
479 | </indexterm>
|
---|
480 | </listitem>
|
---|
481 | </varlistentry>
|
---|
482 |
|
---|
483 | <varlistentry id="kdeinit5">
|
---|
484 | <term><command>kdeinit5</command></term>
|
---|
485 | <listitem>
|
---|
486 | <para>
|
---|
487 | is a process launcher somewhat similar to the famous init used
|
---|
488 | for booting UNIX.
|
---|
489 | </para>
|
---|
490 | <indexterm zone="kf5-frameworks kdeinit5">
|
---|
491 | <primary sortas="b-kdeinit5">kdeinit5</primary>
|
---|
492 | </indexterm>
|
---|
493 | </listitem>
|
---|
494 | </varlistentry>
|
---|
495 |
|
---|
496 | <varlistentry id="kf5-config">
|
---|
497 | <term><command>kf5-config</command></term>
|
---|
498 | <listitem>
|
---|
499 | <para>
|
---|
500 | is a command line program used to retrieve information about
|
---|
501 | KDE installation or user paths.
|
---|
502 | </para>
|
---|
503 | <indexterm zone="kf5-frameworks kf5-config">
|
---|
504 | <primary sortas="b-kf5-config">kf5-config</primary>
|
---|
505 | </indexterm>
|
---|
506 | </listitem>
|
---|
507 | </varlistentry>
|
---|
508 |
|
---|
509 | <varlistentry id="kf5kross">
|
---|
510 | <term><command>kf5kross</command></term>
|
---|
511 | <listitem>
|
---|
512 | <para>
|
---|
513 | executes kross scripts written in KDE Javascript, Python, Ruby,
|
---|
514 | Java and Falcon.
|
---|
515 | </para>
|
---|
516 | <indexterm zone="kf5-frameworks kf5kross">
|
---|
517 | <primary sortas="b-kf5kross">kf5kross</primary>
|
---|
518 | </indexterm>
|
---|
519 | </listitem>
|
---|
520 | </varlistentry>
|
---|
521 |
|
---|
522 | <varlistentry id="kgenapidox">
|
---|
523 | <term><command>kgenapidox</command></term>
|
---|
524 | <listitem>
|
---|
525 | <para>
|
---|
526 | is a tool to generate API documentation in the KDE style.
|
---|
527 | </para>
|
---|
528 | <indexterm zone="kf5-frameworks kgenapidox">
|
---|
529 | <primary sortas="b-kgenapidox">kgenapidox</primary>
|
---|
530 | </indexterm>
|
---|
531 | </listitem>
|
---|
532 | </varlistentry>
|
---|
533 |
|
---|
534 | <varlistentry id="kgendesignerplugin">
|
---|
535 | <term><command>kgendesignerplugin</command></term>
|
---|
536 | <listitem>
|
---|
537 | <para>
|
---|
538 | generates widget plugins for Qt(TM) Designer.
|
---|
539 | </para>
|
---|
540 | <indexterm zone="kf5-frameworks kgendesignerplugin">
|
---|
541 | <primary sortas="b-kgendesignerplugin">kgendesignerplugin</primary>
|
---|
542 | </indexterm>
|
---|
543 | </listitem>
|
---|
544 | </varlistentry>
|
---|
545 |
|
---|
546 | <varlistentry id="kglobalaccel5">
|
---|
547 | <term><command>kglobalaccel5</command></term>
|
---|
548 | <listitem>
|
---|
549 | <para>
|
---|
550 | is a daemon use to register the key bindings and for getting
|
---|
551 | notified when the action triggered.
|
---|
552 | </para>
|
---|
553 | <indexterm zone="kf5-frameworks kglobalaccel5">
|
---|
554 | <primary sortas="b-kglobalaccel5">kglobalaccel5</primary>
|
---|
555 | </indexterm>
|
---|
556 | </listitem>
|
---|
557 | </varlistentry>
|
---|
558 |
|
---|
559 | <varlistentry id="kjs5">
|
---|
560 | <term><command>kjs5</command></term>
|
---|
561 | <listitem>
|
---|
562 | <para>
|
---|
563 | is KDE ECMAScript/JavaScript engine.
|
---|
564 | </para>
|
---|
565 | <indexterm zone="kf5-frameworks kjs5">
|
---|
566 | <primary sortas="b-kjs5">kjs5</primary>
|
---|
567 | </indexterm>
|
---|
568 | </listitem>
|
---|
569 | </varlistentry>
|
---|
570 |
|
---|
571 | <varlistentry id="kjscmd5">
|
---|
572 | <term><command>kjscmd5</command></term>
|
---|
573 | <listitem>
|
---|
574 | <para>
|
---|
575 | is a tool for launching KJSEmbed scripts from the command line.
|
---|
576 | </para>
|
---|
577 | <indexterm zone="kf5-frameworks kjscmd5">
|
---|
578 | <primary sortas="b-kjscmd5">kjscmd5</primary>
|
---|
579 | </indexterm>
|
---|
580 | </listitem>
|
---|
581 | </varlistentry>
|
---|
582 |
|
---|
583 | <varlistentry id="kjsconsole">
|
---|
584 | <term><command>kjsconsole</command></term>
|
---|
585 | <listitem>
|
---|
586 | <para>
|
---|
587 | is a console for <command>kjs5</command>.
|
---|
588 | </para>
|
---|
589 | <indexterm zone="kf5-frameworks kjsconsole">
|
---|
590 | <primary sortas="b-kjsconsole">kjsconsole</primary>
|
---|
591 | </indexterm>
|
---|
592 | </listitem>
|
---|
593 | </varlistentry>
|
---|
594 |
|
---|
595 | <varlistentry id="kmailservice5">
|
---|
596 | <term><command>kmailservice5</command></term>
|
---|
597 | <listitem>
|
---|
598 | <para>
|
---|
599 | is a mail service.
|
---|
600 | </para>
|
---|
601 | <indexterm zone="kf5-frameworks kmailservice5">
|
---|
602 | <primary sortas="b-kmailservice5">kmailservice5</primary>
|
---|
603 | </indexterm>
|
---|
604 | </listitem>
|
---|
605 | </varlistentry>
|
---|
606 |
|
---|
607 | <varlistentry id="kpackagelauncherqml">
|
---|
608 | <term><command>kpackagelauncherqml</command></term>
|
---|
609 | <listitem>
|
---|
610 | <para>
|
---|
611 | is a commandline tool for launching kpackage QML application
|
---|
612 | </para>
|
---|
613 | <indexterm zone="kf5-frameworks kpackagelauncherqml">
|
---|
614 | <primary sortas="b-kpackagelauncherqml">kpackagelauncherqml</primary>
|
---|
615 | </indexterm>
|
---|
616 | </listitem>
|
---|
617 | </varlistentry>
|
---|
618 |
|
---|
619 | <varlistentry id="kpackagetool5">
|
---|
620 | <term><command>kpackagetool5</command></term>
|
---|
621 | <listitem>
|
---|
622 | <para>
|
---|
623 | is a command line kpackage tool.
|
---|
624 | </para>
|
---|
625 | <indexterm zone="kf5-frameworks kpackagetool5">
|
---|
626 | <primary sortas="b-kpackagetool5">kpackagetool5</primary>
|
---|
627 | </indexterm>
|
---|
628 | </listitem>
|
---|
629 | </varlistentry>
|
---|
630 |
|
---|
631 | <varlistentry id="kreadconfig5">
|
---|
632 | <term><command>kreadconfig5</command></term>
|
---|
633 | <listitem>
|
---|
634 | <para>
|
---|
635 | is a command line tool to retrieve values from KDE
|
---|
636 | configuration files.
|
---|
637 | </para>
|
---|
638 | <indexterm zone="kf5-frameworks kreadconfig5">
|
---|
639 | <primary sortas="b-kreadconfig5">kreadconfig5</primary>
|
---|
640 | </indexterm>
|
---|
641 | </listitem>
|
---|
642 | </varlistentry>
|
---|
643 |
|
---|
644 | <varlistentry id="kshell5">
|
---|
645 | <term><command>kshell5</command></term>
|
---|
646 | <listitem>
|
---|
647 | <para>
|
---|
648 | start applications via kdeinit.
|
---|
649 | </para>
|
---|
650 | <indexterm zone="kf5-frameworks kshell5">
|
---|
651 | <primary sortas="b-kshell5">kshell5</primary>
|
---|
652 | </indexterm>
|
---|
653 | </listitem>
|
---|
654 | </varlistentry>
|
---|
655 |
|
---|
656 | <varlistentry id="ktelnetservice5">
|
---|
657 | <term><command>ktelnetservice5</command></term>
|
---|
658 | <listitem>
|
---|
659 | <para>
|
---|
660 | is a telnet service.
|
---|
661 | </para>
|
---|
662 | <indexterm zone="kf5-frameworks ktelnetservice5">
|
---|
663 | <primary sortas="b-ktelnetservice5">ktelnetservice5</primary>
|
---|
664 | </indexterm>
|
---|
665 | </listitem>
|
---|
666 | </varlistentry>
|
---|
667 |
|
---|
668 | <varlistentry id="ktrash5">
|
---|
669 | <term><command>ktrash5</command></term>
|
---|
670 | <listitem>
|
---|
671 | <para>
|
---|
672 | is a helper program to handle the KDE trash can.
|
---|
673 | </para>
|
---|
674 | <indexterm zone="kf5-frameworks ktrash5">
|
---|
675 | <primary sortas="b-ktrash5">ktrash5</primary>
|
---|
676 | </indexterm>
|
---|
677 | </listitem>
|
---|
678 | </varlistentry>
|
---|
679 |
|
---|
680 | <varlistentry id="kwalletd5">
|
---|
681 | <term><command>kwalletd5</command></term>
|
---|
682 | <listitem>
|
---|
683 | <para>
|
---|
684 | is the wallet manager daemon.
|
---|
685 | </para>
|
---|
686 | <indexterm zone="kf5-frameworks kwalletd5">
|
---|
687 | <primary sortas="b-kwalletd5">kwalletd5</primary>
|
---|
688 | </indexterm>
|
---|
689 | </listitem>
|
---|
690 | </varlistentry>
|
---|
691 |
|
---|
692 | <varlistentry id="kwriteconfig5">
|
---|
693 | <term><command>kwriteconfig5</command></term>
|
---|
694 | <listitem>
|
---|
695 | <para>
|
---|
696 | is a command line tool to write values in KDE
|
---|
697 | configuration files.
|
---|
698 | </para>
|
---|
699 | <indexterm zone="kf5-frameworks kwriteconfig5">
|
---|
700 | <primary sortas="b-kwriteconfig5">kwriteconfig5</primary>
|
---|
701 | </indexterm>
|
---|
702 | </listitem>
|
---|
703 | </varlistentry>
|
---|
704 |
|
---|
705 | <varlistentry id="meinproc5">
|
---|
706 | <term><command>meinproc5</command></term>
|
---|
707 | <listitem>
|
---|
708 | <para>
|
---|
709 | converts DocBook files to HTML.
|
---|
710 | </para>
|
---|
711 | <indexterm zone="kf5-frameworks meinproc5">
|
---|
712 | <primary sortas="b-meinproc5">meinproc5</primary>
|
---|
713 | </indexterm>
|
---|
714 | </listitem>
|
---|
715 | </varlistentry>
|
---|
716 |
|
---|
717 | <varlistentry id="plasmapkg2">
|
---|
718 | <term><command>plasmapkg2</command></term>
|
---|
719 | <listitem>
|
---|
720 | <para>
|
---|
721 | is a tool to install, list, remove Plasma packages
|
---|
722 | </para>
|
---|
723 | <indexterm zone="kf5-frameworks plasmapkg2">
|
---|
724 | <primary sortas="b-plasmapkg2">plasmapkg2</primary>
|
---|
725 | </indexterm>
|
---|
726 | </listitem>
|
---|
727 | </varlistentry>
|
---|
728 |
|
---|
729 | <varlistentry id="preparetips5">
|
---|
730 | <term><command>preparetips5</command></term>
|
---|
731 | <listitem>
|
---|
732 | <para>
|
---|
733 | is a script to extract the text from a tips file.
|
---|
734 | </para>
|
---|
735 | <indexterm zone="kf5-frameworks preparetips5">
|
---|
736 | <primary sortas="b-preparetips5">preparetips5</primary>
|
---|
737 | </indexterm>
|
---|
738 | </listitem>
|
---|
739 | </varlistentry>
|
---|
740 |
|
---|
741 | <varlistentry id="solid-hardware5">
|
---|
742 | <term><command>solid-hardware5</command></term>
|
---|
743 | <listitem>
|
---|
744 | <para>
|
---|
745 | is a command line tool to investigate available devices.
|
---|
746 | </para>
|
---|
747 | <indexterm zone="kf5-frameworks solid-hardware5">
|
---|
748 | <primary sortas="b-solid-hardware5">solid-hardware5</primary>
|
---|
749 | </indexterm>
|
---|
750 | </listitem>
|
---|
751 | </varlistentry>
|
---|
752 |
|
---|
753 | </variablelist>
|
---|
754 |
|
---|
755 | </sect2>
|
---|
756 |
|
---|
757 | </sect1>
|
---|
758 |
|
---|