Accepting request 706691 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/706691 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=190
This commit is contained in:
parent
13e23195f2
commit
1f2661b06c
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 29 09:42:28 UTC 2019 - Yifan Jiang <yfjiang@suse.com>
|
||||||
|
|
||||||
|
- Split the architecture dependent session file to a new package
|
||||||
|
gnome-shell-classic-session required by gnome-shell-classic.
|
||||||
|
- Move BuildArch: noarch to subpackages to enable %ifarch macro
|
||||||
|
(bsc#1129412).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 18 11:16:42 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Apr 18 11:16:42 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -53,7 +53,6 @@ BuildRequires: gobject-introspection
|
|||||||
BuildRequires: meson >= 0.44.0
|
BuildRequires: meson >= 0.44.0
|
||||||
BuildRequires: sassc
|
BuildRequires: sassc
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNOME Shell Extensions is a collection of extensions providing
|
GNOME Shell Extensions is a collection of extensions providing
|
||||||
@ -79,6 +78,7 @@ Obsoletes: gnome-shell-extension-windows-navigator < %{version}
|
|||||||
Obsoletes: gnome-shell-extension-workspace-indicator < %{version}
|
Obsoletes: gnome-shell-extension-workspace-indicator < %{version}
|
||||||
Obsoletes: gnome-shell-extension-xrandr-indicator < %{version}
|
Obsoletes: gnome-shell-extension-xrandr-indicator < %{version}
|
||||||
Obsoletes: gnome-shell-extensions < %{version}
|
Obsoletes: gnome-shell-extensions < %{version}
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description common
|
%description common
|
||||||
This package provides files common to several GNOME Shell Extensions
|
This package provides files common to several GNOME Shell Extensions
|
||||||
@ -86,14 +86,24 @@ This package provides files common to several GNOME Shell Extensions
|
|||||||
%package -n gnome-shell-classic
|
%package -n gnome-shell-classic
|
||||||
Summary: A collection of extensions for Gnome-shell classic
|
Summary: A collection of extensions for Gnome-shell classic
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
|
Requires: gnome-shell-classic-session
|
||||||
Recommends: %{name}-common-lang
|
Recommends: %{name}-common-lang
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description -n gnome-shell-classic
|
%description -n gnome-shell-classic
|
||||||
This GNOME Shell extension adds a power off item in the status
|
This GNOME Shell extension adds a power off item in the status
|
||||||
menu, and provides the ability to hibernate.
|
menu, and provides the ability to hibernate.
|
||||||
|
|
||||||
This package provides the extensions required to switch to gnome-shell classic
|
This package provides the extensions required to switch to
|
||||||
and also installs the required session files.
|
gnome-shell classic.
|
||||||
|
|
||||||
|
%package -n gnome-shell-classic-session
|
||||||
|
Summary: A collection of extensions for Gnome-shell classic
|
||||||
|
Group: System/GUI/GNOME
|
||||||
|
|
||||||
|
%description -n gnome-shell-classic-session
|
||||||
|
This packages provides architecture dependent session files to
|
||||||
|
gnome-shell classic.
|
||||||
|
|
||||||
%lang_package -n %{name}-common
|
%lang_package -n %{name}-common
|
||||||
|
|
||||||
@ -178,7 +188,6 @@ ln -s %{_sysconfdir}/alternatives/default-waylandsession.desktop %{buildroot}%{_
|
|||||||
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.user-theme.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.user-theme.gschema.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.window-list.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.window-list.gschema.xml
|
||||||
%{_datadir}/glib-2.0/schemas/00_org.gnome.shell.extensions.sle-classic.gschema.override
|
%{_datadir}/glib-2.0/schemas/00_org.gnome.shell.extensions.sle-classic.gschema.override
|
||||||
%{_datadir}/gnome-session/sessions/gnome-classic.session
|
|
||||||
%dir %{_datadir}/gnome-shell/extensions
|
%dir %{_datadir}/gnome-shell/extensions
|
||||||
%{_datadir}/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com/
|
%{_datadir}/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com/
|
||||||
%{_datadir}/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com/
|
%{_datadir}/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com/
|
||||||
@ -211,6 +220,11 @@ ln -s %{_sysconfdir}/alternatives/default-waylandsession.desktop %{buildroot}%{_
|
|||||||
%ghost %{_sysconfdir}/alternatives/default-waylandsession.desktop
|
%ghost %{_sysconfdir}/alternatives/default-waylandsession.desktop
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%files -n gnome-shell-classic-session
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc COPYING
|
||||||
|
%{_datadir}/gnome-session/sessions/gnome-classic.session
|
||||||
|
|
||||||
%files common-lang -f %{name}.lang
|
%files common-lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user