Update to 3.13.92
This commit is contained in:
parent
16edef54a6
commit
f88d006bbd
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@
|
||||
/gnome-shell-extensions-3.13.4.tar.xz
|
||||
/gnome-shell-extensions-3.13.90.tar.xz
|
||||
/gnome-shell-extensions-3.13.91.tar.xz
|
||||
/gnome-shell-extensions-3.13.92.tar.xz
|
||||
|
@ -5,7 +5,7 @@
|
||||
%global pkg_prefix gnome-shell-extension
|
||||
|
||||
Name: gnome-shell-extensions
|
||||
Version: 3.13.91
|
||||
Version: 3.13.92
|
||||
Release: 1%{?dist}
|
||||
Summary: Modify and extend GNOME Shell functionality and behavior
|
||||
|
||||
@ -34,6 +34,7 @@ Enabled extensions:
|
||||
* launch-new-instance
|
||||
* native-window-placement
|
||||
* places-menu
|
||||
* screenshot-window-sizer
|
||||
* systemMonitor
|
||||
* user-theme
|
||||
* window-list
|
||||
@ -163,6 +164,17 @@ This GNOME Shell extension add a system status menu for quickly navigating
|
||||
places in the system.
|
||||
|
||||
|
||||
%package -n %{pkg_prefix}-screenshot-window-sizer
|
||||
Summary: Screenshot window sizer for GNOME Shell
|
||||
Group: User Interface/Desktops
|
||||
License: GPLv2+
|
||||
Requires: %{pkg_prefix}-common = %{version}-%{release}
|
||||
|
||||
%description -n %{pkg_prefix}-screenshot-window-sizer
|
||||
This GNOME Shell extension allows to easily resize windows for GNOME Software
|
||||
screenshots.
|
||||
|
||||
|
||||
%package -n %{pkg_prefix}-systemMonitor
|
||||
Summary: System Monitor for GNOME Shell
|
||||
Group: User Interface/Desktops
|
||||
@ -287,6 +299,11 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-shell-classi
|
||||
%{_datadir}/gnome-shell/extensions/places-menu*/
|
||||
|
||||
|
||||
%files -n %{pkg_prefix}-screenshot-window-sizer
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml
|
||||
%{_datadir}/gnome-shell/extensions/screenshot-window-sizer*/
|
||||
|
||||
|
||||
%files -n %{pkg_prefix}-systemMonitor
|
||||
%{_datadir}/gnome-shell/extensions/systemMonitor*/
|
||||
|
||||
@ -355,6 +372,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 17 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.92-1
|
||||
- Update to 3.13.92
|
||||
|
||||
* Wed Sep 03 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.91-1
|
||||
- Update to 3.13.91
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user