source: general/genlib/libgudev.xml@ bfbc72a

10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 bfbc72a was 4c24eb0a, checked in by Pierre Labastie <pieere@…>, 3 years ago

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 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 libgudev-download-http
8 "&gnome-download-http;/libgudev/&libgudev-version;/libgudev-&libgudev-version;.tar.xz">
9 <!ENTITY libgudev-download-ftp
10 "&gnome-download-ftp;/libgudev/&libgudev-version;/libgudev-&libgudev-version;.tar.xz">
11 <!ENTITY libgudev-md5sum "386889d460003a4242a64cb47244a39a">
12 <!ENTITY libgudev-size "268 KB">
13 <!ENTITY libgudev-buildsize "4.1 MB">
14 <!ENTITY libgudev-time "less than 0.1 SBU">
15]>
16
17<sect1 id="libgudev" xreflabel="libgudev-&libgudev-version;">
18 <?dbhtml filename="libgudev.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>libgudev-&libgudev-version;</title>
26
27 <indexterm zone="libgudev">
28 <primary sortas="a-libgudev">libgudev</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to libgudev</title>
33
34 <para>
35 The <application>libgudev</application> package contains
36 GObject bindings for libudev.
37 </para>
38
39 &lfs10_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&libgudev-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&libgudev-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &libgudev-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &libgudev-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &libgudev-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &libgudev-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="glib2"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="gobject-introspection"/> (for gir-data, needed for GNOME),
83 <xref linkend="gtk-doc"/>, and
84 <xref linkend="umockdev"/> (for testing)
85 </para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/libgudev"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of libgudev</title>
94
95 <para>
96 Install <application>libgudev</application> by running
97 the following commands:
98 </para>
99
100<screen><userinput>./configure --prefix=/usr --disable-umockdev &amp;&amp;
101make</userinput></screen>
102
103 <para>
104 If you wish to run the test suite, omit "--disable-umockdev" from the
105 configure command and then issue: <command>make check</command>.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="commands">
117 <title>Command Explanations</title>
118
119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
120 href="../../xincludes/gtk-doc-rebuild.xml"/>
121
122 <para>
123 <parameter>--disable-umockdev</parameter>: Disables the usage of
124 <xref role="nodep" linkend="umockdev"/>. Omit this switch if you
125 wish to run the test suite.
126 </para>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Program</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 None
141 </seg>
142 <seg>
143 libgudev-1.0.so
144 </seg>
145 <seg>
146 /usr/include/gudev-1.0 and
147 /usr/share/gtk-doc/html/gudev
148 </seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="libgudev-1.0">
158 <term><filename class="libraryfile">libgudev-1.0.so</filename></term>
159 <listitem>
160 <para>
161 is a GObject-based wrapper library for libudev
162 </para>
163 <indexterm zone="libgudev libgudev-1.0">
164 <primary sortas="c-libgudev-1.0">libgudev-1.0.so</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 </variablelist>
170
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.