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

10.1 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 a709780 was 4c24eb0a, checked in by Pierre Labastie <pieere@…>, 3 years ago

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

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