gnome-weather-3.34.0

Introduction to GNOME Weather

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-9.1 platform.

Package Information

GNOME Weather Dependencies

Required

Gjs-1.58.5 and libgweather-3.34.0

Optional

appstream-glib

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-weather

Installation of GNOME Weather

Install GNOME Weather by running the following commands:

mkdir build &&
cd    build &&

meson --prefix=/usr .. &&
ninja

To test the results, issue: ninja test. One test may fail if the package is not already installed, and all tests must be run in a X session with D-Bus support.

Now, as the root user:

ninja install

Contents

Installed Programs: gnome-weather
Installed Libraries: None
Installed Directories: /usr/share/org.gnome.Weather

Short Descriptions

gnome-weather

is a small application that allows you to monitor the current weather conditions anywhere in the world.

Last updated on 2020-02-27 13:05:33 -0800