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

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 48b40684 was 48b40684, checked in by Douglas R. Reno <renodr@…>, 11 months ago

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

  • Property mode set to 100644
File size: 4.6 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 solid-download-http "&kf5-download-http;/solid-&kf5-version;.tar.xz">
8 <!ENTITY solid-download-ftp " ">
9 <!ENTITY solid-md5sum "3bfafc664f1e5d025a6ebaa1baa793d7">
10 <!ENTITY solid-size "300 KB">
11 <!ENTITY solid-buildsize "26 MB">
12 <!ENTITY solid-time "0.9 SBU">
13]>
14
15<sect1 id="lxqt-solid" xreflabel="solid-&kf5-version; for lxqt">
16 <?dbhtml filename="lxqt-solid.html"?>
17
18
19 <title>solid-&kf5-version; for lxqt</title>
20
21 <indexterm zone="lxqt-solid">
22 <primary sortas="a-solid">solid</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to solid</title>
27
28 <para>
29 <application>Solid</application> is a device integration framework. It
30 provides a way of querying and interacting with hardware independently of
31 the underlying operating system.
32 </para>
33
34 &lfs113_checked;
35
36 <note><para>This package is extracted from the KF5 set of packages. If
37 <xref linkend="kf5-frameworks"/> is built, do NOT also build this package
38 as presented here.</para></note>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&solid-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&solid-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &solid-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &solid-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &solid-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &solid-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">solid Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="extra-cmake-modules"/> and
79 &qt5-deps;
80 </para>
81
82 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
83 <para role="optional">
84 <xref role="runtime" linkend="udisks2"/>,
85 <xref role="runtime" linkend="upower"/>, and
86 <ulink role="runtime"
87 url="http://www.freedesktop.org/wiki/Software/media-player-info">
88 media-player-info</ulink>
89 </para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of solid</title>
95
96 <para>
97 Install <application>solid</application> by running the
98 following commands:
99 </para>
100
101<screen><userinput>mkdir -v build &amp;&amp;
102cd build &amp;&amp;
103
104cmake -DCMAKE_INSTALL_PREFIX=/usr \
105 -DCMAKE_BUILD_TYPE=Release \
106 -DBUILD_TESTING=OFF \
107 -Wno-dev .. &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the &root; user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 <para>
121 Finally, remove some unneeded files as the &root; user:
122 </para>
123
124<screen role="root"><userinput>rm -rf /usr/mkspecs</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Library</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 solid-hardware5
139 </seg>
140 <seg>
141 libKF5Solid.so
142 </seg>
143 <seg>
144 /usr/include/KF5/Solid,
145 /usr/lib/cmake/KF5Solid, and
146 /usr/lib/qml/org/kde/solid
147 </seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="lxqt-solid-lib">
157 <term><filename class="libraryfile">libKF5Solid.so</filename></term>
158 <listitem>
159 <para>
160 provides a way of querying and interacting with hardware
161 independently of the underlying operating system.
162 </para>
163 <indexterm zone="lxqt-solid-lib">
164 <primary sortas="c-libKF5Solid">libKF5solid.so</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 </variablelist>
170
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.