From bf54024610e51d558b2993102f29880358030648 Mon Sep 17 00:00:00 2001 From: David King Date: Thu, 16 Sep 2021 09:36:39 +0100 Subject: [PATCH] Update to 1.10.0 (#2004781) --- .gitignore | 1 + sources | 2 +- xdg-desktop-portal-gtk.spec | 23 ++++++++++++++++------- 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 3787abc..6095dc4 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /xdg-desktop-portal-gtk-1.7.0.tar.xz /xdg-desktop-portal-gtk-1.7.1.tar.xz /xdg-desktop-portal-gtk-1.8.0.tar.xz +/xdg-desktop-portal-gtk-1.10.0.tar.xz diff --git a/sources b/sources index 56cd75a..fb7c0fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdg-desktop-portal-gtk-1.8.0.tar.xz) = 832b3c4cb9ea738f2ab7641fbd7e14beaa5f6a1ae88f012cd44b12f4bc51588f61868b5982301e3dfd67965d6a69fd8669a9832b6ec7017168d611c87d76689b +SHA512 (xdg-desktop-portal-gtk-1.10.0.tar.xz) = dea6b1eefa192def900d40747930241896219768663342c5fb76534375c1196e14a1b0d56596bd25c25e27b64e261627c5697d20e1e0db19bad9e83d5d241257 diff --git a/xdg-desktop-portal-gtk.spec b/xdg-desktop-portal-gtk.spec index 070663d..f3aaea3 100644 --- a/xdg-desktop-portal-gtk.spec +++ b/xdg-desktop-portal-gtk.spec @@ -2,8 +2,8 @@ %global xdg_desktop_portal_version 1.5.4 Name: xdg-desktop-portal-gtk -Version: 1.8.0 -Release: 3%{?dist} +Version: 1.10.0 +Release: 1%{?dist} Summary: Backend implementation for xdg-desktop-portal using GTK+ License: LGPLv2+ @@ -14,7 +14,6 @@ BuildRequires: make BuildRequires: gcc BuildRequires: gettext BuildRequires: pkgconfig(fontconfig) -BuildRequires: pkgconfig(gnome-desktop-3.0) BuildRequires: pkgconfig(gtk+-unix-print-3.0) BuildRequires: pkgconfig(xdg-desktop-portal) >= %{xdg_desktop_portal_version} %{?systemd_requires} @@ -27,9 +26,7 @@ Supplements: (gtk3 and (flatpak or snapd)) %endif %description -A backend implementation for xdg-desktop-portal that is using GTK+ and various -pieces of GNOME infrastructure, such as the org.gnome.Shell.Screenshot or -org.gnome.SessionManager D-Bus interfaces. +A backend implementation for xdg-desktop-portal that is using GTK+. %prep @@ -37,7 +34,16 @@ org.gnome.SessionManager D-Bus interfaces. %build -%configure --disable-silent-rules +# All backends that are disabled are instead provided by +# xdg-desktop-portal-gnome, to keep this package free of GNOME dependencies. +%configure \ + --disable-silent-rules \ + --disable-appchooser \ + --disable-background \ + --disable-screencast \ + --disable-screenshot \ + --disable-settings \ + --disable-wallpaper %make_build @@ -65,6 +71,9 @@ org.gnome.SessionManager D-Bus interfaces. %changelog +* Thu Sep 16 2021 David King - 1.10.0-1 +- Update to 1.10.0 (#2004781) + * Fri Jul 23 2021 Fedora Release Engineering - 1.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild