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-9.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgweather/3.34/libgweather-3.34.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgweather/3.34/libgweather-3.34.0.tar.xz
Download MD5 sum: 52c3b1e27887fc88f862c92c42d930c1
Download size: 2.6 MB
Estimated disk space required: 92 MB
Estimated build time: 0.2 SBU
geocode-glib-3.26.1, GTK+-3.24.13, and libsoup-2.68.3
gobject-introspection-1.62.0, libxml2-2.9.10, and Vala-0.46.6
Glade and GTK-Doc-1.32
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgweather
First, fix a bug in the test suite that causes problems because of a duplicate weather station:
sed -i '338a "KX26",' libgweather/test_libgweather.c
Install libgweather by running the following commands:
mkdir build && cd build && meson --prefix=/usr .. && ninja
To test the results, issue: LANG=C ninja test.
Now, as the root
user:
ninja install
-Dgtk_doc=true
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2020-02-25 20:51:27 -0800