Changelog for
xdg-desktop-portal-gtk-1.15.1-1.3.x86_64.rpm :
* 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.
* Fri Sep 24 2021 Bjørn Lie - Pass --disable-silent-rules, --disable-appchooser, - -disable-background, --disable-screencast, --disable-screenshot, - -disable-settings, and --disable-wallpaper to configure, make use of xdg-desktop-portal-gnome, and more importantly, remove all gnome-dependencies from this package.- Following the above, drop pkgconfig(gio-2.0), pkgconfig(gio-unix-2.0) and pkgconfig(gnome-desktop-3.0) BuildRequires.- Add explicit pkgconfig(fontconfig) BuildRequires.- Add systemd_user_post and systemd_user_preun macros to post/preun sections.
* Sat Sep 18 2021 Bjørn Lie - Update to version 1.10.0: + filechooser: Fix a focus issue + inhibit: Autostart org.gnome.ScreenSaver + screencast: Force window icon size + Make portal backends with GNOME dependencies optional and disable them by default. Use xdg-desktop-portal-gnome, or use - -enable-wallpaper to build with the wallpaper backend - -enable-screenshot to build with the screenshot backend - -enable-screencast to build with screencast/remoting backends - -enable-background to build with the background backend - -enable-settings to build with the settings backend - -enable-appchooser to build with the appchooser backend + Updated translations.
* Mon Jan 04 2021 Aria Buckles - Update to version 1.8.0: + filechooser: Return the current filter + screenshot: Fix cancellation + appchooser: Avoid a crash + wallpaper: - Properly preview placement settings - Drop the lockscreen option + printing: Improve the notification + Updated translations.- Changes from version 1.7.1: + filechooser: - Handle the \"directory\" option to select directories - Only show preview when we have an image + Updated translations.- Changes from version 1.7.0: + screencast: Support mutter version 3 + settings: Fall back to gsettings for enable-animations + Updated translations.- Drop xdg-dpg-support-mutter-pipewire-3-api.patch: Fixed upstream.