From fc8049531b83837a9bc44d590d62db536b626ab26ef1d2b86a6c3baeb3752b45 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 23 Jan 2024 12:19:31 +0000 Subject: [PATCH] Accepting request 1140749 from home:xiaoguang_wang:branches:GNOME:Factory - Adapt to version 45.3(bsc#1216072): + Rebase gnome-shell-domain.patch + Rebase gnome-shell-fate324570-Make-GDM-background-image-configurable.patch OBS-URL: https://build.opensuse.org/request/show/1140749 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=563 --- gnome-shell-domain.patch | 24 +++++++++---------- ...ke-GDM-background-image-configurable.patch | 18 +++++++------- gnome-shell.changes | 7 ++++++ 3 files changed, 28 insertions(+), 21 deletions(-) diff --git a/gnome-shell-domain.patch b/gnome-shell-domain.patch index 04bf69c..52d4ea8 100644 --- a/gnome-shell-domain.patch +++ b/gnome-shell-domain.patch @@ -1,7 +1,7 @@ -Index: gnome-shell-45.0/js/gdm/domain.js +Index: gnome-shell-45.3/js/gdm/domain.js =================================================================== --- /dev/null -+++ gnome-shell-45.0/js/gdm/domain.js ++++ gnome-shell-45.3/js/gdm/domain.js @@ -0,0 +1,236 @@ +// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*- +/* @@ -239,10 +239,10 @@ Index: gnome-shell-45.0/js/gdm/domain.js + return this._activeDomain + this._separator + user; + } +} -Index: gnome-shell-45.0/js/gdm/loginDialog.js +Index: gnome-shell-45.3/js/gdm/loginDialog.js =================================================================== ---- gnome-shell-45.0.orig/js/gdm/loginDialog.js -+++ gnome-shell-45.0/js/gdm/loginDialog.js +--- gnome-shell-45.3.orig/js/gdm/loginDialog.js ++++ gnome-shell-45.3/js/gdm/loginDialog.js @@ -29,6 +29,7 @@ import Shell from 'gi://Shell'; import St from 'gi://St'; @@ -342,22 +342,22 @@ Index: gnome-shell-45.0/js/gdm/loginDialog.js this._userList.grab_key_focus(); } -Index: gnome-shell-45.0/js/js-resources.gresource.xml +Index: gnome-shell-45.3/js/js-resources.gresource.xml =================================================================== ---- gnome-shell-45.0.orig/js/js-resources.gresource.xml -+++ gnome-shell-45.0/js/js-resources.gresource.xml +--- gnome-shell-45.3.orig/js/js-resources.gresource.xml ++++ gnome-shell-45.3/js/js-resources.gresource.xml @@ -3,6 +3,7 @@ gdm/authList.js gdm/authPrompt.js + gdm/domain.js gdm/batch.js + gdm/credentialManager.js gdm/loginDialog.js - gdm/oVirt.js -Index: gnome-shell-45.0/po/POTFILES.in +Index: gnome-shell-45.3/po/POTFILES.in =================================================================== ---- gnome-shell-45.0.orig/po/POTFILES.in -+++ gnome-shell-45.0/po/POTFILES.in +--- gnome-shell-45.3.orig/po/POTFILES.in ++++ gnome-shell-45.3/po/POTFILES.in @@ -9,6 +9,7 @@ data/org.gnome.Shell.Extensions.desktop. data/org.gnome.Shell.PortalHelper.desktop.in.in js/dbusServices/extensions/ui/extension-error-page.ui diff --git a/gnome-shell-fate324570-Make-GDM-background-image-configurable.patch b/gnome-shell-fate324570-Make-GDM-background-image-configurable.patch index 58a4c13..0ae819c 100644 --- a/gnome-shell-fate324570-Make-GDM-background-image-configurable.patch +++ b/gnome-shell-fate324570-Make-GDM-background-image-configurable.patch @@ -1,19 +1,19 @@ -Index: gnome-shell-45.0/data/gnome-shell-theme.gresource.xml +Index: gnome-shell-45.3/data/gnome-shell-theme.gresource.xml =================================================================== ---- gnome-shell-45.0.orig/data/gnome-shell-theme.gresource.xml -+++ gnome-shell-45.0/data/gnome-shell-theme.gresource.xml +--- gnome-shell-45.3.orig/data/gnome-shell-theme.gresource.xml ++++ gnome-shell-45.3/data/gnome-shell-theme.gresource.xml @@ -13,6 +13,7 @@ gnome-shell-light.css gnome-shell-high-contrast.css gnome-shell-start.svg + noise-texture.png pad-osd.css - process-working.svg - toggle-off.svg -Index: gnome-shell-45.0/js/ui/screenShield.js + process-working-light.svg + process-working-dark.svg +Index: gnome-shell-45.3/js/ui/screenShield.js =================================================================== ---- gnome-shell-45.0.orig/js/ui/screenShield.js -+++ gnome-shell-45.0/js/ui/screenShield.js +--- gnome-shell-45.3.orig/js/ui/screenShield.js ++++ gnome-shell-45.3/js/ui/screenShield.js @@ -11,6 +11,7 @@ import St from 'gi://St'; import * as Signals from '../misc/signals.js'; @@ -74,7 +74,7 @@ Index: gnome-shell-45.0/js/ui/screenShield.js } async _getLoginSession() { -@@ -522,6 +547,53 @@ export class ScreenShield extends Signal +@@ -518,6 +543,53 @@ export class ScreenShield extends Signal this.emit('wake-up-screen'); } diff --git a/gnome-shell.changes b/gnome-shell.changes index 41aac2f..3e0b68e 100644 --- a/gnome-shell.changes +++ b/gnome-shell.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 22 02:31:04 UTC 2024 - Xiaoguang Wang + +- Adapt to version 45.3(bsc#1216072): + + Rebase gnome-shell-domain.patch + + Rebase gnome-shell-fate324570-Make-GDM-background-image-configurable.patch + ------------------------------------------------------------------- Wed Jan 10 08:56:02 UTC 2024 - Dominique Leuenberger