forked from pool/xdg-desktop-portal
Accepting request 1120814 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1120814 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdg-desktop-portal?expand=0&rev=37
This commit is contained in:
commit
c3db8e9a24
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5ea35a6420a98b598c83355fc19feaea8ba999149641bf84079b0c572b00f5bd
|
|
||||||
size 260788
|
|
3
xdg-desktop-portal-1.18.1.tar.xz
Normal file
3
xdg-desktop-portal-1.18.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4560478e78b1e246c53e4b0540e63748187143942d6f202a4dcd4864318bfd10
|
||||||
|
size 696988
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 26 18:10:50 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.18.1:
|
||||||
|
+ Communicate better when the Background portal kills an app.
|
||||||
|
+ Properly quote Flatpak command in the Background portal.
|
||||||
|
+ Improve documentation of the "cursor_mode" propery of the
|
||||||
|
ScreenCast backend D-Bus interface.
|
||||||
|
+ Fix ScreenCast portal removing transient restore permissions
|
||||||
|
too early. This fixes screen sharing dialogs on Chromium asking
|
||||||
|
for the screen multiple times.
|
||||||
|
+ Only send the Closed session signal to the sender.
|
||||||
|
+ Add Meson options to disable building with Bubblewrap, and
|
||||||
|
without the Flatpak portal documentation. Disabling Bubblewrap
|
||||||
|
is highly discouraged, and only meant to be used on platforms
|
||||||
|
that do not currently support it. By disabling Bubblewrap,
|
||||||
|
bitmap validation happens without a sandbox, which is highly
|
||||||
|
insecure since image parsing is a common source of exploits.
|
||||||
|
Really, just do not disable Bubblewrap please.
|
||||||
|
+ Improve the manpage of portals.conf.
|
||||||
|
+ Various spelling fixes to the Document portal.
|
||||||
|
+ Add a new website! We don't have a fancy domain yet, but the
|
||||||
|
website can be accessed at
|
||||||
|
https://flatpak.github.io/xdg-desktop-portal/
|
||||||
|
+ Improve pid mapping for host system apps. This should get rid
|
||||||
|
of some rare, unnecessary warnings.
|
||||||
|
+ Adjust documentation of Global Shortcuts portal's timestamps to
|
||||||
|
millisecond granularity.
|
||||||
|
+ Bump minimum Meson version to 0.58.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 3 12:20:53 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
Tue Oct 3 12:20:53 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xdg-desktop-portal
|
Name: xdg-desktop-portal
|
||||||
Version: 1.18.0
|
Version: 1.18.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A portal frontend service for Flatpak
|
Summary: A portal frontend service for Flatpak
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -26,7 +26,7 @@ URL: https://github.com/flatpak/xdg-desktop-portal
|
|||||||
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: docutils
|
BuildRequires: docutils
|
||||||
BuildRequires: meson
|
BuildRequires: meson >= 0.58
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
|
Loading…
Reference in New Issue
Block a user