source: kde/extra-cmake-modules.xml@ af4228c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 af4228c was 5ac58b54, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to plasma5-5.14.4.
Update to kf5-apps-18.12.0 and kwave-18.12.0.
Update to kf5-5.53.

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

  • Property mode set to 100644
File size: 4.4 KB
RevLine 
[8e6f4f8]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[632bfad]4 <!ENTITY % general-entities SYSTEM "../general.ent">
[8e6f4f8]5 %general-entities;
6
[639e3d1]7 <!ENTITY extra-cmake-modules-download-http "&kf5-download-http;/extra-cmake-modules-&kf5-version;.tar.xz">
[664b2e33]8 <!ENTITY extra-cmake-modules-download-ftp " ">
[5ac58b54]9 <!ENTITY extra-cmake-modules-md5sum "a57cf2aa488fdcce7323a2a4b9aecb65">
10 <!ENTITY extra-cmake-modules-size "320 KB">
11 <!ENTITY extra-cmake-modules-buildsize "4.1 MB">
[8e6f4f8]12 <!ENTITY extra-cmake-modules-time "less than 0.1 SBU">
13]>
14
[639e3d1]15<sect1 id="extra-cmake-modules" xreflabel="extra-cmake-modules-&kf5-version;">
[8e6f4f8]16 <?dbhtml filename="extra-cmake-modules.html"?>
17
18 <sect1info>
[d027410]19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[8e6f4f8]21 </sect1info>
22
[639e3d1]23 <title>extra-cmake-modules-&kf5-version;</title>
[8e6f4f8]24
25 <indexterm zone="extra-cmake-modules">
26 <primary sortas="a-extra-cmake-modules">extra-cmake-modules</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Extra Cmake Modules</title>
31
32 <para>
33 The <application>Extra Cmake Modules</application> package contains
[f3429309]34 extra <application>CMake</application> modules used by
[8e6f4f8]35 <application>KDE Frameworks 5</application> and other packages.
36 </para>
37
[89b31a2c]38 &lfs83_checked;
[f3429309]39
[8e6f4f8]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&extra-cmake-modules-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&extra-cmake-modules-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &extra-cmake-modules-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &extra-cmake-modules-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &extra-cmake-modules-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &extra-cmake-modules-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Extra Cmake Modules Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="cmake"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
[632bfad]83 <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink> (for building documentation)
[8e6f4f8]84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/extra-cmake-modules"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Extra Cmake Modules</title>
93
94 <para>
95 Install <application>Extra Cmake Modules</application> by running the following
96 commands:
97 </para>
98
[b33b0f6]99<screen><userinput>sed -i '/"lib64"/s/64//' kde-modules/KDEInstallDirs.cmake &amp;&amp;
[f7829c9]100
101mkdir build &amp;&amp;
[8e6f4f8]102cd build &amp;&amp;
103
104cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
[632bfad]111 <note><para>
[f175d6f6]112 Unlike other KF5 packages, this module is installed in /usr because
[632bfad]113 it can be used by some non-KF5 packages.
114 </para></note>
115
[8e6f4f8]116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
[f7829c9]124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para>
128 <command>sed ... Modules/KDEInstallDirs.cmake</command>:
129 This command disables applications using cmake from attempting to
[aa9c0853]130 install files in a <filename class="directory">lib64</filename>
131 sub-directory.
[f7829c9]132 </para>
133 </sect2>
134
[8e6f4f8]135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Programs</segtitle>
140 <segtitle>Installed Libraries</segtitle>
141 <segtitle>Installed Directories</segtitle>
142
143 <seglistitem>
144 <seg>
145 None
146 </seg>
147 <seg>
148 None
149 </seg>
150 <seg>
151 /usr/share/ECM and
152 /usr/share/doc/ECM (if documentation was built)
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 </sect2>
158
159</sect1>
160
161
Note: See TracBrowser for help on using the repository browser.