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 | <!-- kf5-download-http is defined on patches.ent
|
---|
8 | <!ENTITY kf5-download-http "&kf5-download-http;"> -->
|
---|
9 | <!ENTITY kf5-download-ftp " ">
|
---|
10 | <!ENTITY kf5-md5sum "See Below">
|
---|
11 | <!ENTITY kf5-size "259 MB">
|
---|
12 | <!ENTITY kf5-buildsize "983 MB (216 MB installed)">
|
---|
13 | <!ENTITY kf5-time "32 SBU">
|
---|
14 | ]>
|
---|
15 |
|
---|
16 | <sect1 id="kf5-frameworks" xreflabel="KDE Frameworks-&kf5-version;">
|
---|
17 | <?dbhtml filename="krameworks5.html"?>
|
---|
18 |
|
---|
19 | <sect1info>
|
---|
20 | <othername>$LastChangedBy$</othername>
|
---|
21 | <date>$Date$</date>
|
---|
22 | </sect1info>
|
---|
23 |
|
---|
24 | <title>Building KDE Frameworks 5 (KF5)</title>
|
---|
25 |
|
---|
26 | <indexterm zone="kf5">
|
---|
27 | <primary sortas="a-kf5">KDE Frameworks</primary>
|
---|
28 | </indexterm>
|
---|
29 |
|
---|
30 | <para>KDE Frameworks 5 is a collection of libraries based on top of Qt5 and
|
---|
31 | QML derived from the monolithic KDE 4 libraries. They can be used
|
---|
32 | independent of the KDE Display Environment (Plasma 5).</para>
|
---|
33 |
|
---|
34 | &lfs80_checked;
|
---|
35 |
|
---|
36 | <para>The instructions below build all of the KDE Frameworks packages in one
|
---|
37 | step by using a bash script. </para>
|
---|
38 |
|
---|
39 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
40 | <itemizedlist spacing="compact">
|
---|
41 | <listitem>
|
---|
42 | <para>Download (HTTP): <ulink url="&kf5-download-http;"/></para>
|
---|
43 | </listitem>
|
---|
44 | <listitem>
|
---|
45 | <para>Download (FTP): <ulink url="&kf5-download-ftp;"/></para>
|
---|
46 | </listitem>
|
---|
47 | <listitem>
|
---|
48 | <para>Download MD5 sum: &kf5-md5sum;</para>
|
---|
49 | </listitem>
|
---|
50 | <listitem>
|
---|
51 | <para>Download size: &kf5-size;</para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>Estimated disk space required: &kf5-buildsize;</para>
|
---|
55 | </listitem>
|
---|
56 | <listitem>
|
---|
57 | <para>Estimated build time: &kf5-time;</para>
|
---|
58 | </listitem>
|
---|
59 | </itemizedlist>
|
---|
60 |
|
---|
61 | <bridgehead renderas="sect3">KF5 Dependencies</bridgehead>
|
---|
62 |
|
---|
63 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
64 | <para role="required">
|
---|
65 | <xref linkend="boost"/>,
|
---|
66 | <xref linkend="extra-cmake-modules"/>,
|
---|
67 | <xref linkend="DocBook"/>,
|
---|
68 | <xref linkend="docbook-xsl"/>,
|
---|
69 | <xref linkend="giflib"/>,
|
---|
70 | <xref linkend="libepoxy"/>,
|
---|
71 | <xref linkend="libgcrypt"/>,
|
---|
72 | <xref linkend="libjpeg"/>,
|
---|
73 | <xref linkend="libpng"/>,
|
---|
74 | <xref linkend="libxslt"/>,
|
---|
75 | <xref linkend="lmdb"/>,
|
---|
76 | <xref linkend="qtwebkit5"/>,
|
---|
77 | <xref linkend="phonon"/>,
|
---|
78 | <xref linkend="shared-mime-info"/>,
|
---|
79 | <xref linkend="perl-uri"/>, and
|
---|
80 | <xref linkend="wget"/> (required to download the packages)
|
---|
81 | </para>
|
---|
82 |
|
---|
83 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
84 | <para role="recommended">
|
---|
85 | <xref linkend="aspell"/> (Dictionary backend for Sonnet),
|
---|
86 | <xref linkend="avahi"/> (DNS-SD backend for KDNSSD),
|
---|
87 | <xref linkend="libdbusmenu-qt"/> (built with qt5),
|
---|
88 | <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt), and
|
---|
89 | <xref linkend="polkit-qt"/> (Authentication backend for KAuth)
|
---|
90 | </para>
|
---|
91 |
|
---|
92 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
93 | <para role="optional">
|
---|
94 | <xref linkend="bluez"/> (needed to build Bluez-Qt),
|
---|
95 | <xref linkend="ModemManager"/> (needed to build ModemManager-Qt)
|
---|
96 | </para>
|
---|
97 |
|
---|
98 | <bridgehead renderas="sect4">Runtime dependency for FrameworkIntegration</bridgehead>
|
---|
99 | <para role="optional">
|
---|
100 | <xref linkend="oxygen-fonts"/> and
|
---|
101 | <xref linkend="noto-fonts"/>
|
---|
102 | </para>
|
---|
103 |
|
---|
104 | <bridgehead renderas="sect4">Runtime dependencies for kapidox</bridgehead>
|
---|
105 | <para role="optional">
|
---|
106 | <xref linkend="doxygen"/>,
|
---|
107 | <phrase revision="sysv"><ulink url="https://pypi.python.org/pypi/Jinja2">Jinja2</ulink></phrase>
|
---|
108 | <phrase revision="systemd"><xref linkend="Jinja2"/></phrase>, and
|
---|
109 | <phrase revision="sysv"><ulink url="http://pyyaml.org/">PyYAML</ulink></phrase>
|
---|
110 | <phrase revision="systemd"><xref linkend="PyYAML"/></phrase>
|
---|
111 | </para>
|
---|
112 |
|
---|
113 | <bridgehead renderas="sect4">Additional image formats support in KImageFormats</bridgehead>
|
---|
114 | <para role="optional">
|
---|
115 | <xref linkend="jasper"/> and
|
---|
116 | <ulink url="http://www.openexr.com/">OpenEXR</ulink>
|
---|
117 | </para>
|
---|
118 |
|
---|
119 | <bridgehead renderas="sect4">Optional dependencies for KIO</bridgehead>
|
---|
120 | <para role="optional">
|
---|
121 | <xref linkend="mitkrb"/>
|
---|
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 dependency for KWallet</bridgehead>
|
---|
132 | <para role="optional">
|
---|
133 | <ulink url="&kf5apps-download-http;">gpgmepp</ulink>
|
---|
134 | </para>
|
---|
135 |
|
---|
136 | <bridgehead renderas="sect4">Optional dictionary backends for Sonnet</bridgehead>
|
---|
137 | <para role="optional">
|
---|
138 | <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> and
|
---|
139 | <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
|
---|
140 | </para>
|
---|
141 |
|
---|
142 | <bridgehead renderas="sect4">Required dependencies for Prison</bridgehead>
|
---|
143 | <para role="optional"> <!-- Leaving as optional since these are external -->
|
---|
144 | <ulink url="http://libdmtx.sourceforge.net/">Datamatrix</ulink> and
|
---|
145 | <ulink url="http://megaui.net/fukuchi/works/qrencode/index.en.html/">QRencode</ulink>
|
---|
146 | </para>
|
---|
147 |
|
---|
148 | <para condition="html" role="usernotes">User Notes:
|
---|
149 | <ulink url="&blfs-wiki;/kf5"/></para>
|
---|
150 |
|
---|
151 | <sect2>
|
---|
152 | <title>Downloading KDE Frameworks</title>
|
---|
153 |
|
---|
154 | <para>
|
---|
155 | The easiest way to get the KDE Frameworks packages is to use a single
|
---|
156 | <command>wget</command> to fetch them all at once:
|
---|
157 | </para>
|
---|
158 |
|
---|
159 | <screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
|
---|
160 | wget -r -nH -nd -A '*.xz' -np $url</userinput>
|
---|
161 | <literal>
|
---|
162 | The options used here are:
|
---|
163 | -r recurse through child directories
|
---|
164 | -nH disable generation of host-prefixed directories
|
---|
165 | -nd do not create a hierarchy of directories
|
---|
166 | -A '*.xz' just get the *.xz files
|
---|
167 | -np don't get parent directories</literal></screen>
|
---|
168 |
|
---|
169 | </sect2>
|
---|
170 |
|
---|
171 | <sect2>
|
---|
172 | <title>Setting Package Order</title>
|
---|
173 |
|
---|
174 | <para>
|
---|
175 | The order of building files is important due to internal dependencies.
|
---|
176 | Create the list of files in the proper order as follows:
|
---|
177 | </para>
|
---|
178 |
|
---|
179 | <screen><userinput>cat > frameworks-&kf5-version;.md5 << "EOF"
|
---|
180 | <literal>64f668aeb0ae98d7a956a3d77ff6b7f5 attica-5.34.0.tar.xz
|
---|
181 | #fdbf1beac421ef98c41a3a1a3703fbb4 extra-cmake-modules-5.34.0.tar.xz
|
---|
182 | 1ed1b8b3928d4cae92e7783be780e2a9 kapidox-5.34.0.tar.xz
|
---|
183 | 0c7b013cd3f176f25038c002bc706979 karchive-5.34.0.tar.xz
|
---|
184 | 35a5fa5606b22eda5a885dc479e48e53 kcodecs-5.34.0.tar.xz
|
---|
185 | 51788f84902358d7840c1d4ed111a80d kconfig-5.34.0.tar.xz
|
---|
186 | 5b8ee514c5ecbe6febe28af2686566ad kcoreaddons-5.34.0.tar.xz
|
---|
187 | 5dc198d8d1f6896451b1eaf15a28308f kdbusaddons-5.34.0.tar.xz
|
---|
188 | 34556a2f5c33bb101c665243a6618f84 kdnssd-5.34.0.tar.xz
|
---|
189 | 05a622fc98d4f748d5f50d15a579b34d kguiaddons-5.34.0.tar.xz
|
---|
190 | 314ae60902e4870ae4df51decf4cedf3 ki18n-5.34.0.tar.xz
|
---|
191 | 3702887f8dd903ee62d51d26da2fbd21 kidletime-5.34.0.tar.xz
|
---|
192 | 5de2f07b336858195eaa138d2811e8b2 kimageformats-5.34.0.tar.xz
|
---|
193 | d5133f83bc354eab9e42fcf588cddbd2 kitemmodels-5.34.0.tar.xz
|
---|
194 | 0e7b69f9803d63ff5900bea0f101d363 kitemviews-5.34.0.tar.xz
|
---|
195 | 697f307e0266a54382a5057babda53d6 kplotting-5.34.0.tar.xz
|
---|
196 | c38d08ca16a49f43a6be2fd416652277 kwidgetsaddons-5.34.0.tar.xz
|
---|
197 | aca305a63b8ae3244d92c394d9d3840e kwindowsystem-5.34.0.tar.xz
|
---|
198 | 66ed35d3a44b3ae7c04bc740cd553f01 networkmanager-qt-5.34.0.tar.xz
|
---|
199 | 43050a891de0be5d79ac488e56012398 solid-5.34.0.tar.xz
|
---|
200 | 320d964229aa783ac1a30670e6a930fe sonnet-5.34.0.tar.xz
|
---|
201 | 034848d665785ae552a8d9c8acd59725 threadweaver-5.34.0.tar.xz
|
---|
202 | 80e2d4a4d1657d70ddceb5f354074eb7 kauth-5.34.0.tar.xz
|
---|
203 | 34b9b0cc3d61210683a872976d27b9c9 kcompletion-5.34.0.tar.xz
|
---|
204 | 28a6ddd2560e283694ca6e0b97a432fc kcrash-5.34.0.tar.xz
|
---|
205 | 52df5dd9721be1d372b7a2ce3bd29efc kdoctools-5.34.0.tar.xz
|
---|
206 | d921308e25f7a79a88f9bb8fffed8453 kpty-5.34.0.tar.xz
|
---|
207 | 47cc7f51a7cfa0ef3c193ccbcc045f96 kunitconversion-5.34.0.tar.xz
|
---|
208 | 7647c86266b61075542b4112e5f21a72 kconfigwidgets-5.34.0.tar.xz
|
---|
209 | ab7745b32c5cac8e928c9dc0ad0dde41 kservice-5.34.0.tar.xz
|
---|
210 | 14ddf20e92da05618d48262b2cfbe6ef kglobalaccel-5.34.0.tar.xz
|
---|
211 | 06e87a370ff4f231644fcae65a15203e kpackage-5.34.0.tar.xz
|
---|
212 | ff57dbae99d31603c36f9b59a2f88780 kdesu-5.34.0.tar.xz
|
---|
213 | eb2381de7b6905e7968859258c7d4731 kemoticons-5.34.0.tar.xz
|
---|
214 | 6fc0cd71f1c331aae78b0c03114958dd kiconthemes-5.34.0.tar.xz
|
---|
215 | 1c65bee5dfc02d7671228dd90c59e19b kjobwidgets-5.34.0.tar.xz
|
---|
216 | 75eb11cdce6b623301dc670c3ee31525 knotifications-5.34.0.tar.xz
|
---|
217 | 7cf308f1e3738ebed99c2ad08245ed6e ktextwidgets-5.34.0.tar.xz
|
---|
218 | b05b69a31251aa76c35581475c939cc0 kxmlgui-5.34.0.tar.xz
|
---|
219 | 1f745c77a2a7285962801a1260f22720 kbookmarks-5.34.0.tar.xz
|
---|
220 | 8385f1b57b7014be23511383c233da5d kwallet-5.34.0.tar.xz
|
---|
221 | 49c9c0a0f94cfb301ef92578d888eedd kio-5.34.0.tar.xz
|
---|
222 | 5b787db5a2ad709fca9ad23319aa3073 kdeclarative-5.34.0.tar.xz
|
---|
223 | c1afcc332098a7c0f104629d1f67e4ad kcmutils-5.34.0.tar.xz
|
---|
224 | 560d1d39a62a016b92554e75c8cf25bf knewstuff-5.34.0.tar.xz
|
---|
225 | 197162d3e09c27e286ba5ff0cf14a49b frameworkintegration-5.34.0.tar.xz
|
---|
226 | 02b40f5ac18ebed7afd35e71bd621345 kinit-5.34.0.tar.xz
|
---|
227 | a89c130ec60f90d26b44c5c41d8c1e37 knotifyconfig-5.34.0.tar.xz
|
---|
228 | 84cf7f77790cd8f2de85726fb16a3b73 kparts-5.34.0.tar.xz
|
---|
229 | 67cc9be7978878d578295a885b9d6737 kactivities-5.34.0.tar.xz
|
---|
230 | e2ac1c22569e8f09e7716c92119a6f96 kded-5.34.0.tar.xz
|
---|
231 | 9eb10b68624a858c0c217364e03a935e kdewebkit-5.34.0.tar.xz
|
---|
232 | ab44df7bdffa30c211568bf677456b8e syntax-highlighting-5.34.0.tar.xz
|
---|
233 | da4b300b11c309f72484235313a27351 ktexteditor-5.34.0.tar.xz
|
---|
234 | 760797a5697383a23dc28c043776f6b7 kdesignerplugin-5.34.0.tar.xz
|
---|
235 | 3e70566a1e059a7885270074e46b35f0 kwayland-5.34.0.tar.xz
|
---|
236 | 848bae2f46d63821c4fbf846bdd83b0e plasma-framework-5.34.0.tar.xz
|
---|
237 | #7a1f0c8875efbbaedfaffe4d6f011524 modemmanager-qt-5.34.0.tar.xz
|
---|
238 | b03e735f9113b177a9a840c8910c8e02 kpeople-5.34.0.tar.xz
|
---|
239 | 354e45b75119676fb673bce110f040cd kxmlrpcclient-5.34.0.tar.xz
|
---|
240 | 479152445f04a630a23003c736f54914 bluez-qt-5.34.0.tar.xz
|
---|
241 | a7341eb3e20f180066470ba38533447c kfilemetadata-5.34.0.tar.xz
|
---|
242 | 2545137d47bf0545f0b99d73520e65e5 baloo-5.34.0.tar.xz
|
---|
243 | #9d13ea7dcd31efb400e2f5a64db48179 breeze-icons-5.34.0.tar.xz
|
---|
244 | #0353fbb43ad0892e6f16cca840523493 oxygen-icons5-5.34.0.tar.xz
|
---|
245 | 8209b9213c04802a99c6e70dbec61054 kactivities-stats-5.34.0.tar.xz
|
---|
246 | 7c6f7f251f56b74619cf7cb2cfea857d krunner-5.34.0.tar.xz
|
---|
247 | #c9bd6c1897c8632b7241293ea1bbb4ab prison-5.34.0.tar.xz
|
---|
248 | fae3d8d37d54013e413c9df92df8848f kjs-5.34.0.tar.xz
|
---|
249 | ae382b0889fd76f0c28ebed4de08f816 kdelibs4support-5.34.0.tar.xz
|
---|
250 | 9c698d6d09b31a537ac6cdf31aa90de7 khtml-5.34.0.tar.xz
|
---|
251 | b7da8abba8b5e9c9e359d40e73ba3c6f kjsembed-5.34.0.tar.xz
|
---|
252 | 3d3ff38e82c4ade51ac7045b4bed1196 kmediaplayer-5.34.0.tar.xz
|
---|
253 | c211cb58f6c4a6082cb431fa536229dd kross-5.34.0.tar.xz</literal>
|
---|
254 | EOF</userinput></screen>
|
---|
255 |
|
---|
256 | <para>In the above list, notice that some files have been commented out with
|
---|
257 | a hash (#) character. The extra-cmake-modules entry has been commented out
|
---|
258 | because it was built earlier in the <xref linkend="kde-prereq"/>. The icon
|
---|
259 | packages are covered separately at <xref linkend="breeze-icons"/> and <xref
|
---|
260 | linkend="oxygen-icons5"/>. The modemmanager-qt package may be built if its
|
---|
261 | optional dependency has been installed. The prison package (bar code reader)
|
---|
262 | may be built if the required external libraries are installed.</para>
|
---|
263 |
|
---|
264 | </sect2>
|
---|
265 |
|
---|
266 | <sect2 role="installation">
|
---|
267 | <title>Installation of KDE Frameworks</title>
|
---|
268 |
|
---|
269 | &as_root;
|
---|
270 |
|
---|
271 | <caution>
|
---|
272 |
|
---|
273 | <para>If installing in /opt and there is an existing /opt/kf5 either as a
|
---|
274 | regular directory or a symbolic link, it should be reinitialized (as
|
---|
275 | root):</para>
|
---|
276 |
|
---|
277 | <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5.old &&
|
---|
278 | install -v -dm755 $KF5_PREFIX/{etc,share} &&
|
---|
279 | ln -sfv /etc/dbus-1 $KF5_PREFIX/etc &&
|
---|
280 | ln -sfv /usr/share/dbus-1 $KF5_PREFIX/share</userinput></screen>
|
---|
281 | </caution>
|
---|
282 |
|
---|
283 | <para>
|
---|
284 | First, start a subshell that will exit on error:
|
---|
285 | </para>
|
---|
286 |
|
---|
287 |
|
---|
288 | <screen><userinput>bash -e</userinput></screen>
|
---|
289 |
|
---|
290 | <para>
|
---|
291 | Install all of the packages by running the following
|
---|
292 | commands:
|
---|
293 | </para>
|
---|
294 |
|
---|
295 | <screen><userinput>while read -r line; do
|
---|
296 |
|
---|
297 | # Get the file name, ignoring comments and blank lines
|
---|
298 | if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
|
---|
299 | file=$(echo $line | cut -d" " -f2)
|
---|
300 |
|
---|
301 | pkg=$(echo $file|sed 's|^.*/||') # Remove directory
|
---|
302 | packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
|
---|
303 |
|
---|
304 | tar -xf $file
|
---|
305 | pushd $packagedir
|
---|
306 |
|
---|
307 | mkdir build
|
---|
308 | cd build
|
---|
309 |
|
---|
310 | case $packagedir in
|
---|
311 | kdelibs4support*)
|
---|
312 | export CXXFLAGS='-isystem /usr/include/openssl-1.0'
|
---|
313 | ;;
|
---|
314 | esac
|
---|
315 |
|
---|
316 | cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
|
---|
317 | -DCMAKE_PREFIX_PATH=$QT5DIR \
|
---|
318 | -DCMAKE_BUILD_TYPE=Release \
|
---|
319 | -DBUILD_TESTING=OFF \
|
---|
320 | -Wno-dev ..
|
---|
321 | make
|
---|
322 | as_root make install
|
---|
323 |
|
---|
324 | case $packagedir in
|
---|
325 | kdelibs4support*)
|
---|
326 | unset CXXFLAGS
|
---|
327 | ;;
|
---|
328 | esac
|
---|
329 |
|
---|
330 | popd
|
---|
331 |
|
---|
332 | <!-- some packages end with files owned by root in $packagedir, so use as_root
|
---|
333 | in the following -->
|
---|
334 | as_root rm -rf $packagedir
|
---|
335 | as_root /sbin/ldconfig
|
---|
336 |
|
---|
337 | done < frameworks-&kf5-version;.md5
|
---|
338 |
|
---|
339 | exit</userinput></screen>
|
---|
340 |
|
---|
341 | <note><para>Any modules that have been omitted can be installed later by
|
---|
342 | using the same mkdir build; cd build; cmake; make; make install procedure
|
---|
343 | as above.</para></note>
|
---|
344 |
|
---|
345 | <para>Sometimes the installation paths are hardcoded into installed files.
|
---|
346 | If the installed directory is not /usr, rename the directory and create a
|
---|
347 | symlink:</para>
|
---|
348 |
|
---|
349 | <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
|
---|
350 | ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
|
---|
351 |
|
---|
352 | </sect2>
|
---|
353 |
|
---|
354 | <sect2 role="commands">
|
---|
355 | <title>Command Explanations</title>
|
---|
356 |
|
---|
357 | <para>
|
---|
358 | <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
|
---|
359 | to allow cmake to find the proper Qt libraries.
|
---|
360 | </para>
|
---|
361 |
|
---|
362 | <para>
|
---|
363 | <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
|
---|
364 | to apply higher level of the compiler optimizations.
|
---|
365 | </para>
|
---|
366 |
|
---|
367 | <para>
|
---|
368 | <parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
|
---|
369 | building test programs and libraries that are of no use to an end user.
|
---|
370 | </para>
|
---|
371 |
|
---|
372 | </sect2>
|
---|
373 | <sect2 role="content">
|
---|
374 | <title>Contents</title>
|
---|
375 |
|
---|
376 | <segmentedlist>
|
---|
377 | <segtitle>Installed Programs</segtitle>
|
---|
378 | <segtitle>Installed Libraries</segtitle>
|
---|
379 | <segtitle>Installed Directories</segtitle>
|
---|
380 |
|
---|
381 | <seglistitem>
|
---|
382 | <seg>
|
---|
383 | There are 48 programs installed in /opt/kf5/bin.
|
---|
384 | </seg>
|
---|
385 | <seg>
|
---|
386 | There are too many kf5 libraries (191) to list separately.
|
---|
387 | </seg>
|
---|
388 | <seg>
|
---|
389 | /opt/kf5 (symlink to /opt/kf5-&kf5-version;)
|
---|
390 | </seg>
|
---|
391 | </seglistitem>
|
---|
392 | </segmentedlist>
|
---|
393 |
|
---|
394 | <variablelist>
|
---|
395 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
396 | <?dbfo list-presentation="list"?>
|
---|
397 | <?dbhtml list-presentation="table"?>
|
---|
398 |
|
---|
399 | <varlistentry id="checkXML5">
|
---|
400 | <term><command>checkXML5</command></term>
|
---|
401 | <listitem>
|
---|
402 | <para>
|
---|
403 | is a tool to check for syntax errors in KDE DocBook XML
|
---|
404 | files.
|
---|
405 | </para>
|
---|
406 | <indexterm zone="kf5-frameworks checkXML5">
|
---|
407 | <primary sortas="b-checkXML5">checkXML5</primary>
|
---|
408 | </indexterm>
|
---|
409 | </listitem>
|
---|
410 | </varlistentry>
|
---|
411 |
|
---|
412 | <varlistentry id="depdiagram-generate">
|
---|
413 | <term><command>depdiagram-generate</command></term>
|
---|
414 | <listitem>
|
---|
415 | <para>
|
---|
416 | is a tool to generate a dependency diagram.
|
---|
417 | </para>
|
---|
418 | <indexterm zone="kf5-frameworks depdiagram-generate">
|
---|
419 | <primary sortas="b-depdiagram-generate">depdiagram-generate</primary>
|
---|
420 | </indexterm>
|
---|
421 | </listitem>
|
---|
422 | </varlistentry>
|
---|
423 |
|
---|
424 | <varlistentry id="depdiagram-generate-all">
|
---|
425 | <term><command>depdiagram-generate-all</command></term>
|
---|
426 | <listitem>
|
---|
427 | <para>
|
---|
428 | is a tool to generate a dependency diagram for all frameworks at once..
|
---|
429 | </para>
|
---|
430 | <indexterm zone="kf5-frameworks depdiagram-generate-all">
|
---|
431 | <primary sortas="b-depdiagram-generate-all">depdiagram-generate-all</primary>
|
---|
432 | </indexterm>
|
---|
433 | </listitem>
|
---|
434 | </varlistentry>
|
---|
435 |
|
---|
436 | <varlistentry id="depdiagram-prepare">
|
---|
437 | <term><command>depdiagram-prepare</command></term>
|
---|
438 | <listitem>
|
---|
439 | <para>
|
---|
440 | is a tool to prepare dot files.
|
---|
441 | </para>
|
---|
442 | <indexterm zone="kf5-frameworks depdiagram-prepare">
|
---|
443 | <primary sortas="b-depdiagram-prepare">depdiagram-prepare</primary>
|
---|
444 | </indexterm>
|
---|
445 | </listitem>
|
---|
446 | </varlistentry>
|
---|
447 |
|
---|
448 | <varlistentry id="desktoptojson">
|
---|
449 | <term><command>desktoptojson</command></term>
|
---|
450 | <listitem>
|
---|
451 | <para>
|
---|
452 | is a tool to convert a .desktop file to a .json file.
|
---|
453 | </para>
|
---|
454 | <indexterm zone="kf5-frameworks desktoptojson">
|
---|
455 | <primary sortas="b-desktoptojson">desktoptojson</primary>
|
---|
456 | </indexterm>
|
---|
457 | </listitem>
|
---|
458 | </varlistentry>
|
---|
459 |
|
---|
460 | <varlistentry id="kactivitymanagerd">
|
---|
461 | <term><command>kactivitymanagerd</command></term>
|
---|
462 | <listitem>
|
---|
463 | <para>
|
---|
464 | is the KDE Plasma Workspace Activity Manager.
|
---|
465 | </para>
|
---|
466 | <indexterm zone="kf5-frameworks kactivitymanagerd">
|
---|
467 | <primary sortas="b-kactivitymanagerd">kactivitymanagerd</primary>
|
---|
468 | </indexterm>
|
---|
469 | </listitem>
|
---|
470 | </varlistentry>
|
---|
471 |
|
---|
472 | <varlistentry id="kbuildsycoca5">
|
---|
473 | <term><command>kbuildsycoca5</command></term>
|
---|
474 | <listitem>
|
---|
475 | <para>
|
---|
476 | rebuilds the KService desktop file system configuration
|
---|
477 | cache.
|
---|
478 | </para>
|
---|
479 | <indexterm zone="kf5-frameworks kbuildsycoca5">
|
---|
480 | <primary sortas="b-kbuildsycoca5">kbuildsycoca5</primary>
|
---|
481 | </indexterm>
|
---|
482 | </listitem>
|
---|
483 | </varlistentry>
|
---|
484 |
|
---|
485 | <varlistentry id="kcookiejar5">
|
---|
486 | <term><command>kcookiejar5</command></term>
|
---|
487 | <listitem>
|
---|
488 | <para>
|
---|
489 | is a command line interface to the HTTP cookie store used by KDE,
|
---|
490 | a D-BUS service to store/retrieve/clean cookies.
|
---|
491 | </para>
|
---|
492 | <indexterm zone="kf5-frameworks kcookiejar5">
|
---|
493 | <primary sortas="b-kcookiejar5">kcookiejar5</primary>
|
---|
494 | </indexterm>
|
---|
495 | </listitem>
|
---|
496 | </varlistentry>
|
---|
497 |
|
---|
498 | <varlistentry id="kded5">
|
---|
499 | <term><command>kded5</command></term>
|
---|
500 | <listitem>
|
---|
501 | <para>
|
---|
502 | consolidates several small services in one process.
|
---|
503 | </para>
|
---|
504 | <indexterm zone="kf5-frameworks kded5">
|
---|
505 | <primary sortas="b-kded5">kded5</primary>
|
---|
506 | </indexterm>
|
---|
507 | </listitem>
|
---|
508 | </varlistentry>
|
---|
509 |
|
---|
510 | <varlistentry id="kdeinit5">
|
---|
511 | <term><command>kdeinit5</command></term>
|
---|
512 | <listitem>
|
---|
513 | <para>
|
---|
514 | is a process launcher somewhat similar to the famous init used
|
---|
515 | for booting UNIX.
|
---|
516 | </para>
|
---|
517 | <indexterm zone="kf5-frameworks kdeinit5">
|
---|
518 | <primary sortas="b-kdeinit5">kdeinit5</primary>
|
---|
519 | </indexterm>
|
---|
520 | </listitem>
|
---|
521 | </varlistentry>
|
---|
522 |
|
---|
523 | <varlistentry id="kf5-config">
|
---|
524 | <term><command>kf5-config</command></term>
|
---|
525 | <listitem>
|
---|
526 | <para>
|
---|
527 | is a command line program used to retrieve information about
|
---|
528 | KDE installation or user paths.
|
---|
529 | </para>
|
---|
530 | <indexterm zone="kf5-frameworks kf5-config">
|
---|
531 | <primary sortas="b-kf5-config">kf5-config</primary>
|
---|
532 | </indexterm>
|
---|
533 | </listitem>
|
---|
534 | </varlistentry>
|
---|
535 |
|
---|
536 | <varlistentry id="kf5kross">
|
---|
537 | <term><command>kf5kross</command></term>
|
---|
538 | <listitem>
|
---|
539 | <para>
|
---|
540 | executes kross scripts written in KDE Javascript, Python, Ruby,
|
---|
541 | Java and Falcon.
|
---|
542 | </para>
|
---|
543 | <indexterm zone="kf5-frameworks kf5kross">
|
---|
544 | <primary sortas="b-kf5kross">kf5kross</primary>
|
---|
545 | </indexterm>
|
---|
546 | </listitem>
|
---|
547 | </varlistentry>
|
---|
548 |
|
---|
549 | <varlistentry id="kgenapidox">
|
---|
550 | <term><command>kgenapidox</command></term>
|
---|
551 | <listitem>
|
---|
552 | <para>
|
---|
553 | is a tool to generate API documentation in the KDE style.
|
---|
554 | </para>
|
---|
555 | <indexterm zone="kf5-frameworks kgenapidox">
|
---|
556 | <primary sortas="b-kgenapidox">kgenapidox</primary>
|
---|
557 | </indexterm>
|
---|
558 | </listitem>
|
---|
559 | </varlistentry>
|
---|
560 |
|
---|
561 | <varlistentry id="kgendesignerplugin">
|
---|
562 | <term><command>kgendesignerplugin</command></term>
|
---|
563 | <listitem>
|
---|
564 | <para>
|
---|
565 | generates widget plugins for Qt(TM) Designer.
|
---|
566 | </para>
|
---|
567 | <indexterm zone="kf5-frameworks kgendesignerplugin">
|
---|
568 | <primary sortas="b-kgendesignerplugin">kgendesignerplugin</primary>
|
---|
569 | </indexterm>
|
---|
570 | </listitem>
|
---|
571 | </varlistentry>
|
---|
572 |
|
---|
573 | <varlistentry id="kglobalaccel5">
|
---|
574 | <term><command>kglobalaccel5</command></term>
|
---|
575 | <listitem>
|
---|
576 | <para>
|
---|
577 | is a daemon use to register the key bindings and for getting
|
---|
578 | notified when the action triggered.
|
---|
579 | </para>
|
---|
580 | <indexterm zone="kf5-frameworks kglobalaccel5">
|
---|
581 | <primary sortas="b-kglobalaccel5">kglobalaccel5</primary>
|
---|
582 | </indexterm>
|
---|
583 | </listitem>
|
---|
584 | </varlistentry>
|
---|
585 |
|
---|
586 | <varlistentry id="kjs5">
|
---|
587 | <term><command>kjs5</command></term>
|
---|
588 | <listitem>
|
---|
589 | <para>
|
---|
590 | is KDE ECMAScript/JavaScript engine.
|
---|
591 | </para>
|
---|
592 | <indexterm zone="kf5-frameworks kjs5">
|
---|
593 | <primary sortas="b-kjs5">kjs5</primary>
|
---|
594 | </indexterm>
|
---|
595 | </listitem>
|
---|
596 | </varlistentry>
|
---|
597 |
|
---|
598 | <varlistentry id="kjscmd5">
|
---|
599 | <term><command>kjscmd5</command></term>
|
---|
600 | <listitem>
|
---|
601 | <para>
|
---|
602 | is a tool for launching KJSEmbed scripts from the command line.
|
---|
603 | </para>
|
---|
604 | <indexterm zone="kf5-frameworks kjscmd5">
|
---|
605 | <primary sortas="b-kjscmd5">kjscmd5</primary>
|
---|
606 | </indexterm>
|
---|
607 | </listitem>
|
---|
608 | </varlistentry>
|
---|
609 |
|
---|
610 | <varlistentry id="kjsconsole">
|
---|
611 | <term><command>kjsconsole</command></term>
|
---|
612 | <listitem>
|
---|
613 | <para>
|
---|
614 | is a console for <command>kjs5</command>.
|
---|
615 | </para>
|
---|
616 | <indexterm zone="kf5-frameworks kjsconsole">
|
---|
617 | <primary sortas="b-kjsconsole">kjsconsole</primary>
|
---|
618 | </indexterm>
|
---|
619 | </listitem>
|
---|
620 | </varlistentry>
|
---|
621 |
|
---|
622 | <varlistentry id="kmailservice5">
|
---|
623 | <term><command>kmailservice5</command></term>
|
---|
624 | <listitem>
|
---|
625 | <para>
|
---|
626 | is a mail service.
|
---|
627 | </para>
|
---|
628 | <indexterm zone="kf5-frameworks kmailservice5">
|
---|
629 | <primary sortas="b-kmailservice5">kmailservice5</primary>
|
---|
630 | </indexterm>
|
---|
631 | </listitem>
|
---|
632 | </varlistentry>
|
---|
633 |
|
---|
634 | <varlistentry id="kpackagelauncherqml">
|
---|
635 | <term><command>kpackagelauncherqml</command></term>
|
---|
636 | <listitem>
|
---|
637 | <para>
|
---|
638 | is a commandline tool for launching kpackage QML application
|
---|
639 | </para>
|
---|
640 | <indexterm zone="kf5-frameworks kpackagelauncherqml">
|
---|
641 | <primary sortas="b-kpackagelauncherqml">kpackagelauncherqml</primary>
|
---|
642 | </indexterm>
|
---|
643 | </listitem>
|
---|
644 | </varlistentry>
|
---|
645 |
|
---|
646 | <varlistentry id="kpackagetool5">
|
---|
647 | <term><command>kpackagetool5</command></term>
|
---|
648 | <listitem>
|
---|
649 | <para>
|
---|
650 | is a command line kpackage tool.
|
---|
651 | </para>
|
---|
652 | <indexterm zone="kf5-frameworks kpackagetool5">
|
---|
653 | <primary sortas="b-kpackagetool5">kpackagetool5</primary>
|
---|
654 | </indexterm>
|
---|
655 | </listitem>
|
---|
656 | </varlistentry>
|
---|
657 |
|
---|
658 | <varlistentry id="kreadconfig5">
|
---|
659 | <term><command>kreadconfig5</command></term>
|
---|
660 | <listitem>
|
---|
661 | <para>
|
---|
662 | is a command line tool to retrieve values from KDE
|
---|
663 | configuration files.
|
---|
664 | </para>
|
---|
665 | <indexterm zone="kf5-frameworks kreadconfig5">
|
---|
666 | <primary sortas="b-kreadconfig5">kreadconfig5</primary>
|
---|
667 | </indexterm>
|
---|
668 | </listitem>
|
---|
669 | </varlistentry>
|
---|
670 |
|
---|
671 | <varlistentry id="kshell5">
|
---|
672 | <term><command>kshell5</command></term>
|
---|
673 | <listitem>
|
---|
674 | <para>
|
---|
675 | start applications via kdeinit.
|
---|
676 | </para>
|
---|
677 | <indexterm zone="kf5-frameworks kshell5">
|
---|
678 | <primary sortas="b-kshell5">kshell5</primary>
|
---|
679 | </indexterm>
|
---|
680 | </listitem>
|
---|
681 | </varlistentry>
|
---|
682 |
|
---|
683 | <varlistentry id="ktelnetservice5">
|
---|
684 | <term><command>ktelnetservice5</command></term>
|
---|
685 | <listitem>
|
---|
686 | <para>
|
---|
687 | is a telnet service.
|
---|
688 | </para>
|
---|
689 | <indexterm zone="kf5-frameworks ktelnetservice5">
|
---|
690 | <primary sortas="b-ktelnetservice5">ktelnetservice5</primary>
|
---|
691 | </indexterm>
|
---|
692 | </listitem>
|
---|
693 | </varlistentry>
|
---|
694 |
|
---|
695 | <varlistentry id="ktrash5">
|
---|
696 | <term><command>ktrash5</command></term>
|
---|
697 | <listitem>
|
---|
698 | <para>
|
---|
699 | is a helper program to handle the KDE trash can.
|
---|
700 | </para>
|
---|
701 | <indexterm zone="kf5-frameworks ktrash5">
|
---|
702 | <primary sortas="b-ktrash5">ktrash5</primary>
|
---|
703 | </indexterm>
|
---|
704 | </listitem>
|
---|
705 | </varlistentry>
|
---|
706 |
|
---|
707 | <varlistentry id="kwalletd5">
|
---|
708 | <term><command>kwalletd5</command></term>
|
---|
709 | <listitem>
|
---|
710 | <para>
|
---|
711 | is the wallet manager daemon.
|
---|
712 | </para>
|
---|
713 | <indexterm zone="kf5-frameworks kwalletd5">
|
---|
714 | <primary sortas="b-kwalletd5">kwalletd5</primary>
|
---|
715 | </indexterm>
|
---|
716 | </listitem>
|
---|
717 | </varlistentry>
|
---|
718 |
|
---|
719 | <varlistentry id="kwriteconfig5">
|
---|
720 | <term><command>kwriteconfig5</command></term>
|
---|
721 | <listitem>
|
---|
722 | <para>
|
---|
723 | is a command line tool to write values in KDE
|
---|
724 | configuration files.
|
---|
725 | </para>
|
---|
726 | <indexterm zone="kf5-frameworks kwriteconfig5">
|
---|
727 | <primary sortas="b-kwriteconfig5">kwriteconfig5</primary>
|
---|
728 | </indexterm>
|
---|
729 | </listitem>
|
---|
730 | </varlistentry>
|
---|
731 |
|
---|
732 | <varlistentry id="meinproc5">
|
---|
733 | <term><command>meinproc5</command></term>
|
---|
734 | <listitem>
|
---|
735 | <para>
|
---|
736 | converts DocBook files to HTML.
|
---|
737 | </para>
|
---|
738 | <indexterm zone="kf5-frameworks meinproc5">
|
---|
739 | <primary sortas="b-meinproc5">meinproc5</primary>
|
---|
740 | </indexterm>
|
---|
741 | </listitem>
|
---|
742 | </varlistentry>
|
---|
743 |
|
---|
744 | <varlistentry id="plasmapkg2">
|
---|
745 | <term><command>plasmapkg2</command></term>
|
---|
746 | <listitem>
|
---|
747 | <para>
|
---|
748 | is a tool to install, list, remove Plasma packages
|
---|
749 | </para>
|
---|
750 | <indexterm zone="kf5-frameworks plasmapkg2">
|
---|
751 | <primary sortas="b-plasmapkg2">plasmapkg2</primary>
|
---|
752 | </indexterm>
|
---|
753 | </listitem>
|
---|
754 | </varlistentry>
|
---|
755 |
|
---|
756 | <varlistentry id="preparetips5">
|
---|
757 | <term><command>preparetips5</command></term>
|
---|
758 | <listitem>
|
---|
759 | <para>
|
---|
760 | is a script to extract the text from a tips file.
|
---|
761 | </para>
|
---|
762 | <indexterm zone="kf5-frameworks preparetips5">
|
---|
763 | <primary sortas="b-preparetips5">preparetips5</primary>
|
---|
764 | </indexterm>
|
---|
765 | </listitem>
|
---|
766 | </varlistentry>
|
---|
767 |
|
---|
768 | <varlistentry id="solid-hardware5">
|
---|
769 | <term><command>solid-hardware5</command></term>
|
---|
770 | <listitem>
|
---|
771 | <para>
|
---|
772 | is a command line tool to investigate available devices.
|
---|
773 | </para>
|
---|
774 | <indexterm zone="kf5-frameworks solid-hardware5">
|
---|
775 | <primary sortas="b-solid-hardware5">solid-hardware5</primary>
|
---|
776 | </indexterm>
|
---|
777 | </listitem>
|
---|
778 | </varlistentry>
|
---|
779 |
|
---|
780 | </variablelist>
|
---|
781 |
|
---|
782 | </sect2>
|
---|
783 |
|
---|
784 | </sect1>
|
---|
785 |
|
---|