Add libshumate to the book in support of gnome-maps.

Also fix an invalid reference to libhandy (needs to be handy1) in
file-roller.
This commit is contained in:
Douglas R. Reno 2022-12-28 13:45:19 -06:00
parent 7276f66872
commit e6ed4c37b0
5 changed files with 172 additions and 1 deletions

View File

@ -49,6 +49,7 @@
<!ENTITY libgweather-minor "4.2">
<!ENTITY libgweather-version "&libgweather-minor;.0">
<!ENTITY libpeas-version "1.34.0">
<!ENTITY libshumate-version "1.0.3">
<!ENTITY libwnck-version "43.0">
<!ENTITY evolution-data-server-version "3.46.2">
<!ENTITY folks-version "0.15.5">

View File

@ -91,7 +91,7 @@
<xref linkend="desktop-file-utils"/>,
<xref linkend="json-glib"/>,
<xref linkend="libarchive"/>,
<xref linkend="libhandy"/>,
<xref linkend="libhandy1"/>,
<xref linkend="libportal"/>, and
<xref linkend="nautilus"/>
</para>

View File

@ -0,0 +1,165 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!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 libshumate-download-http "&gnome-download-http;/libshumate/1.0/libshumate-&libshumate-version;.tar.xz">
<!ENTITY libshumate-download-ftp "&gnome-download-ftp;/libshumate/1.0/libshumate-&libshumate-version;.tar.xz">
<!ENTITY libshumate-md5sum "965866eb1b2d0237d71294c68bf8ae05">
<!ENTITY libshumate-size "112 KB">
<!ENTITY libshumate-buildsize "5.3 MB">
<!ENTITY libshumate-time "0.1 SBU">
]>
<sect1 id="libshumate" xreflabel="libshumate-&libshumate-version;">
<?dbhtml filename="libshumate.html"?>
<title>libshumate-&libshumate-version;</title>
<indexterm zone="libshumate">
<primary sortas="a-libshumate">libshumate</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libshumate</title>
<para>
The <application>libshumate</application> package contains a GTK-4 widget
to display maps.
</para>
&lfs112_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&libshumate-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&libshumate-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &libshumate-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &libshumate-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &libshumate-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &libshumate-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">libshumate Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gtk4"/> and
<xref linkend="libsoup3"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/> and
<ulink url="&gi-docgen-url;">gi-docgen</ulink>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/libshumate"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of libshumate</title>
<para>
Install <application>libshumate</application> by running the following
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. &amp;&amp;
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="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/meson-buildtype-release.xml"/>
<para>
<parameter>-Dgtk_doc=false</parameter>: This switch disables documentation
generation because it requires
<ulink url="&gi-docgen-url;">gi-docgen</ulink>. Remove this if you have
gi-docgen installed and wish to generate the API documentation.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libshumate-1.0.so
</seg>
<seg>
/usr/include/shumate-1.0
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libshumate-1.0">
<term><filename class="libraryfile">libshumate-1.0.so</filename></term>
<listitem>
<para>
contains functions that provide a GTK-4 widget to display maps
</para>
<indexterm zone="libshumate libshumate-1.0">
<primary sortas="c-libshumate-1.0">libshumate-1.0.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>

View File

@ -40,6 +40,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgtop.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgweather.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpeas.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libshumate.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libwnck.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="evolution-data-server.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="folks.xml"/>

View File

@ -41,6 +41,10 @@
<listitem>
<para>December 28th, 2022</para>
<itemizedlist>
<listitem>
<para>[renodr] - Add libshumate in support of gnome-maps. Fixes
<ulink url="&blfs-ticket-root;17452">#17452</ulink>.</para>
</listitem>
<listitem revision="systemd">
<para>[renodr] - Update to gnome-logs-43.0. Fixes
<ulink url="&blfs-ticket-root;17121">#17121</ulink>.</para>