source: gnome/applications/gnome-maps.xml@ 1102f279

kde5-14686 systemd-13485
Last change on this file since 1102f279 was 1102f279, checked in by Christopher Gregory <cjg@…>, 10 years ago

Updated to highlight-3.19, evolution-3.12.6, file-roller-3.14.0, gedit-3.14.0, gnome-clocks-3.14.0, gnome-color-manager-3.14.0, gnome-online-miners-3.14.0, gnome-logs-3.14.0, gnome-maps-3.14.0, gnome-photos-3.14.0, gnome-tweak-tool-3.14.0, gnome-weather-3.14.0, seahorse-3.14.0, vinagre-3.14.0 and sound-juicer-3.14.0.

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

  • Property mode set to 100644
File size: 4.1 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/&gnome-minor14;/gnome-maps-&gnome-maps-version;.tar.xz">
9 <!ENTITY gnome-maps-download-ftp
10 "&gnome-download-ftp;/gnome-maps/&gnome-minor14;/gnome-maps-&gnome-maps-version;.tar.xz">
11 <!ENTITY gnome-maps-md5sum "6a0f4573f6fc87ed01870f2ecb632b25">
12 <!ENTITY gnome-maps-size "753 KB">
13 <!ENTITY gnome-maps-buildsize "7.6 MB">
14 <!ENTITY gnome-maps-time "less than 0.1 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
36 <application>GNOME</application>.
37 </para>
38
39 &lfs76_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gnome-maps-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gnome-maps-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gnome-maps-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gnome-maps-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gnome-maps-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gnome-maps-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GNOME Maps Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="clutter-gtk"/>,
80 <xref linkend="geoclue2"/>,
81 <xref linkend="geocode-glib"/>,
82 <xref linkend="gjs"/>, and
83 <xref linkend="libchamplain"/>
84 </para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/gnome-maps"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of GNOME Maps</title>
93
94 <para>
95 Install <application>GNOME Maps</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>
125 gnome-maps
126 </seg>
127 <seg>
128 None
129 </seg>
130 <seg>
131 /usr/share/gnome-maps
132 </seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="gnome-maps-prog">
142 <term><command>gnome-maps</command></term>
143 <listitem>
144 <para>
145 is a map application for <application>GNOME</application>.
146 </para>
147 <indexterm zone="gnome-maps gnome-maps-prog">
148 <primary sortas="b-gnome-maps">gnome-maps</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.