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