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 12.2 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-weather/46/gnome-weather-46.0.tar.xz
Download MD5 sum: 08c626cea07068b2a02d5faba90fdc14
Download size: 236 KB
Estimated disk space required: 4.5 MB
Estimated build time: less than 0.1 SBU
GeoClue-2.7.1, Gjs-1.80.2, libadwaita-1.5.3, and libgweather-4.4.2
Install GNOME Weather by running the following commands:
mkdir build && cd build && meson setup --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.