Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
1
.xdg-desktop-portal.metadata
Normal file
1
.xdg-desktop-portal.metadata
Normal file
@ -0,0 +1 @@
|
||||
da4b7f55f39e237e000b8189f94c8a9ea677cd21 SOURCES/xdg-desktop-portal-1.12.6.tar.xz
|
26
SOURCES/power-profiles-daemon-gnome-40-backport.patch
Normal file
26
SOURCES/power-profiles-daemon-gnome-40-backport.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From 5b065233a76c642d0316d8f3143b0e63ca3b2d40 Mon Sep 17 00:00:00 2001
|
||||
From: Bastien Nocera <hadess@hadess.net>
|
||||
Date: Tue, 24 Aug 2021 16:38:18 +0200
|
||||
Subject: [PATCH] Force power-profiles-daemon support in
|
||||
|
||||
---
|
||||
src/power-profile-monitor.c | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/src/power-profile-monitor.c b/src/power-profile-monitor.c
|
||||
index 9ffa87a51296..d033feded5e0 100644
|
||||
--- a/src/power-profile-monitor.c
|
||||
+++ b/src/power-profile-monitor.c
|
||||
@@ -28,9 +28,7 @@
|
||||
#include "xdp-dbus.h"
|
||||
#include "xdp-utils.h"
|
||||
|
||||
-#if GLIB_CHECK_VERSION(2, 69, 1)
|
||||
#define HAS_POWER_PROFILE_MONITOR 1
|
||||
-#endif
|
||||
|
||||
typedef struct _PowerProfileMonitor PowerProfileMonitor;
|
||||
typedef struct _PowerProfileMonitorClass PowerProfileMonitorClass;
|
||||
--
|
||||
2.34.1
|
||||
|
@ -1,5 +1,7 @@
|
||||
%global pipewire_version 0.2.90
|
||||
%global geoclue_version 2.5.2
|
||||
%global glib_version 2.68.3-5
|
||||
%global low_memory_monitor_version 2.0
|
||||
|
||||
Name: xdg-desktop-portal
|
||||
Version: 1.12.6
|
||||
@ -15,7 +17,7 @@ BuildRequires: make
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: pkgconfig(flatpak)
|
||||
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(libgeoclue-2.0) >= %{geoclue_version}
|
||||
BuildRequires: pkgconfig(libpipewire-0.3) >= %{pipewire_version}
|
||||
@ -25,10 +27,16 @@ Requires: dbus
|
||||
# Required version for icon validator.
|
||||
Recommends: flatpak >= 1.2.0
|
||||
Requires: geoclue2 >= %{geoclue_version}
|
||||
Requires: glib2%{?_isa} >= %{glib_version}
|
||||
Recommends: pipewire >= %{pipewire_version}
|
||||
Requires: pipewire-libs%{?_isa} >= %{pipewire_version}
|
||||
# Required for the document portal.
|
||||
Requires: /usr/bin/fusermount
|
||||
# Required for the GMemoryMonitor GIO API
|
||||
Requires: low-memory-monitor >= %{low_memory_monitor_version}
|
||||
|
||||
# https://github.com/flatpak/xdg-desktop-portal/pull/613
|
||||
Patch0: power-profiles-daemon-gnome-40-backport.patch
|
||||
|
||||
%description
|
||||
xdg-desktop-portal works by exposing a series of D-Bus interfaces known as
|
||||
@ -97,52 +105,136 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
|
||||
|
||||
%changelog
|
||||
* Tue Nov 14 2023 Debarshi Ray <rishi@fedoraproject.org> - 1.12.6-1
|
||||
- Rebase to 1.12.6
|
||||
Resolves: RHEL-16452
|
||||
- Update to 1.12.6
|
||||
Resolves: RHEL-16451
|
||||
|
||||
* Tue Oct 12 2021 Tomas Popela <tpopela@redhat.com> - 1.8.1-1
|
||||
- Rebase to 1.8.1
|
||||
* Wed Apr 20 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.4-1
|
||||
- Update to 1.12.4
|
||||
Resolves: #2068448, #2076812
|
||||
|
||||
* Mon Apr 04 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.3-1
|
||||
- Update to 1.12.3
|
||||
Resolves: #2068448, #2069328
|
||||
|
||||
* Fri Mar 25 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.2-1
|
||||
- Update to 1.12.2
|
||||
- Explicit library Requires should be arch-specific
|
||||
Resolves: #2062430
|
||||
Resolves: #2068448
|
||||
|
||||
* Tue Oct 12 2021 Tomas Popela <tpopela@redhat.com> - 1.6.0-6
|
||||
- Rebuild to recover from broken binutils
|
||||
Resolves: #1954457
|
||||
* Tue Feb 08 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.1-1
|
||||
- Rebase to 1.12.1
|
||||
Resolves: #2051488
|
||||
|
||||
* Thu Apr 15 2021 Tomas Popela <tpopela@redhat.com> - 1.6.0-5
|
||||
* Tue Aug 24 2021 Bastien Nocera <bnocera@redhat.com> - 1.8.1-6
|
||||
+ xdg-desktop-portal-1.8.1-6
|
||||
- Add PowerProfileMonitor portal
|
||||
- Resolves: rhbz#1994468
|
||||
|
||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.8.1-5
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.8.1-4
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Thu Apr 15 2021 Tomas Popela <tpopela@redhat.com> - 1.8.1-3
|
||||
- Drop PipeWire 0.2 requirement as Chrom[e|ium] 90 now depends on PipeWire 0.3
|
||||
- Resolves: rhbz#1949809
|
||||
- Resolves: rhbz#1929237
|
||||
|
||||
* Thu Feb 18 2021 Tomas Pelka <tpelka@redhat.com> - 1.6.0-4
|
||||
- Bump version and rebuild due to z-stream release with the same version
|
||||
* Wed Feb 17 2021 David King <amigadave@amigadave.com> - 1.8.1-2
|
||||
- Drop unused fontconfig BuildRequires
|
||||
|
||||
* Fri Oct 09 2020 David King <dking@redhat.com> - 1.6.0-3
|
||||
- Fix OpenURI crash (#1886025)
|
||||
* Wed Feb 17 2021 Kalev Lember <klember@redhat.com> - 1.8.1-1
|
||||
- Update to 1.8.1
|
||||
|
||||
* Wed Jul 15 2020 Jonas Ådahl <jadahl@redhat.com> - 1.6.0-2
|
||||
- Require pipewire0.2-libs for legacy application support.
|
||||
Resolves: #1854734
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon May 25 2020 Jonas Ådahl <jadahl@redhat.com> - 1.6.0-1
|
||||
- Rebase to 1.6.0 (#1775345)
|
||||
- Backport PipeWire 0.3 support (#1775345)
|
||||
- Backport fixes (#1775345)
|
||||
* Mon Sep 14 2020 Kalev Lember <klember@redhat.com> - 1.8.0-1
|
||||
- Update to 1.8.0
|
||||
|
||||
* Wed Oct 09 2019 David King <dking@redhat.com> - 1.4.2-1
|
||||
- Rebase to 1.4.2 (#1748296)
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Thu Jun 25 2020 Tomas Popela <tpopela@redhat.com> - 1.7.2-2
|
||||
- Start to require pipewire0.2-libs so screen sharing works out of the box in Chrome and Chromium.
|
||||
|
||||
* Fri Apr 03 2020 David King <amigadave@amigadave.com> - 1.7.2-1
|
||||
- Update to 1.7.2 (#1820660)
|
||||
|
||||
* Sat Mar 28 2020 Kalev Lember <klember@redhat.com> - 1.7.1-1
|
||||
- Update to 1.7.1
|
||||
|
||||
* Sat Mar 14 2020 David King <amigadave@amigadave.com> - 1.7.0-1
|
||||
- Update to 1.7.0 (#1813534)
|
||||
|
||||
* Tue Mar 10 2020 Kalev Lember <klember@redhat.com> - 1.6.0-4
|
||||
- Backport PipeWire 0.3 support
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
- Update to 1.6.0
|
||||
|
||||
* Thu Dec 12 2019 David King <amigadave@amigadave.com> - 1.5.4-1
|
||||
- Update to 1.5.4
|
||||
|
||||
* Thu Nov 28 2019 David King <amigadave@amigadave.com> - 1.5.3-1
|
||||
- Update to 1.5.3
|
||||
|
||||
* Tue Oct 29 2019 David King <amigadave@amigadave.com> - 1.5.2-1
|
||||
- Update to 1.5.2 (#1766780)
|
||||
|
||||
* Tue Oct 22 2019 David King <amigadave@amigadave.com> - 1.5.1-1
|
||||
- Update to 1.5.1 (#1714704)
|
||||
|
||||
* Fri Oct 04 2019 David King <amigadave@amigadave.com> - 1.5.0-1
|
||||
- Update to 1.5.0
|
||||
|
||||
* Mon Sep 16 2019 Kalev Lember <klember@redhat.com> - 1.4.2-3
|
||||
- Avoid a hard dep on pipewire daemon
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue May 28 2019 Kalev Lember <klember@redhat.com> - 1.4.2-1
|
||||
- Update to 1.4.2
|
||||
|
||||
* Thu Feb 14 2019 David King <amigadave@amigadave.com> - 1.2.0-3
|
||||
- Drop icon validator Requires to Recommends
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Jan 26 2019 David King <amigadave@amigadave.com> - 1.2.0-1
|
||||
- Update to 1.2.0 (#1669552)
|
||||
|
||||
* 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
|
||||
|
||||
* Tue Sep 18 2018 Kalev Lember <klember@redhat.com> - 1.0.2-1
|
||||
- Update to 1.0.2 (#1630249)
|
||||
* Mon Sep 03 2018 David King <amigadave@amigadave.com> - 1.0.2-1
|
||||
- Update to 1.0.2
|
||||
|
||||
* Mon Aug 20 2018 David King <amigadave@amigadave.com> - 1.0-1
|
||||
- Update to 1.0
|
||||
|
||||
* Wed Aug 01 2018 Jan Grulich <jgrulich@redhat.com> - 0.99-2
|
||||
- Rebuild PipeWire 0.2.2
|
||||
|
||||
* Tue Jul 31 2018 David King <dking@redhat.com> - 0.99-1
|
||||
* Tue Jul 24 2018 David King <amigadave@amigadave.com> - 0.99-1
|
||||
- Update to 0.99
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Apr 25 2018 David King <amigadave@amigadave.com> - 0.11-1
|
||||
- Update to 0.11 (#1545225)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user