Update to 1.10.0 (#2004781)

This commit is contained in:
David King 2021-09-16 09:36:39 +01:00
parent 901e449cd9
commit bf54024610
3 changed files with 18 additions and 8 deletions

1
.gitignore vendored
View File

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

View File

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

View File

@ -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 <amigadave@amigadave.com> - 1.10.0-1
- Update to 1.10.0 (#2004781)
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild