tools are actually used.
This commit replaces
MODGNOME_DESKTOP_FILE with MODGNOME_TOOLS += desktop-file-utils
MODGNOME_MIME_FILE with MODGNOME_TOOLS += shared-mime-info
MODGNOME_ICON_CACHE with MODGNOME_TOOLS += gtk-update-icon-cache
(some prettyfication will follow shortly)
geocode-glib is a convenience library for the geocoding (finding
longitude, and latitude from an address) and reverse geocoding (finding
an address from coordinates). It uses Nominatim service to achieve that.
It also caches (reverse-)geocoding requests for faster results and to
avoid unnecessary server load.
ok aja@