Rebase to 1.12.0

Explicitly mention a missing Requires.

Resolves: RHEL-16694
This commit is contained in:
Debarshi Ray 2023-11-16 12:58:32 +01:00
parent 5d91dc6817
commit 9bf2e93011
3 changed files with 19 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (xdg-desktop-portal-gtk-1.8.0.tar.xz) = 832b3c4cb9ea738f2ab7641fbd7e14beaa5f6a1ae88f012cd44b12f4bc51588f61868b5982301e3dfd67965d6a69fd8669a9832b6ec7017168d611c87d76689b
SHA512 (xdg-desktop-portal-gtk-1.12.0.tar.xz) = da4750ef6a289aaf1856778f761e51706f71416eb3c5dfe3d239a0b784fb3682e6553e6e1f840ca1b8af493b8931205f37c1a9967986b0cee6af6022b448e237

View File

@ -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 <rishi@fedoraproject.org> - 1.12.0-1
- Rebase to 1.12.0
Resolves: RHEL-16694
* Sat Mar 26 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.8.0-1
- Rebase to 1.8.0
- Remove unnecessary non-arch-specific explicit library Requires