Accepting request 1159760 from GNOME:Factory

GNOME 46

OBS-URL: https://build.opensuse.org/request/show/1159760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-shell-extensions?expand=0&rev=135
This commit is contained in:
Dominique Leuenberger 2024-03-20 20:13:14 +00:00 committed by Git OBS Bridge
commit cf557059b7
6 changed files with 89 additions and 8 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git</param>
<param name="revision">46.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22c72c37f2e9ad22b4c1e32fb593a5c1761bae21418133b8bb0217d7ce579199
size 1467916

View File

@ -1,3 +1,47 @@
-------------------------------------------------------------------
Sun Mar 17 09:29:12 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.0:
+ system-monitor: Fix net speed.
+ Misc. bug fixes and cleanups.
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 4 08:33:42 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.rc:
+ Fix window previews in workspace indicator.
+ Fix menu ornament in workspace indicator.
+ Misc. bug fixes and cleanups.
+ Updated translations.
-------------------------------------------------------------------
Mon Feb 12 16:36:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.beta:
+ apps-menu: Rename Applications to Apps.
+ Misc. bug fixes and cleanups.
-------------------------------------------------------------------
Tue Jan 16 20:34:46 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Enable system-monitor extension.
-------------------------------------------------------------------
Tue Jan 16 13:16:40 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.alpha:
+ workspace-indicator: Fix initial preview visibility.
+ screenshot-window-sizer: Fix cycling between sizes backwards.
+ Add back overview in Classic session.
+ Allow running Classic session headless.
+ window-list: Fix buttons not being clickable at the screen
edge.
+ Add system-monitor extension.
+ Fixed crash.
+ Misc. bug fixes and cleanups.
- Convert to source service for easier updating.
-------------------------------------------------------------------
Sat Dec 2 20:06:52 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -0,0 +1,4 @@
name: gnome-shell-extensions
version: 46.0
mtime: 1710550726
commit: e65c561e6f49952346c96fd3d5d222671f6b3b89

View File

@ -1,7 +1,7 @@
#
# spec file for package gnome-shell-extensions
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
#
# All modifications and additions to the file contributed by third parties
@ -19,13 +19,13 @@
%global __requires_exclude typelib\\(Meta\\)
Name: gnome-shell-extensions
Version: 45.2
Version: 46.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/45/%{name}-%{version}.tar.xz
Source0: %{name}-%{version}.tar.zst
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.
@ -91,10 +91,19 @@ BuildArch: noarch
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.
%package -n gnome-shell-extension-system-monitor
Summary: System monitor for GNOME Shell
Group: System/GUI/GNOME
BuildArch: noarch
Recommends: gnome-system-monitor
%description -n gnome-shell-extension-system-monitor
This GNOME Shell extension displays system usage information in the top bar.
%lang_package -n %{name}-common
%prep
%setup -q
%autosetup -N
# Needs rebase
#patch1 -p1
@ -109,7 +118,7 @@ sed -i -e 's/openSUSE/SUSE Linux Enterprise/g' README.SUSE
%meson \
-D classic_mode=true \
-D extension_set=classic \
-D enable_extensions="apps-menu,places-menu,launch-new-instance,window-list,workspace-indicator,user-theme"
-D enable_extensions="apps-menu,places-menu,launch-new-instance,window-list,workspace-indicator,user-theme,system-monitor"
%meson_build
%install
@ -161,6 +170,11 @@ ln -s %{_sysconfdir}/alternatives/default-waylandsession.desktop %{buildroot}%{_
%{_datadir}/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com/
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.user-theme.gschema.xml
%files -n gnome-shell-extension-system-monitor
%license COPYING
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.system-monitor.gschema.xml
%{_datadir}/gnome-shell/extensions/system-monitor@gnome-shell-extensions.gcampax.github.com/
%files common-lang -f %{name}.lang
%changelog