source: archive/lxqt/desktop/lxqt-solid.xml@ 54bd123

11.1 11.2 11.3 12.0 12.1 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 54bd123 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.8 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 "a961e64883eb99d7ddd374d8e64f77ab">
10 <!ENTITY solid-size "252 KB">
11 <!ENTITY solid-buildsize "28 MB">
12 <!ENTITY solid-time "1.8 SBU">
13]>
14
15<sect1 id="lxqt-solid" xreflabel="solid-&kf5-version; for lxqt">
16 <?dbhtml filename="lxqt-solid.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Solid-&kf5-version; for lxqt</title>
23
24 <indexterm zone="lxqt-solid">
25 <primary sortas="a-solid">solid</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to solid</title>
30
31 <para>
32 <application>Solid</application> is a device integration framework. It
33 provides a way of querying and interacting with hardware independently of
34 the underlying operating system.
35 </para>
36
37 &lfs82_checked;
38
39 <note><para>This package is extracted from the KF5 set of packages. If
40 <xref linkend="kf5-frameworks"/> is built, do NOT also build this package
41 as presented here.</para></note>
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&solid-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&solid-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &solid-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &solid-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &solid-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &solid-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Solid Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="extra-cmake-modules"/> and
82 <xref linkend="qt5"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
86 <para role="optional">
87 <xref role="runtime" linkend="udisks2"/>,
88 <xref role="runtime" linkend="upower"/>, and
89 <ulink role="runtime"
90 url="http://www.freedesktop.org/wiki/Software/media-player-info">
91 media-player-info</ulink>
92 </para>
93
94 <para condition="html" role="usernotes">
95 User Notes: <ulink url="&blfs-wiki;/solid"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of solid</title>
101
102 <para>
103 Install <application>solid</application> by running the
104 following commands:
105 </para>
106
107<screen><userinput>mkdir -v build &amp;&amp;
108cd build &amp;&amp;
109
110cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
111 -DCMAKE_BUILD_TYPE=Release \
112 -DBUILD_TESTING=OFF \
113 -Wno-dev .. &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 This package does not come with a test suite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</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 and libsolidextensionplugin.so
142 </seg>
143 <seg>
144 $LXQT_PREFIX/lib/cmake/KF5Solid,
145 $LXQT_PREFIX/include/KF5/Solid, and
146 $LXQT_PREFIX/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.