Accepting request 599795 from home:iznogood:branches:GNOME:Factory
- Update to version 3.28.1+20180413.6746061: + cleanup: Use Array.includes() to check for element existence. + window-list: Handle no overrides settings. + apps-menu: Duplicate destroy actor. + Updated translations. - Switch back to using git-checkout via source-service, upstream seems unable to produce tarballs. OBS-URL: https://build.opensuse.org/request/show/599795 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=174
This commit is contained in:
parent
b9f9989381
commit
a65d4461e0
14
_service
Normal file
14
_service
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<services>
|
||||||
|
<service mode="disabled" name="tar_scm">
|
||||||
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="revision">gnome-3-28</param>
|
||||||
|
<param name="versionformat">3.28.1+%cd.%h</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
|
</service>
|
||||||
|
<service mode="disabled" name="recompress">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
<service mode="disabled" name="set_version" />
|
||||||
|
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git</param>
|
||||||
|
<param name="changesrevision">6746061898376ff39dd8034c22469d1ce4aadf9d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:215dceb77ba355bdcc9e71dc72aa0debef3c9d7858e70d5094800182492eb503
|
|
||||||
size 199092
|
|
3
gnome-shell-extensions-3.28.1+20180413.6746061.tar.xz
Normal file
3
gnome-shell-extensions-3.28.1+20180413.6746061.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:edb6a0235dc02792a06e9c320c06278dd9af4490e735d4031cf5d1c560da2257
|
||||||
|
size 198540
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 22 20:55:58 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.28.1+20180413.6746061:
|
||||||
|
+ cleanup: Use Array.includes() to check for element existence.
|
||||||
|
+ window-list: Handle no overrides settings.
|
||||||
|
+ apps-menu: Duplicate destroy actor.
|
||||||
|
+ Updated translations.
|
||||||
|
- Switch back to using git-checkout via source-service, upstream
|
||||||
|
seems unable to produce tarballs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 19 07:06:03 UTC 2018 - xwang@suse.com
|
Thu Apr 19 07:06:03 UTC 2018 - xwang@suse.com
|
||||||
|
|
||||||
|
@ -19,13 +19,14 @@
|
|||||||
|
|
||||||
%global __requires_exclude typelib\\(Meta\\)
|
%global __requires_exclude typelib\\(Meta\\)
|
||||||
Name: gnome-shell-extensions
|
Name: gnome-shell-extensions
|
||||||
Version: 3.28.0
|
Version: 3.28.1+20180413.6746061
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A collection of extensions for GNOME Shell
|
Summary: A collection of extensions for GNOME Shell
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Url: https://wiki.gnome.org/Projects/GnomeShell/Extensions
|
Url: https://wiki.gnome.org/Projects/GnomeShell/Extensions
|
||||||
Source: http://download.gnome.org/sources/gnome-shell-extensions/3.28/%{name}-%{version}.tar.xz
|
#Source0: https://download.gnome.org/sources/gnome-shell-extensions/3.28/%%{name}-%%{version}.tar.xz
|
||||||
|
Source: %{name}-%{version}.tar.xz
|
||||||
Source1: README.SUSE
|
Source1: README.SUSE
|
||||||
Source2: sle-classic.desktop
|
Source2: sle-classic.desktop
|
||||||
Source3: SLE-theme.tar.gz
|
Source3: SLE-theme.tar.gz
|
||||||
@ -104,7 +105,6 @@ gnome-patch-translation-prepare
|
|||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch1000 -p1
|
%patch1000 -p1
|
||||||
##gnome-patch-translation-update
|
|
||||||
# In openSUSE GNOME, we don't launch gnome-session directly, but wrap this through a shell script, /usr/bin/gnome
|
# In openSUSE GNOME, we don't launch gnome-session directly, but wrap this through a shell script, /usr/bin/gnome
|
||||||
sed -i "s:Exec=gnome-session:Exec=gnome:g" data/gnome-classic.desktop.in
|
sed -i "s:Exec=gnome-session:Exec=gnome:g" data/gnome-classic.desktop.in
|
||||||
cp %{SOURCE1} .
|
cp %{SOURCE1} .
|
||||||
|
Loading…
Reference in New Issue
Block a user