source: kde5/frameworks/solid.xml@ 3899973

kde5-13430
Last change on this file since 3899973 was 3899973, checked in by Krejzi <krejzi@…>, 10 years ago

Create new kde5 branch (sorry Pierre) to merge latest kde 5 work with latest trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/kde5@13430 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 "&kf5-download-ftp;/solid-&kf5-version;.tar.xz">
9 <!ENTITY solid-md5sum "c79868c1de10553a51126c75d5a122a6">
10 <!ENTITY solid-size "284 KB">
11 <!ENTITY solid-buildsize "39 MB">
12 <!ENTITY solid-time "3.2 SBU">
13]>
14
15<sect1 id="solid" xreflabel="Solid-&kf5-version;">
16 <?dbhtml filename="solid.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Solid-&kf5-version;</title>
24
25 <indexterm zone="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 The <application>Solid</application> package contains a library
34 that provides a way of querying and interacting with hardware
35 independently of the underlying operating system.
36 </para>
37
38 &lfs75_checked;
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">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="udisks2"/> and
85 <xref linkend="upower"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <ulink url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
91 </para>
92
93 <para condition="html" role="usernotes">
94 User Notes: <ulink url="&blfs-wiki;/solid"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of Solid</title>
100
101 <para>
102 Install <application>Solid</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>mkdir build &amp;&amp;
107cd build &amp;&amp;
108
109cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
110 -DCMAKE_BUILD_TYPE=Release \
111 -DLIB_INSTALL_DIR=lib \
112 -DBUILD_TESTING=OFF \
113 -DQML_INSTALL_DIR=&qt5-qml-dir; \
114 -DECM_MKSPECS_INSTALL_DIR=&qt5-mkspecs-dir; \
115 .. &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="commands">
131 <title>Command Explanations</title>
132
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/cmake-release.xml"/>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/kf5-libdir.xml"/>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/kf5-tests.xml"/>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/qt5-qml-dir.xml"/>
144
145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="../../xincludes/qt5-mkspecs-dir.xml"/>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>
160 solid-hardware5
161 </seg>
162 <seg>
163 libKF5Solid.so
164 </seg>
165 <seg>
166 $KF5_PREFIX/include/KF5/Solid,
167 $KF5_PREFIX/lib/cmake/KF5Solid and
168 $KF5_PREFIX/&qt5-qml-dir;/org/kde/solid
169 </seg>
170 </seglistitem>
171 </segmentedlist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.