From c5f4f0bdc73ac9e6f4fc9499f060ea3b8d894c3d Mon Sep 17 00:00:00 2001 From: oreo639 Date: Tue, 11 Feb 2025 15:11:33 -0800 Subject: [PATCH] libgweather: update to 4.4.4. --- ...4413ad51a2e461f9a1aeb813490dc48f2e22.patch | 57 +++++++++++++++++++ srcpkgs/libgweather/template | 4 +- 2 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/libgweather/patches/a0834413ad51a2e461f9a1aeb813490dc48f2e22.patch diff --git a/srcpkgs/libgweather/patches/a0834413ad51a2e461f9a1aeb813490dc48f2e22.patch b/srcpkgs/libgweather/patches/a0834413ad51a2e461f9a1aeb813490dc48f2e22.patch new file mode 100644 index 00000000000..890c50b543e --- /dev/null +++ b/srcpkgs/libgweather/patches/a0834413ad51a2e461f9a1aeb813490dc48f2e22.patch @@ -0,0 +1,57 @@ +From 8a3a389d46f3eb809d5e2d5e9d843eb24da94c05 Mon Sep 17 00:00:00 2001 +From: Emmanuele Bassi +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 @@ + + <_name>Kyrylivka + 46.370000 35.366667 +- ++ + + + +@@ -33549,13 +33549,6 @@ + lax + 33.811667 -118.146389 + +- +- Los Angeles / USC Campus Downtown +- KCQT +- CAZ041 +- lax +- 34.016667 -118.283333 +- + + Whiteman Airport + KWHP +@@ -39057,13 +39050,6 @@ + btv + 44.450000 -68.366667 + +- +- Brunswick, Naval Air Station +- KNHZ +- MEZ024 +- btv +- 43.900278 -69.935000 +- + + Caribou Municipal Airport + KCAR +-- +GitLab + diff --git a/srcpkgs/libgweather/template b/srcpkgs/libgweather/template index f824176f370..d680c2e0412 100644 --- a/srcpkgs/libgweather/template +++ b/srcpkgs/libgweather/template @@ -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"