forked from pool/gnome-shell-extensions
Accepting request 1111872 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1111872 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-shell-extensions?expand=0&rev=131
This commit is contained in:
commit
701a946d39
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c345e72f31a1e37f55063e0b15997301b01194ed698772fd87aeb50cbb101ab
|
||||
size 227060
|
3
gnome-shell-extensions-45.0.tar.xz
Normal file
3
gnome-shell-extensions-45.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:239bf89ff52794f8d5e86acd85fbfe5c24be8ce167c57690db2efd587c339fd6
|
||||
size 201516
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 16 22:20:32 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 45.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 11:59:45 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Drop gnome-shell-extension-desktop-icons Requires from the
|
||||
gnome-shell-classic package, and add a Obsoletes. Upstream have
|
||||
stagnated since two releases back, and does currently not work.
|
||||
- Fix a typo in an old Obsoletes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 6 19:31:18 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 45.rc:
|
||||
+ Misc. bug fixes and cleanups.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 9 00:50:13 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Disable gnome-shell-add-app-to-desktop.patch for now: patch needs
|
||||
to be rebased.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 13:48:39 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 45.beta:
|
||||
+ Port extensions to ESM
|
||||
+ Misc. bug fixes and cleanups
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 15 14:45:42 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 45.alpha:
|
||||
+ window-list: Modernize default styling
|
||||
+ Replace classic styling with built-in light style
|
||||
+ window-list: Add tooltip for long window titles
|
||||
+ light-style: New extension
|
||||
+ Misc. bug fixes and cleanups
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 19 12:44:14 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -19,13 +19,13 @@
|
||||
|
||||
%global __requires_exclude typelib\\(Meta\\)
|
||||
Name: gnome-shell-extensions
|
||||
Version: 44.0
|
||||
Version: 45.0
|
||||
Release: 0
|
||||
Summary: A collection of extensions for GNOME Shell
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://wiki.gnome.org/Projects/GnomeShell/Extensions
|
||||
Source0: https://download.gnome.org/sources/gnome-shell-extensions/44/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-shell-extensions/45/%{name}-%{version}.tar.xz
|
||||
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.
|
||||
@ -70,9 +70,9 @@ This package provides files common to several GNOME Shell Extensions
|
||||
%package -n gnome-shell-classic
|
||||
Summary: A collection of extensions for Gnome-shell classic
|
||||
Group: System/GUI/GNOME
|
||||
Requires: gnome-shell-extension-desktop-icons
|
||||
Requires: gnome-shell-extensions-common
|
||||
Obsoletes: gnome-shell-classic-session < %{versoin}
|
||||
Obsoletes: gnome-shell-classic-session < %{version}
|
||||
Obsoletes: gnome-shell-extension-desktop-icons < %{version}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n gnome-shell-classic
|
||||
@ -95,7 +95,8 @@ to pick system installed themes or even themes installed in the user's home.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
# Needs rebase
|
||||
#patch1 -p1
|
||||
|
||||
# In openSUSE GNOME, we don't launch gnome-session directly, but wrap this through a shell script, /usr/bin/gnome
|
||||
sed -i "s:Exec=gnome-session:Exec=gnome:g" data/gnome-classic.desktop.in
|
||||
@ -142,10 +143,6 @@ ln -s %{_sysconfdir}/alternatives/default-waylandsession.desktop %{buildroot}%{_
|
||||
%{_datadir}/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/
|
||||
%dir %{_datadir}/gnome-shell/modes
|
||||
%{_datadir}/gnome-shell/modes/classic.json
|
||||
%dir %{_datadir}/gnome-shell/theme/
|
||||
%{_datadir}/gnome-shell/theme/classic-process-working.svg
|
||||
%{_datadir}/gnome-shell/theme/gnome-classic-high-contrast.css
|
||||
%{_datadir}/gnome-shell/theme/gnome-classic.css
|
||||
%dir %{_datadir}/wayland-sessions
|
||||
%{_datadir}/wayland-sessions/gnome-classic-wayland.desktop
|
||||
%{_datadir}/wayland-sessions/gnome-classic.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user