source: gnome/applications/gnome-maps.xml@ 0755478b

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0755478b was 0755478b, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Tag most gnome apps

  • Property mode set to 100644
File size: 4.6 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-41;/gnome-maps-&gnome-maps-version;.tar.xz">
9 <!ENTITY gnome-maps-download-ftp
10 "&gnome-download-ftp;/gnome-maps/&gnome-41;/gnome-maps-&gnome-maps-version;.tar.xz">
11 <!ENTITY gnome-maps-md5sum "57a29ff555db6c9fc4e3ac68c697a3c8">
12 <!ENTITY gnome-maps-size "2.1 MB">
13 <!ENTITY gnome-maps-buildsize "18 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 <date>$Date$</date>
22 </sect1info>
23
24 <title>gnome-maps-&gnome-maps-version;</title>
25
26 <indexterm zone="gnome-maps">
27 <primary sortas="a-gnome-maps">gnome-maps</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GNOME Maps</title>
32
33 <para>
34 <application>GNOME Maps</application> is a map application for
35 <application>GNOME</application>.
36 </para>
37
38 &lfs111_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="clutter-gtk"/>,
79 <xref linkend="desktop-file-utils"/>,
80 <xref linkend="folks"/>,
81 <xref linkend="geoclue2"/>,
82 <xref linkend="geocode-glib"/>,
83 <xref linkend="gfbgraph"/>,
84 <xref linkend="gjs"/>,
85 <xref linkend="libchamplain"/>,
86 <xref linkend="libgee"/>,
87 <xref linkend="libhandy1"/>, and
88 <xref linkend="rest"/>
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/gnome-maps"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of GNOME Maps</title>
98
99<!-- Fixed in 41.4
100 <para>
101 First, fix building with newer versions of
102 <application>meson</application>:
103 </para>
104
105<screen><userinput>sed -i '/merge_file/{n;d}' data/meson.build</userinput></screen>
106-->
107
108 <para>
109 Install <application>GNOME Maps</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>mkdir build &amp;&amp;
114cd build &amp;&amp;
115
116meson --prefix=/usr --buildtype=release .. &amp;&amp;
117ninja</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>ninja install</userinput></screen>
128
129 </sect2>
130
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>
142 gnome-maps
143 </seg>
144 <seg>
145 libgnome-maps.so
146 </seg>
147 <seg>
148 /usr/lib/gnome-maps and
149 /usr/share/gnome-maps
150 </seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="gnome-maps-prog">
160 <term><command>gnome-maps</command></term>
161 <listitem>
162 <para>
163 is a map application for <application>GNOME</application>
164 </para>
165 <indexterm zone="gnome-maps gnome-maps-prog">
166 <primary sortas="b-gnome-maps">gnome-maps</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.