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.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.gnome.org/sources/gnome-weather/45/gnome-weather-45.0.tar.xz
ダウンロード MD5 sum: 575876d175882b6774d7ba472199946a
ダウンロードサイズ: 236 KB
必要ディスク容量: 3.5 MB
概算ビルド時間: 0.1 SBU 以下
Gjs-1.78.1, libadwaita-1.4.2, libgweather-4.4.0
以下のコマンドを実行して GNOME Weather をビルドします。
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
ビルド結果をテストする場合は ninja test を実行します。
root
ユーザーになって以下を実行します。
ninja install
--buildtype=release
:
本パッケージの安定版リリース向けに適したビルドタイプを指定します。
デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。