~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon:wip/lantw/meson-Check-for-debug-and-optimization-in-the-same-way-as-GTK-4

Last commit made on 2022-04-30
Get this branch:
git clone -b wip/lantw/meson-Check-for-debug-and-optimization-in-the-same-way-as-GTK-4 https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Name:
wip/lantw/meson-Check-for-debug-and-optimization-in-the-same-way-as-GTK-4
Repository:
lp:~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Recent commits

b5b22f8... by lantw44

meson: Check for debug and optimization in the same way as GTK 4

Now meson returns 'custom' as the 'buildtype' when the user sets
'optimization' and 'debug' to a combination it does not know, making it
more likely to have none of 'debug' and 'release' in 'buildtype'.
Therefore, it should be better to use 'optimization' and 'debug' options
directly if we don't want an explicit option to control it.

64ac7fc... by Fernando Monteiro <email address hidden>

plugins: Stop using GSlice

333f58c... by Charles Monzat <email address hidden>

Update French translation

0aad6f4... by Asier Sarasua Garmendia <email address hidden>

Update Basque translation

c2db0ec... by Bruce Cowan

Update British English translation

15dc11c... by Benjamin Berg <email address hidden>

power: Fix mutter version check in test code

4b1ecfa... by Benjamin Berg <email address hidden>

tests: Enable dconf service for new dbusmock compatibility

python-dbusmock will also stop importing all session services that are
installed on the host system by default (as is already the case for
system services). With this change, the dconf service cannot be
activated anymore unless we explicitly enable the service in the
environment.

Add the appropriate call to enable the service, guarded by a check that
the method exists to be compatible with older dbusmock versions.

See: https://github.com/martinpitt/python-dbusmock/pull/108

946e4bb... by Carlos Garnacho

Release 42.1

b10f273... by Carlos Garnacho

Release 42.0

3a966eb... by Carlos Garnacho

tests: Update Mutter version dependency

This is broken comparing with stable release numbers, like 42.0. This
version is also released, so it sounds better to simply depend on that.