mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
157 lines
4.1 KiB
XML
157 lines
4.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gnome-maps-download-http
|
|
"&gnome-download-http;/gnome-maps/&gnome-45;/gnome-maps-&gnome-maps-version;.tar.xz">
|
|
<!ENTITY gnome-maps-download-ftp " ">
|
|
<!ENTITY gnome-maps-md5sum "d6d096d2819ab94ea8d15f06894cd6ef">
|
|
<!ENTITY gnome-maps-size "3.0 MB">
|
|
<!ENTITY gnome-maps-buildsize "16 MB">
|
|
<!ENTITY gnome-maps-time "0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="gnome-maps" xreflabel="gnome-maps-&gnome-maps-version;">
|
|
<?dbhtml filename="gnome-maps.html"?>
|
|
|
|
|
|
<title>gnome-maps-&gnome-maps-version;</title>
|
|
|
|
<indexterm zone="gnome-maps">
|
|
<primary sortas="a-gnome-maps">gnome-maps</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to GNOME Maps</title>
|
|
|
|
<para>
|
|
<application>GNOME Maps</application> is a map application for
|
|
<application>GNOME</application>.
|
|
</para>
|
|
|
|
&lfs121_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&gnome-maps-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&gnome-maps-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &gnome-maps-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &gnome-maps-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &gnome-maps-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &gnome-maps-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">GNOME Maps Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="desktop-file-utils"/>,
|
|
<xref linkend="geoclue2"/>,
|
|
<xref linkend="geocode-glib"/>,
|
|
<xref linkend="gjs"/>,
|
|
<xref linkend="libadwaita1"/>,
|
|
<xref linkend="libshumate"/>,
|
|
<xref linkend="libgweather"/>, and
|
|
<xref linkend="rest"/>
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of GNOME Maps</title>
|
|
|
|
<para>
|
|
Install <application>GNOME Maps</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
meson setup --prefix=/usr --buildtype=release .. &&
|
|
ninja</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>ninja test</command>
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>ninja install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
gnome-maps (symlink)
|
|
</seg>
|
|
<seg>
|
|
libgnome-maps.so
|
|
</seg>
|
|
<seg>
|
|
/usr/lib/gnome-maps and
|
|
/usr/share/gnome-maps
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="gnome-maps-prog">
|
|
<term><command>gnome-maps</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a map application for <application>GNOME</application>
|
|
</para>
|
|
<indexterm zone="gnome-maps gnome-maps-prog">
|
|
<primary sortas="b-gnome-maps">gnome-maps</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|