source: gnome/applications/gnome-maps.xml@ 9d4dea71

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

Added new pages gnome-maps gnome-logs libchamplain

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

  • Property mode set to 100644
File size: 6.2 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 gnome-maps-download-http
8 "&gnome-download-http;/gnome-maps/3.12/gnome-maps-&gnome-maps-version;.tar.xz">
9 <!ENTITY gnome-maps-download-ftp
10 "&gnome-download-ftp;/gnome-maps/3.12/gnome-maps-&gnome-maps-version;.tar.xz">
11 <!ENTITY gnome-maps-md5sum "3174cab728431abffe315598044118e2">
12 <!ENTITY gnome-maps-size "668 KB">
13 <!ENTITY gnome-maps-buildsize "25 MB">
14 <!ENTITY gnome-maps-time "0.2 SBU">
15]>
16
17<sect1 id="gnome-maps" xreflabel="gnome-maps-&gnome-maps-version;">
18 <?dbhtml filename="gnome-maps.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-maps-&gnome-maps-version;</title>
26
27 <indexterm zone="gnome-maps">
28 <primary sortas="a-gnome-maps">gnome-maps</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Maps</title>
33
34 <para>
35 <application>GNOME Maps</application> is a map application for GNOME 3.
36 </para>
37
38 &lfs75_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gnome-maps-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gnome-maps-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gnome-maps-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gnome-maps-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gnome-maps-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gnome-maps-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">GNOME Maps Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="glib2"/>, and
79 <xref linkend="gjs"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="gtk3"/>,
85 <xref linkend="gnome-desktop"/>,
86 <xref linkend="geocode-glib"/>,
87 <xref linkend="geoclue"/>,
88 <xref linkend="gobject-introspection"/>,
89 <xref linkend="gnome-themes-standard"/>,
90 <xref linkend="gnome-icon-theme-symbolic"/>,
91 <xref linkend="libchamplain"/>,
92 <xref linkend="clutter-gtk"/>, and
93 <xref linkend="libgweather"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="gtk-doc"/>
99 </para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/gnome-maps"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of GNOME Maps</title>
108
109 <para>
110 Install <application>GNOME Maps</application> by running the following
111 commands:
112 </para>
113
114<screen><userinput>./configure --prefix=/usr \
115 --libexecdir=/usr/lib/gnome-maps \
116 --disable-static &amp;&amp;
117make</userinput></screen>
118
119 <para>
120 This package does not come with a test suite.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/static-libraries.xml"/>
136
137 <para>
138 <option>--enable-kerberos</option>: Use this switch if you have installed
139 <xref linkend="mitkrb"/> and wish to use it with
140 <application>GNOME Maps</application>.
141 </para>
142
143 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
144 href="../../xincludes/gtk-doc-rebuild.xml"/>
145
146 </sect2>
147
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Program</segtitle>
153 <segtitle>Installed Libraries</segtitle>
154 <segtitle>Installed Directories</segtitle>
155
156 <seglistitem>
157 <seg>
158 maps-daemon
159 </seg>
160 <seg>
161 libmaps-1.0.so and libmaps-backend-1.0.so
162 </seg>
163 <seg>
164 /usr/include/maps-1.0,
165 /usr/lib/gnome-maps and
166 /usr/share/gtk-doc/html/maps
167 </seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="maps-daemon">
177 <term><command>maps-daemon</command></term>
178 <listitem>
179 <para>
180 is the <application>GNOME Maps</application> Daemon.
181 </para>
182 <indexterm zone="gnome-maps maps-daemon">
183 <primary sortas="b-maps-daemon">maps-daemon</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="libmaps-1">
189 <term><filename class="libraryfile">libmaps-1.0.so</filename></term>
190 <listitem>
191 <para>
192 contains the <application>GNOME Maps</application>
193 API functions.
194 </para>
195 <indexterm zone="gnome-maps libmaps-1">
196 <primary sortas="c-libmaps-1">libmaps-1.0.so</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="libmaps-backend-1">
202 <term><filename class="libraryfile">libmaps-backend-1.0.so</filename></term>
203 <listitem>
204 <para>
205 contains functions used by <application>GNOME Maps</application>
206 backends.
207 </para>
208 <indexterm zone="gnome-maps libmaps-backend-1">
209 <primary sortas="c-libmaps-backend-1">libmaps-backend-1.0.so</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 </variablelist>
215
216 </sect2>
217
218</sect1>
Note: See TracBrowser for help on using the repository browser.