libgweather: update to 4.4.4.

This commit is contained in:
oreo639 2025-02-11 15:11:33 -08:00 committed by oreo639
parent a85956e5a4
commit c5f4f0bdc7
2 changed files with 59 additions and 2 deletions

View File

@ -0,0 +1,57 @@
From 8a3a389d46f3eb809d5e2d5e9d843eb24da94c05 Mon Sep 17 00:00:00 2001
From: Emmanuele Bassi <ebassi@gnome.org>
Date: Wed, 16 Oct 2024 00:22:29 +0100
Subject: [PATCH] Remove locations without a METAR station
The following locations have been dropped from the METAR list:
- Los Angeles / USC Campus Downtown
- Brunswick, Naval Air Station
---
data/Locations.xml | 16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)
diff --git a/data/Locations.xml b/data/Locations.xml
index f4d1e6c6..79f22ac6 100644
--- a/data/Locations.xml
+++ b/data/Locations.xml
@@ -23222,7 +23222,7 @@
<!-- A city in Ukraine: https://en.wikipedia.org/wiki/Kyrylivka -->
<_name>Kyrylivka</_name>
<coordinates>46.370000 35.366667</coordinates>
- </city>
+ </city>
</state>
<state>
<!-- Ukraine Zhytomyr Oblast (region/province) -->
@@ -33549,13 +33549,6 @@
<radar>lax</radar>
<coordinates>33.811667 -118.146389</coordinates>
</location>
- <location>
- <name>Los Angeles / USC Campus Downtown</name>
- <code>KCQT</code>
- <zone>CAZ041</zone>
- <radar>lax</radar>
- <coordinates>34.016667 -118.283333</coordinates>
- </location>
<location>
<name>Whiteman Airport</name>
<code>KWHP</code>
@@ -39057,13 +39050,6 @@
<radar>btv</radar>
<coordinates>44.450000 -68.366667</coordinates>
</location>
- <location>
- <name>Brunswick, Naval Air Station</name>
- <code>KNHZ</code>
- <zone>MEZ024</zone>
- <radar>btv</radar>
- <coordinates>43.900278 -69.935000</coordinates>
- </location>
<location>
<name>Caribou Municipal Airport</name>
<code>KCAR</code>
--
GitLab

View File

@ -1,7 +1,7 @@
# Template file for 'libgweather'
pkgname=libgweather
reverts="40.0_1"
version=4.4.2
version=4.4.4
revision=1
build_style=meson
build_helper="gir"
@ -17,7 +17,7 @@ license="LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/LibGWeather"
changelog="https://gitlab.gnome.org/GNOME/libgweather/-/raw/main/NEWS"
distfiles="${GNOME_SITE}/libgweather/${version%.*}/libgweather-${version}.tar.xz"
checksum=a6e427b4770ada48945f3aa906af710fc833cff0d42df91f1828302740d794ec
checksum=7017677753cdf7d1fdc355e4bfcdb1eba8369793a8df24d241427a939cbf4283
build_options="gir gtk_doc"
build_options_default="gir gtk_doc"