source: archive/lxqt/desktop/lxqt-solid.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.7 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
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 &lfs82_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 <xref linkend="qt5"/>
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 <para condition="html" role="usernotes">
92 User Notes: <ulink url="&blfs-wiki;/solid"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of solid</title>
98
99 <para>
100 Install <application>solid</application> by running the
101 following commands:
102 </para>
103
104<screen><userinput>mkdir -v build &amp;&amp;
105cd build &amp;&amp;
106
107cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
108 -DCMAKE_BUILD_TYPE=Release \
109 -DBUILD_TESTING=OFF \
110 -Wno-dev .. &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 This package does not come with a test suite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Library</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>
135 solid-hardware5
136 </seg>
137 <seg>
138 libKF5Solid.so and libsolidextensionplugin.so
139 </seg>
140 <seg>
141 $LXQT_PREFIX/lib/cmake/KF5Solid,
142 $LXQT_PREFIX/include/KF5/Solid, and
143 $LXQT_PREFIX/lib/qml/org/kde/solid
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="lxqt-solid-lib">
154 <term><filename class="libraryfile">libKF5Solid.so</filename></term>
155 <listitem>
156 <para>
157 provides a way of querying and interacting with hardware
158 independently of the underlying operating system.
159 </para>
160 <indexterm zone="lxqt-solid-lib">
161 <primary sortas="c-libKF5Solid">libKF5solid.so</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.