source: gnome/applications/gnome-maps.xml@ 5ea236f

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 5ea236f was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 5 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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-45;/gnome-maps-&gnome-maps-version;.tar.xz">
9 <!ENTITY gnome-maps-download-ftp " ">
10 <!ENTITY gnome-maps-md5sum "db815e855da0291490a51f83e9208446">
11 <!ENTITY gnome-maps-size "3.0 MB">
12 <!ENTITY gnome-maps-buildsize "16 MB">
13 <!ENTITY gnome-maps-time "0.1 SBU">
14]>
15
16<sect1 id="gnome-maps" xreflabel="gnome-maps-&gnome-maps-version;">
17 <?dbhtml filename="gnome-maps.html"?>
18
19
20 <title>gnome-maps-&gnome-maps-version;</title>
21
22 <indexterm zone="gnome-maps">
23 <primary sortas="a-gnome-maps">gnome-maps</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GNOME Maps</title>
28
29 <para>
30 <application>GNOME Maps</application> is a map application for
31 <application>GNOME</application>.
32 </para>
33
34 &lfs120_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&gnome-maps-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&gnome-maps-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &gnome-maps-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &gnome-maps-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &gnome-maps-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &gnome-maps-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">GNOME Maps Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="desktop-file-utils"/>,
75 <xref linkend="geoclue2"/>,
76 <xref linkend="geocode-glib"/>,
77 <xref linkend="gjs"/>,
78 <xref linkend="libadwaita1"/>,
79 <xref linkend="libshumate"/>,
80 <xref linkend="libgweather"/>, and
81 <xref linkend="rest"/>
82 </para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of GNOME Maps</title>
88
89 <para>
90 Install <application>GNOME Maps</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>mkdir build &amp;&amp;
95cd build &amp;&amp;
96
97meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
98ninja</userinput></screen>
99
100 <para>
101 To test the results, issue: <command>ninja test</command>
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>ninja install</userinput></screen>
109
110 </sect2>
111
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>
123 gnome-maps (symlink)
124 </seg>
125 <seg>
126 libgnome-maps.so
127 </seg>
128 <seg>
129 /usr/lib/gnome-maps and
130 /usr/share/gnome-maps
131 </seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="gnome-maps-prog">
141 <term><command>gnome-maps</command></term>
142 <listitem>
143 <para>
144 is a map application for <application>GNOME</application>
145 </para>
146 <indexterm zone="gnome-maps gnome-maps-prog">
147 <primary sortas="b-gnome-maps">gnome-maps</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 </variablelist>
153
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.