Looks like the current code base is a little old and it' failing to fetch weather info. This PR fixes it.
I really like this cute app, so would like to see it in AppCenter again if possible :)
Changes summary
Update Flatpak manifest
Update runtime version and dependencies
Use tarballs instead of git for (a little) faster process
Address API changes in libgweather
Remove GWEATHER_I_KNOW_THIS_IS_UNSTABLE flag (it's dropped, see libgweather@de55bfd7)
Set contact info (this looks like necessary since 40, see the following links:
I used your email address used in the commit history here, I'm sorry if you mind it.
Confirmed things
[x] Confirmed that it builds with no warnings/errors
[x] Confirmed that the app runs and weather shown depending on the current location
How to test this branch
The app fails to get location in Flatpak installation (because of the same reason in https://github.com/elementary/default-settings/issues/278). So run gsettings set org.gnome.system.location enabled true before running this branch for the first time.
Looks like the current code base is a little old and it' failing to fetch weather info. This PR fixes it. I really like this cute app, so would like to see it in AppCenter again if possible :)
Changes summary
GWEATHER_I_KNOW_THIS_IS_UNSTABLE
flag (it's dropped, see libgweather@de55bfd7)Confirmed things
How to test this branch
The app fails to get location in Flatpak installation (because of the same reason in https://github.com/elementary/default-settings/issues/278). So run
gsettings set org.gnome.system.location enabled true
before running this branch for the first time.