From 9bf2e9301123408855beae1447dc395d2466105d Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 16 Nov 2023 12:58:32 +0100 Subject: [PATCH] Rebase to 1.12.0 Explicitly mention a missing Requires. Resolves: RHEL-16694 --- .gitignore | 1 + sources | 2 +- xdg-desktop-portal-gtk.spec | 19 +++++++++++++++++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bb1e8e3..e2aa4ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /xdg-desktop-portal-gtk-1.6.0.tar.xz /xdg-desktop-portal-gtk-1.8.0.tar.xz +/xdg-desktop-portal-gtk-1.12.0.tar.xz diff --git a/sources b/sources index 56cd75a..80bbad0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdg-desktop-portal-gtk-1.8.0.tar.xz) = 832b3c4cb9ea738f2ab7641fbd7e14beaa5f6a1ae88f012cd44b12f4bc51588f61868b5982301e3dfd67965d6a69fd8669a9832b6ec7017168d611c87d76689b +SHA512 (xdg-desktop-portal-gtk-1.12.0.tar.xz) = da4750ef6a289aaf1856778f761e51706f71416eb3c5dfe3d239a0b784fb3682e6553e6e1f840ca1b8af493b8931205f37c1a9967986b0cee6af6022b448e237 diff --git a/xdg-desktop-portal-gtk.spec b/xdg-desktop-portal-gtk.spec index 17f2e51..079049b 100644 --- a/xdg-desktop-portal-gtk.spec +++ b/xdg-desktop-portal-gtk.spec @@ -2,7 +2,7 @@ %global xdg_desktop_portal_version 1.5.4 Name: xdg-desktop-portal-gtk -Version: 1.8.0 +Version: 1.12.0 Release: 1%{?dist} Summary: Backend implementation for xdg-desktop-portal using GTK+ @@ -21,6 +21,7 @@ BuildRequires: pkgconfig(xdg-desktop-portal) >= %{xdg_desktop_portal_version} %{?systemd_requires} BuildRequires: systemd Requires: dbus +Requires: gsettings-desktop-schemas Requires: xdg-desktop-portal >= %{xdg_desktop_portal_version} %if 0%{?fedora} # Use rich deps to pull in this package when gtk3 and flatpak (or snapd) are both installed @@ -38,7 +39,17 @@ org.gnome.SessionManager D-Bus interfaces. %build -%configure --disable-silent-rules +# All backends need to be enabled because xdg-desktop-portal-gnome is not +# part of RHEL 8. +%configure \ + --disable-silent-rules \ + --enable-appchooser \ + --enable-settings \ + --enable-background \ + --enable-lockdown \ + --enable-screencast \ + --enable-screenshot \ + --enable-wallpaper %make_build @@ -66,6 +77,10 @@ org.gnome.SessionManager D-Bus interfaces. %changelog +* Thu Nov 16 2023 Debarshi Ray - 1.12.0-1 +- Rebase to 1.12.0 +Resolves: RHEL-16694 + * Sat Mar 26 2022 Debarshi Ray - 1.8.0-1 - Rebase to 1.8.0 - Remove unnecessary non-arch-specific explicit library Requires