source: gnome/platform/libgweather.xml@ 32e3833

12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since 32e3833 was 2a63215, checked in by Douglas R. Reno <renodr@…>, 12 months ago

Update to libgweather-4.4.0

  • Property mode set to 100644
File size: 6.0 KB
RevLine 
[69a16457]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 libgweather-download-http
[27d3028]8 "&gnome-download-http;/libgweather/&libgweather-minor;/libgweather-&libgweather-version;.tar.xz">
[69a16457]9 <!ENTITY libgweather-download-ftp
[27d3028]10 "&gnome-download-ftp;/libgweather/&libgweather-minor;/libgweather-&libgweather-version;.tar.xz">
[2a63215]11 <!ENTITY libgweather-md5sum "bba9065a75a7482be21d0427a12233c0">
12 <!ENTITY libgweather-size "2.7 MB">
13 <!ENTITY libgweather-buildsize "96 MB (with tests)">
14 <!ENTITY libgweather-time "0.3 SBU (with tests)">
[69a16457]15]>
16
[51dfb3e]17<sect1 id="libgweather" xreflabel="libgweather-&libgweather-version;">
[69a16457]18 <?dbhtml filename="libgweather.html"?>
19
20
21 <title>libgweather-&libgweather-version;</title>
22
23 <indexterm zone="libgweather">
24 <primary sortas="a-libgweather">libgweather</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to libgweather</title>
29
30 <para>
31 The <application>libgweather</application> package is a library used
32 to access weather information from online services for numerous
33 locations.
34 </para>
35
[b5c0ca3]36 &lfs120_checked;
[69a16457]37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&libgweather-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&libgweather-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &libgweather-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &libgweather-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &libgweather-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &libgweather-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">libgweather Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="geocode-glib"/>,
[71b76886]77 <xref linkend="gtk3"/>,
78 <xref linkend="libsoup3"/>, and
79 <xref linkend="pygobject3"/>
[69a16457]80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
[bb8b4003]84 <xref linkend="gobject-introspection"/>,
85 <xref linkend="libxml2"/>, and
[69a16457]86 <xref linkend="vala"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
[f56d2e7]91 <xref linkend="gi-docgen"/> (gi-docgen is also provided as a meson
92 subproject, which will be used if <option>-Dgtk_doc=false</option>
93 is not passed to <command>meson</command>),
94 <xref linkend="llvm"/> (for clang-format), and
95 <ulink url="https://pypi.org/project/pylint/">pylint</ulink>
[69a16457]96 </para>
97
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of libgweather</title>
102
103 <para>
104 Install <application>libgweather</application> by running the following
105 commands:
106 </para>
107
[27229db]108<screen><userinput>mkdir build &amp;&amp;
109cd build &amp;&amp;
110
[91318eb]111meson setup --prefix=/usr \
112 --buildtype=release \
113 -Dgtk_doc=false \
114 .. &amp;&amp;
[760d71b]115ninja</userinput></screen>
116
117 <para>
118 If you have <xref linkend='gi-docgen'/> installed and wish to build
119 the API documentation for this package, issue:
120 </para>
121
122<screen role='nodump'><userinput>sed "s/libgweather_full_version/'libgweather-&libgweather-version;'/" \
123 -i ../doc/meson.build &amp;&amp;
124meson configure -Dgtk_doc=true &amp;&amp;
[27229db]125ninja</userinput></screen>
[69a16457]126
127 <para>
[71b76886]128 One test needs that the locale files be installed on the system, so
[27d3028]129 it is better to run the tests after installing the package.
[69a16457]130 </para>
131
132 <para>
133 Now, as the <systemitem class="username">root</systemitem> user:
134 </para>
135
[27229db]136<screen role="root"><userinput>ninja install</userinput></screen>
[69a16457]137
[27d3028]138 <para>
[71b76886]139 To test the results, issue: <command>LC_ALL=C ninja test</command>. One
[2a63215]140 test, <filename>style / style-format</filename>, is known to fail due to
141 differences between LLVM-16 and LLVM-17's version of clang-format.
[27d3028]142 </para>
143
[69a16457]144 </sect2>
145
146 <sect2 role="commands">
147 <title>Command Explanations</title>
148
[adf17153]149 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
150 href="../../xincludes/meson-buildtype-release.xml"/>
151
[82192a18]152 <para>
[760d71b]153 <parameter>-Dgtk_doc=false</parameter>: &gi-doc-disable;
[82192a18]154 </para>
[69a16457]155
156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Programs</segtitle>
163 <segtitle>Installed Libraries</segtitle>
164 <segtitle>Installed Directories</segtitle>
165
166 <seglistitem>
167 <seg>
168 None
169 </seg>
170 <seg>
[27d3028]171 libgweather-4.so
[69a16457]172 </seg>
173 <seg>
[27d3028]174 /usr/lib/libgweather-4,
175 /usr/include/libgweather-4.0,
176 /usr/share/gtk-doc/html/libgweather-4.0 (optional), and
177 /usr/share/libgweather-4
[69a16457]178 </seg>
179 </seglistitem>
180 </segmentedlist>
181
182 <variablelist>
183 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
184 <?dbfo list-presentation="list"?>
185 <?dbhtml list-presentation="table"?>
186
[27d3028]187 <varlistentry id="libgweather-4">
188 <term><filename class="libraryfile">libgweather-4.so</filename></term>
[69a16457]189 <listitem>
190 <para>
[2a63215]191 contains functions that allow for the retrieval of weather
[4c24eb0a]192 information
[69a16457]193 </para>
[27d3028]194 <indexterm zone="libgweather libgweather-4">
[71b76886]195 <primary sortas="c-libgweather-4">libgweather-4.so</primary>
[69a16457]196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 </variablelist>
201
202 </sect2>
203
204</sect1>
Note: See TracBrowser for help on using the repository browser.