source: lxqt/desktop/lxqt-solid.xml@ 9507bbd2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 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 nosym 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 9507bbd2 was 9507bbd2, checked in by Pierre Labastie <pieere@…>, 8 years ago

Ajust properties for new files in the lxqt-desktop section

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

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