+ xdg-desktop-portal-1.6.0-2
Add requires to implement GMemoryMonitor
This commit is contained in:
parent
1bc01427b7
commit
ea48a3e145
@ -1,9 +1,11 @@
|
|||||||
%global pipewire_version 0.2.6
|
%global pipewire_version 0.2.6
|
||||||
%global geoclue_version 2.5.2
|
%global geoclue_version 2.5.2
|
||||||
|
%global glib_version 2.63.3
|
||||||
|
%global low_memory_monitor_version 2.0
|
||||||
|
|
||||||
Name: xdg-desktop-portal
|
Name: xdg-desktop-portal
|
||||||
Version: 1.6.0
|
Version: 1.6.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Portal frontend service to flatpak
|
Summary: Portal frontend service to flatpak
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -14,7 +16,7 @@ BuildRequires: gcc
|
|||||||
BuildRequires: pkgconfig(flatpak)
|
BuildRequires: pkgconfig(flatpak)
|
||||||
BuildRequires: pkgconfig(fontconfig)
|
BuildRequires: pkgconfig(fontconfig)
|
||||||
BuildRequires: pkgconfig(fuse)
|
BuildRequires: pkgconfig(fuse)
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib_version}
|
||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(libgeoclue-2.0) >= %{geoclue_version}
|
BuildRequires: pkgconfig(libgeoclue-2.0) >= %{geoclue_version}
|
||||||
BuildRequires: pkgconfig(libpipewire-0.2) >= %{pipewire_version}
|
BuildRequires: pkgconfig(libpipewire-0.2) >= %{pipewire_version}
|
||||||
@ -29,6 +31,8 @@ Recommends: pipewire >= %{pipewire_version}
|
|||||||
Requires: pipewire-libs >= %{pipewire_version}
|
Requires: pipewire-libs >= %{pipewire_version}
|
||||||
# Required for the document portal.
|
# Required for the document portal.
|
||||||
Requires: /usr/bin/fusermount
|
Requires: /usr/bin/fusermount
|
||||||
|
# Required for the GMemoryMonitor GIO API
|
||||||
|
Requires: low-memory-monitor >= %{low_memory_monitor_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
xdg-desktop-portal works by exposing a series of D-Bus interfaces known as
|
xdg-desktop-portal works by exposing a series of D-Bus interfaces known as
|
||||||
@ -95,6 +99,10 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 03 2020 Bastien Nocera <bnocera@redhat.com> - 1.6.0-2
|
||||||
|
+ xdg-desktop-portal-1.6.0-2
|
||||||
|
- Add requires to implement GMemoryMonitor
|
||||||
|
|
||||||
* Fri Dec 20 2019 David King <amigadave@amigadave.com> - 1.6.0-1
|
* Fri Dec 20 2019 David King <amigadave@amigadave.com> - 1.6.0-1
|
||||||
- Update to 1.6.0
|
- Update to 1.6.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user