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 "30 MB">
|
---|
11 | <!ENTITY kf5-buildsize "1.0 GB">
|
---|
12 | <!ENTITY kf5-time "43 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>935921bcc04f7e4af10be8e57b7ac899 attica-5.15.0.tar.xz
|
---|
170 | #5a41b547927190d366501cf61d86ec07 extra-cmake-modules-5.15.0.tar.xz
|
---|
171 | 554e64ff431714fa1b287cd86a3ad958 kapidox-5.15.0.tar.xz
|
---|
172 | 38c7374689688c045cd5ba1acb4ea91b karchive-5.15.0.tar.xz
|
---|
173 | 2cafea53c814ee47313805e98422b832 kcodecs-5.15.0.tar.xz
|
---|
174 | f7169075c22857b40d256bd6323d1a10 kconfig-5.15.0.tar.xz
|
---|
175 | 8d4f4f374649419fe34e24766f5ec22b kcoreaddons-5.15.0.tar.xz
|
---|
176 | 70aa5b3207b85100d59d992113c02a1a kdbusaddons-5.15.0.tar.xz
|
---|
177 | 587a96871eabc9e56885fb7aa81923ec kdnssd-5.15.0.tar.xz
|
---|
178 | 8aa1cbd8e47ba7a459e375ece56fe195 kguiaddons-5.15.0.tar.xz
|
---|
179 | 6b1be481a81380b894d056ddcdd4a34f ki18n-5.15.0.tar.xz
|
---|
180 | 6c81f38367bf36b23411cfa96d41d333 kidletime-5.15.0.tar.xz
|
---|
181 | 90831d906b5ab8224bb4a4a6c01e11b5 kimageformats-5.15.0.tar.xz
|
---|
182 | f31edaae6d138bc2e1464e742796651d kitemmodels-5.15.0.tar.xz
|
---|
183 | b8b009980f0831aadfda47bcf59750ae kitemviews-5.15.0.tar.xz
|
---|
184 | c5715f3a436e02b3f4cf722fe12ddab3 kplotting-5.15.0.tar.xz
|
---|
185 | 78ec000eadcf4a9ad0d989f4c4b54bc6 kwidgetsaddons-5.15.0.tar.xz
|
---|
186 | 08e0b05204a4129f73873ef2b61a6a3b kwindowsystem-5.15.0.tar.xz
|
---|
187 | 6bb0d1877e42c4d477e6d05185397df0 networkmanager-qt-5.15.0.tar.xz
|
---|
188 | 5d18bd8ffd294a85ddf3f1765d8726d6 solid-5.15.0.tar.xz
|
---|
189 | 84d598084fd3bbcccc28746db9b2d162 sonnet-5.15.0.tar.xz
|
---|
190 | 87e37a9c741adb9a124b64f2227ff7c0 threadweaver-5.15.0.tar.xz
|
---|
191 | ff73dca44ac6d7f82d5d9d4d7b70d4d2 kauth-5.15.0.tar.xz
|
---|
192 | a72bf104bd073134e4bdf77dbf6677ab kcompletion-5.15.0.tar.xz
|
---|
193 | 8a205f76a3ca73b585cfabfafdc97571 kcrash-5.15.0.tar.xz
|
---|
194 | 57f930c04fc8befe6ce908b46abab05f kdoctools-5.15.0.tar.xz
|
---|
195 | 65b286bef837ec661187613843381bfe kpty-5.15.0.tar.xz
|
---|
196 | 533999e2ef653fcc4100861c36794704 kunitconversion-5.15.0.tar.xz
|
---|
197 | e1dcd700999ed0764e6659e8519a8a65 kconfigwidgets-5.15.0.tar.xz
|
---|
198 | a290c0bd824e966e2a4963aa2440e74c kglobalaccel-5.15.0.tar.xz
|
---|
199 | c62075c90e8717d213a3aa4106f355b7 kpackage-5.15.0.tar.xz
|
---|
200 | 09c47778e16ea256a9009952222f7420 kservice-5.15.0.tar.xz
|
---|
201 | 680bc940ca1b30357e3feb4c75796264 kdesu-5.15.0.tar.xz
|
---|
202 | b228087cb2223e5330d2c7d92f272879 kemoticons-5.15.0.tar.xz
|
---|
203 | 4244f5d4c377c630d81bedf4c0f4ee97 kiconthemes-5.15.0.tar.xz
|
---|
204 | 7603245a0a103fb45cc893eb639fe1cb kjobwidgets-5.15.0.tar.xz
|
---|
205 | f7ee1756a658c3c41328369dcc7701db knotifications-5.15.0.tar.xz
|
---|
206 | b5e06e8f11a6eeba92893c59d3349ca7 ktextwidgets-5.15.0.tar.xz
|
---|
207 | 291d29f8b9333abd9ea2d240d3eab1d9 kwallet-5.15.0.tar.xz
|
---|
208 | 70785bf8fb6e952e09963b37fc35e481 kxmlgui-5.15.0.tar.xz
|
---|
209 | 50e4d1a4fb7b6a2e50e7ee7f00794e33 kbookmarks-5.15.0.tar.xz
|
---|
210 | 29ed2f1d3e49da57d33a478df96da772 kio-5.15.0.tar.xz
|
---|
211 | 6d016b4a482e34fd75e12bb773ab68ae kdeclarative-5.15.0.tar.xz
|
---|
212 | 6bad585122df5ee6e421ff192c007444 kcmutils-5.15.0.tar.xz
|
---|
213 | 1dd33272081ff78e40a26262a74e499a frameworkintegration-5.15.0.tar.xz
|
---|
214 | 1c05dbaead6e59818d0bef640ed05fa3 kinit-5.15.0.tar.xz
|
---|
215 | c0a82c797db0af67dfc8cfa72d6bca08 knewstuff-5.15.0.tar.xz
|
---|
216 | 5fdeae0bec3fd026c084fc424518c3ce knotifyconfig-5.15.0.tar.xz
|
---|
217 | 3405d285fd4277f7e7bcb34c338faec4 kparts-5.15.0.tar.xz
|
---|
218 | 1c4bf1f81a246a8227afbd184375c8bc kactivities-5.15.0.tar.xz
|
---|
219 | 4d4981a6700dc77fc5d9c2d4ef964c2b kded-5.15.0.tar.xz
|
---|
220 | 0283ec538d61760e79060b874611c851 kdewebkit-5.15.0.tar.xz
|
---|
221 | cfbfab5e980de650448171d54ae2777c ktexteditor-5.15.0.tar.xz
|
---|
222 | f64f55e70dace3c167ef656c2e9e8498 kdesignerplugin-5.15.0.tar.xz
|
---|
223 | 42a6f40fc3fbcdde924afb3547386098 plasma-framework-5.15.0.tar.xz
|
---|
224 | #6b14c285d47ffc1e1bab756cf659ab7a modemmanager-qt-5.15.0.tar.xz
|
---|
225 | ab52947f23feeb9a91b867fea2fe8d54 kpeople-5.15.0.tar.xz
|
---|
226 | 59f450e03c41e58db77b4e2d7ebf0df4 kxmlrpcclient-5.15.0.tar.xz
|
---|
227 | 3fdcdaf5bf8cc70beb94539278eab559 bluez-qt-5.15.0.tar.xz
|
---|
228 | 51ed9354658f5e22ef3f1f9ef35f9d97 kfilemetadata-5.15.0.tar.xz
|
---|
229 | 25177cb45b803baab1bfbf36e63fd396 baloo-5.15.0.tar.xz
|
---|
230 | fea1f5fb2cc65d440869b36d1a656409 portingAids/kjs-5.15.0.tar.xz
|
---|
231 | a7e41bbb268da562cd5c58b47717afa6 portingAids/kdelibs4support-5.15.0.tar.xz
|
---|
232 | 369920a68f2fca8f6ce359e973d96a70 portingAids/khtml-5.15.0.tar.xz
|
---|
233 | ed8d52c80ab57166d4ac0b30213bb149 portingAids/kjsembed-5.15.0.tar.xz
|
---|
234 | 5816adcf4fe5c4693bc0b162bbc48b09 portingAids/kmediaplayer-5.15.0.tar.xz
|
---|
235 | bc90445c7797c63aa210da6ba12341ae portingAids/kross-5.15.0.tar.xz
|
---|
236 | 2a9971ce78f12dc38fe2dec6ab279b10 portingAids/krunner-5.15.0.tar.xz</literal>
|
---|
237 | EOF</userinput></screen>
|
---|
238 |
|
---|
239 | <para>In the above list, notice that some files have been commented out with
|
---|
240 | a hash (#) character. The extra-cmake-modules entry has been commented out
|
---|
241 | because it was built earlier in the <xref linkend="kde-prereq"/>. The
|
---|
242 | others may be built if the optional dependencies have been installed.</para>
|
---|
243 |
|
---|
244 | </sect2>
|
---|
245 |
|
---|
246 | <sect2 role="installation">
|
---|
247 | <title>Installation of KDE Frameworks</title>
|
---|
248 |
|
---|
249 | &as_root;
|
---|
250 |
|
---|
251 | <caution>
|
---|
252 | <para>If inatalling in /opt and there is an existing /opt/kf5 either as a
|
---|
253 | regular directory or a symbolic link, it should be removed (as root):</para>
|
---|
254 |
|
---|
255 | <screen><userinput>rm -rf /opt/kf5</userinput></screen>
|
---|
256 | </caution>
|
---|
257 |
|
---|
258 | <para>
|
---|
259 | First, start a subshell that will exit on error:
|
---|
260 | </para>
|
---|
261 |
|
---|
262 |
|
---|
263 | <screen><userinput>bash -e</userinput></screen>
|
---|
264 |
|
---|
265 | <para>
|
---|
266 | Install all of the packages by running the following
|
---|
267 | commands:
|
---|
268 | </para>
|
---|
269 |
|
---|
270 | <screen><userinput>while read -r line; do
|
---|
271 |
|
---|
272 | # Get the file name, ignoring comments and blank lines
|
---|
273 | if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
|
---|
274 | file=$(echo $line | cut -d" " -f2)
|
---|
275 |
|
---|
276 | pkg=$(echo $file|sed 's|^.*/||') # Remove directory
|
---|
277 | packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
|
---|
278 |
|
---|
279 | tar -xf $file
|
---|
280 | pushd $packagedir
|
---|
281 |
|
---|
282 | mkdir build
|
---|
283 | cd build
|
---|
284 |
|
---|
285 | cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
|
---|
286 | -DCMAKE_PREFIX_PATH=$QT5DIR \
|
---|
287 | -DCMAKE_BUILD_TYPE=Release \
|
---|
288 | -DLIB_INSTALL_DIR=lib \
|
---|
289 | -DBUILD_TESTING=OFF \
|
---|
290 | -Wno-dev ..
|
---|
291 | make
|
---|
292 | as_root make install
|
---|
293 | popd
|
---|
294 |
|
---|
295 | rm -rf $packagedir
|
---|
296 | as_root /sbin/ldconfig
|
---|
297 |
|
---|
298 | done < frameworks-&kf5-version;.md5
|
---|
299 |
|
---|
300 | exit</userinput></screen>
|
---|
301 |
|
---|
302 | <note><para>Any modules that have been omitted can be installed later by
|
---|
303 | using the same mkdir build; cd build; cmake; make; make install procedure
|
---|
304 | as above.</para></note>
|
---|
305 |
|
---|
306 | <para>Sometimes the installation paths are hardcoded into installed files.
|
---|
307 | If the installed directory is not /usr, rename the directory and create a
|
---|
308 | symlink:</para>
|
---|
309 |
|
---|
310 | <screen><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
|
---|
311 | ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
|
---|
312 |
|
---|
313 | </sect2>
|
---|
314 |
|
---|
315 | <sect2 role="commands">
|
---|
316 | <title>Command Explanations</title>
|
---|
317 |
|
---|
318 | <para>
|
---|
319 | <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
|
---|
320 | to allow cmake to find the proper Qt libraries.
|
---|
321 | </para>
|
---|
322 |
|
---|
323 | <para>
|
---|
324 | <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
|
---|
325 | to apply higher level of the compiler optimizations.
|
---|
326 | </para>
|
---|
327 |
|
---|
328 | <para>
|
---|
329 | <parameter>-DLIB_INSTALL_DIR=lib</parameter>: This switch is used
|
---|
330 | to get libraries to install to <filename
|
---|
331 | class="directory">$KF5_PREFIX/lib</filename> instead of <filename
|
---|
332 | class="directory">$KF5_PREFIX/lib64</filename> on a 64 bit system.
|
---|
333 | </para>
|
---|
334 |
|
---|
335 | <para>
|
---|
336 | <parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
|
---|
337 | building test programs and libraries that are of no use to an end user.
|
---|
338 | </para>
|
---|
339 |
|
---|
340 | </sect2>
|
---|
341 | <sect2 role="content">
|
---|
342 | <title>Contents</title>
|
---|
343 |
|
---|
344 | <segmentedlist>
|
---|
345 | <segtitle>Installed Programs</segtitle>
|
---|
346 | <segtitle>Installed Libraries</segtitle>
|
---|
347 | <segtitle>Installed Directories</segtitle>
|
---|
348 |
|
---|
349 | <seglistitem>
|
---|
350 | <seg>
|
---|
351 | There are 53 programs installed in /opt/kf5/bin.
|
---|
352 | </seg>
|
---|
353 | <seg>
|
---|
354 | There are too many kf5 libraries (79) to list separately.
|
---|
355 | </seg>
|
---|
356 | <seg>
|
---|
357 | /opt/kf5 (symlink to /opt/kf5-&kf5-version;)
|
---|
358 | </seg>
|
---|
359 | </seglistitem>
|
---|
360 | </segmentedlist>
|
---|
361 |
|
---|
362 | <variablelist>
|
---|
363 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
364 | <?dbfo list-presentation="list"?>
|
---|
365 | <?dbhtml list-presentation="table"?>
|
---|
366 |
|
---|
367 | <varlistentry id="checkXML5">
|
---|
368 | <term><command>checkXML5</command></term>
|
---|
369 | <listitem>
|
---|
370 | <para>
|
---|
371 | is a tool to check for syntax errors in KDE DocBook XML
|
---|
372 | files.
|
---|
373 | </para>
|
---|
374 | <indexterm zone="kf5-frameworks checkXML5">
|
---|
375 | <primary sortas="b-checkXML5">checkXML5</primary>
|
---|
376 | </indexterm>
|
---|
377 | </listitem>
|
---|
378 | </varlistentry>
|
---|
379 |
|
---|
380 | <varlistentry id="depdiagram-generate">
|
---|
381 | <term><command>depdiagram-generate</command></term>
|
---|
382 | <listitem>
|
---|
383 | <para>
|
---|
384 | is a tool to generate a dependency diagram.
|
---|
385 | </para>
|
---|
386 | <indexterm zone="kf5-frameworks depdiagram-generate">
|
---|
387 | <primary sortas="b-depdiagram-generate">depdiagram-generate</primary>
|
---|
388 | </indexterm>
|
---|
389 | </listitem>
|
---|
390 | </varlistentry>
|
---|
391 |
|
---|
392 | <varlistentry id="depdiagram-generate-all">
|
---|
393 | <term><command>depdiagram-generate-all</command></term>
|
---|
394 | <listitem>
|
---|
395 | <para>
|
---|
396 | is a tool to generate a dependency diagram for all frameworks at once..
|
---|
397 | </para>
|
---|
398 | <indexterm zone="kf5-frameworks depdiagram-generate-all">
|
---|
399 | <primary sortas="b-depdiagram-generate-all">depdiagram-generate-all</primary>
|
---|
400 | </indexterm>
|
---|
401 | </listitem>
|
---|
402 | </varlistentry>
|
---|
403 |
|
---|
404 | <varlistentry id="depdiagram-prepare">
|
---|
405 | <term><command>depdiagram-prepare</command></term>
|
---|
406 | <listitem>
|
---|
407 | <para>
|
---|
408 | is a tool to prepare dot files.
|
---|
409 | </para>
|
---|
410 | <indexterm zone="kf5-frameworks depdiagram-prepare">
|
---|
411 | <primary sortas="b-depdiagram-prepare">depdiagram-prepare</primary>
|
---|
412 | </indexterm>
|
---|
413 | </listitem>
|
---|
414 | </varlistentry>
|
---|
415 |
|
---|
416 | <varlistentry id="desktoptojson">
|
---|
417 | <term><command>desktoptojson</command></term>
|
---|
418 | <listitem>
|
---|
419 | <para>
|
---|
420 | is a tool to convert a .desktop file to a .json file.
|
---|
421 | </para>
|
---|
422 | <indexterm zone="kf5-frameworks desktoptojson">
|
---|
423 | <primary sortas="b-desktoptojson">desktoptojson</primary>
|
---|
424 | </indexterm>
|
---|
425 | </listitem>
|
---|
426 | </varlistentry>
|
---|
427 |
|
---|
428 | <varlistentry id="kactivitymanagerd">
|
---|
429 | <term><command>kactivitymanagerd</command></term>
|
---|
430 | <listitem>
|
---|
431 | <para>
|
---|
432 | is the KDE Plasma Workspace Activity Manager.
|
---|
433 | </para>
|
---|
434 | <indexterm zone="kf5-frameworks kactivitymanagerd">
|
---|
435 | <primary sortas="b-kactivitymanagerd">kactivitymanagerd</primary>
|
---|
436 | </indexterm>
|
---|
437 | </listitem>
|
---|
438 | </varlistentry>
|
---|
439 |
|
---|
440 | <varlistentry id="kbuildsycoca5">
|
---|
441 | <term><command>kbuildsycoca5</command></term>
|
---|
442 | <listitem>
|
---|
443 | <para>
|
---|
444 | rebuilds the KService desktop file system configuration
|
---|
445 | cache.
|
---|
446 | </para>
|
---|
447 | <indexterm zone="kf5-frameworks kbuildsycoca5">
|
---|
448 | <primary sortas="b-kbuildsycoca5">kbuildsycoca5</primary>
|
---|
449 | </indexterm>
|
---|
450 | </listitem>
|
---|
451 | </varlistentry>
|
---|
452 |
|
---|
453 | <varlistentry id="kcookiejar5">
|
---|
454 | <term><command>kcookiejar5</command></term>
|
---|
455 | <listitem>
|
---|
456 | <para>
|
---|
457 | is a command line interface to the HTTP cookie store used by KDE,
|
---|
458 | a D-BUS service to store/retrieve/clean cookies.
|
---|
459 | </para>
|
---|
460 | <indexterm zone="kf5-frameworks kcookiejar5">
|
---|
461 | <primary sortas="b-kcookiejar5">kcookiejar5</primary>
|
---|
462 | </indexterm>
|
---|
463 | </listitem>
|
---|
464 | </varlistentry>
|
---|
465 |
|
---|
466 | <varlistentry id="kded5">
|
---|
467 | <term><command>kded5</command></term>
|
---|
468 | <listitem>
|
---|
469 | <para>
|
---|
470 | consolidates several small services in one process.
|
---|
471 | </para>
|
---|
472 | <indexterm zone="kf5-frameworks kded5">
|
---|
473 | <primary sortas="b-kded5">kded5</primary>
|
---|
474 | </indexterm>
|
---|
475 | </listitem>
|
---|
476 | </varlistentry>
|
---|
477 |
|
---|
478 | <varlistentry id="kdeinit5">
|
---|
479 | <term><command>kdeinit5</command></term>
|
---|
480 | <listitem>
|
---|
481 | <para>
|
---|
482 | is a process launcher somewhat similar to the famous init used
|
---|
483 | for booting UNIX.
|
---|
484 | </para>
|
---|
485 | <indexterm zone="kf5-frameworks kdeinit5">
|
---|
486 | <primary sortas="b-kdeinit5">kdeinit5</primary>
|
---|
487 | </indexterm>
|
---|
488 | </listitem>
|
---|
489 | </varlistentry>
|
---|
490 |
|
---|
491 | <varlistentry id="kf5-config">
|
---|
492 | <term><command>kf5-config</command></term>
|
---|
493 | <listitem>
|
---|
494 | <para>
|
---|
495 | is a command line program used to retrieve information about
|
---|
496 | KDE installation or user paths.
|
---|
497 | </para>
|
---|
498 | <indexterm zone="kf5-frameworks kf5-config">
|
---|
499 | <primary sortas="b-kf5-config">kf5-config</primary>
|
---|
500 | </indexterm>
|
---|
501 | </listitem>
|
---|
502 | </varlistentry>
|
---|
503 |
|
---|
504 | <varlistentry id="kf5kross">
|
---|
505 | <term><command>kf5kross</command></term>
|
---|
506 | <listitem>
|
---|
507 | <para>
|
---|
508 | executes kross scripts written in KDE Javascript, Python, Ruby,
|
---|
509 | Java and Falcon.
|
---|
510 | </para>
|
---|
511 | <indexterm zone="kf5-frameworks kf5kross">
|
---|
512 | <primary sortas="b-kf5kross">kf5kross</primary>
|
---|
513 | </indexterm>
|
---|
514 | </listitem>
|
---|
515 | </varlistentry>
|
---|
516 |
|
---|
517 | <varlistentry id="kgenapidox">
|
---|
518 | <term><command>kgenapidox</command></term>
|
---|
519 | <listitem>
|
---|
520 | <para>
|
---|
521 | is a tool to generate API documentation in the KDE style.
|
---|
522 | </para>
|
---|
523 | <indexterm zone="kf5-frameworks kgenapidox">
|
---|
524 | <primary sortas="b-kgenapidox">kgenapidox</primary>
|
---|
525 | </indexterm>
|
---|
526 | </listitem>
|
---|
527 | </varlistentry>
|
---|
528 |
|
---|
529 | <varlistentry id="kgendesignerplugin">
|
---|
530 | <term><command>kgendesignerplugin</command></term>
|
---|
531 | <listitem>
|
---|
532 | <para>
|
---|
533 | generates widget plugins for Qt(TM) Designer.
|
---|
534 | </para>
|
---|
535 | <indexterm zone="kf5-frameworks kgendesignerplugin">
|
---|
536 | <primary sortas="b-kgendesignerplugin">kgendesignerplugin</primary>
|
---|
537 | </indexterm>
|
---|
538 | </listitem>
|
---|
539 | </varlistentry>
|
---|
540 |
|
---|
541 | <varlistentry id="kglobalaccel5">
|
---|
542 | <term><command>kglobalaccel5</command></term>
|
---|
543 | <listitem>
|
---|
544 | <para>
|
---|
545 | is a daemon use to register the key bindings and for getting
|
---|
546 | notified when the action triggered.
|
---|
547 | </para>
|
---|
548 | <indexterm zone="kf5-frameworks kglobalaccel5">
|
---|
549 | <primary sortas="b-kglobalaccel5">kglobalaccel5</primary>
|
---|
550 | </indexterm>
|
---|
551 | </listitem>
|
---|
552 | </varlistentry>
|
---|
553 |
|
---|
554 | <varlistentry id="kjs5">
|
---|
555 | <term><command>kjs5</command></term>
|
---|
556 | <listitem>
|
---|
557 | <para>
|
---|
558 | is KDE ECMAScript/JavaScript engine.
|
---|
559 | </para>
|
---|
560 | <indexterm zone="kf5-frameworks kjs5">
|
---|
561 | <primary sortas="b-kjs5">kjs5</primary>
|
---|
562 | </indexterm>
|
---|
563 | </listitem>
|
---|
564 | </varlistentry>
|
---|
565 |
|
---|
566 | <varlistentry id="kjscmd5">
|
---|
567 | <term><command>kjscmd5</command></term>
|
---|
568 | <listitem>
|
---|
569 | <para>
|
---|
570 | is a tool for launching KJSEmbed scripts from the command line.
|
---|
571 | </para>
|
---|
572 | <indexterm zone="kf5-frameworks kjscmd5">
|
---|
573 | <primary sortas="b-kjscmd5">kjscmd5</primary>
|
---|
574 | </indexterm>
|
---|
575 | </listitem>
|
---|
576 | </varlistentry>
|
---|
577 |
|
---|
578 | <varlistentry id="kjsconsole">
|
---|
579 | <term><command>kjsconsole</command></term>
|
---|
580 | <listitem>
|
---|
581 | <para>
|
---|
582 | is a console for <command>kjs5</command>.
|
---|
583 | </para>
|
---|
584 | <indexterm zone="kf5-frameworks kjsconsole">
|
---|
585 | <primary sortas="b-kjsconsole">kjsconsole</primary>
|
---|
586 | </indexterm>
|
---|
587 | </listitem>
|
---|
588 | </varlistentry>
|
---|
589 |
|
---|
590 | <varlistentry id="kmailservice5">
|
---|
591 | <term><command>kmailservice5</command></term>
|
---|
592 | <listitem>
|
---|
593 | <para>
|
---|
594 | is a mail service.
|
---|
595 | </para>
|
---|
596 | <indexterm zone="kf5-frameworks kmailservice5">
|
---|
597 | <primary sortas="b-kmailservice5">kmailservice5</primary>
|
---|
598 | </indexterm>
|
---|
599 | </listitem>
|
---|
600 | </varlistentry>
|
---|
601 |
|
---|
602 | <varlistentry id="kpackagelauncherqml">
|
---|
603 | <term><command>kpackagelauncherqml</command></term>
|
---|
604 | <listitem>
|
---|
605 | <para>
|
---|
606 | is a commandline tool for launching kpackage QML application
|
---|
607 | </para>
|
---|
608 | <indexterm zone="kf5-frameworks kpackagelauncherqml">
|
---|
609 | <primary sortas="b-kpackagelauncherqml">kpackagelauncherqml</primary>
|
---|
610 | </indexterm>
|
---|
611 | </listitem>
|
---|
612 | </varlistentry>
|
---|
613 |
|
---|
614 | <varlistentry id="kpackagetool5">
|
---|
615 | <term><command>kpackagetool5</command></term>
|
---|
616 | <listitem>
|
---|
617 | <para>
|
---|
618 | is a command line kpackage tool.
|
---|
619 | </para>
|
---|
620 | <indexterm zone="kf5-frameworks kpackagetool5">
|
---|
621 | <primary sortas="b-kpackagetool5">kpackagetool5</primary>
|
---|
622 | </indexterm>
|
---|
623 | </listitem>
|
---|
624 | </varlistentry>
|
---|
625 |
|
---|
626 | <varlistentry id="kreadconfig5">
|
---|
627 | <term><command>kreadconfig5</command></term>
|
---|
628 | <listitem>
|
---|
629 | <para>
|
---|
630 | is a command line tool to retrieve values from KDE
|
---|
631 | configuration files.
|
---|
632 | </para>
|
---|
633 | <indexterm zone="kf5-frameworks kreadconfig5">
|
---|
634 | <primary sortas="b-kreadconfig5">kreadconfig5</primary>
|
---|
635 | </indexterm>
|
---|
636 | </listitem>
|
---|
637 | </varlistentry>
|
---|
638 |
|
---|
639 | <varlistentry id="kshell5">
|
---|
640 | <term><command>kshell5</command></term>
|
---|
641 | <listitem>
|
---|
642 | <para>
|
---|
643 | start applications via kdeinit.
|
---|
644 | </para>
|
---|
645 | <indexterm zone="kf5-frameworks kshell5">
|
---|
646 | <primary sortas="b-kshell5">kshell5</primary>
|
---|
647 | </indexterm>
|
---|
648 | </listitem>
|
---|
649 | </varlistentry>
|
---|
650 |
|
---|
651 | <varlistentry id="ktelnetservice5">
|
---|
652 | <term><command>ktelnetservice5</command></term>
|
---|
653 | <listitem>
|
---|
654 | <para>
|
---|
655 | is a telnet service.
|
---|
656 | </para>
|
---|
657 | <indexterm zone="kf5-frameworks ktelnetservice5">
|
---|
658 | <primary sortas="b-ktelnetservice5">ktelnetservice5</primary>
|
---|
659 | </indexterm>
|
---|
660 | </listitem>
|
---|
661 | </varlistentry>
|
---|
662 |
|
---|
663 | <varlistentry id="ktrash5">
|
---|
664 | <term><command>ktrash5</command></term>
|
---|
665 | <listitem>
|
---|
666 | <para>
|
---|
667 | is a helper program to handle the KDE trash can.
|
---|
668 | </para>
|
---|
669 | <indexterm zone="kf5-frameworks ktrash5">
|
---|
670 | <primary sortas="b-ktrash5">ktrash5</primary>
|
---|
671 | </indexterm>
|
---|
672 | </listitem>
|
---|
673 | </varlistentry>
|
---|
674 |
|
---|
675 | <varlistentry id="kwalletd5">
|
---|
676 | <term><command>kwalletd5</command></term>
|
---|
677 | <listitem>
|
---|
678 | <para>
|
---|
679 | is the wallet manager daemon.
|
---|
680 | </para>
|
---|
681 | <indexterm zone="kf5-frameworks kwalletd5">
|
---|
682 | <primary sortas="b-kwalletd5">kwalletd5</primary>
|
---|
683 | </indexterm>
|
---|
684 | </listitem>
|
---|
685 | </varlistentry>
|
---|
686 |
|
---|
687 | <varlistentry id="kwriteconfig5">
|
---|
688 | <term><command>kwriteconfig5</command></term>
|
---|
689 | <listitem>
|
---|
690 | <para>
|
---|
691 | is a command line tool to write values in KDE
|
---|
692 | configuration files.
|
---|
693 | </para>
|
---|
694 | <indexterm zone="kf5-frameworks kwriteconfig5">
|
---|
695 | <primary sortas="b-kwriteconfig5">kwriteconfig5</primary>
|
---|
696 | </indexterm>
|
---|
697 | </listitem>
|
---|
698 | </varlistentry>
|
---|
699 |
|
---|
700 | <varlistentry id="meinproc5">
|
---|
701 | <term><command>meinproc5</command></term>
|
---|
702 | <listitem>
|
---|
703 | <para>
|
---|
704 | converts DocBook files to HTML.
|
---|
705 | </para>
|
---|
706 | <indexterm zone="kf5-frameworks meinproc5">
|
---|
707 | <primary sortas="b-meinproc5">meinproc5</primary>
|
---|
708 | </indexterm>
|
---|
709 | </listitem>
|
---|
710 | </varlistentry>
|
---|
711 |
|
---|
712 | <varlistentry id="plasmapkg2">
|
---|
713 | <term><command>plasmapkg2</command></term>
|
---|
714 | <listitem>
|
---|
715 | <para>
|
---|
716 | is a tool to install, list, remove Plasma packages
|
---|
717 | </para>
|
---|
718 | <indexterm zone="kf5-frameworks plasmapkg2">
|
---|
719 | <primary sortas="b-plasmapkg2">plasmapkg2</primary>
|
---|
720 | </indexterm>
|
---|
721 | </listitem>
|
---|
722 | </varlistentry>
|
---|
723 |
|
---|
724 | <varlistentry id="preparetips5">
|
---|
725 | <term><command>preparetips5</command></term>
|
---|
726 | <listitem>
|
---|
727 | <para>
|
---|
728 | is a script to extract the text from a tips file.
|
---|
729 | </para>
|
---|
730 | <indexterm zone="kf5-frameworks preparetips5">
|
---|
731 | <primary sortas="b-preparetips5">preparetips5</primary>
|
---|
732 | </indexterm>
|
---|
733 | </listitem>
|
---|
734 | </varlistentry>
|
---|
735 |
|
---|
736 | <varlistentry id="solid-hardware5">
|
---|
737 | <term><command>solid-hardware5</command></term>
|
---|
738 | <listitem>
|
---|
739 | <para>
|
---|
740 | is a command line tool to investigate available devices.
|
---|
741 | </para>
|
---|
742 | <indexterm zone="kf5-frameworks solid-hardware5">
|
---|
743 | <primary sortas="b-solid-hardware5">solid-hardware5</primary>
|
---|
744 | </indexterm>
|
---|
745 | </listitem>
|
---|
746 | </varlistentry>
|
---|
747 |
|
---|
748 | </variablelist>
|
---|
749 |
|
---|
750 | </sect2>
|
---|
751 |
|
---|
752 | </sect1>
|
---|
753 |
|
---|