Update to 46.0
Related: RHEL-31126
This commit is contained in:
parent
e923d66b59
commit
3f21d12352
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/gnome-kiosk-44.0.tar.xz
|
||||
/gnome-kiosk-45.rc.tar.xz
|
||||
/gnome-kiosk-45.0.tar.xz
|
||||
/gnome-kiosk-46.0.tar.xz
|
||||
|
@ -1,26 +0,0 @@
|
||||
From c9bf0e83d1d9a7dad9b2a05ae70ba503337948c6 Mon Sep 17 00:00:00 2001
|
||||
From: Kalev Lember <klember@redhat.com>
|
||||
Date: Tue, 9 Jan 2024 17:06:26 +0100
|
||||
Subject: [PATCH] Build against mutter API version 14
|
||||
|
||||
This is the API version used in mutter 46.alpha.
|
||||
---
|
||||
meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index 4047ff4..03324cf 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -34,7 +34,7 @@ config_h = configure_file(
|
||||
|
||||
meson.add_install_script ('meson/postinstall.py')
|
||||
|
||||
-mutter_api_version = 13
|
||||
+mutter_api_version = 14
|
||||
libmutter_name = 'libmutter-@0@'.format(mutter_api_version)
|
||||
libmutter_cogl_name = 'mutter-cogl-@0@'.format(mutter_api_version)
|
||||
libmutter_cogl_pango_name = 'mutter-cogl-pango-@0@'.format(mutter_api_version)
|
||||
--
|
||||
2.43.0
|
||||
|
@ -11,7 +11,7 @@
|
||||
%global gnome_settings_daemon_version 40~rc
|
||||
|
||||
Name: gnome-kiosk
|
||||
Version: 45.0
|
||||
Version: 46.0
|
||||
Release: %{autorelease}
|
||||
Summary: Window management and application launching for GNOME
|
||||
|
||||
@ -19,10 +19,6 @@ License: GPL-2.0-or-later
|
||||
URL: https://gitlab.gnome.org/GNOME/gnome-kiosk
|
||||
Source0: https://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
# Build against mutter API version 14
|
||||
# https://gitlab.gnome.org/GNOME/gnome-kiosk/-/merge_requests/33
|
||||
Patch: 0001-Build-against-mutter-API-version-14.patch
|
||||
|
||||
Provides: firstboot(windowmanager) = %{name}
|
||||
|
||||
BuildRequires: dconf
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-kiosk-45.0.tar.xz) = b8abcf0222d5dc2286d3a5dfa84218ce7da96ac861cb251c950e0989cc29b5c8563cfd0b3d078e5bbb18b12661a8fb8e1d887d485a5b3dde83738fc667302944
|
||||
SHA512 (gnome-kiosk-46.0.tar.xz) = 60f7d4c9221023b64c1143f116dd00ab0f1982118ac4c95e8a3a3d9501bd312f396e820639a3bdeaa4e63dcec6aabf1ff4949784b9a56f0796c633a0d04d0113
|
||||
|
Loading…
Reference in New Issue
Block a user