source: gnome/applications/gnome-maps.xml@ eb305e7b

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 eb305e7b was eb305e7b, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Adapt Cheese to changes in vala-0.52
Update to epiphany-40.0
Update to gedit-40.0
Update to gnome-weather-40.0
Update to gnome-terminal-3.40.0
Update to gnome-system-monitor-40.0
Update to gnome-screenshot-40.0
Update to gnome-maps-40.0
Update to gnome-disk-utility-40.0
Update to gnome-calculator-40.0
Update to evince-40.1
Update to eog-40.0
Update to baobab-40.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24455 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.4 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-40;/gnome-maps-&gnome-maps-version;.tar.xz">
9 <!ENTITY gnome-maps-download-ftp
10 "&gnome-download-ftp;/gnome-maps/&gnome-40;/gnome-maps-&gnome-maps-version;.tar.xz">
11 <!ENTITY gnome-maps-md5sum "d48b18e28bae6b466350c69b74b9cccd">
12 <!ENTITY gnome-maps-size "3.4 MB">
13 <!ENTITY gnome-maps-buildsize "16 MB">
14 <!ENTITY gnome-maps-time "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 &lfs101_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="desktop-file-utils"/>,
81 <xref linkend="folks"/>,
82 <xref linkend="geoclue2"/>,
83 <xref linkend="geocode-glib"/>,
84 <xref linkend="gfbgraph"/>,
85 <xref linkend="gjs"/>,
86 <xref linkend="libchamplain"/>,
87 <xref linkend="libgee"/>,
88 <xref linkend="libhandy1"/>, and
89 <xref linkend="rest"/>
90 </para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/gnome-maps"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of GNOME Maps</title>
99
100 <para>
101 Install <application>GNOME Maps</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>mkdir build &amp;&amp;
106cd build &amp;&amp;
107
108meson --prefix=/usr .. &amp;&amp;
109ninja</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>ninja install</userinput></screen>
120
121 </sect2>
122
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>
134 gnome-maps
135 </seg>
136 <seg>
137 libgnome-maps.so
138 </seg>
139 <seg>
140 /usr/lib/gnome-maps and
141 /usr/share/gnome-maps
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="gnome-maps-prog">
152 <term><command>gnome-maps</command></term>
153 <listitem>
154 <para>
155 is a map application for <application>GNOME</application>
156 </para>
157 <indexterm zone="gnome-maps gnome-maps-prog">
158 <primary sortas="b-gnome-maps">gnome-maps</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.