diff options
author | Florian Brosch <flo.brosch@gmail.com> | 2017-10-12 23:51:57 +0200 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2017-12-11 21:23:19 -0200 |
commit | 83bec27ad579c0e67adff010312d30d74365aa05 (patch) | |
tree | a40caee5ade2ee0754ea2a93750303dc876cab82 /data/meson.build | |
parent | fcd9fa1c3100295881b00b71fa7259004a959108 (diff) | |
download | gnome-calendar-83bec27ad579c0e67adff010312d30d74365aa05.tar.gz |
Initial weather service.
This commit introduces two new classes:
1. GCalWeatherService
2. GCalWeatherInfo
GcalWeatherservice picks-up the current location and periodically
fetches weather reports represented by GcalWeatherInfo.
The weather part is not complete yet.
Diffstat (limited to 'data/meson.build')
-rw-r--r-- | data/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/meson.build b/data/meson.build index 34be45e5..4c5e0a7c 100644 --- a/data/meson.build +++ b/data/meson.build @@ -2,6 +2,7 @@ subdir('icons') subdir('appdata') # Desktop files +# Note: This name is registered in gcal-weather-service.c. desktop = 'org.gnome.Calendar.desktop' i18n.merge_file( |