Hello community,
here is the log from the commit of package gnome-shell-extensions for
openSUSE:Factory checked in at 2020-02-18 10:34:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell-extensions (Old)
and /work/SRC/openSUSE:Factory/.gnome-shell-extensions.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-shell-extensions"
Tue Feb 18 10:34:17 2020 rev:94 rq:774602 version:3.34.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
2020-01-28 10:50:38.976713273 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new.26092/gnome-shell-extensions.changes
2020-02-18 10:34:20.508202195 +0100
@@ -1,0 +2,9 @@
+Fri Feb 14 13:46:01 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Enable packaging of user-theme extension: Despite its name, this
+ extension is also used to enable 'system themes' in GMOME Tweaks.
+ And since we have multiple themes in the repository, we should
+ also provide the needed extension to enable them.
+- No longer obsolete gnome-shell-extension-user-theme.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-shell-extensions.spec ++++++
--- /var/tmp/diff_new_pack.Eq51QF/_old 2020-02-18 10:34:21.296203803 +0100
+++ /var/tmp/diff_new_pack.Eq51QF/_new 2020-02-18 10:34:21.296203803 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnome-shell-extensions
#
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
#
# All modifications and additions to the file contributed by third parties
@@ -70,7 +70,6 @@
Obsoletes: gnome-shell-extension-native-window-placement < %{version}
Obsoletes: gnome-shell-extension-places-menu < %{version}
Obsoletes: gnome-shell-extension-systemMonitor < %{version}
-Obsoletes: gnome-shell-extension-user-theme < %{version}
Obsoletes: gnome-shell-extension-windows-navigator < %{version}
Obsoletes: gnome-shell-extension-workspace-indicator < %{version}
Obsoletes: gnome-shell-extension-xrandr-indicator < %{version}
@@ -102,6 +101,14 @@
This packages provides architecture dependent session files to
gnome-shell classic.
+%package -n gnome-shell-extension-user-theme
+Summary: Allow the user to change GNOME Shell Themes
+Group: System/GUI/GNOME
+
+%description -n gnome-shell-extension-user-theme
+This extension allows the user to switch to different themes. It's possible
+to pick system installed themes or even themes installed in the user's home.
+
%lang_package -n %{name}-common
%prep
@@ -128,7 +135,7 @@
%meson \
-D classic_mode=true \
-D extension_set=classic \
- -D
enable_extensions="apps-menu,places-menu,launch-new-instance,window-list,workspace-indicator,
horizontal-workspaces"
+ -D
enable_extensions="apps-menu,places-menu,launch-new-instance,window-list,workspace-indicator,horizontal-workspaces,user-theme"
%meson_build
%install
@@ -220,6 +227,10 @@
%license COPYING
%{_datadir}/gnome-session/sessions/gnome-classic.session
+%files -n gnome-shell-extension-user-theme
+%license COPYING
+%{_datadir}/gnome-shell/extensions/[email protected]/
+
%files common-lang -f %{name}.lang
%changelog