Accepting request 185053 from home:dimstar:branches:GNOME:Factory
Update to 3.9.5 OBS-URL: https://build.opensuse.org/request/show/185053 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=50
This commit is contained in:
parent
2692ea53fa
commit
be1e628ed4
@ -1,2 +0,0 @@
|
||||
[org.gnome.shell.extensions.alternative-status-menu]
|
||||
allow-hibernate = true
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9cff595ff81f428a24a1cd4bd7d78b47e77a99a0c03c67245cf219665cd0ca26
|
||||
size 183116
|
3
gnome-shell-extensions-3.9.5.tar.xz
Normal file
3
gnome-shell-extensions-3.9.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02ec1f66bc19cdae8d19f8c466b1333a6b38411997090ee894f1e9d1bb0effc9
|
||||
size 184032
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 16:28:37 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.5:
|
||||
+ alternative-status-menu was removed entirely, as it does not
|
||||
fit in the designs of the new unified status menu.
|
||||
+ Updated translations.
|
||||
- Drop gnome-shell-extension-alternative-status-menu subpackage:
|
||||
the alternative status menu has been dropped.
|
||||
- Remove alternative-status-menu.gschema.override source: as the
|
||||
alternative status menu no longer exists, there is no need to
|
||||
provide a configuration for it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 18 11:31:22 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: gnome-shell-extensions
|
||||
Version: 3.9.4
|
||||
Version: 3.9.5
|
||||
Release: 0
|
||||
Summary: A collection of extensions for GNOME Shell
|
||||
License: GPL-2.0+
|
||||
@ -26,8 +26,6 @@ Group: System/GUI/GNOME
|
||||
Url: http://live.gnome.org/GnomeShell/Extensions
|
||||
Source: http://download.gnome.org/sources/gnome-shell-extensions/3.9/%{name}-%{version}.tar.xz
|
||||
Source1: README.SUSE
|
||||
# Users of the alternative-status-menu extension (from the package) shall be offered hibernate too
|
||||
Source2: alternative-status-menu.gschema.override
|
||||
# Needed because we build a tarball generated with "git archive"
|
||||
BuildRequires: gnome-common
|
||||
# Needed for directory ownership
|
||||
@ -66,19 +64,6 @@ Obsoletes: gnome-shell-extensions < %{version}
|
||||
%description common
|
||||
This package provides files common to several GNOME Shell Extensions
|
||||
|
||||
%package -n gnome-shell-extension-alternative-status-menu
|
||||
Summary: GNOME Shell Extension -- Power Off Item in Status Menu
|
||||
Group: System/GUI/GNOME
|
||||
Requires: %{name}-common
|
||||
# This used to be the name of the extension in 3.2
|
||||
Provides: gnome-shell-extension-alt-status-menu = %{version}
|
||||
Obsoletes: gnome-shell-extension-alt-status-menu < %{version}
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
%description -n gnome-shell-extension-alternative-status-menu
|
||||
This GNOME Shell extension adds a power off item in the status
|
||||
menu, and provides the ability to hibernate.
|
||||
|
||||
%package -n gnome-shell-classic
|
||||
Summary: gnome-shell classic -- collection of extensions
|
||||
Group: System/GUI/GNOME
|
||||
@ -102,20 +87,13 @@ cp %{S:1} .
|
||||
CLASSIC_EXTENSIONS=$(grep -e 'CLASSIC_EXTENSIONS=".*"' configure.ac | sed -e "s:CLASSIC_EXTENSIONS=::" -e 's:"::g')
|
||||
%configure \
|
||||
--enable-classic-mode \
|
||||
--enable-extensions="$CLASSIC_EXTENSIONS alternative-status-menu"
|
||||
--enable-extensions="$CLASSIC_EXTENSIONS"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
cp %{S:2} %{buildroot}%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.alternative-status-menu.gschema.override
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%post -n gnome-shell-extension-alternative-status-menu
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%postun -n gnome-shell-extension-alternative-status-menu
|
||||
%glib2_gsettings_schema_postun
|
||||
|
||||
%post -n gnome-shell-classic
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
@ -148,13 +126,6 @@ cp %{S:2} %{buildroot}%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.al
|
||||
%{_datadir}/gnome-shell/theme/gnome-classic.css
|
||||
%{_datadir}/xsessions/gnome-classic.desktop
|
||||
|
||||
%files -n gnome-shell-extension-alternative-status-menu
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%{_datadir}/gnome-shell/extensions/alternative-status-menu@gnome-shell-extensions.gcampax.github.com/
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.alternative-status-menu.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.alternative-status-menu.gschema.override
|
||||
|
||||
%files common-lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user