[Bug 258039] devel/gsettings-desktop-schemas: update to 40.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 28 Aug 2021 14:48:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258039

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |https://gitlab.gnome.org/GN
                   |                            |OME/gsettings-desktop-schem
                   |                            |as/-/blob/40.0/NEWS

--- Comment #1 from Jan Beich <jbeich@FreeBSD.org> ---
Upstream changes (see URL field) appear backward-compatible. I'm mainly
interested in dropping depedency on heavy sysutils/gnome-settings-daemon for
font settings under GDK_BACKEND=wayland.

https://gitlab.gnome.org/GNOME/gtk/-/commit/e6209de96258
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/commit/d6a804b3a736

Before (gsettings-desktop-schemas-3.38.0 but gnome-settings-daemon-3.38.2 isn't
installed):

  $ gsettings set org.gnome.settings-daemon.plugins.xsettings hinting none
  No such schema “org.gnome.settings-daemon.plugins.xsettings”
  $ gsettings set org.gnome.settings-daemon.plugins.xsettings antialiasing rgba
  No such schema “org.gnome.settings-daemon.plugins.xsettings”

After (gsettings-desktop-schemas-40.0):

 $ gsettings set org.gnome.desktop.interface font-hinting none
 $ gsettings set org.gnome.desktop.interface font-antialiasing rgba

-- 
You are receiving this mail because:
You are the assignee for the bug.