|
|
@ -1,18 +1,27 @@
|
|
|
|
# Required for xdp_impl_background_emit_running_applications_changed
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
%global xdg_desktop_portal_version 1.5.4
|
|
|
|
## (rpmautospec version 0.6.1)
|
|
|
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
|
|
|
release_number = 6;
|
|
|
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global xdg_desktop_portal_version 1.14.0
|
|
|
|
|
|
|
|
|
|
|
|
Name: xdg-desktop-portal-gtk
|
|
|
|
Name: xdg-desktop-portal-gtk
|
|
|
|
Version: 1.12.0
|
|
|
|
Version: 1.15.1
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Backend implementation for xdg-desktop-portal using GTK+
|
|
|
|
Summary: Backend implementation for xdg-desktop-portal using GTK+
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPL-2.0-or-later
|
|
|
|
URL: https://github.com/flatpak/%{name}
|
|
|
|
URL: https://github.com/flatpak/%{name}
|
|
|
|
Source0: https://github.com/flatpak/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Source0: https://github.com/flatpak/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: pkgconfig(fontconfig)
|
|
|
|
BuildRequires: pkgconfig(fontconfig)
|
|
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
|
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
|
|
|
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
|
|
|
@ -22,6 +31,11 @@ Requires: dbus
|
|
|
|
Requires: gsettings-desktop-schemas
|
|
|
|
Requires: gsettings-desktop-schemas
|
|
|
|
Requires: xdg-desktop-portal >= %{xdg_desktop_portal_version}
|
|
|
|
Requires: xdg-desktop-portal >= %{xdg_desktop_portal_version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# https://github.com/containers/composefs/pull/229#issuecomment-1838735764
|
|
|
|
|
|
|
|
%if 0%{?rhel} >= 10
|
|
|
|
|
|
|
|
ExcludeArch: %{ix86}
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# This portal is recommended if you have installed any app that uses GTK. (It's
|
|
|
|
# This portal is recommended if you have installed any app that uses GTK. (It's
|
|
|
|
# also recommended if you have any such app installed via flatpak or snap, but
|
|
|
|
# also recommended if you have any such app installed via flatpak or snap, but
|
|
|
|
# that is impossible to detect here.)
|
|
|
|
# that is impossible to detect here.)
|
|
|
@ -41,20 +55,17 @@ A backend implementation for xdg-desktop-portal that is using GTK+.
|
|
|
|
# xdg-desktop-portal-gnome, to keep this package free of GNOME dependencies.
|
|
|
|
# xdg-desktop-portal-gnome, to keep this package free of GNOME dependencies.
|
|
|
|
# The appchooser and settings backends are enabled for non-GNOME GTK
|
|
|
|
# The appchooser and settings backends are enabled for non-GNOME GTK
|
|
|
|
# applications.
|
|
|
|
# applications.
|
|
|
|
%configure \
|
|
|
|
%meson \
|
|
|
|
--disable-silent-rules \
|
|
|
|
-Dappchooser=enabled \
|
|
|
|
--enable-appchooser \
|
|
|
|
-Dsettings=enabled \
|
|
|
|
--enable-settings \
|
|
|
|
-Dlockdown=disabled \
|
|
|
|
--disable-background \
|
|
|
|
-Dwallpaper=disabled \
|
|
|
|
--disable-lockdown \
|
|
|
|
%{nil}
|
|
|
|
--disable-screencast \
|
|
|
|
%meson_build
|
|
|
|
--disable-screenshot \
|
|
|
|
|
|
|
|
--disable-wallpaper
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
%meson_install
|
|
|
|
%find_lang %{name}
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -77,24 +88,65 @@ A backend implementation for xdg-desktop-portal that is using GTK+.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu May 05 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.0-2
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
- Play well with the GNOME portals
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.15.1-6
|
|
|
|
Resolves: #2051495
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 17 2024 Troy Dawson <tdawson@redhat.com> - 1.15.1-4
|
|
|
|
|
|
|
|
- Make i686 exclusion for RHEL only
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 15 2024 Troy Dawson <tdawson@redhat.com> - 1.15.1-3
|
|
|
|
|
|
|
|
- Re-enable i686 This is not a leaf package. Removing i686 affects too many
|
|
|
|
|
|
|
|
other packages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 08 2024 Troy Dawson <tdawson@redhat.com> - 1.15.1-2
|
|
|
|
|
|
|
|
- Exclude i686
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 23 2023 David King <amigadave@amigadave.com> - 1.15.1-1
|
|
|
|
|
|
|
|
- Update to 1.15.1 (#2245495)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 20 2023 Kalev Lember <klember@redhat.com> - 1.15.0-1
|
|
|
|
|
|
|
|
- Update to 1.15.0
|
|
|
|
|
|
|
|
- Switch to the meson build system
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 08 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.0-1
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-2
|
|
|
|
- Recommend this portal backend for all GTK3 and GTK4 users
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
Resolves: #2078624
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 08 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.0-1
|
|
|
|
* Thu Dec 01 2022 David King <amigadave@amigadave.com> - 1.14.1-1
|
|
|
|
- Rebase to 1.12.0
|
|
|
|
- Update to 1.14.1 (#2150128)
|
|
|
|
Resolves: #2051493
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.8.0-4
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-2
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.8.0-3
|
|
|
|
* Sat Apr 16 2022 David King <amigadave@amigadave.com> - 1.14.0-1
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Update to 1.14.0 (#2066006)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Apr 10 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 1.12.0-5
|
|
|
|
|
|
|
|
- Improve Supplements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 08 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.0-3
|
|
|
|
|
|
|
|
- Disable the lockdown backend, which depends on GNOME
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
@ -206,3 +258,5 @@ Resolves: #2051493
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 13 2016 David King <amigadave@amigadave.com> - 0.1-1
|
|
|
|
* Wed Jul 13 2016 David King <amigadave@amigadave.com> - 0.1-1
|
|
|
|
- Initial Fedora packaging
|
|
|
|
- Initial Fedora packaging
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|