Changelog for
xdg-desktop-portal-gtk-debuginfo-1.15.2-1.2.x86_64.rpm :
* Thu Jan 09 2025 Bjørn Lie
- Update to version 1.15.2: + Plug memory leak in the notification portal backend + Implement the contrast setting + Set correct platform data for notification activation + Drop use of private GNOME Shell notification API + Depend on the graphical-session target + Ensure proper shutdown target + Build against xdg-desktop-portal >= 1.19.1 + Updated translations.- Drop notification-null-icon-pointer.patch: Fixed upstream.
* Thu Jan 09 2025 pallas wept - Add notification-null-icon-pointer.patch
* Fixes build against xdg-desktop-portal 1.19.1
* Sat Oct 21 2023 Bjørn Lie - Update to version 1.15.1: + Fix build of feature-gated portals.
* Fri Oct 20 2023 Bjørn Lie - Update to version 1.15.0: + Switch to the Meson build system, and drop Autotools + Drop most use of private GNOME API; the following portal interfaces have been removed: - org.freedesktop.impl.portal.Screenshot - org.freedesktop.impl.portal.ScreenCast - org.freedesktop.impl.portal.RemoteDesktop - org.freedesktop.impl.portal.Background + Do not add duplicate notifications + Expose the org.gnome.desktop.calendar settings + Fix type for org.gnome.desktop.background.picture-uri setting + Support current_folder in org.freedesktop.impl.portal.FileChooser + Update list of translatable files + Updated translations.- Add meson BuildRequires and macros following upstreams port.
* Fri Apr 21 2023 Bjørn Lie - Pass missing --disable-lockdown to configure, xdg-desktop-portal-gnome handles that one too.
* Sat Apr 08 2023 Bjørn Lie - Change Supplements: Replace gtk3 with gtk3-schema, ensure the supplements gets triggered.- Add (gtk4-schema and (flatpak or snapd)) Supplements: Futureproof the supplements, as more and more of GNOME moves to gtk4.
* Tue Dec 06 2022 Dirk Müller - Update to version 1.14.1: + printing, - wallpaper: Fix some memory leaks. - Consistently include .desktop in the fallback app name. + screencast: Fall back to desktop ID if we don\'t know the app name. + appchooser: Fix a use-after-free. + wallpaper: Handle errors storing images in the cache. + email: Fix a crash if no addresses are provided. + notification: Fix notifications for apps with no ID not appearing. + screenshot: Report whether PickColor is implemented, if possible.
* Sun Mar 27 2022 Andreas Stieger - Update to version 1.14.0: + Add an implementation of the dynamic launcher portal + notification: Fix activation of default action with target + Updated translations.
* Mon Jan 17 2022 Andreas Stieger - Update to version 1.12.0: + settings: Provide org.freedesktop.appearance.color-scheme key + settings: Handle org.gnome.desktop.a11y.interface schema + notification: Handle actions with targets properly + Enable settings and appchooser portals by default + Translation updates
* Fri Nov 12 2021 Bjørn Lie - Add pkgconfig(gsettings-desktop-schemas) BuildRequires and gsettings-desktop-schemas Requires and pass enable-appchooser and enable-settings to meson. This is needed for flatpak gtk apps running outside of gnome. See upstream issue/pull https://github.com/flatpak/xdg-desktop-portal-gtk/pull/362 and rh#2012315 for more info.