forked from pool/gnome-shell-extensions
Accepting request 1002649 from GNOME:Next
GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already) OBS-URL: https://build.opensuse.org/request/show/1002649 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=266
This commit is contained in:
parent
3cc91b749c
commit
4f7cb21f2c
@ -1,11 +1,11 @@
|
|||||||
Index: gnome-shell-extensions-42.rc/extensions/apps-menu/extension.js
|
Index: gnome-shell-extensions-43.rc/extensions/apps-menu/extension.js
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gnome-shell-extensions-42.rc.orig/extensions/apps-menu/extension.js
|
--- gnome-shell-extensions-43.rc.orig/extensions/apps-menu/extension.js
|
||||||
+++ gnome-shell-extensions-42.rc/extensions/apps-menu/extension.js
|
+++ gnome-shell-extensions-43.rc/extensions/apps-menu/extension.js
|
||||||
@@ -5,6 +5,8 @@ const {
|
@@ -5,6 +5,8 @@ const {
|
||||||
Atk, Clutter, Gio, GLib, GMenu, GObject, Gtk, Meta, Shell, St,
|
Atk, Clutter, Gio, GLib, GMenu, GObject, Gtk, Meta, Shell, St,
|
||||||
} = imports.gi;
|
} = imports.gi;
|
||||||
const Signals = imports.signals;
|
const {EventEmitter} = imports.misc.signals;
|
||||||
+const BoxPointer = imports.ui.boxpointer;
|
+const BoxPointer = imports.ui.boxpointer;
|
||||||
+const AppFavorites = imports.ui.appFavorites;
|
+const AppFavorites = imports.ui.appFavorites;
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0ec2bea32e9f28ac805891f613194d48fc0c091f09c48313065a3884f72273fc
|
|
||||||
size 225332
|
|
3
gnome-shell-extensions-43.rc.tar.xz
Normal file
3
gnome-shell-extensions-43.rc.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9ce09bdee33eba4d5ca5b68dcb06c0fa63946086867f9b27ebb47cd1d8bc5721
|
||||||
|
size 226776
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 6 15:36:16 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Rebase gnome-shell-add-app-to-desktop.patch.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 6 06:28:59 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 43.rc:
|
||||||
|
+ Misc. bug fixes and cleanups.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 10 20:17:54 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 43.beta:
|
||||||
|
+ Misc. bug fixes and cleanups.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 3 09:47:05 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 43.alpha:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 6 12:23:18 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
Wed Jul 6 12:23:18 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
|
|
||||||
%global __requires_exclude typelib\\(Meta\\)
|
%global __requires_exclude typelib\\(Meta\\)
|
||||||
Name: gnome-shell-extensions
|
Name: gnome-shell-extensions
|
||||||
Version: 42.3
|
Version: 43.rc
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A collection of extensions for GNOME Shell
|
Summary: A collection of extensions for GNOME Shell
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
URL: https://wiki.gnome.org/Projects/GnomeShell/Extensions
|
URL: https://wiki.gnome.org/Projects/GnomeShell/Extensions
|
||||||
Source0: https://download.gnome.org/sources/gnome-shell-extensions/42/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-shell-extensions/43/%{name}-%{version}.tar.xz
|
||||||
Source1: README.SUSE
|
Source1: README.SUSE
|
||||||
|
|
||||||
# PATCH-FEATURE-OPENSUSE gnome-shell-add-app-to-desktop.patch bnc#870580 dliang@suse.com -- allow adding app shortcut to desktop easily.
|
# PATCH-FEATURE-OPENSUSE gnome-shell-add-app-to-desktop.patch bnc#870580 dliang@suse.com -- allow adding app shortcut to desktop easily.
|
||||||
|
Loading…
Reference in New Issue
Block a user