source: gnome/platform/libshumate.xml@ 491fc67

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 491fc67 was 91318eb, checked in by Pierre Labastie <pierre.labastie@…>, 15 months ago

Add "setup" to meson commands

I've not been very consistent on typography, but it is a start

  • Property mode set to 100644
File size: 4.7 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 libshumate-download-http "&gnome-download-http;/libshumate/1.0/libshumate-&libshumate-version;.tar.xz">
8 <!ENTITY libshumate-download-ftp "&gnome-download-ftp;/libshumate/1.0/libshumate-&libshumate-version;.tar.xz">
9 <!ENTITY libshumate-md5sum "965866eb1b2d0237d71294c68bf8ae05">
10 <!ENTITY libshumate-size "112 KB">
11 <!ENTITY libshumate-buildsize "5.3 MB">
12 <!ENTITY libshumate-time "0.1 SBU">
13]>
14
15<sect1 id="libshumate" xreflabel="libshumate-&libshumate-version;">
16 <?dbhtml filename="libshumate.html"?>
17
18 <title>libshumate-&libshumate-version;</title>
19
20 <indexterm zone="libshumate">
21 <primary sortas="a-libshumate">libshumate</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to libshumate</title>
26
27 <para>
28 The <application>libshumate</application> package contains a GTK-4 widget
29 to display maps.
30 </para>
31
32 &lfs113_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&libshumate-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&libshumate-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &libshumate-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &libshumate-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &libshumate-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &libshumate-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">libshumate Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="gtk4"/> and
73 <xref linkend="libsoup3"/>
74 </para>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="gi-docgen"/> and
79 <xref linkend="gtk-doc"/>
80 </para>
81
82 <para condition="html" role="usernotes">
83 User Notes: <ulink url="&blfs-wiki;/libshumate"/>
84 </para>
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of libshumate</title>
89
90 <para>
91 Install <application>libshumate</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 \
99 --buildtype=release \
100 -Dgtk_doc=false \
101 .. &amp;&amp;
102ninja</userinput></screen>
103
104 <para>
105 To test the results, issue: <command>ninja test</command>.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>ninja install</userinput></screen>
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/meson-buildtype-release.xml"/>
120
121 <para>
122 <parameter>-Dgtk_doc=false</parameter>: This switch disables documentation
123 generation. Remove this if you have both <xref linkend="gtk-doc"/> and
124 <xref linkend="gi-docgen"/> installed and wish to generate the API
125 documentation.
126 </para>
127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>
139 None
140 </seg>
141 <seg>
142 libshumate-1.0.so
143 </seg>
144 <seg>
145 /usr/include/shumate-1.0
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="libshumate-1.0">
156 <term><filename class="libraryfile">libshumate-1.0.so</filename></term>
157 <listitem>
158 <para>
159 contains functions that provide a GTK-4 widget to display maps
160 </para>
161 <indexterm zone="libshumate libshumate-1.0">
162 <primary sortas="c-libshumate-1.0">libshumate-1.0.so</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166 </variablelist>
167 </sect2>
168</sect1>
Note: See TracBrowser for help on using the repository browser.