source: general/sysutils/udisks2.xml@ 49f07bfb

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

Update to unrar-5.6.8.
Update to udisks-2.8.1.
Update to libblockdev-2.20.

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

  • Property mode set to 100644
File size: 7.1 KB
RevLine 
[f8efa5b]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
[0e7f80e4]7 <!ENTITY udisks2-download-http "https://github.com/storaged-project/udisks/releases/download/udisks-&udisks2-version;/udisks-&udisks2-version;.tar.bz2">
[f8efa5b]8 <!ENTITY udisks2-download-ftp " ">
[49f07bfb]9 <!ENTITY udisks2-md5sum "aefebdb5a082f99b4f86cadc41352b3d">
[a923ca1e]10 <!ENTITY udisks2-size "1.3 MB">
[49f07bfb]11 <!ENTITY udisks2-buildsize "36 MB (with tests)">
[66ee922]12 <!ENTITY udisks2-time "0.3 SBU (with tests)">
[f8efa5b]13]>
14
[880c568]15<sect1 id="udisks2" xreflabel="UDisks-&udisks2-version;">
[f8efa5b]16 <?dbhtml filename="udisks2.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[880c568]23 <title>UDisks-&udisks2-version;</title>
[f8efa5b]24
25 <indexterm zone="udisks2">
[2630345]26 <primary sortas="a-UDisks2">UDisks2</primary>
[f8efa5b]27 </indexterm>
28
29 <sect2 role="package">
[73d97caf]30 <title>Introduction to UDisks</title>
[f8efa5b]31
32 <para>
[0d7900a]33 The <application>UDisks</application> package provides a daemon,
34 tools and libraries to access and manipulate disks and storage
[f8efa5b]35 devices.
36 </para>
37
[6b3a3fe4]38 &lfs83_checked;
[f8efa5b]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&udisks2-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&udisks2-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &udisks2-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &udisks2-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &udisks2-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &udisks2-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
[73d97caf]74 <bridgehead renderas="sect3">UDisks Dependencies</bridgehead>
[f8efa5b]75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="libatasmart"/>,
[6dcb9e77]79 <xref linkend="libblockdev"/>,
[f175d6f6]80 <xref linkend="libgudev"/>,
81 <xref linkend="libxslt"/>, and
82 <xref linkend="polkit"/>
[f8efa5b]83 </para>
84
[7e70c8be]85 <bridgehead renderas="sect4">Required at runtime</bridgehead>
86 <para role="required">
[572553b]87 <xref role="runtime" linkend="btrfs-progs"/>,
88 <xref role="runtime" linkend="dosfstools"/>,
89 <xref role="runtime" linkend="gptfdisk"/>,
90 <xref role="runtime" linkend="mdadm"/>, and
91 <xref role="runtime" linkend="xfsprogs"/>
[7e70c8be]92 </para>
93
[1552ac8]94 <bridgehead renderas="sect4" revision="systemd">Recommended</bridgehead>
95 <para role="recommended" revision="systemd">
96 <xref linkend="systemd"/>
97 </para>
98
[b84342d6]99 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
100 <para role="optional">
101 <xref linkend="gobject-introspection"/>
102 </para>
103
[f8efa5b]104 <bridgehead renderas="sect4">Optional</bridgehead>
105 <para role="optional">
[0f23f29]106 <xref linkend="gtk-doc"/>,
[0e7f80e4]107 <xref linkend="lvm2"/>,
[6dcb9e77]108 <xref linkend="ntfs-3g"/>, and
109 <ulink url="https://github.com/sahlberg/libiscsi">libiscsi</ulink>
[f8efa5b]110 </para>
111
112 <para condition="html" role="usernotes">
113 User Notes: <ulink url="&blfs-wiki;/udisks2"/>
114 </para>
115 </sect2>
116
117 <sect2 role="installation">
[73d97caf]118 <title>Installation of UDisks</title>
[f8efa5b]119
120 <para>
[73d97caf]121 Install <application>UDisks</application> by running the following
[f8efa5b]122 commands:
123 </para>
124
[3546fda]125<screen><userinput>./configure --prefix=/usr \
[18c9ee54]126 --sysconfdir=/etc \
[f8efa5b]127 --localstatedir=/var \
[a923ca1e]128 --disable-static &amp;&amp;
[49f07bfb]129make &amp;&amp;
130sed -i -r 's/^ +\././' doc/man/*.[158]</userinput></screen>
[f8efa5b]131
132 <para>
133 To test the results, issue: <command>make check</command>.
134 </para>
135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem> user:
138 </para>
139
140<screen role="root"><userinput>make install</userinput></screen>
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
[49f07bfb]146 <para>
147 <command>sed ...</command>: Fix up the generated man pages.
148 </para>
149
[f8efa5b]150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[0d7900a]151 href="../../xincludes/static-libraries.xml"/>
[f8efa5b]152
153 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
154 href="../../xincludes/gtk-doc-rebuild.xml"/>
155
156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Programs</segtitle>
163 <segtitle>Installed Library</segtitle>
164 <segtitle>Installed Directories</segtitle>
165
166 <seglistitem>
167 <seg>
[fa30d84]168 udisksctl and umount.udisks2
[f8efa5b]169 </seg>
170 <seg>
171 libudisks2.so
172 </seg>
173 <seg>
[45ada554]174 /etc/udisks2,
[0d7900a]175 /usr/include/udisks2,
[99feb0ce]176 /usr/libexec/udisks2,
177 /usr/share/gtk-doc/html/udisks2, and
[f8efa5b]178 /var/lib/udisks2
179 </seg>
180 </seglistitem>
181 </segmentedlist>
182
183 <variablelist>
184 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
185 <?dbfo list-presentation="list"?>
186 <?dbhtml list-presentation="table"?>
187
188 <varlistentry id="udisksctl">
189 <term><command>udisksctl</command></term>
190 <listitem>
191 <para>
[0d7900a]192 is a command-line program used to interact with the
[b84342d6]193 <command>udisksd</command> daemon.
[f8efa5b]194 </para>
195 <indexterm zone="udisks2 udisksctl">
196 <primary sortas="b-udisksctl">udisksctl</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
[55781c2]201<!-- Removed since the user shouldn't use this, and it is in /usr/libexec
[f8efa5b]202 <varlistentry id="udisksd">
203 <term><command>udisksd</command></term>
204 <listitem>
205 <para>
[73d97caf]206 is the <application>UDisks</application> daemon itself.
[f8efa5b]207 </para>
208 <indexterm zone="udisks2 udisksd">
209 <primary sortas="b-udisksd">udisksd</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
[55781c2]213-->
214 <varlistentry id="umountudisks2">
[1552ac8]215 <term><command>umount.udisks2</command></term>
216 <listitem>
217 <para>
218 is a command-line program used to unmount file systems
219 that have been mounted by the
220 <application>UDisks</application> daemon.
221 </para>
222 <indexterm zone="udisks2 umountudisks2">
[55781c2]223 <primary sortas="b-umountudisks2">umount.udisks2</primary>
[1552ac8]224 </indexterm>
225 </listitem>
226 </varlistentry>
227
[f8efa5b]228 <varlistentry id="libudisks2">
229 <term><filename class="libraryfile">libudisks2.so</filename></term>
230 <listitem>
231 <para>
[73d97caf]232 contains the <application>UDisks</application> API functions.
[f8efa5b]233 </para>
234 <indexterm zone="udisks2 libudisks2">
235 <primary sortas="c-libudisks2">libudisks2.so</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
[0331c46]239
[f8efa5b]240 </variablelist>
[0331c46]241
[f8efa5b]242 </sect2>
[0331c46]243
[f8efa5b]244</sect1>
Note: See TracBrowser for help on using the repository browser.