Update to 3.33.4
This commit is contained in:
parent
fca1a76dfb
commit
01fe110f3e
1
.gitignore
vendored
1
.gitignore
vendored
@ -117,3 +117,4 @@
|
||||
/gnome-shell-extensions-3.33.1.tar.xz
|
||||
/gnome-shell-extensions-3.33.2.tar.xz
|
||||
/gnome-shell-extensions-3.33.3.tar.xz
|
||||
/gnome-shell-extensions-3.33.4.tar.xz
|
||||
|
@ -5,7 +5,7 @@
|
||||
%global pkg_prefix gnome-shell-extension
|
||||
|
||||
Name: gnome-shell-extensions
|
||||
Version: 3.33.3
|
||||
Version: 3.33.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Modify and extend GNOME Shell functionality and behavior
|
||||
|
||||
@ -31,6 +31,7 @@ Enabled extensions:
|
||||
* apps-menu
|
||||
* auto-move-windows
|
||||
* drive-menu
|
||||
* horizontal-workspaces
|
||||
* launch-new-instance
|
||||
* native-window-placement
|
||||
* places-menu
|
||||
@ -58,6 +59,7 @@ This package provides common data files shared by various extensions.
|
||||
Summary: GNOME "classic" mode session
|
||||
License: GPLv2+
|
||||
Requires: %{pkg_prefix}-apps-menu = %{version}-%{release}
|
||||
Requires: %{pkg_prefix}-horizontal-workspaces = %{version}-%{release}
|
||||
Requires: %{pkg_prefix}-launch-new-instance = %{version}-%{release}
|
||||
Requires: %{pkg_prefix}-places-menu = %{version}-%{release}
|
||||
Requires: %{pkg_prefix}-window-list = %{version}-%{release}
|
||||
@ -99,6 +101,16 @@ This GNOME Shell extension provides a panel status menu for accessing and
|
||||
unmounting removable devices.
|
||||
|
||||
|
||||
%package -n %{pkg_prefix}-horizontal-workspaces
|
||||
Summary: Arrange workspaces in GNOME Shell in a single row
|
||||
License: GPLv2+
|
||||
Requires: %{pkg_prefix}-common = %{version}-%{release}
|
||||
|
||||
%description -n %{pkg_prefix}-horizontal-workspaces
|
||||
This GNOME Shell extension changes the workspace layout from a single column
|
||||
to a single row.
|
||||
|
||||
|
||||
%package -n %{pkg_prefix}-launch-new-instance
|
||||
Summary: Always launch a new application instance for GNOME Shell
|
||||
License: GPLv2+
|
||||
@ -219,6 +231,10 @@ workspaces.
|
||||
%{_datadir}/gnome-shell/extensions/drive-menu*/
|
||||
|
||||
|
||||
%files -n %{pkg_prefix}-horizontal-workspaces
|
||||
%{_datadir}/gnome-shell/extensions/horizontal-workspaces*/
|
||||
|
||||
|
||||
%files -n %{pkg_prefix}-launch-new-instance
|
||||
%{_datadir}/gnome-shell/extensions/launch-new-instance*/
|
||||
|
||||
@ -256,6 +272,9 @@ workspaces.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 20 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.4-1
|
||||
- Update to 3.33.4
|
||||
|
||||
* Mon Jun 24 2019 Florian Müllner <fmuellner@redhat.com> - 3.33.3-1
|
||||
- Update to 3.33.3
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-shell-extensions-3.33.3.tar.xz) = 94771c08867799dcd528f79be0f81219c99cae3e0ef33d067a8b6669929e35e19215ace5fa4b6d49af709c949580e3466b4dcd38913bdf8594589329d6d46957
|
||||
SHA512 (gnome-shell-extensions-3.33.4.tar.xz) = 9c9074f24f619aeb4f877409368aab1292acabd0624e7bf792005d0d2a7b94c0e33faf2de1b1e2ce7599d6e2f0666c367fe6a9da82185a7b4b96b40daeb0d64d
|
||||
|
Loading…
Reference in New Issue
Block a user