Update to 1.10.0 (#2004781)
This commit is contained in:
parent
901e449cd9
commit
bf54024610
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
|||||||
/xdg-desktop-portal-gtk-1.7.0.tar.xz
|
/xdg-desktop-portal-gtk-1.7.0.tar.xz
|
||||||
/xdg-desktop-portal-gtk-1.7.1.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.8.0.tar.xz
|
||||||
|
/xdg-desktop-portal-gtk-1.10.0.tar.xz
|
||||||
|
2
sources
2
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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global xdg_desktop_portal_version 1.5.4
|
%global xdg_desktop_portal_version 1.5.4
|
||||||
|
|
||||||
Name: xdg-desktop-portal-gtk
|
Name: xdg-desktop-portal-gtk
|
||||||
Version: 1.8.0
|
Version: 1.10.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Backend implementation for xdg-desktop-portal using GTK+
|
Summary: Backend implementation for xdg-desktop-portal using GTK+
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -14,7 +14,6 @@ BuildRequires: make
|
|||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: pkgconfig(fontconfig)
|
BuildRequires: pkgconfig(fontconfig)
|
||||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
|
||||||
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
|
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
|
||||||
BuildRequires: pkgconfig(xdg-desktop-portal) >= %{xdg_desktop_portal_version}
|
BuildRequires: pkgconfig(xdg-desktop-portal) >= %{xdg_desktop_portal_version}
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
@ -27,9 +26,7 @@ Supplements: (gtk3 and (flatpak or snapd))
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A backend implementation for xdg-desktop-portal that is using GTK+ and various
|
A backend implementation for xdg-desktop-portal that is using GTK+.
|
||||||
pieces of GNOME infrastructure, such as the org.gnome.Shell.Screenshot or
|
|
||||||
org.gnome.SessionManager D-Bus interfaces.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -37,7 +34,16 @@ org.gnome.SessionManager D-Bus interfaces.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%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
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
@ -65,6 +71,9 @@ org.gnome.SessionManager D-Bus interfaces.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user