2019-12-12 18:40:50 +00:00
|
|
|
# Required for xdp_impl_background_emit_running_applications_changed
|
|
|
|
%global xdg_desktop_portal_version 1.5.4
|
2018-02-14 15:13:30 +00:00
|
|
|
|
2016-07-13 16:59:06 +00:00
|
|
|
Name: xdg-desktop-portal-gtk
|
2020-09-14 18:38:02 +00:00
|
|
|
Version: 1.8.0
|
2021-07-23 21:23:52 +00:00
|
|
|
Release: 3%{?dist}
|
2016-07-13 16:59:06 +00:00
|
|
|
Summary: Backend implementation for xdg-desktop-portal using GTK+
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://github.com/flatpak/%{name}
|
2018-04-25 06:19:27 +00:00
|
|
|
Source0: https://github.com/flatpak/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
2016-07-13 16:59:06 +00:00
|
|
|
|
2021-01-09 01:14:29 +00:00
|
|
|
BuildRequires: make
|
2018-07-09 17:06:53 +00:00
|
|
|
BuildRequires: gcc
|
2017-06-06 10:00:50 +00:00
|
|
|
BuildRequires: gettext
|
2019-10-04 20:00:18 +00:00
|
|
|
BuildRequires: pkgconfig(fontconfig)
|
2019-11-28 11:02:10 +00:00
|
|
|
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
2016-07-13 16:59:06 +00:00
|
|
|
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
|
2018-02-14 15:13:30 +00:00
|
|
|
BuildRequires: pkgconfig(xdg-desktop-portal) >= %{xdg_desktop_portal_version}
|
2017-03-31 13:41:34 +00:00
|
|
|
%{?systemd_requires}
|
2018-04-25 06:19:27 +00:00
|
|
|
BuildRequires: systemd
|
2016-07-13 16:59:06 +00:00
|
|
|
Requires: dbus
|
2018-02-14 15:13:30 +00:00
|
|
|
Requires: xdg-desktop-portal >= %{xdg_desktop_portal_version}
|
2017-02-17 17:14:32 +00:00
|
|
|
%if 0%{?fedora}
|
2018-06-12 13:54:40 +00:00
|
|
|
# Use rich deps to pull in this package when gtk3 and flatpak (or snapd) are both installed
|
|
|
|
Supplements: (gtk3 and (flatpak or snapd))
|
2017-02-17 17:14:32 +00:00
|
|
|
%endif
|
2016-07-13 16:59:06 +00:00
|
|
|
|
|
|
|
%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.
|
|
|
|
|
2016-07-29 13:05:29 +00:00
|
|
|
|
2016-07-13 16:59:06 +00:00
|
|
|
%prep
|
2019-10-04 20:00:18 +00:00
|
|
|
%autosetup -p1
|
2016-07-29 13:05:29 +00:00
|
|
|
|
2016-07-13 16:59:06 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-silent-rules
|
|
|
|
%make_build
|
|
|
|
|
2016-07-29 13:05:29 +00:00
|
|
|
|
2016-07-13 16:59:06 +00:00
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
%find_lang %{name}
|
|
|
|
|
2016-07-29 13:05:29 +00:00
|
|
|
|
2017-03-31 13:41:34 +00:00
|
|
|
%post
|
|
|
|
%systemd_user_post %{name}.service
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%systemd_user_preun %{name}.service
|
|
|
|
|
|
|
|
|
2016-07-13 16:59:06 +00:00
|
|
|
%files -f %{name}.lang
|
|
|
|
%license COPYING
|
|
|
|
%doc NEWS
|
|
|
|
%{_libexecdir}/%{name}
|
2017-03-31 13:41:34 +00:00
|
|
|
%{_datadir}/applications/%{name}.desktop
|
2016-07-13 16:59:06 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.freedesktop.impl.portal.desktop.gtk.service
|
|
|
|
%{_datadir}/xdg-desktop-portal/portals/gtk.portal
|
2017-03-31 13:41:34 +00:00
|
|
|
%{_userunitdir}/%{name}.service
|
2016-07-13 16:59:06 +00:00
|
|
|
|
2016-07-29 13:05:29 +00:00
|
|
|
|
|
|
|
|
2016-07-13 16:59:06 +00:00
|
|
|
%changelog
|
2021-07-23 21:23:52 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-27 23:53:11 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-09-14 18:38:02 +00:00
|
|
|
* Mon Sep 14 2020 Kalev Lember <klember@redhat.com> - 1.8.0-1
|
|
|
|
- Update to 1.8.0
|
|
|
|
|
2020-07-29 14:33:00 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-03-28 04:49:39 +00:00
|
|
|
* Sat Mar 28 2020 Kalev Lember <klember@redhat.com> - 1.7.1-1
|
|
|
|
- Update to 1.7.1
|
|
|
|
|
2020-03-14 10:41:33 +00:00
|
|
|
* Sat Mar 14 2020 David King <amigadave@amigadave.com> - 1.7.0-1
|
|
|
|
- Update to 1.7.0 (#1813533)
|
|
|
|
|
2020-03-10 06:41:15 +00:00
|
|
|
* Tue Mar 10 2020 Kalev Lember <klember@redhat.com> - 1.6.0-4
|
|
|
|
- Backport support for mutter screencast API version 3
|
|
|
|
|
2020-01-31 04:13:47 +00:00
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-06 12:42:52 +00:00
|
|
|
* Thu Jan 16 2020 Kalev Lember <klember@redhat.com> - 1.6.0-2
|
|
|
|
- Rebuilt for libgnome-desktop soname bump
|
|
|
|
|
2019-12-20 15:19:28 +00:00
|
|
|
* Fri Dec 20 2019 David King <amigadave@amigadave.com> - 1.6.0-1
|
|
|
|
- Update to 1.6.0 (#1785644)
|
|
|
|
|
2019-12-12 18:40:50 +00:00
|
|
|
* Thu Dec 12 2019 David King <amigadave@amigadave.com> - 1.5.2-1
|
|
|
|
- Update to 1.5.2
|
|
|
|
|
2019-11-28 11:02:10 +00:00
|
|
|
* Thu Nov 28 2019 David King <amigadave@amigadave.com> - 1.5.1-1
|
|
|
|
- Update to 1.5.1 (#1714705)
|
|
|
|
|
2019-10-04 20:00:18 +00:00
|
|
|
* Fri Oct 04 2019 David King <amigadave@amigadave.com> - 1.5.0-1
|
|
|
|
- Update to 1.5.0
|
|
|
|
|
2019-08-12 17:27:55 +00:00
|
|
|
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 1.4.0-1
|
|
|
|
- Update to 1.4.0
|
|
|
|
|
2019-07-27 03:59:18 +00:00
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-03-06 12:57:06 +00:00
|
|
|
* Wed Mar 06 2019 Jonas Ådahl <jadahl@redhat.com> - 1.2.0-3
|
|
|
|
- Backport GNOME 3.32 API compatibility bump patch (#1686053)
|
|
|
|
|
2019-02-03 12:13:17 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-28 16:36:56 +00:00
|
|
|
* Mon Jan 28 2019 David King <amigadave@amigadave.com> - 1.2.0-1
|
|
|
|
- Update to 1.2.0
|
|
|
|
|
2019-01-16 07:20:11 +00:00
|
|
|
* Wed Jan 16 2019 Kalev Lember <klember@redhat.com> - 1.1.1-1
|
|
|
|
- Update to 1.1.1
|
|
|
|
|
2018-09-03 17:02:19 +00:00
|
|
|
* Mon Sep 03 2018 David King <amigadave@amigadave.com> - 1.0.2-1
|
|
|
|
- Update to 1.0.2
|
|
|
|
|
2018-08-20 17:56:59 +00:00
|
|
|
* Mon Aug 20 2018 David King <amigadave@amigadave.com> - 1.0-1
|
|
|
|
- Update to 1.0
|
|
|
|
|
2018-07-24 12:28:31 +00:00
|
|
|
* Tue Jul 24 2018 David King <amigadave@amigadave.com> - 0.99-1
|
|
|
|
- Update to 0.99
|
|
|
|
|
2018-07-14 09:10:26 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-12 13:54:40 +00:00
|
|
|
* Tue Jun 12 2018 Neal Gompa <ngompa13@gmail.com> - 0.11-2
|
|
|
|
- Update Supplements to also install when snapd is installed
|
|
|
|
|
2018-04-25 06:19:27 +00:00
|
|
|
* Wed Apr 25 2018 David King <amigadave@amigadave.com> - 0.11-1
|
|
|
|
- Update to 0.11 (#1545226)
|
|
|
|
|
2018-02-14 15:13:30 +00:00
|
|
|
* Wed Feb 14 2018 David King <amigadave@amigadave.com> - 0.10-1
|
|
|
|
- Update to 0.10 (#1545226)
|
|
|
|
|
2018-02-09 21:26:52 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-11-19 22:06:59 +00:00
|
|
|
* Sun Nov 19 2017 David King <amigadave@amigadave.com> - 0.9-1
|
|
|
|
- Update to 0.9 (#1514775)
|
|
|
|
|
2017-08-03 10:32:51 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 21:57:57 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-06 10:00:50 +00:00
|
|
|
* Tue Jun 06 2017 David King <amigadave@amigadave.com> - 0.7-1
|
|
|
|
- Update to 0.7
|
|
|
|
|
2017-03-31 13:41:34 +00:00
|
|
|
* Fri Mar 31 2017 David King <amigadave@amigadave.com> - 0.6-1
|
|
|
|
- Update to 0.6
|
|
|
|
|
2017-02-17 17:14:32 +00:00
|
|
|
* Fri Feb 17 2017 Kalev Lember <klember@redhat.com> - 0.5-3
|
|
|
|
- Use rich deps to pull in this package when flatpak and gtk3 are both installed
|
|
|
|
|
2017-02-11 17:43:50 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-18 20:42:01 +00:00
|
|
|
* Wed Jan 18 2017 David King <amigadave@amigadave.com> - 0.5-1
|
|
|
|
- Update to 0.5
|
|
|
|
|
2016-09-02 11:25:08 +00:00
|
|
|
* Fri Sep 02 2016 David King <amigadave@amigadave.com> - 0.3-1
|
|
|
|
- Update to 0.3
|
|
|
|
|
2016-07-29 13:05:29 +00:00
|
|
|
* Fri Jul 29 2016 David King <amigadave@amigadave.com> - 0.2-1
|
|
|
|
- Update to 0.2 (#1361576)
|
|
|
|
|
2016-07-13 16:59:06 +00:00
|
|
|
* Wed Jul 13 2016 David King <amigadave@amigadave.com> - 0.1-1
|
|
|
|
- Initial Fedora packaging
|