source: lxqt/desktop/lxqt-kconfig.xml@ 4ce77d1

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

KConfig and KScreen for LXQt: Remove unnecessary files from
/usr/lib/libexec/kf5.

These are used by kded, which isn't used in LXQt, and they are installed
in a location which isn't FHS compliant.

  • Property mode set to 100644
File size: 4.5 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 &amp;&amp;
120rm -rf /usr/lib/libexec</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Library</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>
134 kreadconfig5 and
135 kwriteconfig5
136 </seg>
137 <seg>
138 libKF5ConfigCore.so,
139 libKF5ConfigGui.so, and
140 libKF5ConfigQml.so
141 </seg>
142 <seg>
143 /usr/lib/cmake/KF5Config,
144 /usr/lib/libexec/kf5, and
145 /usr/include/KF5/{KConfigCore,KConfig,KConfigQml,KConfigGui}
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150<!-- Add this later
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="lxqt-kconfig-lib">
157 <term><filename class="libraryfile">libKF5Screen.so</filename></term>
158 <listitem>
159 <para>
160 contains the KDE Screen Management library
161 </para>
162 <indexterm zone="lxqt-kconfig-lib">
163 <primary sortas="c-libKF5Screen">libKF5Screen.so</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169-->
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.