source: lxqt/desktop/lxqt-solid.xml@ c0b4b44

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 c0b4b44 was c0b4b44, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to kf5-5.34.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18735 af4574ff-66df-0310-9fd7-8a98e5e911e0

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