source: lxqt/desktop/lxqt-kconfig.xml@ b60f1ce

ken/TL2024 trunk xry111/llvm18
Last change on this file since b60f1ce was b60f1ce, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Preliminry update to kf6-6.0.0.

This update replaces kf5. In doing so there are several packages
in BLFS that are broken, notably the LXQt packages that reference
kf5 packages.

Trying to maintain kf5 and kf6 in the book is more effort than it
is worth. For those that want the kf5 based elements, blfs-12.1
still works.

Several packages were updated to build with qt6 so they are not available
for packages that need the qt5 versions, These include qca, polkit-qt, and
phonon. A couple of packages that are no longer needed for kf6 are still
in the book: kuserfeedback and libdbusmenuqt.

Many filenames still need to be changed, e.g. kf5-frameworks.xml, as
well as xml defined identifiers.

Later when LXQt releases their qt6/kf6 based packages, then we will
do a scrub of all the book internals to make names consistent.

  • Property mode set to 100644
File size: 6.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 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 kconfig-download-http "&kf5-download-http;/kconfig-&kf5-version;.tar.xz">
8 <!ENTITY kconfig-download-ftp " ">
9 <!ENTITY kconfig-md5sum "fcb77cb2d9349b33e9e085ca4d2ebe7f">
10 <!ENTITY kconfig-size "288 KB">
11 <!ENTITY kconfig-buildsize "20 MB">
12 <!ENTITY kconfig-time "0.1 SBU (Using parallelism=4)">
13]>
14
15<sect1 id="lxqt-kconfig" xreflabel="kconfig-&kf5-version; for lxqt">
16 <?dbhtml filename="lxqt-kconfig.html"?>
17
18
19 <title>kconfig-&kf5-version; for lxqt</title>
20
21 <indexterm zone="lxqt-kconfig">
22 <primary sortas="a-kconfig">kconfig</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to kconfig</title>
27
28 <para>
29 The <application>kconfig</application> package provides access to
30 configuration files.
31 </para>
32
33 &lfs121_checked;
34
35 <important>
36 <para>
37 This package is extracted from the KF5 set of packages.
38 If <xref linkend="kf5-frameworks"/> is built, do <emphasis
39 role="bold">NOT</emphasis> also build this package as presented
40 here.
41 </para>
42 </important>
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&kconfig-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&kconfig-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &kconfig-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &kconfig-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &kconfig-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &kconfig-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">kconfig Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="extra-cmake-modules"/> and
83 &qt5-deps;
84 </para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of kconfig</title>
90
91 <para>
92 Install <application>kconfig</application> by running the
93 following commands:
94 </para>
95
96<screen><userinput>mkdir -v build &amp;&amp;
97cd build &amp;&amp;
98
99cmake -DCMAKE_INSTALL_PREFIX=/usr \
100 -DCMAKE_BUILD_TYPE=Release \
101 -DCMAKE_INSTALL_LIBEXECDIR=libexec \
102 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
103 -DBUILD_TESTING=OFF \
104 -Wno-dev .. &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the &root; user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <para>
123 <parameter>-DCMAKE_INSTALL_LIBEXECDIR=libexec</parameter>: This overrides
124 the default in extra-cmake-modules, which is <filename
125 class="directory">/usr/lib/libexec</filename> and is not FHS compliant.
126 </para>
127
128 <para>
129 <parameter>-DKDE_INSTALL_USE_QT_SYS_PATHS=ON</parameter>: This forces
130 installation of Qt plugins in the same directory as <xref linkend="qt5"/>
131 itself. Otherwise they get installed into <filename
132 class="directory">/usr/mkspecs</filename>, which is not FHS compliant.
133 </para>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Library</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 kreadconfig5 and
148 kwriteconfig5
149 </seg>
150 <seg>
151 libKF5ConfigCore.so,
152 libKF5ConfigGui.so, and
153 libKF5ConfigQml.so
154 </seg>
155 <seg>
156 /usr/lib/cmake/KF5Config and
157 /usr/include/KF5/{KConfigCore,KConfig,KConfigQml,KConfigGui}
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167<!-- Conflicts with kf6
168 <varlistentry id="lxqt-kconfig-kreadconfig5">
169 <term><command>kreadconfig5</command></term>
170 <listitem>
171 <para>
172 reads a configuration file using the KConfig interface
173 </para>
174 <indexterm zone="lxqt-kconfig kreadconfig5">
175 <primary sortas="b-kreadconfig5">kreadconfig5</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="lxqt-kconfig-kwriteconfig5">
181 <term><command>kwriteconfig5</command></term>
182 <listitem>
183 <para>
184 writes to a configuration file using the KConfig interface
185 </para>
186 <indexterm zone="lxqt-kconfig kwriteconfig5">
187 <primary sortas="b-kwriteconfig5">kwriteconfig5</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191-->
192 <varlistentry id="lxqt-kconfig-libKF5ConfigCore">
193 <term><filename class="libraryfile">libKF5ConfigCore.so</filename></term>
194 <listitem>
195 <para>
196 contains the core configuration library for KF5
197 </para>
198 <indexterm zone="lxqt-kconfig lxqt-kconfig-libKF5ConfigCore">
199 <primary sortas="c-libKF5ConfigCore">libKF5ConfigCore.so</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="lxqt-kconfig-libKF5ConfigGui">
205 <term><filename class="libraryfile">libKF5ConfigGui.so</filename></term>
206 <listitem>
207 <para>
208 contains functions for a GUI for KConfig
209 </para>
210 <indexterm zone="lxqt-kconfig lxqt-kconfig-libKF5ConfigGui">
211 <primary sortas="c-libKF5ConfigGui">libKF5ConfigGui.so</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="lxqt-kconfig-libKF5ConfigQml">
217 <term><filename class="libraryfile">libKF5ConfigQml.so</filename></term>
218 <listitem>
219 <para>
220 contains a QML interface to KConfig
221 </para>
222 <indexterm zone="lxqt-kconfig lxqt-kconfig-libKF5ConfigQml">
223 <primary sortas="c-libKF5ConfigQml">libKF5ConfigQml.so</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 </variablelist>
229
230 </sect2>
231
232</sect1>
Note: See TracBrowser for help on using the repository browser.