source: networking/netlibs/geoclue.xml@ 025d65fc

gnome
Last change on this file since 025d65fc was 025d65fc, checked in by Christopher Gregory <cjg@…>, 10 years ago

Converted geoclue page to systemd and updated version, changed configure switches.

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

  • Property mode set to 100644
File size: 5.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 geoclue-download-http
8 "http://www.freedesktop.org/software/geoclue/releases/2.1/geoclue-&geoclue-version;">
9 <!ENTITY geoclue-download-ftp " ">
10 <!ENTITY geoclue-md5sum "33af8307f332e0065af056ecba65fec2">
11 <!ENTITY geoclue-size "556 KB">
12 <!ENTITY geoclue-buildsize "11 MB">
13 <!ENTITY geoclue-time "0.1 SBU">
14]>
15
16<sect1 id="geoclue" xreflabel="GeoClue-&geoclue-version;">
17 <?dbhtml filename="geoclue.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>GeoClue-&geoclue-version;</title>
25
26 <indexterm zone="geoclue">
27 <primary sortas="a-geoclue">GeoClue</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GeoClue</title>
32
33 <para>
34 <application>GeoClue</application> is a modular geoinformation service
35 built on top of the <application>D-Bus</application> messaging system. The
36 goal of the <application>GeoClue</application> project is to make creating
37 location-aware applications as simple as possible.
38 </para>
39
40 &lfs75_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&geoclue-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&geoclue-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &geoclue-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &geoclue-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &geoclue-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &geoclue-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">GeoClue Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="dbus-glib"/>, and
81 <xref linkend="json-glib"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended if you are building GNOME</bridgehead>
85 <para role="recommended">
86 <xref linkend="libsoup"/> and
87 <xref linkend="NetworkManager"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink>, and
93 <xref linkend="gtk-doc"/>
94 </para>
95
96 <para condition="html" role="usernotes">
97 User Notes: <ulink url="&blfs-wiki;/geoclue"/>
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>
110./configure --prefix=/usr --disable-modem-gps-source --disable-3g-source --sysconfdir=/etc &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 This package does not come with a test suite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para>
128 <option>--disable-modem-gps-source</option>: This switch disables
129 the modem GPS backend. Remove it if you have installed the
130 optional <application>ModemManager</application> application.
131 </para>
132
133 <para>
134 <option>--disable-3g-source</option>: This switch disables the
135 3G backend. Remove it if you have installed the optional
136 <application>ModemManager</application> application.
137 </para>
138
139 </sect2>
140
141
142 <sect2 role="configuration">
143 <title>Configuring Geoclue</title>
144
145 <sect3 id="geoclue-init">
146 <title>Systemd Units</title>
147
148 <para>
149 To start the <command>geoclue-service</command> at boot, enable
150 the previously installed systemd unit by running the following command
151 as the <systemitem class="username">root</systemitem> user:
152 </para>
153
154 <indexterm zone="geoclue geoclue-init">
155 <primary sortas="f-geoclue">geoclue</primary>
156 </indexterm>
157
158<screen role="root"><userinput>systemctl enable geoclue</userinput></screen>
159
160 </sect3>
161
162 <sect2 role="content">
163 <title>Contents</title>
164
165 <segmentedlist>
166 <segtitle>Installed Programs</segtitle>
167 <segtitle>Installed Library</segtitle>
168 <segtitle>Installed Directory</segtitle>
169
170 <seglistitem>
171 <seg>
172 None
173 </seg>
174 <seg>
175 None
176 </seg>
177 <seg>
178 /etc/geoclue /usr/libexec/geoclue-2.0
179 and /usr/share/gtk-doc/html/geoclue
180 </seg>
181 </seglistitem>
182 </segmentedlist>
183
184 <variablelist>
185 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
186 <?dbfo list-presentation="list"?>
187 <?dbhtml list-presentation="table"?>
188
189 <varlistentry id="libgeoclue">
190 <term><filename class="libraryfile">libgeoclue.so</filename></term>
191 <listitem>
192 <para>
193 contains functions that provide the
194 <application>GeoClue</application> geoinformation application
195 programming interface.
196 </para>
197 <indexterm zone="geoclue libgeoclue">
198 <primary sortas="c-libgeoclue">libgeoclue.so</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202 </variablelist>
203 </sect2>
204</sect1>
Note: See TracBrowser for help on using the repository browser.