source: gnome/platform/libgweather.xml@ 85506b2

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 85506b2 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.1 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 libgweather-download-http
8 "&gnome-download-http;/libgweather/&gnome-40;/libgweather-&libgweather-version;.tar.xz">
9 <!ENTITY libgweather-download-ftp
10 "&gnome-download-ftp;/libgweather/&gnome-40;/libgweather-&libgweather-version;.tar.xz">
11 <!ENTITY libgweather-md5sum "a9c0989890a837982defd8238e1eb356">
12 <!ENTITY libgweather-size "2.6 MB">
13 <!ENTITY libgweather-buildsize "94 MB">
14 <!ENTITY libgweather-time "0.2 SBU">
15]>
16
17<sect1 id="libgweather" xreflabel="libgweather-&libgweather-version;">
18 <?dbhtml filename="libgweather.html"?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libgweather-&libgweather-version;</title>
25
26 <indexterm zone="libgweather">
27 <primary sortas="a-libgweather">libgweather</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to libgweather</title>
32
33 <para>
34 The <application>libgweather</application> package is a library used
35 to access weather information from online services for numerous
36 locations.
37 </para>
38
39 &lfs101_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&libgweather-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&libgweather-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &libgweather-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &libgweather-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &libgweather-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &libgweather-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">libgweather Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="geocode-glib"/>,
80 <xref linkend="gtk3"/>, and
81 <xref linkend="libsoup"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="gobject-introspection"/>,
87 <xref linkend="libxml2"/>, and
88 <xref linkend="vala"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="gtk-doc"/>,
94 <ulink url="http://glade.gnome.org/">Glade</ulink>, and
95 <ulink url="https://pypi.org/project/pylint/">pylint</ulink>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/libgweather"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of libgweather</title>
105
106 <para>
107 Install <application>libgweather</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>mkdir build &amp;&amp;
112cd build &amp;&amp;
113
114meson --prefix=/usr .. &amp;&amp;
115ninja</userinput></screen>
116
117 <para>
118 To test the results, issue: <command>LANG=C ninja test</command>.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>ninja install</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para>
133 <option>-Dgtk_doc=true</option>: Use this parameter if
134 <application>GTK-Doc</application> is installed and you wish to rebuild
135 and install the API documentation.
136 </para>
137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Programs</segtitle>
145 <segtitle>Installed Libraries</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>
150 None
151 </seg>
152 <seg>
153 libgweather-3.so
154 </seg>
155 <seg>
156 /usr/lib/libgweather,
157 /usr/include/libgweather-3.0,
158 /usr/share/gtk-doc/html/libgweather-3.0 and
159 /usr/share/libgweather
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="libgweather-3">
170 <term><filename class="libraryfile">libgweather-3.so</filename></term>
171 <listitem>
172 <para>
173 contains functions that allow the retrieval of weather
174 information
175 </para>
176 <indexterm zone="libgweather libgweather-3">
177 <primary sortas="c-libgweather-3">libgweather-3.so</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 </variablelist>
183
184 </sect2>
185
186</sect1>
Note: See TracBrowser for help on using the repository browser.