Accepting request 523825 from GNOME:Factory
(forwarded request 523824 from dimstar) OBS-URL: https://build.opensuse.org/request/show/523825 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-shell-extensions?expand=0&rev=60
This commit is contained in:
commit
b5a763e635
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c7defc6512d7ed9f09eb82342d7b6c8f5fe8dcac3f0126ca7e0569feeb50a79
|
||||
size 346420
|
3
gnome-shell-extensions-3.26.0.tar.xz
Normal file
3
gnome-shell-extensions-3.26.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f51b59b4ae192d7480229657cab2354bee24d40857384a0fde72d0af2635f704
|
||||
size 349040
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 12 19:21:13 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 3.26.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 10 21:26:22 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update package summaries. Replace historic tar option specs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 23 07:59:02 UTC 2017 - xwang@suse.com
|
||||
|
||||
@ -5,6 +16,49 @@ Wed Aug 23 07:59:02 UTC 2017 - xwang@suse.com
|
||||
on bottom of desktop when scaling-factor equals 2(Require patched
|
||||
gnome-shell)(bsc#1046570).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 22 08:25:53 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.91:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 21 20:07:58 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.90:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 2 20:46:14 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.4:
|
||||
+ screenshot-window-sizer: Fix backward cycling.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 2 13:25:03 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.3:
|
||||
+ places-menu: Use mount operation if necessary.
|
||||
+ window-list: Respect MWM hints.
|
||||
+ Updated translations.
|
||||
- Drop glib2_gsettings_schema handling in post(un), file-triggers
|
||||
takes care of this for us now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 2 13:25:02 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.2:
|
||||
+ places-menu: Make URI launching asynchronous.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 2 13:25:01 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.1:
|
||||
+ apps-menu: Mark copied launchers as trusted.
|
||||
+ places-menu: Make icon lookup asynchronous.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 2 02:51:32 UTC 2017 - xwang@suse.com
|
||||
|
||||
|
@ -20,13 +20,13 @@
|
||||
%global __requires_exclude typelib\\(Meta\\)
|
||||
|
||||
Name: gnome-shell-extensions
|
||||
Version: 3.24.3
|
||||
Version: 3.26.0
|
||||
Release: 0
|
||||
Summary: A collection of extensions for GNOME Shell
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://live.gnome.org/GnomeShell/Extensions
|
||||
Source: http://download.gnome.org/sources/gnome-shell-extensions/3.24/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-shell-extensions/3.26/%{name}-%{version}.tar.xz
|
||||
Source1: README.SUSE
|
||||
Source2: sle-classic.desktop
|
||||
Source3: SLE-theme.tar.gz
|
||||
@ -57,7 +57,7 @@ GNOME Shell Extensions is a collection of extensions providing
|
||||
additional and optional functionality to GNOME Shell.
|
||||
|
||||
%package common
|
||||
Summary: GNOME Shell Extension -- Common Files
|
||||
Summary: Common files for GNOME Shell extensions
|
||||
Group: System/GUI/GNOME
|
||||
Requires: gnome-shell
|
||||
Recommends: %{name}-common-lang
|
||||
@ -81,7 +81,7 @@ Obsoletes: gnome-shell-extensions < %{version}
|
||||
This package provides files common to several GNOME Shell Extensions
|
||||
|
||||
%package -n gnome-shell-classic
|
||||
Summary: Gnome-shell classic -- collection of extensions
|
||||
Summary: A collection of extensions for Gnome-shell classic
|
||||
Group: System/GUI/GNOME
|
||||
Recommends: %{name}-common-lang
|
||||
|
||||
@ -128,17 +128,11 @@ make %{?_smp_mflags}
|
||||
%if !0%{?is_opensuse}
|
||||
install -m0644 %{S:2} %{buildroot}/%{_datadir}/xsessions/sle-classic.desktop
|
||||
# Install SLE theme
|
||||
tar xzvf %{SOURCE3}
|
||||
tar -xzvf %{SOURCE3}
|
||||
install -d %{buildroot}%{_datadir}/gnome-shell/theme
|
||||
cp SLE-theme/theme/* %{buildroot}%{_datadir}/gnome-shell/theme
|
||||
%endif
|
||||
|
||||
%post -n gnome-shell-classic
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%postun -n gnome-shell-classic
|
||||
%glib2_gsettings_schema_postun
|
||||
|
||||
%files common
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README.SUSE
|
||||
|
Loading…
Reference in New Issue
Block a user