Update to 42.rc
This commit is contained in:
parent
a671bad1fa
commit
7a0c2e7d06
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/xdg-desktop-portal-gnome-41.alpha.tar.xz
|
||||
/xdg-desktop-portal-gnome-41.0.tar.xz
|
||||
/xdg-desktop-portal-gnome-41.1.tar.xz
|
||||
/xdg-desktop-portal-gnome-42.rc.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (xdg-desktop-portal-gnome-41.1.tar.xz) = 91a707f8cae5bc454b8825e8e02bafffaee297ca3461854f9fea94194dbe2a2610795f47105ea1c83cca19e8d4530c5465f725c0c8862ac68f8339ef6d07589b
|
||||
SHA512 (xdg-desktop-portal-gnome-42.rc.tar.xz) = 13db805333c1fe012b35a225c3760e16432b107ea77714a588fec2a6f411bb6402874f878ee0d0d72ee8f841961fcd90fd468abaacc1bf3cb90fa67e4299f2bd
|
||||
|
@ -4,21 +4,24 @@
|
||||
%global xdg_desktop_portal_version 1.5.4
|
||||
|
||||
Name: xdg-desktop-portal-gnome
|
||||
Version: 41.1
|
||||
Release: 2%{?dist}
|
||||
Version: 42~rc
|
||||
Release: 1%{?dist}
|
||||
Summary: Backend implementation for xdg-desktop-portal using GNOME
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://gitlab.gnome.org/GNOME/%{name}
|
||||
Source0: https://download.gnome.org/sources/%{name}/41/%{name}-%{tarball_version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(gnome-bg-4)
|
||||
BuildRequires: pkgconfig(gnome-desktop-4)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: pkgconfig(xdg-desktop-portal) >= %{xdg_desktop_portal_version}
|
||||
BuildRequires: systemd-rpm-macros
|
||||
Requires: dbus
|
||||
@ -67,6 +70,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2022 David King <amigadave@amigadave.com> - 42~rc-1
|
||||
- Update to 42.rc
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 41.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user