GNOME Weather is a small application that allows you to monitor the current weather conditions for your city, or anywhere in the world, and to access updated forecasts provided by various internet services.
This package is known to build and work properly using an LFS-11.2 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-weather/42/gnome-weather-42.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-weather/42/gnome-weather-42.0.tar.xz
Download MD5 sum: 702c07e0da5db7a3f779d74a55606fcb
Download size: 228 KB
Estimated disk space required: 4.8 MB
Estimated build time: less than 0.1 SBU
Gjs-1.72.2, libadwaita-1.1.4, libgweather-4.0.0, and libhandy-1.6.3
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gnome-weather
Install GNOME Weather by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.