Update to 1.1.1
This commit is contained in:
parent
c432880b75
commit
cd55fdeb65
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/xdg-desktop-portal-1.0.tar.xz
|
||||
/xdg-desktop-portal-1.0.2.tar.xz
|
||||
/xdg-desktop-portal-1.0.3.tar.xz
|
||||
/xdg-desktop-portal-1.1.1.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (xdg-desktop-portal-1.0.3.tar.xz) = b4ddd965ba7a9e2c99cfd86b439273bc683bbdabdf49b841dfa998c121317bf000d730a2045a26d823053aed49ca8ba48c4acb66ba528f05fd2ea69b555a0a29
|
||||
SHA512 (xdg-desktop-portal-1.1.1.tar.xz) = f9cd3bb63f165214a8ab6c44a8281f16ec360ff2d8daeddd47acb2cbae978d134a3b5beb5d7fecf08f58944e9bbba827d7becbf2d8eebd27ce1edf51c1a1f087
|
||||
|
@ -1,7 +1,8 @@
|
||||
%global pipewire_version 0.2.2
|
||||
%global geoclue_version 2.5.2
|
||||
|
||||
Name: xdg-desktop-portal
|
||||
Version: 1.0.3
|
||||
Version: 1.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Portal frontend service to flatpak
|
||||
|
||||
@ -11,8 +12,11 @@ Source0: https://github.com/flatpak/xdg-desktop-portal/releases/download/%{versi
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(flatpak)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(fuse)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(libgeoclue-2.0) >= %{geoclue_version}
|
||||
BuildRequires: pkgconfig(libpipewire-0.2) >= %{pipewire_version}
|
||||
BuildRequires: /usr/bin/xmlto
|
||||
%{?systemd_requires}
|
||||
@ -20,6 +24,7 @@ BuildRequires: systemd
|
||||
Requires: dbus
|
||||
# Required version due to the move of the document portal.
|
||||
Requires: flatpak >= 0.11.1
|
||||
Requires: geoclue2 >= %{geoclue_version}
|
||||
Requires: pipewire >= %{pipewire_version}
|
||||
# Required for the document portal.
|
||||
Requires: /usr/bin/fusermount
|
||||
@ -78,6 +83,7 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.impl.portal.PermissionStore.service
|
||||
%{_datadir}/%{name}
|
||||
%{_libexecdir}/xdg-desktop-portal
|
||||
%{_libexecdir}/xdg-desktop-portal-validate-icon
|
||||
%{_libexecdir}/xdg-document-portal
|
||||
%{_libexecdir}/xdg-permission-store
|
||||
%{_userunitdir}/%{name}.service
|
||||
@ -89,6 +95,9 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 16 2019 Kalev Lember <klember@redhat.com> - 1.1.1-1
|
||||
- Update to 1.1.1
|
||||
|
||||
* Tue Oct 09 2018 David King <amigadave@amigadave.com> - 1.0.3-1
|
||||
- Update to 1.0.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user