gnome-maps:wip/mlundblad/build-geoclue-libs

Last commit made on 2023-10-09
Get this branch:
git clone -b wip/mlundblad/build-geoclue-libs https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/build-geoclue-libs
Repository:
lp:gnome-maps

Recent commits

7a1a79d... by Marcus Lundblad <email address hidden>

build: Fix geoclue dependency

The previous dependency is a .pc provided by the geoclue service, we are using
the library instead so use the .pc for that.

This means you aren't required to build geoclue without the backend when
building gnome-weather dependencies.

d0d9d33... by Florentina Mușat

Update Romanian translation

a7fc7b0... by Marcus Lundblad <email address hidden>

Revert "flatpak: Don't build libgeoclue"

This reverts commit 90a1a3f8051ccda7c5bca9b45c6e9250e77d3c38.

9403731... by Marcus Lundblad <email address hidden>

appdata: Auto build version

As suggested by @NaheemSays on Matrix and inspired by
gtk@775dbec2

5b85a1c... by Marcus Lundblad <email address hidden>

placeEntry: Enable activate to explictly search

Allows pressing enter to explicitly start searching
with a shorter search term than the normal threashold
where we start autocomplete search (3 characters,
unless starting with a CJK ideograph).

7fbf8cd... by Dark Dragon

appdata: Use the same app ID as in the Flatpak metadata

a62c376... by Marcus Lundblad <email address hidden>

flatpak: Stop explicitly enabling libsoup3 for libshumate

We don't need to explicitly set the meson option to
enable libsoup 3 support when building libshumate as
this is the default.
Also, the plan is to drop support for building libshumate
with libsoup 2 support, so this option would be dropped.

56f956c... by Marcus Lundblad <email address hidden>

Remove duplicare icons

The route icons under data/media is not being used anymore.

90a1a3f... by Marcus Lundblad <email address hidden>

flatpak: Don't build libgeoclue

Since it's already included in the GNOME runtime
there's no need to explictly build it.

7f4f7ef... by Marcus Lundblad <email address hidden>

overpass: Fix distance calculation for deduplication

When deduplicating nearby POI results with the same name
convert distance to meters before comparing with constant
value (geocode-glib calculates distances in km).