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