Skip to content

Commit c5f4f0b

Browse files
committed
libgweather: update to 4.4.4.
1 parent a85956e commit c5f4f0b

2 files changed

Lines changed: 59 additions & 2 deletions

File tree

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
From 8a3a389d46f3eb809d5e2d5e9d843eb24da94c05 Mon Sep 17 00:00:00 2001
2+
From: Emmanuele Bassi <ebassi@gnome.org>
3+
Date: Wed, 16 Oct 2024 00:22:29 +0100
4+
Subject: [PATCH] Remove locations without a METAR station
5+
6+
The following locations have been dropped from the METAR list:
7+
8+
- Los Angeles / USC Campus Downtown
9+
- Brunswick, Naval Air Station
10+
---
11+
data/Locations.xml | 16 +---------------
12+
1 file changed, 1 insertion(+), 15 deletions(-)
13+
14+
diff --git a/data/Locations.xml b/data/Locations.xml
15+
index f4d1e6c6..79f22ac6 100644
16+
--- a/data/Locations.xml
17+
+++ b/data/Locations.xml
18+
@@ -23222,7 +23222,7 @@
19+
<!-- A city in Ukraine: https://en.wikipedia.org/wiki/Kyrylivka -->
20+
<_name>Kyrylivka</_name>
21+
<coordinates>46.370000 35.366667</coordinates>
22+
- </city>
23+
+ </city>
24+
</state>
25+
<state>
26+
<!-- Ukraine Zhytomyr Oblast (region/province) -->
27+
@@ -33549,13 +33549,6 @@
28+
<radar>lax</radar>
29+
<coordinates>33.811667 -118.146389</coordinates>
30+
</location>
31+
- <location>
32+
- <name>Los Angeles / USC Campus Downtown</name>
33+
- <code>KCQT</code>
34+
- <zone>CAZ041</zone>
35+
- <radar>lax</radar>
36+
- <coordinates>34.016667 -118.283333</coordinates>
37+
- </location>
38+
<location>
39+
<name>Whiteman Airport</name>
40+
<code>KWHP</code>
41+
@@ -39057,13 +39050,6 @@
42+
<radar>btv</radar>
43+
<coordinates>44.450000 -68.366667</coordinates>
44+
</location>
45+
- <location>
46+
- <name>Brunswick, Naval Air Station</name>
47+
- <code>KNHZ</code>
48+
- <zone>MEZ024</zone>
49+
- <radar>btv</radar>
50+
- <coordinates>43.900278 -69.935000</coordinates>
51+
- </location>
52+
<location>
53+
<name>Caribou Municipal Airport</name>
54+
<code>KCAR</code>
55+
--
56+
GitLab
57+

srcpkgs/libgweather/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'libgweather'
22
pkgname=libgweather
33
reverts="40.0_1"
4-
version=4.4.2
4+
version=4.4.4
55
revision=1
66
build_style=meson
77
build_helper="gir"
@@ -17,7 +17,7 @@ license="LGPL-2.1-or-later"
1717
homepage="https://wiki.gnome.org/Projects/LibGWeather"
1818
changelog="https://gitlab.gnome.org/GNOME/libgweather/-/raw/main/NEWS"
1919
distfiles="${GNOME_SITE}/libgweather/${version%.*}/libgweather-${version}.tar.xz"
20-
checksum=a6e427b4770ada48945f3aa906af710fc833cff0d42df91f1828302740d794ec
20+
checksum=7017677753cdf7d1fdc355e4bfcdb1eba8369793a8df24d241427a939cbf4283
2121

2222
build_options="gir gtk_doc"
2323
build_options_default="gir gtk_doc"

0 commit comments

Comments
 (0)