Compare commits

...

No commits in common. "imports/c8-beta/xdg-desktop-portal-gtk-1.4.0-1.el8" and "c8" have entirely different histories.

3 changed files with 22 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/xdg-desktop-portal-gtk-1.4.0.tar.xz
SOURCES/xdg-desktop-portal-gtk-1.8.0.tar.xz

View File

@ -1 +1 @@
4eaac561a929cccef55149bf1b40418230e5af99 SOURCES/xdg-desktop-portal-gtk-1.4.0.tar.xz
cf281335a301828c4b92e91ebf09113e3f485e18 SOURCES/xdg-desktop-portal-gtk-1.8.0.tar.xz

View File

@ -1,7 +1,8 @@
%global xdg_desktop_portal_version 1.1.1
# Required for xdp_impl_background_emit_running_applications_changed
%global xdg_desktop_portal_version 1.5.4
Name: xdg-desktop-portal-gtk
Version: 1.4.0
Version: 1.8.0
Release: 1%{?dist}
Summary: Backend implementation for xdg-desktop-portal using GTK+
@ -9,8 +10,12 @@ 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: pkgconfig(fontconfig)
BuildRequires: pkgconfig(gnome-desktop-3.0)
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
BuildRequires: pkgconfig(xdg-desktop-portal) >= %{xdg_desktop_portal_version}
%{?systemd_requires}
@ -18,8 +23,8 @@ BuildRequires: systemd
Requires: dbus
Requires: xdg-desktop-portal >= %{xdg_desktop_portal_version}
%if 0%{?fedora}
# Use rich deps to pull in this package when flatpak and gtk3 are both installed
Supplements: (flatpak and gtk3)
# Use rich deps to pull in this package when gtk3 and flatpak (or snapd) are both installed
Supplements: (gtk3 and (flatpak or snapd))
%endif
%description
@ -29,7 +34,7 @@ org.gnome.SessionManager D-Bus interfaces.
%prep
%setup -q
%autosetup -p1
%build
@ -61,6 +66,16 @@ org.gnome.SessionManager D-Bus interfaces.
%changelog
* 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
Resolves: #2062432
* Mon May 25 2020 Jonas Ådahl <jadahl@redhat.com> - 1.6.0-1
- Rebase to 1.6.0 (#1837413)
- Bump supported Mutter screen cast API version (#1837413)
- Backport bugfix (#1837413)
* Sat Oct 26 2019 David King <dking@redhat.com> - 1.4.0-1
- Rebase to 1.4.0 (#1748335)