The libgweather package is a library used to access weather information from online services for numerous locations.
This package is known to build and work properly using an LFS-11.2 platform.
Download (HTTP): https://download.gnome.org/sources/libgweather/4.0/libgweather-4.0.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/libgweather/4.0/libgweather-4.0.0.tar.xz
Download MD5 sum: 2aa2708dfde3481c87da3d7ea27110da
Download size: 4.5 MB
Estimated disk space required: 108 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
geocode-glib-3.26.4, GTK+-3.24.34, and libsoup-2.74.2
gobject-introspection-1.72.0, libxml2-2.10.0, and Vala-0.56.2
GTK-Doc-1.33.2, Glade, pylint, and for the bundled gi-docgen module: Pygments-2.13.0, Markdown, toml, and typogrify
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libgweather
Install libgweather by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. && ninja
One test needs that the locale files be installed on the system. So it is better to run the tests after installing the package.
Now, as the root
user:
ninja install
To test the results, issue: ninja test. One test, metar, is known to fail.
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-Dgtk_doc=false
: allows
building without using the bundled gi-docgen module. Remove this switch if you
have the needed dependencies, and you wish to rebuild and install
the API documentation.