Description: Fix armhf build:
 expected ‘time_t *’ {aka ‘long long int *’} but argument is of type
 ‘glong *’ {aka ‘long int *’}.
Author: Nathan Pratta Teodosio <nathan.teodosio@canonical.com>
Author: Simon McVittie <smcv@collabora.com>
Forwarded: https://gitlab.gnome.org/GNOME/gnome-calendar/-/merge_requests/492

--- gnome-calendar-47~beta.orig/src/weather/gcal-weather-service.c
+++ gnome-calendar-47~beta/src/weather/gcal-weather-service.c
@@ -512,7 +512,7 @@ preprocess_gweather_reports (GcalWeather
     {
       GWeatherInfo *gwi; /* unowned */
       gboolean valid_date;
-      glong gwi_dtime;
+      time_t gwi_dtime;
       gsize bucket;
 
       gwi = GWEATHER_INFO (iter->data);
