source: kde5/frameworks/solid.xml@ 8e79872

kde5-14686 systemd-13485
Last change on this file since 8e79872 was 8e79872, checked in by Krejzi <krejzi@…>, 10 years ago

Updated to KDE Frameworks 5.3.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14556 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.3 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
8<sect1 id="solid" xreflabel="Solid-&kf5-version;">
9 <?dbhtml filename="solid.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Solid-&kf5-version;</title>
17
18 <indexterm zone="solid">
19 <primary sortas="a-Solid">Solid</primary>
20 </indexterm>
21
22 <sect2 role="package">
23 <title>Introduction to Solid</title>
24
25 <para>
26 The <application>Solid</application> package contains a library
27 that provides a way of querying and interacting with hardware
28 independently of the underlying operating system.
29 </para>
30
31 &lfs76_checked;
32
33 <bridgehead renderas="sect3">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>
37 Download (HTTP): <ulink url="&solid-download-http;"/>
38 </para>
39 </listitem>
40 <listitem>
41 <para>
42 Download (FTP): <ulink url="&solid-download-ftp;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download MD5 sum: &solid-md5sum;
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download size: &solid-size;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Estimated disk space required: &solid-buildsize;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated build time: &solid-time;
63 </para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">Solid Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required">
71 <xref linkend="extra-cmake-modules"/> and
72 <xref linkend="qt5"/>
73 </para>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended">
77 <xref linkend="udisks2"/> and
78 <xref linkend="upower"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <ulink url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/solid"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Solid</title>
93
94 <para>
95 Install <application>Solid</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>mkdir build &amp;&amp;
100cd build &amp;&amp;
101
102cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
103 -DCMAKE_BUILD_TYPE=Release \
104 -DLIB_INSTALL_DIR=lib \
105 -DBUILD_TESTING=OFF \
106 -DQML_INSTALL_DIR=&qt5-qml-dir; \
107 -DECM_MKSPECS_INSTALL_DIR=&qt5-mkspecs-dir; \
108 .. &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/cmake-release.xml"/>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/kf5-libdir.xml"/>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/kf5-tests.xml"/>
134
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="../../xincludes/qt5-qml-dir.xml"/>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/qt5-mkspecs-dir.xml"/>
140
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>
153 solid-hardware5
154 </seg>
155 <seg>
156 libKF5Solid.so
157 </seg>
158 <seg>
159 $KF5_PREFIX/include/KF5/Solid,
160 $KF5_PREFIX/lib/cmake/KF5Solid and
161 $KF5_PREFIX/&qt5-qml-dir;/org/kde/solid
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.