source: kde/kf5/kf5-frameworks.xml@ 895c4b7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 895c4b7 was 895c4b7, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Fix reference in kf5 explanations too

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16253 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 19.5 KB
Line 
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 "845 MB">
12 <!ENTITY kf5-time "37 SBU">
13]>
14
15<sect1 id="kf5-frameworks" xreflabel="KDE Frameworks &kf5-version;">
16 <?dbhtml filename="krameworks5.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy: bdubbs $</othername>
20 <date>$Date: 2015-06-26 14:39:08 -0500 (Fri, 26 Jun 2015) $</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 &lfs77_checked; &gcc5_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="phonon"/> (built with qt5),
75 <xref linkend="shared-mime-info"/>, and
76 <xref linkend="wget"/> (required to download the packages)
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="avahi"/> (DNS-SD backend for KDNSSD),
82 <xref linkend="aspell"/> (Dictionary backend for Sonnet),
83 <xref linkend="libdbusmenu-qt"/> (built with qt5), and
84 <xref linkend="polkit-qt"/> (Authentication backend for KAuth)
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="bluez"/> (needed to build Bluez-Qt),
90 <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt),
91 <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink> (needed to build ModemManager-Qt)
92 </para>
93
94 <bridgehead renderas="sect4">Runtime dependency for FrameworkIntegration</bridgehead>
95 <para role="optional">
96 <ulink url="http://download.kde.org/stable/plasma/5.2.0">oxygen-fonts</ulink>
97 </para>
98
99 <bridgehead renderas="sect4">Runtime dependencies for kapidox</bridgehead>
100 <para role="optional">
101 <xref linkend="doxygen"/>,
102 <ulink url="https://pypi.python.org/packages/source/J/Jinja2/">Jinja2</ulink>, and
103 <ulink url="http://pyyaml.org/">PyYAML</ulink>
104 </para>
105
106 <bridgehead renderas="sect4">Additional image formats support in KImageFormats</bridgehead>
107 <para role="optional">
108 <xref linkend="jasper"/> and
109 <ulink url="http://www.openexr.com/">OpenEXR</ulink>
110 </para>
111
112 <bridgehead renderas="sect4">Optional dependencies for KIO</bridgehead>
113 <para role="optional">
114 <xref linkend="mitkrb"/>
115 </para>
116
117 <bridgehead renderas="sect4">Optional dependencies for ModemManager-QT</bridgehead>
118 <para role="optional">
119 <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink>
120 </para>
121
122 <bridgehead renderas="sect4">Optional dependencies for Solid</bridgehead>
123 <para role="optional">
124 <xref linkend="udisks2"/>,
125 <xref linkend="upower"/> and
126 <ulink url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
127 </para>
128
129 <bridgehead renderas="sect4">Optional dictionary backends for Sonnet</bridgehead>
130 <para role="optional">
131 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> and
132 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
133 </para>
134
135 <para condition="html" role="usernotes">User Notes:
136 <ulink url="&blfs-wiki;/kf5"/></para>
137
138 <sect2>
139 <title>Downloading KDE Frameworks</title>
140
141 <para>
142 The easiest way to get the KDE Frameworks packages is to use a single
143 <command>wget</command> to fetch them all at once:
144 </para>
145
146<screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
147wget -r -nH --cut-dirs=3 -A '*.xz' -np $url
148<literal>
149The options used here are:
150 -r recurse through child directories
151 -nH disable generation of host-prefixed directories
152 --cut-dirs=3 remove three levels of directories when saving
153 -A '*.xz' just get the *.xz files
154 -np don't get parent directories</literal></userinput></screen>
155
156 </sect2>
157
158 <sect2>
159 <title>Setting Package Order</title>
160
161 <para>
162 The order of building files is important due to internal dependencies.
163 Create the list of files in the proper order as follows:
164 </para>
165
166<screen><userinput>cat &gt; frameworks-&kf5-version;.md5 &lt;&lt; "EOF"
167<literal>f12d5f866690b0954dfaa963e971eb27 attica-5.12.0.tar.xz
168#e4042cf258b545267d74b0cf7d756150 extra-cmake-modules-5.12.0.tar.xz
1690808423b1c23ca609904b711a5daccbe kapidox-5.12.0.tar.xz
170024f3f34236bd64823a5350ef8670557 karchive-5.12.0.tar.xz
1717130e5d439afcfd0f558957a2ff33ee3 kcodecs-5.12.0.tar.xz
172826d84426eb7cf9f2bccd49aca694f96 kconfig-5.12.0.tar.xz
17365975642ab8272601df81b738da01e7d kcoreaddons-5.12.0.tar.xz
174d7eb58d52123a90f90533bf6691a3f40 kdbusaddons-5.12.0.tar.xz
175e6100dd6dfbf53264a0c233ef357d823 kdnssd-5.12.0.tar.xz
176154b8c8a475a18ef1936e53f91ca5dff kguiaddons-5.12.0.tar.xz
177146da9ecae1e489d462309092011edd2 ki18n-5.12.0.tar.xz
178f87b44e5acd0c3a0ec891450a11f6c2b kidletime-5.12.0.tar.xz
17936e1a6fc39c73670b744429a1b3ef288 kimageformats-5.12.0.tar.xz
180ce9f3e3adefc17848c51f06e96572947 kitemmodels-5.12.0.tar.xz
181172fcd531af0df4329eaf35b91c7123d kitemviews-5.12.0.tar.xz
1829b2a7286c3576155037e2c1d7dc2dd0c kplotting-5.12.0.tar.xz
183c65b4f7bac1fcd3fc599d203ab7f15a0 kwidgetsaddons-5.12.0.tar.xz
184001095e87ba8a52932f780bb043429d5 kwindowsystem-5.12.0.tar.xz
185#984c2ca3a17b066b6be0220db610659b networkmanager-qt-5.12.0.tar.xz
186534592c079fb90cfe8734f91d90c8fbd solid-5.12.0.tar.xz
187070f07fbbfc7badf061d6cd46706a39e sonnet-5.12.0.tar.xz
188e7bec854878b5e1a874999691ff2ed19 threadweaver-5.12.0.tar.xz
189890be635d70451258fe5472812114148 kauth-5.12.0.tar.xz
190b778c5f541e35c076a5729a8e6765b63 kcompletion-5.12.0.tar.xz
19147ae59a330ec700e0912382ddb951c25 kcrash-5.12.0.tar.xz
19209617b8f4ce218626e8dc1a1bc0d43f5 kdoctools-5.12.0.tar.xz
1936e36193e133d1300cd825c2eae5cbfd1 kpty-5.12.0.tar.xz
194520741ddd15e3d20666fd6dfcb99e9cb kunitconversion-5.12.0.tar.xz
19531bb3396c6561e4de3fa858c51a0d82f kconfigwidgets-5.12.0.tar.xz
19693b2302fa2587bec638c3e619fac1bd5 kglobalaccel-5.12.0.tar.xz
197e88e6a41687d499a10c0e72c0f7b384d kpackage-5.12.0.tar.xz
19888456f52f5511b6d26a03f747b51bd2b kservice-5.12.0.tar.xz
199fd182c27645b3bfbcd725bc7190d9b30 kdesu-5.12.0.tar.xz
200007b1acc0aaf7bfadbcc14cec90d27eb kemoticons-5.12.0.tar.xz
2012a3eb21a34091008c75e87146320a324 kiconthemes-5.12.0.tar.xz
202af26c7006f3e4404947314b9fdb64820 kjobwidgets-5.12.0.tar.xz
203f2c365142e4700caa546f61f08d0f46e knotifications-5.12.0.tar.xz
204543c8c891e98c9c7c91bd16e762bc31f ktextwidgets-5.12.0.tar.xz
205eb3118489006cd6760740cc9f1f3be51 kwallet-5.12.0.tar.xz
206bce712aaeb6e369dcb950753370da5a8 kxmlgui-5.12.0.tar.xz
207baf1c82110ab626ef8f1cafc80571490 kbookmarks-5.12.0.tar.xz
2080b0a52ff61f8354022d1aaf4514e9b70 kio-5.12.0.tar.xz
20962cb010adb59c15129743ad57fdc198a kdeclarative-5.12.0.tar.xz
210d8b55927aa2636dbaf1b8c3dc6df03c4 kcmutils-5.12.0.tar.xz
21187bdfb6972f8bd9b8b20cf1813bbb552 frameworkintegration-5.12.0.tar.xz
21240d5cda2fc8f6b9bf57d86858414757b kinit-5.12.0.tar.xz
21330a5daedb40a6c826572d48a564b56fe knewstuff-5.12.0.tar.xz
214df52e0e67c18ae35276425204db07df6 knotifyconfig-5.12.0.tar.xz
215ad9bd1946aaca8320f3e71f43184c699 kparts-5.12.0.tar.xz
2163aa860c9df8888b13e2dc1f79ff5e704 kactivities-5.12.0.tar.xz
217f9d80602631659b3960358470dfad836 kded-5.12.0.tar.xz
218f95be7f48c904597b73cf0406712f4ab kdewebkit-5.12.0.tar.xz
2197d1d89fd57da9a1ca5c331b878bac196 ktexteditor-5.12.0.tar.xz
220eb20c5371306630b8c480adac760ac80 kdesignerplugin-5.12.0.tar.xz
2215d995245c69498886e7e2a546cc095eb plasma-framework-5.12.0.tar.xz
222#92a765aef34a5cb59969abcde487e5e0 modemmanager-qt-5.12.0.tar.xz
223e5237301931919b484784be450536fd2 kpeople-5.12.0.tar.xz
22472d803ac11a7000c4db00ddd45eacfab kxmlrpcclient-5.12.0.tar.xz
225#6f6ecffacfa14485e7ae09796c4fd381 bluez-qt-5.12.0.tar.xz
226988bff4927d2230d8a98f2b9597cfd05 portingAids/kjs-5.12.0.tar.xz
227bd02fae328a8e2e702933f09bfd95966 portingAids/kdelibs4support-5.12.0.tar.xz
22836a415041b78ffcf2e652de43077f616 portingAids/khtml-5.12.0.tar.xz
229370da9915046901f48e9e3e5cf69d202 portingAids/kjsembed-5.12.0.tar.xz
230dc1a78386c65c9f8a18a597a5cecda9c portingAids/kmediaplayer-5.12.0.tar.xz
231400d20a5f3a0a0db7da20c406c76c06f portingAids/kross-5.12.0.tar.xz
2322caee0c50290dea30bc049e67bb84a23 portingAids/krunner-5.12.0.tar.xz</literal>
233EOF</userinput></screen>
234
235 <para>In the above list, notice that three files have been commented out with
236 a hash (#) character. The extra-cmake-modules entry has been commented out
237 because it was built earlier in the <xref linkend="kde-prereq"/>. The
238 others may be built if the optional dependencies have been installed.</para>
239
240 </sect2>
241
242 <sect2 role="installation">
243 <title>Installation of KDE Frameworks</title>
244
245 &as_root;
246
247 <caution>
248 <para>If inatalling in /opt and there is an existing /opt/kf5 either as a
249 regular directory or a symbolic link, it should be removed (as root):</para>
250
251 <screen><userinput>rm -rf /opt/kf5</userinput></screen>
252 </caution>
253
254 <para>
255 First, start a subshell that will exit on error:
256 </para>
257
258
259<screen><userinput>bash -e</userinput></screen>
260
261 <para>
262 Install all of the packages by running the following
263 commands:
264 </para>
265
266<screen><userinput>while read -r line; do
267
268 # Get the file name, ignoring comments and blank lines
269 if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
270 file=$(echo $line | cut -d" " -f2)
271
272 pkg=$(echo $file|sed 's|^.*/||') # Remove directory
273 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
274
275 tar -xf $file
276 pushd $packagedir
277
278 mkdir build
279 cd build
280
281 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
282 -DCMAKE_PREFIX_PATH=$QT5DIR \
283 -DCMAKE_BUILD_TYPE=Release \
284 -DLIB_INSTALL_DIR=lib \
285 -DBUILD_TESTING=OFF \
286 -Wno-dev ..
287 make
288 as_root make install
289 popd
290
291 rm -rf $packagedir
292 as_root /sbin/ldconfig
293
294done &lt; frameworks-&kf5-version;.md5
295
296exit</userinput></screen>
297
298 <note><para>Any modules that have been omitted can be installed later by
299 using the same mkdir build; cd build; cmake; make; make install procedure
300 as above.</para></note>
301
302 <para>Sometimes the installation paths are hardcoded into installed files.
303 If the installed directory is not /usr, rename the directory and create a
304 symlink:</para>
305
306 <screen><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
307ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
308
309 </sect2>
310
311 <sect2 role="commands">
312 <title>Command Explanations</title>
313
314 <para>
315 <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
316 to allow cmake to find the proper Qt libraries.
317 </para>
318
319 <para>
320 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
321 to apply higher level of the compiler optimizations.
322 </para>
323
324 <para>
325 <parameter>-DLIB_INSTALL_DIR=lib</parameter>: This switch is used
326 to get libraries to install to <filename
327 class="directory">$KF5_PREFIX/lib</filename> instead of <filename
328 class="directory">$KF5_PREFIX/lib64</filename> on a 64 bit system.
329 </para>
330
331 <para>
332 <parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
333 building test programs and libraries that are of no use to an end user.
334 </para>
335
336 </sect2>
337 <sect2 role="content">
338 <title>Contents</title>
339
340 <segmentedlist>
341 <segtitle>Installed Programs</segtitle>
342 <segtitle>Installed Libraries</segtitle>
343 <segtitle>Installed Directories</segtitle>
344
345 <seglistitem>
346 <seg>
347 checkXML5, depdiagram-generate, depdiagram-generate-all, depdiagram-prepare,
348 desktoptojson, kactivitymanagerd, kbuildsycoca5, kconfig_compiler_kf5,
349 kcookiejar5, kdebugdialog5, kded5, kdeinit5, kdeinit5_shutdown, kdeinit5_wrapper,
350 kf5-config, kf5kross, kgenapidox, kgendesignerplugin, genframeworksapidox,
351 kglobalaccel5, kiconfinder5, kjs5, kjscmd5, kjsconsole, kmailservice5,
352 kpackagelauncherqml, kpackagetool5, kquitapp5, kreadconfig5, kshell5,
353 ktelnetservice5, ktrash5, kwalletd5, kwrapper5, kwriteconfig5, meinproc5,
354 plasmapkg2, preparetips5, and solid-hardware5
355 </seg>
356 <seg>
357 libkdeinit5_kded5.so, libkdeinit5_klauncher.so, libKF5Activities.so,
358 libKF5Archive.so, libKF5Attica.so, libKF5Auth.so, libKF5BluezQt.so,
359 libKF5Bookmarks.so, libKF5Codecs.so, libKF5Completion.so,
360 libKF5ConfigCore.so, libKF5ConfigGui.so, libKF5ConfigWidgets.so,
361 libKF5CoreAddons.so, libKF5Crash.so, libKF5DBusAddons.so,
362 libKF5Declarative.so, libKF5DNSSD.so, libKF5Emoticons.so,
363 libKF5GlobalAccelPrivate.so, libKF5GlobalAccel.so, libKF5GuiAddons.so,
364 libKF5I18n.so, libKF5IconThemes.so, libKF5IdleTime.so,
365 libKF5ItemModels.so, libKF5ItemViews.so, libKF5JobWidgets.so, libKF5JSApi.so,
366 libKF5JsEmbed.so, libKF5JS.so, libKF5KCMUtils.so, libKF5KDELibs4Support.so,
367 libKF5KHtml.so, libKF5KIOCore.so, libKF5KIOFileWidgets.so, libKF5KIONTLM.so,
368 libKF5KIOWidgets.so, libKF5KrossCore.so, libKF5KrossUi.so, libKF5MediaPlayer.so,
369 libKF5ModemManagerQt.so, libKF5NetworkManagerQt.so, libKF5NewStuff.so,
370 libKF5Notifications.so, libKF5NotifyConfig.so, libKF5Package.so,
371 libKF5Parts.so, libKF5PeopleBackend.so, libKF5People.so,
372 libKF5PeopleWidgets.so, libKF5PlasmaQuick.so, libKF5Plasma.so,
373 libKF5Plotting.so, libKF5Pty.so, libKF5QuickAddons.so, libKF5Runner.so,
374 libKF5Service.so, libKF5Solid.so, libKF5SonnetCore.so, libKF5SonnetUi.so,
375 libKF5Style.so, libKF5Su.so, libKF5TextEditor.so, libKF5TextWidgets.so,
376 libKF5ThreadWeaver.so, libKF5UnitConversion.so, libKF5Wallet.so,
377 libKF5WebKit.so, libKF5WidgetsAddons.so, libKF5WindowSystem.so,
378 libKF5XmlGui.so, libKF5XmlRpcClient.so, libKF5XsltKde.a, and
379 libkwalletbackend5.so
380 </seg>
381 <seg>
382 $KF5_PREFIX/include/KF5/{Attica,BluezQt,KActivities,KArchive,KAuth},
383 $KF5_PREFIX/include/KF5/{KBookmarks,KCMUtils,KCodecs,KCompletion},
384 $KF5_PREFIX/include/KF5/{KConfigCore,KConfigGui,KConfigWidgets,KCoreAddons},
385 $KF5_PREFIX/include/KF5/{KCrash,KDBusAddons,KDeclarative,KDELibs4Support},
386 $KF5_PREFIX/include/KF5/{KDESu,KDEWebKit,KDNSSD,KEmoticons,KGlobalAccel},
387 $KF5_PREFIX/include/KF5/{KGuiAddons,KHtml,KI18n,KIconThemes,KIdleTime},
388 $KF5_PREFIX/include/KF5/{kio,KIOCore,KIOFileWidgets,KIOWidgets},
389 $KF5_PREFIX/include/KF5/{KItemModels,KItemViews,KJobWidgets,kjs,KJsEmbed},
390 $KF5_PREFIX/include/KF5/{KMediaPlayer,KNewStuff3,KNotifications},
391 $KF5_PREFIX/include/KF5/{KNotifyConfig,KPackage,KParts,KPeople,KPlotting},
392 $KF5_PREFIX/include/KF5/{KPty,KrossCore,KrossUi,KRunner,KService,KStyle},
393 $KF5_PREFIX/include/KF5/{KTextEditor,KTextWidgets,KUnitConversion,KWallet},
394 $KF5_PREFIX/include/KF5/{KWidgetsAddons,KWindowSystem,KXmlGui},
395 $KF5_PREFIX/include/KF5/{KXmlRpcClient,ModemManagerQt,NetworkManagerQt},
396 $KF5_PREFIX/include/KF5/{plasma,Plasma,Solid,SonnetCore},
397 $KF5_PREFIX/include/KF5/{SonnetUi,ThreadWeaver,wtf,XsltKde},
398 $KF5_PREFIX/lib/cmake/{KDED,KDELibs4,KF5Activities,KF5Archive,KF5Attica},
399 $KF5_PREFIX/lib/cmake/{KF5Auth,KF5BluezQt,KF5Bookmarks,KF5Codec},
400 $KF5_PREFIX/lib/cmake/{KF5Completion,KF5Config,KF5ConfigWidgets},
401 $KF5_PREFIX/lib/cmake/{KF5CoreAddons,KF5Crash,KF5DBusAddons},
402 $KF5_PREFIX/lib/cmake/{KF5Declarative,KF5DesignerPlugin,KF5DNSSD},
403 $KF5_PREFIX/lib/cmake/{KF5DocTools,KF5Emoticons,F5FrameworkIntegration},
404 $KF5_PREFIX/lib/cmake/{KF5GlobalAccel,KF5GuiAddons,KF5I18n},
405 $KF5_PREFIX/lib/cmake/{KF5IconThemes,KF5IdleTime,KF5Init},
406 $KF5_PREFIX/lib/cmake/{KF5ItemModels,KF5ItemViews,KF5JobWidgets},
407 $KF5_PREFIX/lib/cmake/{KF5JS,KF5JsEmbed,KF5KCMUtils},
408 $KF5_PREFIX/lib/cmake/{KF5KDE4Support,KF5KDELibs4Support},
409 $KF5_PREFIX/lib/cmake/{KF5KHtml,KF5KIO,KF5Kross,KF5MediaPlayer},
410 $KF5_PREFIX/lib/cmake/{KF5ModemManagerQt,KF5NetworkManagerQt,KF5NewStuff},
411 $KF5_PREFIX/lib/cmake/{KF5Notifications,KF5NotifyConfig,KF5Package},
412 $KF5_PREFIX/lib/cmake/{KF5Parts,KF5People,KF5Plasma,KF5PlasmaQuick},
413 $KF5_PREFIX/lib/cmake/{KF5Plotting,KF5Pty,KF5Runner,KF5Service},
414 $KF5_PREFIX/lib/cmake/{KF5Solid,KF5Sonnet,KF5Su,KF5TextEditor},
415 $KF5_PREFIX/lib/cmake/{KF5TextWidgets,KF5ThreadWeaver},
416 $KF5_PREFIX/lib/cmake/{KF5UnitConversion,KF5Wallet,KF5WebKit},
417 $KF5_PREFIX/lib/cmake/{KF5WidgetsAddons,KF5WindowSystem,KF5XmlGui},
418 $KF5_PREFIX/lib/cmake/KF5XmlRpcClient,
419 $KF5_PREFIX/lib/libexec/{kauth,kf5},
420 $KF5_PREFIX/lib/python&python2-majorver;/site-packages/kapidox,
421 $KF5_PREFIX/lib/qt5/{designer,imageformats,kactivitymanagerd},
422 $KF5_PREFIX/lib/qt5/{kauth,kf5,org.kde.kglobalaccel5.platforms},
423 $KF5_PREFIX/lib/qt5/{plasma,platformthemes,script},
424 $KF5_PREFIX/lib/qml/org/kde/{activities,bluezqt,draganddrop},
425 $KF5_PREFIX/lib/qml/org/kde/{kcoreaddons,kio,kquickcontrols},
426 $KF5_PREFIX/lib/qml/org/kde/{kquickcontrolsaddons,kwindowsystem},
427 $KF5_PREFIX/lib/qml/org/kde/{people,plasma,private,runnermodel},
428 $KF5_PREFIX/lib/qml/org/kde/solid,
429 $KF5_PREFIX/lib/qml/QtQuick/Controls/Styles/Plasma,
430 $KF5_PREFIX/share/doc/HTML/*/{kdebugdialog5,kdoctools5-common,kioslave5},
431 $KF5_PREFIX/share/emoticons/Glass,
432 $KF5_PREFIX/share/{katepart5,knotifications5,kservices5,kservicetypes5},
433 $KF5_PREFIX/share/kf5/{infopage,kactivitymanagerd,kauth,kcharselect},
434 $KF5_PREFIX/share/kf5/{kconfigwidgets,kcookiejar,kdoctools,khtml,kjava},
435 $KF5_PREFIX/share/kf5/{kjs,kmoretools,knewstuff,kpeople,kssl,kxmlgui},
436 $KF5_PREFIX/share/kf5/{locale,sonnet,widgets},
437 $KF5_PREFIX/share/kxmlgui5/{katepart,khtml}i, and
438 $KF5_PREFIX/share/plasma/{desktoptheme,services}
439 </seg>
440 </seglistitem>
441 </segmentedlist>
442
443 </sect2>
444
445</sect1>
446
Note: See TracBrowser for help on using the repository browser.