source: networking/netlibs/geoclue2-systemd.xml@ c98922b

systemd-11177
Last change on this file since c98922b was c98922b, checked in by Krejzi <krejzi@…>, 10 years ago

Fix gtk-vnc, uhttpmock and geoclue2 pages.

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

  • Property mode set to 100644
File size: 4.3 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 "http://www.freedesktop.org/software/geoclue/releases/2.1/geoclue-&geoclue2-version;">
9 <!ENTITY geoclue2-download-ftp " ">
10 <!ENTITY geoclue2-md5sum "87f91ca7db6cc7726067fcd7bc3cf9bb">
11 <!ENTITY geoclue2-size "324 KB">
12 <!ENTITY geoclue2-buildsize "8.4 MB">
13 <!ENTITY geoclue2-time "0.1 SBU">
14]>
15
16<sect1 id="geoclue2" xreflabel="GeoClue-&geoclue2-version;">
17 <?dbhtml filename="geoclue2.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>GeoClue-&geoclue2-version;</title>
25
26 <indexterm zone="geoclue2">
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="&geoclue2-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&geoclue2-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &geoclue2-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &geoclue2-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &geoclue2-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &geoclue2-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="json-glib"/> and
81 <xref linkend="libsoup"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="libnotify"/> and
87 <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink>
88 </para>
89
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/geoclue2"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of GeoClue</title>
97
98 <para>
99 Install <application>GeoClue</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>./configure --prefix=/usr \
104 --sysconfdir=/etc \
105 --disable-3g-source \
106 --disable-modem-gps-source &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 This package does not come with a test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <para>
125 <parameter>--disable-3g-source</parameter>: This switch disables
126 the 3G backend. Remove it if you have installed the optional
127 <application>ModemManager</application> package.
128 </para>
129
130 <para>
131 <parameter>--disable-modem-gps-source</parameter>: This switch
132 disables the modem GPS backend. Remove it if you have installed
133 the optional <application>ModemManager</application> package.
134 </para>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
148 None
149 </seg>
150 <seg>
151 None
152 </seg>
153 <seg>
154 /etc/geoclue and
155 /usr/libexec/geoclue-2.0
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.