Import from AlmaLinux stable repository
This commit is contained in:
parent
88fb35f59a
commit
71723f9e2f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/xdg-desktop-portal-gtk-1.8.0.tar.xz
|
SOURCES/xdg-desktop-portal-gtk-1.12.0.tar.xz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
cf281335a301828c4b92e91ebf09113e3f485e18 SOURCES/xdg-desktop-portal-gtk-1.8.0.tar.xz
|
|
@ -2,7 +2,7 @@
|
|||||||
%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.12.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Backend implementation for xdg-desktop-portal using GTK+
|
Summary: Backend implementation for xdg-desktop-portal using GTK+
|
||||||
|
|
||||||
@ -10,17 +10,17 @@ License: LGPLv2+
|
|||||||
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: make
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: pkgconfig(fontconfig)
|
BuildRequires: pkgconfig(fontconfig)
|
||||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||||
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}
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: systemd
|
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
|
Requires: gsettings-desktop-schemas
|
||||||
Requires: xdg-desktop-portal >= %{xdg_desktop_portal_version}
|
Requires: xdg-desktop-portal >= %{xdg_desktop_portal_version}
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
# Use rich deps to pull in this package when gtk3 and flatpak (or snapd) are both installed
|
# Use rich deps to pull in this package when gtk3 and flatpak (or snapd) are both installed
|
||||||
@ -38,7 +38,17 @@ org.gnome.SessionManager D-Bus interfaces.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-silent-rules
|
# All backends need to be enabled because xdg-desktop-portal-gnome is not
|
||||||
|
# part of RHEL 8.
|
||||||
|
%configure \
|
||||||
|
--disable-silent-rules \
|
||||||
|
--enable-appchooser \
|
||||||
|
--enable-settings \
|
||||||
|
--enable-background \
|
||||||
|
--enable-lockdown \
|
||||||
|
--enable-screencast \
|
||||||
|
--enable-screenshot \
|
||||||
|
--enable-wallpaper
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
@ -66,6 +76,10 @@ org.gnome.SessionManager D-Bus interfaces.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 16 2023 Debarshi Ray <rishi@fedoraproject.org> - 1.12.0-1
|
||||||
|
- Rebase to 1.12.0
|
||||||
|
Resolves: RHEL-16694
|
||||||
|
|
||||||
* Sat Mar 26 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.8.0-1
|
* Sat Mar 26 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.8.0-1
|
||||||
- Rebase to 1.8.0
|
- Rebase to 1.8.0
|
||||||
- Remove unnecessary non-arch-specific explicit library Requires
|
- Remove unnecessary non-arch-specific explicit library Requires
|
||||||
|
Loading…
Reference in New Issue
Block a user