source: lxqt/desktop/lxqt-kconfig.xml@ 48b40684

12.0 12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since 48b40684 was 48b40684, checked in by Douglas R. Reno <renodr@…>, 14 months ago

LXQt KDE Components: Remove the /usr/mkspecs directory.

  • Property mode set to 100644
File size: 4.4 KB
Line 
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" [
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 "6e618177050612191057f906d51ad98a">
10 <!ENTITY kconfig-size "288 KB">
11 <!ENTITY kconfig-buildsize "18 MB">
12 <!ENTITY kconfig-time "0.2 SBU (Using parallelism=4)">
13]>
14
15<sect1 id="lxqt-kconfig" xreflabel="kconfig-&plasma5-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 &lfs113_checked;
34
35 <note>
36 <para>
37 This package is extracted from the kf5 set of packages. If
38 <xref linkend="kf5-frameworks"/> is built, do NOT also build this
39 package as presented here.
40 </para>
41 </note>
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&kconfig-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&kconfig-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &kconfig-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &kconfig-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &kconfig-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &kconfig-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Libkscreen Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="extra-cmake-modules"/> and
82 &qt5-deps;
83 </para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of kconfig</title>
89
90 <para>
91 Install <application>kconfig</application> by running the
92 following commands:
93 </para>
94
95<screen><userinput>mkdir -v build &amp;&amp;
96cd build &amp;&amp;
97
98cmake -DCMAKE_INSTALL_PREFIX=/usr \
99 -DCMAKE_BUILD_TYPE=Release \
100 -DCMAKE_INSTALL_LIBDIR=lib \
101 -DBUILD_TESTING=OFF \
102 -Wno-dev .. &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the &root; user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 <para>
116 Finally, remove some unneeded files as the &root; user:
117 </para>
118
119<screen role="root"><userinput>rm -rf /usr/mkspecs</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Library</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>
133 kreadconfig5 and
134 kwriteconfig5
135 </seg>
136 <seg>
137 libKF5ConfigCore.so,
138 libKF5ConfigGui.so, and
139 libKF5ConfigQml.so
140 </seg>
141 <seg>
142 /usr/lib/cmake/KF5Config,
143 /usr/lib/libexec/kf5, and
144 /usr/include/KF5/{KConfigCore,KConfig,KConfigQml,KConfigGui}
145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149<!-- Add this later
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="lxqt-kconfig-lib">
156 <term><filename class="libraryfile">libKF5Screen.so</filename></term>
157 <listitem>
158 <para>
159 contains the KDE Screen Management library
160 </para>
161 <indexterm zone="lxqt-kconfig-lib">
162 <primary sortas="c-libKF5Screen">libKF5Screen.so</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168-->
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.