source: kde/kf5/kf5-frameworks.xml@ e48056fd

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 e48056fd was e48056fd, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Updates for kf5 frameworks dependencies

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

  • Property mode set to 100644
File size: 19.8 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 "31 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="phonon"/> (built with qt5),
75 <xref linkend="shared-mime-info"/>,
76 <xref linkend="perl-uri"/>, and
77 <xref linkend="wget"/> (required to download the packages)
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="avahi"/> (DNS-SD backend for KDNSSD),
83 <xref linkend="aspell"/> (Dictionary backend for Sonnet),
84 <xref linkend="libdbusmenu-qt"/> (built with qt5), and
85 <xref linkend="polkit-qt"/> (Authentication backend for KAuth)
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="bluez"/> (needed to build Bluez-Qt),
91 <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt),
92 <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink> (needed to build ModemManager-Qt)
93 </para>
94
95 <bridgehead renderas="sect4">Runtime dependency for FrameworkIntegration</bridgehead>
96 <para role="optional">
97 <ulink url="http://download.kde.org/stable/plasma/5.2.0">oxygen-fonts</ulink>
98 </para>
99
100 <bridgehead renderas="sect4">Runtime dependencies for kapidox</bridgehead>
101 <para role="optional">
102 <xref linkend="doxygen"/>,
103 <ulink url="https://pypi.python.org/packages/source/J/Jinja2/">Jinja2</ulink>, and
104 <ulink url="http://pyyaml.org/">PyYAML</ulink>
105 </para>
106
107 <bridgehead renderas="sect4">Additional image formats support in KImageFormats</bridgehead>
108 <para role="optional">
109 <xref linkend="jasper"/> and
110 <ulink url="http://www.openexr.com/">OpenEXR</ulink>
111 </para>
112
113 <bridgehead renderas="sect4">Optional dependencies for KIO</bridgehead>
114 <para role="optional">
115 <xref linkend="mitkrb"/>
116 </para>
117
118 <bridgehead renderas="sect4">Optional dependencies for ModemManager-QT</bridgehead>
119 <para role="optional">
120 <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink>
121 </para>
122
123 <bridgehead renderas="sect4">Optional dependencies for Solid</bridgehead>
124 <para role="optional">
125 <xref linkend="udisks2"/>,
126 <xref linkend="upower"/> and
127 <ulink url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
128 </para>
129
130 <bridgehead renderas="sect4">Optional dictionary backends for Sonnet</bridgehead>
131 <para role="optional">
132 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> and
133 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
134 </para>
135
136 <para condition="html" role="usernotes">User Notes:
137 <ulink url="&blfs-wiki;/kf5"/></para>
138
139 <sect2>
140 <title>Downloading KDE Frameworks</title>
141
142 <para>
143 The easiest way to get the KDE Frameworks packages is to use a single
144 <command>wget</command> to fetch them all at once:
145 </para>
146
147<screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
148wget -r -nH --cut-dirs=3 -A '*.xz' -np $url</userinput>
149<literal>
150The options used here are:
151 -r recurse through child directories
152 -nH disable generation of host-prefixed directories
153 --cut-dirs=3 remove three levels of directories when saving
154 -A '*.xz' just get the *.xz files
155 -np don't get parent directories</literal></screen>
156
157 </sect2>
158
159 <sect2>
160 <title>Setting Package Order</title>
161
162 <para>
163 The order of building files is important due to internal dependencies.
164 Create the list of files in the proper order as follows:
165 </para>
166
167<screen><userinput>cat &gt; frameworks-&kf5-version;.md5 &lt;&lt; "EOF"
168<literal>206256ed0dda3161d73a61d29835b04b attica-5.14.0.tar.xz
169#5c5db16c6038e63e7b741fa32e4eaddd extra-cmake-modules-5.14.0.tar.xz
1706852e7e3c52f18dc0f08811440f7159a kapidox-5.14.0.tar.xz
1711250214279c42c5802f998ee1f2b91b8 karchive-5.14.0.tar.xz
1725089c3e4f3f9e97a9be526a17264268e kcodecs-5.14.0.tar.xz
173a4b12b753b855d8fa1240b499bc17135 kconfig-5.14.0.tar.xz
1743b6b2ac66ff2c436c7b8af6d1ca426be kcoreaddons-5.14.0.tar.xz
175f549e9e7c7340df301b52530817ced0a kdbusaddons-5.14.0.tar.xz
17660c2eb4b4bc7227213bc1b570be75cfd kdnssd-5.14.0.tar.xz
177d2eccbda7aa054cfb4e6f0bd3c79aa3f kguiaddons-5.14.0.tar.xz
178a6d89fc546487e02dc921a7c21cb782d ki18n-5.14.0.tar.xz
179821deeab6cbd9e37c8e676c7ca0f2eac kidletime-5.14.0.tar.xz
180187a448cbfd6302bba9bb45a812322b8 kimageformats-5.14.0.tar.xz
1813b0dbc6a5c684ac6d2831df8c7f6d262 kitemmodels-5.14.0.tar.xz
18206a1fbd90019b98f037d59554c6cec84 kitemviews-5.14.0.tar.xz
18369b884e9c9e5705c92e495737b8f5a4d kplotting-5.14.0.tar.xz
184c0bff34af9beb98133342541cc0ef1cd kwidgetsaddons-5.14.0.tar.xz
185a50dbdb6c25499bbd958e6df4a5b293d kwindowsystem-5.14.0.tar.xz
186#ea34cd8d1093724fc60da6e2555f2750 networkmanager-qt-5.14.0.tar.xz
1878e487975994ba2c5811f6830609c73de solid-5.14.0.tar.xz
18819ee48d23eb44e3ba5c101112474775e sonnet-5.14.0.tar.xz
18935411b704157912a305c3d4b2b1b5a32 threadweaver-5.14.0.tar.xz
190ea724c2152b88149893784a234c5bbcc kauth-5.14.0.tar.xz
191d330c841ddf9d3857543daff933471af kcompletion-5.14.0.tar.xz
192faa443c8a45cb942e2f2b2ae647c695b kcrash-5.14.0.tar.xz
19348a3a630dc242ba9de061a565b608ea9 kdoctools-5.14.0.tar.xz
194a08cbe17b90a6757affb443cb7cbd499 kpty-5.14.0.tar.xz
195ff33baab025aaa15776c5a47036f2aa9 kunitconversion-5.14.0.tar.xz
196e58351e0a9feb51885593c208060fb1c kconfigwidgets-5.14.0.tar.xz
197e768f46da97986de5ae853be0af40632 kglobalaccel-5.14.0.tar.xz
198989e314e2c6ac4a1657f9096d17e1766 kpackage-5.14.0.tar.xz
1996bdf66cffc9b3028b4367e7a5e48f571 kservice-5.14.0.tar.xz
2000daa6599557fd00f1679245b38971f21 kservice-5.14.1.tar.xz
201eca764e18afbcef5496183c96c613c91 kservice-5.14.2.tar.xz
202c5004c66f5037ef838421665a08828b1 kservice-5.14.3.tar.xz
2037bb862e6a4897554f224741f9d16f0c2 kdesu-5.14.0.tar.xz
2042eed2c3af124630323aa550cc1fa9378 kemoticons-5.14.0.tar.xz
205d206ae75a9f950e026c7923b272ddc3e kiconthemes-5.14.0.tar.xz
206037b07877f3a3cd514b9c19b069872f6 kjobwidgets-5.14.0.tar.xz
207dc062d457181a4e1f0b6853cbf55666d knotifications-5.14.0.tar.xz
2080a0fb3b469fc2e532b6bf9ab19fe8967 ktextwidgets-5.14.0.tar.xz
2099c6ddf667c3a4dfca3f617ec22f3b6bc kwallet-5.14.0.tar.xz
210dada98dd85d6f60596f36063aeda1a66 kxmlgui-5.14.0.tar.xz
2115df918cc7e7143fca74b00eb7210502c kbookmarks-5.14.0.tar.xz
212aad540c6a23327756c259afe72e531d1 kio-5.14.0.tar.xz
21346c2fbccef981359cb9af1c73bd8eada kdeclarative-5.14.0.tar.xz
214fdb3eaa651bf61bbdcef094f281b9caf kcmutils-5.14.0.tar.xz
215d5094cba8ca4d280d6e817d334fb2dc1 frameworkintegration-5.14.0.tar.xz
21618300dc5a57f07e7d81fba87ca55921b kinit-5.14.0.tar.xz
21717e952f64c00a844d23f56381fa53f5b knewstuff-5.14.0.tar.xz
218e66f03050ce37783261c56adea9dd244 knotifyconfig-5.14.0.tar.xz
21974170ab4a66416be46efc6c8f73f7031 kparts-5.14.0.tar.xz
220fd307cea16adbb0eca5cf2349bb2b88a kactivities-5.14.0.tar.xz
2215a14cc490517fad7b087057b3ec34265 kded-5.14.0.tar.xz
22283039b3a1fc1098f904cfa5afaa38e57 kdewebkit-5.14.0.tar.xz
2232c5c660aea6c55c3f21f29cc3f1df604 ktexteditor-5.14.0.tar.xz
224d560c5c583abe4741b1794b9108ee324 kdesignerplugin-5.14.0.tar.xz
225c0900fcf4a78902a99eeaa7ae3d012e7 plasma-framework-5.14.0.tar.xz
226#644a45b79fd1106a68f0478d89e891e8 modemmanager-qt-5.14.0.tar.xz
227d2122e29193fbbea680c82d9bd442a00 kpeople-5.14.0.tar.xz
2287e66a2d58a299a125336b9e81600b686 kxmlrpcclient-5.14.0.tar.xz
229#ed07b3649612f4692b8e6714cbf1e6ca bluez-qt-5.14.0.tar.xz
23073a2904c00ba6c1aca8a2efde26a552f kfilemetadata-5.14.0.tar.xz
231#0e708135232432d371596d22ed864e3e baloo-5.14.0.tar.xz
232349a11564686f99666071b2327910f61 portingAids/kjs-5.14.0.tar.xz
233feb4bb63b373a4fdf7084be2a904d447 portingAids/kdelibs4support-5.14.0.tar.xz
234d3e33cf31a47b33259d3bf2b5385f751 portingAids/khtml-5.14.0.tar.xz
235b98728da482f20bf0331ddbb56429622 portingAids/kjsembed-5.14.0.tar.xz
236e803fc78fb1acf9884621cca1e81fe88 portingAids/kmediaplayer-5.14.0.tar.xz
237057ed7d554d16bb5439496e0537c2ed3 portingAids/kross-5.14.0.tar.xz
2388125ed94b4b2a19fef7430b0cc649212 portingAids/krunner-5.14.0.tar.xz</literal>
239EOF</userinput></screen>
240
241 <para>In the above list, notice that some files have been commented out with
242 a hash (#) character. The extra-cmake-modules entry has been commented out
243 because it was built earlier in the <xref linkend="kde-prereq"/>. The
244 others may be built if the optional dependencies have been installed.</para>
245
246 </sect2>
247
248 <sect2 role="installation">
249 <title>Installation of KDE Frameworks</title>
250
251 &as_root;
252
253 <caution>
254 <para>If inatalling in /opt and there is an existing /opt/kf5 either as a
255 regular directory or a symbolic link, it should be removed (as root):</para>
256
257 <screen><userinput>rm -rf /opt/kf5</userinput></screen>
258 </caution>
259
260 <para>
261 First, start a subshell that will exit on error:
262 </para>
263
264
265<screen><userinput>bash -e</userinput></screen>
266
267 <para>
268 Install all of the packages by running the following
269 commands:
270 </para>
271
272<screen><userinput>while read -r line; do
273
274 # Get the file name, ignoring comments and blank lines
275 if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
276 file=$(echo $line | cut -d" " -f2)
277
278 pkg=$(echo $file|sed 's|^.*/||') # Remove directory
279 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
280
281 tar -xf $file
282 pushd $packagedir
283
284 mkdir build
285 cd build
286
287 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
288 -DCMAKE_PREFIX_PATH=$QT5DIR \
289 -DCMAKE_BUILD_TYPE=Release \
290 -DLIB_INSTALL_DIR=lib \
291 -DBUILD_TESTING=OFF \
292 -Wno-dev ..
293 make
294 as_root make install
295 popd
296
297 rm -rf $packagedir
298 as_root /sbin/ldconfig
299
300done &lt; frameworks-&kf5-version;.md5
301
302exit</userinput></screen>
303
304 <note><para>Any modules that have been omitted can be installed later by
305 using the same mkdir build; cd build; cmake; make; make install procedure
306 as above.</para></note>
307
308 <para>Sometimes the installation paths are hardcoded into installed files.
309 If the installed directory is not /usr, rename the directory and create a
310 symlink:</para>
311
312 <screen><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
313ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
314
315 </sect2>
316
317 <sect2 role="commands">
318 <title>Command Explanations</title>
319
320 <para>
321 <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
322 to allow cmake to find the proper Qt libraries.
323 </para>
324
325 <para>
326 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
327 to apply higher level of the compiler optimizations.
328 </para>
329
330 <para>
331 <parameter>-DLIB_INSTALL_DIR=lib</parameter>: This switch is used
332 to get libraries to install to <filename
333 class="directory">$KF5_PREFIX/lib</filename> instead of <filename
334 class="directory">$KF5_PREFIX/lib64</filename> on a 64 bit system.
335 </para>
336
337 <para>
338 <parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
339 building test programs and libraries that are of no use to an end user.
340 </para>
341
342 </sect2>
343 <sect2 role="content">
344 <title>Contents</title>
345
346 <segmentedlist>
347 <segtitle>Installed Programs</segtitle>
348 <segtitle>Installed Libraries</segtitle>
349 <segtitle>Installed Directories</segtitle>
350
351 <seglistitem>
352 <seg>
353 checkXML5, depdiagram-generate, depdiagram-generate-all, depdiagram-prepare,
354 desktoptojson, kactivitymanagerd, kbuildsycoca5, kconfig_compiler_kf5,
355 kcookiejar5, kdebugdialog5, kded5, kdeinit5, kdeinit5_shutdown, kdeinit5_wrapper,
356 kf5-config, kf5kross, kgenapidox, kgendesignerplugin, genframeworksapidox,
357 kglobalaccel5, kiconfinder5, kjs5, kjscmd5, kjsconsole, kmailservice5,
358 kpackagelauncherqml, kpackagetool5, kquitapp5, kreadconfig5, kshell5,
359 ktelnetservice5, ktrash5, kwalletd5, kwrapper5, kwriteconfig5, meinproc5,
360 plasmapkg2, preparetips5, and solid-hardware5
361 </seg>
362 <seg>
363 libkdeinit5_kded5.so, libkdeinit5_klauncher.so, libKF5Activities.so,
364 libKF5Archive.so, libKF5Attica.so, libKF5Auth.so, libKF5BluezQt.so,
365 libKF5Bookmarks.so, libKF5Codecs.so, libKF5Completion.so,
366 libKF5ConfigCore.so, libKF5ConfigGui.so, libKF5ConfigWidgets.so,
367 libKF5CoreAddons.so, libKF5Crash.so, libKF5DBusAddons.so,
368 libKF5Declarative.so, libKF5DNSSD.so, libKF5Emoticons.so,
369 libKF5GlobalAccelPrivate.so, libKF5GlobalAccel.so, libKF5GuiAddons.so,
370 libKF5I18n.so, libKF5IconThemes.so, libKF5IdleTime.so,
371 libKF5ItemModels.so, libKF5ItemViews.so, libKF5JobWidgets.so, libKF5JSApi.so,
372 libKF5JsEmbed.so, libKF5JS.so, libKF5KCMUtils.so, libKF5KDELibs4Support.so,
373 libKF5KHtml.so, libKF5KIOCore.so, libKF5KIOFileWidgets.so, libKF5KIONTLM.so,
374 libKF5KIOWidgets.so, libKF5KrossCore.so, libKF5KrossUi.so, libKF5MediaPlayer.so,
375 libKF5ModemManagerQt.so, libKF5NetworkManagerQt.so, libKF5NewStuff.so,
376 libKF5Notifications.so, libKF5NotifyConfig.so, libKF5Package.so,
377 libKF5Parts.so, libKF5PeopleBackend.so, libKF5People.so,
378 libKF5PeopleWidgets.so, libKF5PlasmaQuick.so, libKF5Plasma.so,
379 libKF5Plotting.so, libKF5Pty.so, libKF5QuickAddons.so, libKF5Runner.so,
380 libKF5Service.so, libKF5Solid.so, libKF5SonnetCore.so, libKF5SonnetUi.so,
381 libKF5Style.so, libKF5Su.so, libKF5TextEditor.so, libKF5TextWidgets.so,
382 libKF5ThreadWeaver.so, libKF5UnitConversion.so, libKF5Wallet.so,
383 libKF5WebKit.so, libKF5WidgetsAddons.so, libKF5WindowSystem.so,
384 libKF5XmlGui.so, libKF5XmlRpcClient.so, libKF5XsltKde.a, and
385 libkwalletbackend5.so
386 </seg>
387 <seg>
388 $KF5_PREFIX/include/KF5/{Attica,BluezQt,KActivities,KArchive,KAuth},
389 $KF5_PREFIX/include/KF5/{KBookmarks,KCMUtils,KCodecs,KCompletion},
390 $KF5_PREFIX/include/KF5/{KConfigCore,KConfigGui,KConfigWidgets,KCoreAddons},
391 $KF5_PREFIX/include/KF5/{KCrash,KDBusAddons,KDeclarative,KDELibs4Support},
392 $KF5_PREFIX/include/KF5/{KDESu,KDEWebKit,KDNSSD,KEmoticons,KGlobalAccel},
393 $KF5_PREFIX/include/KF5/{KGuiAddons,KHtml,KI18n,KIconThemes,KIdleTime},
394 $KF5_PREFIX/include/KF5/{kio,KIOCore,KIOFileWidgets,KIOWidgets},
395 $KF5_PREFIX/include/KF5/{KItemModels,KItemViews,KJobWidgets,kjs,KJsEmbed},
396 $KF5_PREFIX/include/KF5/{KMediaPlayer,KNewStuff3,KNotifications},
397 $KF5_PREFIX/include/KF5/{KNotifyConfig,KPackage,KParts,KPeople,KPlotting},
398 $KF5_PREFIX/include/KF5/{KPty,KrossCore,KrossUi,KRunner,KService,KStyle},
399 $KF5_PREFIX/include/KF5/{KTextEditor,KTextWidgets,KUnitConversion,KWallet},
400 $KF5_PREFIX/include/KF5/{KWidgetsAddons,KWindowSystem,KXmlGui},
401 $KF5_PREFIX/include/KF5/{KXmlRpcClient,ModemManagerQt,NetworkManagerQt},
402 $KF5_PREFIX/include/KF5/{plasma,Plasma,Solid,SonnetCore},
403 $KF5_PREFIX/include/KF5/{SonnetUi,ThreadWeaver,wtf,XsltKde},
404 $KF5_PREFIX/lib/cmake/{KDED,KDELibs4,KF5Activities,KF5Archive,KF5Attica},
405 $KF5_PREFIX/lib/cmake/{KF5Auth,KF5BluezQt,KF5Bookmarks,KF5Codec},
406 $KF5_PREFIX/lib/cmake/{KF5Completion,KF5Config,KF5ConfigWidgets},
407 $KF5_PREFIX/lib/cmake/{KF5CoreAddons,KF5Crash,KF5DBusAddons},
408 $KF5_PREFIX/lib/cmake/{KF5Declarative,KF5DesignerPlugin,KF5DNSSD},
409 $KF5_PREFIX/lib/cmake/{KF5DocTools,KF5Emoticons,F5FrameworkIntegration},
410 $KF5_PREFIX/lib/cmake/{KF5GlobalAccel,KF5GuiAddons,KF5I18n},
411 $KF5_PREFIX/lib/cmake/{KF5IconThemes,KF5IdleTime,KF5Init},
412 $KF5_PREFIX/lib/cmake/{KF5ItemModels,KF5ItemViews,KF5JobWidgets},
413 $KF5_PREFIX/lib/cmake/{KF5JS,KF5JsEmbed,KF5KCMUtils},
414 $KF5_PREFIX/lib/cmake/{KF5KDE4Support,KF5KDELibs4Support},
415 $KF5_PREFIX/lib/cmake/{KF5KHtml,KF5KIO,KF5Kross,KF5MediaPlayer},
416 $KF5_PREFIX/lib/cmake/{KF5ModemManagerQt,KF5NetworkManagerQt,KF5NewStuff},
417 $KF5_PREFIX/lib/cmake/{KF5Notifications,KF5NotifyConfig,KF5Package},
418 $KF5_PREFIX/lib/cmake/{KF5Parts,KF5People,KF5Plasma,KF5PlasmaQuick},
419 $KF5_PREFIX/lib/cmake/{KF5Plotting,KF5Pty,KF5Runner,KF5Service},
420 $KF5_PREFIX/lib/cmake/{KF5Solid,KF5Sonnet,KF5Su,KF5TextEditor},
421 $KF5_PREFIX/lib/cmake/{KF5TextWidgets,KF5ThreadWeaver},
422 $KF5_PREFIX/lib/cmake/{KF5UnitConversion,KF5Wallet,KF5WebKit},
423 $KF5_PREFIX/lib/cmake/{KF5WidgetsAddons,KF5WindowSystem,KF5XmlGui},
424 $KF5_PREFIX/lib/cmake/KF5XmlRpcClient,
425 $KF5_PREFIX/lib/libexec/{kauth,kf5},
426 $KF5_PREFIX/lib/python&python2-majorver;/site-packages/kapidox,
427 $KF5_PREFIX/lib/qt5/{designer,imageformats,kactivitymanagerd},
428 $KF5_PREFIX/lib/qt5/{kauth,kf5,org.kde.kglobalaccel5.platforms},
429 $KF5_PREFIX/lib/qt5/{plasma,platformthemes,script},
430 $KF5_PREFIX/lib/qml/org/kde/{activities,bluezqt,draganddrop},
431 $KF5_PREFIX/lib/qml/org/kde/{kcoreaddons,kio,kquickcontrols},
432 $KF5_PREFIX/lib/qml/org/kde/{kquickcontrolsaddons,kwindowsystem},
433 $KF5_PREFIX/lib/qml/org/kde/{people,plasma,private,runnermodel},
434 $KF5_PREFIX/lib/qml/org/kde/solid,
435 $KF5_PREFIX/lib/qml/QtQuick/Controls/Styles/Plasma,
436 $KF5_PREFIX/share/doc/HTML/*/{kdebugdialog5,kdoctools5-common,kioslave5},
437 $KF5_PREFIX/share/emoticons/Glass,
438 $KF5_PREFIX/share/{katepart5,knotifications5,kservices5,kservicetypes5},
439 $KF5_PREFIX/share/kf5/{infopage,kactivitymanagerd,kauth,kcharselect},
440 $KF5_PREFIX/share/kf5/{kconfigwidgets,kcookiejar,kdoctools,khtml,kjava},
441 $KF5_PREFIX/share/kf5/{kjs,kmoretools,knewstuff,kpeople,kssl,kxmlgui},
442 $KF5_PREFIX/share/kf5/{locale,sonnet,widgets},
443 $KF5_PREFIX/share/kxmlgui5/{katepart,khtml}, and
444 $KF5_PREFIX/share/plasma/{desktoptheme,services}
445 </seg>
446 </seglistitem>
447 </segmentedlist>
448
449 </sect2>
450
451</sect1>
452
Note: See TracBrowser for help on using the repository browser.