Update to 1.12.0
This commit is contained in:
parent
014a63e7d2
commit
45022f2555
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/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
|
||||
/xdg-desktop-portal-gtk-1.12.0.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (xdg-desktop-portal-gtk-1.10.0.tar.xz) = dea6b1eefa192def900d40747930241896219768663342c5fb76534375c1196e14a1b0d56596bd25c25e27b64e261627c5697d20e1e0db19bad9e83d5d241257
|
||||
SHA512 (xdg-desktop-portal-gtk-1.12.0.tar.xz) = da4750ef6a289aaf1856778f761e51706f71416eb3c5dfe3d239a0b784fb3682e6553e6e1f840ca1b8af493b8931205f37c1a9967986b0cee6af6022b448e237
|
||||
|
@ -2,23 +2,22 @@
|
||||
%global xdg_desktop_portal_version 1.5.4
|
||||
|
||||
Name: xdg-desktop-portal-gtk
|
||||
Version: 1.10.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.12.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Backend implementation for xdg-desktop-portal using GTK+
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/flatpak/%{name}
|
||||
Source0: https://github.com/flatpak/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
|
||||
BuildRequires: pkgconfig(xdg-desktop-portal) >= %{xdg_desktop_portal_version}
|
||||
%{?systemd_requires}
|
||||
BuildRequires: systemd
|
||||
BuildRequires: systemd-rpm-macros
|
||||
Requires: dbus
|
||||
Requires: gsettings-desktop-schemas
|
||||
Requires: xdg-desktop-portal >= %{xdg_desktop_portal_version}
|
||||
@ -75,6 +74,9 @@ A backend implementation for xdg-desktop-portal that is using GTK+.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 21 2021 David King <amigadave@amigadave.com> - 1.12.0-1
|
||||
- Update to 1.12.0
|
||||
|
||||
* Thu Nov 11 2021 David King <amigadave@amigadave.com> - 1.10.0-2
|
||||
- Enable appchooser and settings backends (#2012315)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user