source: gnome/applications/gnome-maps.xml@ 14891a90

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 14891a90 was 274ac683, checked in by Xi Ruoyao <xry111@…>, 11 months ago

gnome: Remove non-exist User Notes link

Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh

  • Property mode set to 100644
File size: 4.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/&gnome-44;/gnome-maps-&gnome-maps-version;.tar.xz">
9 <!ENTITY gnome-maps-download-ftp
10 "&gnome-download-ftp;/gnome-maps/&gnome-44;/gnome-maps-&gnome-maps-version;.tar.xz">
11 <!ENTITY gnome-maps-md5sum "d15facc2bf4f2ed47d4775a79dadf03c">
12 <!ENTITY gnome-maps-size "2.2 MB">
13 <!ENTITY gnome-maps-buildsize "25 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
21 <title>gnome-maps-&gnome-maps-version;</title>
22
23 <indexterm zone="gnome-maps">
24 <primary sortas="a-gnome-maps">gnome-maps</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to GNOME Maps</title>
29
30 <para>
31 <application>GNOME Maps</application> is a map application for
32 <application>GNOME</application>.
33 </para>
34
35 &lfs113_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&gnome-maps-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&gnome-maps-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &gnome-maps-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &gnome-maps-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &gnome-maps-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &gnome-maps-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">GNOME Maps Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="desktop-file-utils"/>,
76 <xref linkend="geoclue2"/>,
77 <xref linkend="geocode-glib"/>,
78 <xref linkend="gjs"/>,
79 <xref linkend="libadwaita1"/>,
80 <xref linkend="libshumate"/>,
81 <xref linkend="libgweather"/>, and
82 <xref linkend="rest"/>
83 </para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of GNOME Maps</title>
89
90 <para>
91 Install <application>GNOME Maps</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>mkdir build &amp;&amp;
96cd build &amp;&amp;
97
98meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
99ninja</userinput></screen>
100
101 <para>
102 This package does not come with a test suite.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>ninja install</userinput></screen>
110
111 </sect2>
112
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>
124 gnome-maps (symlink)
125 </seg>
126 <seg>
127 libgnome-maps.so
128 </seg>
129 <seg>
130 /usr/lib/gnome-maps and
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.