https://github.com/GNOME/orca/compare/ORCA_44_1..ORCA_45_ALPHA
Grepped all "subprocess" usage, I was suprised when I saw even
`cat` was also handled.
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
https://gitlab.gnome.org/GNOME/libadwaita/-/compare/1.3.5...1.4.beta
New appstream dependency:
876672aac1
Color scheme will now only use GSettings with `ADW_DISABLE_PORTAL=1`, users should install XDG portals
or set the variable if they want Adwaita apps to respect their color scheme:
e715fae6a5
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/compare/44.0...45.alpha
I see two major changes:
Revert back to jpeg wallpapers: Hopefully we are not affected to thanks to the
remove-backgrounds.gschema.override
Remove window shading: This should cause crash on packages that still need it,
in particular magpie 0.9.2 and mutter 43.x. For Budgie we can see if it can
be fixed in new release, for Pantheon we will need mutter 44 or a manual backport of
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2884.
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/compare/44.0...45.alpha
Needs new libadwaita, no other build changes.
Also remove pcre – it has not been used since
6ea5bbae19
This was missed in 428915f452
and was pointed out in the latest docs changes.
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
https://gitlab.gnome.org/GNOME/gnome-sudoku/-/compare/44.0...45.alpha
Ported to gtk4 and libadwaita.
Replace appstream-util with appstreamcli but no change needed for us.
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/44.5...45.alpha
Still need gdk-x11-3.0.
dbusServices are ported to ESM (gjs -m). I assume our js/dbusServices/dbus-service.in patch
should still work after a trivial rebase, by test starting gnome-extensions-app (it will fail to
start with Gio.DBusError: Error calling StartServiceByName for org.gnome.Shell.Extensions
without this patch).
612e04165e
Dark and light theme variants have their own css files:
d76f309dba
Dropped soup 2 support.
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
https://gitlab.gnome.org/GNOME/gnome-control-center/-/compare/44.3...45.alpha
Refreshed patches with 606957c048
Most meson changes come from 7f7b65545c
Other build changes are require new libadwaita, snapd-glib-2 (not relevant to us).
Still require old gcm-calibrate.
Not aware of stuff that needs fixed path at a very very brief glance.
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
https://gitlab.gnome.org/GNOME/glib/-/compare/2.76.4...2.77.1
Refreshed split-dev-programs.patch with 9f111c3416
NEWS look okay, all patches applies.
- Re-upgrade missing attribute debugs to criticals in `GFileInfo`
- Add `glib_valgrind_suppressions` variable to glib pkg-config file
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
https://gitlab.gnome.org/GNOME/evince/-/compare/44.3...45.alpha
Removes direct search for msgfmt - I assume we keep gettext for i18n.merge_file
c349853990
Removes libxml2 dependency from PDF backend - instead this is unconditionally added
as part of libdocument, no action needed for us
dbd3329478
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
https://gitlab.gnome.org/GNOME/at-spi2-core/-/compare/AT_SPI2_CORE_2_48_3...AT_SPI2_CORE_2_49_90
NEWS look good:
* TableCell.xml: Add Get{Column,Row}HeaderCells methods
* atspi_accessible_get_localized_role_name: Use internal names when possible.
* Add a non-recursive function to clear a single object's cache.
* Fix a test failure/timeout.
* Add atspi_get_version() to return the runtime version of the library.
* Collection: fix match testing for attributes.
* Fix a NULL pointer dereference when deregistering an event listener that
doesn't include a detail.
* Fix the documentation for interfaces in collection match rules.
* Add an AtspiLive enum to specify the politeness level for live regions,
and document that this should be used for Announcement signals. Also add a
notification signal in atk to replace the announcement signal that lacks
the politeness information.
* Add an asynchronous version of atspi_generate_mouse_event.
Don't aware of build change that needs action.
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>