source: networking/netlibs/geoclue2.xml@ 45ab6c7

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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.9 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 geoclue2-download-http
8 "https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/&geoclue2-version;/geoclue-&geoclue2-version;.tar.bz2">
9 <!ENTITY geoclue2-download-ftp " ">
10 <!ENTITY geoclue2-md5sum "f6e731a21d458168eda613816797eb73">
11 <!ENTITY geoclue2-size "84 KB">
12 <!ENTITY geoclue2-buildsize "6.2 MB">
13 <!ENTITY geoclue2-time "less than 0.1 SBU">
14]>
15
16<sect1 id="geoclue2" xreflabel="GeoClue-&geoclue2-version;">
17 <?dbhtml filename="geoclue2.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GeoClue-&geoclue2-version;</title>
24
25 <indexterm zone="geoclue2">
26 <primary sortas="a-geoclue">GeoClue</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GeoClue</title>
31
32 <para>
33 <application>GeoClue</application> is a modular geoinformation service
34 built on top of the <application>D-Bus</application> messaging system. The
35 goal of the <application>GeoClue</application> project is to make creating
36 location-aware applications as simple as possible.
37 </para>
38
39 &lfs101_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&geoclue2-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&geoclue2-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &geoclue2-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &geoclue2-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &geoclue2-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &geoclue2-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GeoClue Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="json-glib"/> and
80 <xref linkend="libsoup"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="ModemManager"/>,
86 <xref linkend="vala"/>, and
87 <xref linkend="avahi"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="gtk-doc"/> and
93 <xref linkend="libnotify"/>
94 </para>
95
96 <para condition="html" role="usernotes">
97 User Notes: <ulink url="&blfs-wiki;/geoclue2"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of GeoClue</title>
103
104 <para>
105 Install <application>GeoClue</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>mkdir build &amp;&amp;
110cd build &amp;&amp;
111
112meson --prefix=/usr -Dgtk-doc=false .. &amp;&amp;
113ninja</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>ninja install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para>
131 <option>-D3g-source=false</option>: This switch disables
132 the 3G backend. Use it if you have not installed the
133 <application>ModemManager</application> package.
134 </para>
135
136 <para>
137 <option>-Dmodem-gps-source=false</option>: This switch disables
138 the modem GPS backend. Use it if you have not installed the
139 <application>ModemManager</application> package.
140 </para>
141
142 <para>
143 <option>-Dcdma-source=false</option>: This switch disables the
144 CDMA source backend. Use it if you have not installed the
145 <application>ModemManager</application> package.
146 </para>
147
148 <para>
149 <option>-Dnmea-source=false</option>: This switch disables the
150 NMEA source. Use it if you have not installed the
151 <application>Avahi</application> package.
152 </para>
153
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Programs</segtitle>
161 <segtitle>Installed Libraries</segtitle>
162 <segtitle>Installed Directories</segtitle>
163
164 <seglistitem>
165 <seg>
166 None
167 </seg>
168 <seg>
169 libgeoclue-2.so
170 </seg>
171 <seg>
172 /etc/geoclue,
173 /usr/include/libgeoclue-2.0,
174 /usr/libexec/geoclue-2.0, and
175 /usr/share/gtk-doc/html/{geoclue,libgeoclue}
176 </seg>
177 </seglistitem>
178 </segmentedlist>
179
180 </sect2>
181
182</sect1>
Note: See TracBrowser for help on using the repository browser.