with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
https://gitlab.gnome.org/GNOME/epiphany/-/compare/43.0...43.1
- Hide bookmark star in application mode.
- Fix type error when displaying about:overview empty state.
- Fix thumbnails when loading about:overview from session state.
- Properly %-encode URLs copied from address bar.
- Fix minor memory leaks.
- Fix double free when file monitor for user JavaScript fails.
- Don't autofill passwords in sandboxed contexts (CVE-2023-26081).
- Updated translations.
https://gitlab.gnome.org/GNOME/mutter/-/compare/43.2...43.3
- Skip resize effects for tiled windows during user grabs.
- Disable direct scanout during drag-n-drop operations.
- Ignore unmapped subsurfaces in direct scanout check.
- Fix cursor disappearing over windows during grabs.
- Fix pointer constrains with subsurfaces.
- Make wl_output mode independent of the orientation.
- Improve focus handling on workspace switches.
- Fix cursor position in window screencasts.
- Do not require a physical device to update pointer visibility.
- Fix initialization of keyboard accessibility.
- Fix freeze when crossing monitors under some conditions.
- Don't allow window activation to break global grabs.
- Fixed crashes.
- Plugged leak.
- Misc. bug fixes and cleanups.
We have not been installing icons since the Meson switch but now it caused the updated post-install script to crash:
gtk-update-icon-cache: Failed to open file /nix/store/czzwa7n5yg12gvmq0xg9l9d9s1ja4280-zenity-3.44.0/share/icons/hicolor/.icon-theme.cache : No such file or directory
https://gitlab.gnome.org/GNOME/zenity/-/compare/3.43.0...3.44.0
Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
Unmaintained and does not launch.
libsoup2 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.
Already removed in debian when bumping GNOME to 43: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018122
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.