Bjørn Lie 2019-11-01 08:55:47 +00:00 committed by Git OBS Bridge
parent a71aab694c
commit 6096fd0f23
8 changed files with 56 additions and 37 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param>
<param name="changesrevision">246150d8b6177fda9aba47cba6089fcf548e0dab</param></service></servicedata>
<param name="changesrevision">750c5acd30ef724b2398bb9d9178a130b58e046b</param></service></servicedata>

View File

@ -1,6 +1,7 @@
diff -urp gnome-shell-3.33.91.orig/data/gnome-shell-theme.gresource.xml gnome-shell-3.33.91/data/gnome-shell-theme.gresource.xml
--- gnome-shell-3.33.91.orig/data/gnome-shell-theme.gresource.xml 2019-08-21 15:00:39.000000000 -0500
+++ gnome-shell-3.33.91/data/gnome-shell-theme.gresource.xml 2019-09-04 15:20:19.511263425 -0500
Index: gnome-shell-3.34.1+7/data/gnome-shell-theme.gresource.xml
===================================================================
--- gnome-shell-3.34.1+7.orig/data/gnome-shell-theme.gresource.xml
+++ gnome-shell-3.34.1+7/data/gnome-shell-theme.gresource.xml
@@ -31,5 +31,6 @@
<file>toggle-on.svg</file>
<file>toggle-on-dark.svg</file>
@ -8,10 +9,11 @@ diff -urp gnome-shell-3.33.91.orig/data/gnome-shell-theme.gresource.xml gnome-sh
+ <file>sle-background.png</file>
</gresource>
</gresources>
diff -urp gnome-shell-3.33.91.orig/data/theme/gnome-shell-sass/_common.scss gnome-shell-3.33.91/data/theme/gnome-shell-sass/_common.scss
--- gnome-shell-3.33.91.orig/data/theme/gnome-shell-sass/_common.scss 2019-08-21 15:00:39.000000000 -0500
+++ gnome-shell-3.33.91/data/theme/gnome-shell-sass/_common.scss 2019-09-04 15:22:50.500063729 -0500
@@ -1912,6 +1912,9 @@ StScrollBar {
Index: gnome-shell-3.34.1+7/data/theme/gnome-shell-sass/_common.scss
===================================================================
--- gnome-shell-3.34.1+7.orig/data/theme/gnome-shell-sass/_common.scss
+++ gnome-shell-3.34.1+7/data/theme/gnome-shell-sass/_common.scss
@@ -1919,6 +1919,9 @@ StScrollBar {
max-width: 23em;
}
@ -21,14 +23,15 @@ diff -urp gnome-shell-3.33.91.orig/data/theme/gnome-shell-sass/_common.scss gnom
.login-dialog {
//reset
border: none;
diff -urp gnome-shell-3.33.91.orig/js/ui/unlockDialog.js gnome-shell-3.33.91/js/ui/unlockDialog.js
--- gnome-shell-3.33.91.orig/js/ui/unlockDialog.js 2019-08-21 15:00:39.000000000 -0500
+++ gnome-shell-3.33.91/js/ui/unlockDialog.js 2019-09-04 15:24:01.072437800 -0500
@@ -20,6 +20,7 @@ var UnlockDialog = class {
layout_manager: new Clutter.BoxLayout(),
visible: false });
Index: gnome-shell-3.34.1+7/js/ui/unlockDialog.js
===================================================================
--- gnome-shell-3.34.1+7.orig/js/ui/unlockDialog.js
+++ gnome-shell-3.34.1+7/js/ui/unlockDialog.js
@@ -23,6 +23,7 @@ var UnlockDialog = GObject.registerClass
visible: false,
});
+ this.actor.add_style_class_name('login-dialog-sle');
this.actor.add_constraint(new Layout.MonitorConstraint({ primary: true }));
parentActor.add_child(this.actor);
+ this.add_style_class_name('login-dialog-sle');
this.add_constraint(new Layout.MonitorConstraint({ primary: true }));
parentActor.add_child(this);

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04a41ef73d7dc3f2fe6092be717e5ac800008399214999ef0c334f6fae14a40e
size 12410381

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:490d9d1b2ffe2dd89432256edaf71857bb20e8fe4c44f3b07ac9c84fbdd89829
size 12410381

View File

@ -1,6 +1,7 @@
diff -urNp gnome-shell-3.33.91.orig/js/gdm/domain.js gnome-shell-3.33.91/js/gdm/domain.js
--- gnome-shell-3.33.91.orig/js/gdm/domain.js 1969-12-31 18:00:00.000000000 -0600
+++ gnome-shell-3.33.91/js/gdm/domain.js 2019-09-04 10:22:42.476273775 -0500
Index: gnome-shell-3.34.1+7/js/gdm/domain.js
===================================================================
--- /dev/null
+++ gnome-shell-3.34.1+7/js/gdm/domain.js
@@ -0,0 +1,243 @@
+// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
+/*
@ -245,9 +246,10 @@ diff -urNp gnome-shell-3.33.91.orig/js/gdm/domain.js gnome-shell-3.33.91/js/gdm/
+ }
+});
+Signals.addSignalMethods(DomainMenuButton.prototype);
diff -urNp gnome-shell-3.33.91.orig/js/gdm/loginDialog.js gnome-shell-3.33.91/js/gdm/loginDialog.js
--- gnome-shell-3.33.91.orig/js/gdm/loginDialog.js 2019-09-04 10:05:51.598915194 -0500
+++ gnome-shell-3.33.91/js/gdm/loginDialog.js 2019-09-04 12:52:15.396169384 -0500
Index: gnome-shell-3.34.1+7/js/gdm/loginDialog.js
===================================================================
--- gnome-shell-3.34.1+7.orig/js/gdm/loginDialog.js
+++ gnome-shell-3.34.1+7/js/gdm/loginDialog.js
@@ -22,6 +22,7 @@ const { AccountsService, Atk, Clutter, G
const Signals = imports.signals;
@ -335,7 +337,7 @@ diff -urNp gnome-shell-3.33.91.orig/js/gdm/loginDialog.js gnome-shell-3.33.91/js
+
_startSession(serviceName) {
this._bindOpacity();
this.actor.ease({
this.ease({
@@ -1099,6 +1153,11 @@ var LoginDialog = GObject.registerClass(
this._askForUsernameAndBeginVerification();
}
@ -358,9 +360,10 @@ diff -urNp gnome-shell-3.33.91.orig/js/gdm/loginDialog.js gnome-shell-3.33.91/js
if (!Main.screenShield.locked)
this._userList.actor.grab_key_focus();
}
diff -urNp gnome-shell-3.33.91.orig/js/js-resources.gresource.xml gnome-shell-3.33.91/js/js-resources.gresource.xml
--- gnome-shell-3.33.91.orig/js/js-resources.gresource.xml 2019-09-04 10:21:23.651855885 -0500
+++ gnome-shell-3.33.91/js/js-resources.gresource.xml 2019-09-04 12:52:22.840208842 -0500
Index: gnome-shell-3.34.1+7/js/js-resources.gresource.xml
===================================================================
--- gnome-shell-3.34.1+7.orig/js/js-resources.gresource.xml
+++ gnome-shell-3.34.1+7/js/js-resources.gresource.xml
@@ -2,6 +2,7 @@
<gresources>
<gresource prefix="/org/gnome/shell">
@ -369,9 +372,10 @@ diff -urNp gnome-shell-3.33.91.orig/js/js-resources.gresource.xml gnome-shell-3.
<file>gdm/batch.js</file>
<file>gdm/fingerprint.js</file>
<file>gdm/loginDialog.js</file>
diff -urNp gnome-shell-3.33.91.orig/po/POTFILES.in gnome-shell-3.33.91/po/POTFILES.in
--- gnome-shell-3.33.91.orig/po/POTFILES.in 2019-08-21 15:00:39.000000000 -0500
+++ gnome-shell-3.33.91/po/POTFILES.in 2019-09-04 12:52:22.840208842 -0500
Index: gnome-shell-3.34.1+7/po/POTFILES.in
===================================================================
--- gnome-shell-3.34.1+7.orig/po/POTFILES.in
+++ gnome-shell-3.34.1+7/po/POTFILES.in
@@ -7,6 +7,7 @@ data/org.gnome.shell.gschema.xml.in
data/org.gnome.Shell.PortalHelper.desktop.in.in
js/extensionPrefs/main.js

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Nov 1 08:03:00 UTC 2019 - Alynx Zhou <alynx.zhou@suse.com>
- Rebase patch gnome-shell-domain.patch and
gnome-shell-1007468-lock-screen-SUSE-logo-missing.patch.
-------------------------------------------------------------------
Wed Oct 30 15:41:25 UTC 2019 - dimstar@opensuse.org
- Update to version 3.34.1+7:
* dnd: Skip drag target when its acceptDrop() throws an exception
-------------------------------------------------------------------
Wed Oct 23 18:16:39 UTC 2019 - bjorn.lie@gmail.com

View File

@ -1,5 +1,5 @@
name: gnome-shell
version: 3.34.1+6
mtime: 1571651197
commit: 246150d8b6177fda9aba47cba6089fcf548e0dab
version: 3.34.1+7
mtime: 1571958488
commit: 750c5acd30ef724b2398bb9d9178a130b58e046b

View File

@ -19,7 +19,7 @@
%global __requires_exclude typelib\\(Meta\\)
Name: gnome-shell
Version: 3.34.1+6
Version: 3.34.1+7
Release: 0
Summary: GNOME Shell
License: GPL-2.0-or-later