Update to 3.19.2

This commit is contained in:
Florian Müllner 2015-11-25 00:46:48 +01:00
parent 07a5b6c1b5
commit fddd734433
4 changed files with 7 additions and 30 deletions

1
.gitignore vendored
View File

@ -103,3 +103,4 @@ gnome-shell-2.31.5.tar.bz2
/gnome-shell-3.18.0.tar.xz
/gnome-shell-3.18.1.tar.xz
/gnome-shell-3.19.1.tar.xz
/gnome-shell-3.19.2.tar.xz

View File

@ -1,25 +0,0 @@
From 39d84bcfe32e3baddafcbabfacc0691dc098316e Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Wed, 4 Mar 2015 18:31:05 +0100
Subject: [PATCH] appFavorites: Add gnome-terminal to the rename list
https://bugzilla.gnome.org/show_bug.cgi?id=745626
---
js/ui/appFavorites.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/js/ui/appFavorites.js b/js/ui/appFavorites.js
index 9c42ae3..f7510c8 100644
--- a/js/ui/appFavorites.js
+++ b/js/ui/appFavorites.js
@@ -26,6 +26,7 @@ const RENAMED_DESKTOP_IDS = {
'gnome-photos.desktop': 'org.gnome.Photos.desktop',
'gnome-screenshot.desktop': 'org.gnome.Screenshot.desktop',
'gnome-software.desktop': 'org.gnome.Software.desktop',
+ 'gnome-terminal.desktop': 'org.gnome.Terminal.desktop',
'gnome-weather.desktop': 'org.gnome.Weather.Application.desktop',
'gnomine.desktop': 'gnome-mines.desktop',
'gnotravex.desktop': 'gnome-tetravex.desktop',
--
2.3.1

View File

@ -1,6 +1,6 @@
Name: gnome-shell
Version: 3.19.1
Release: 3.20151110%{?dist}
Version: 3.19.2
Release: 1
Summary: Window management and application launching for GNOME
Group: User Interface/Desktops
@ -12,7 +12,6 @@ Source0: http://download.gnome.org/sources/gnome-shell/3.19/%{name}-%{ver
# Replace Epiphany with Firefox in the default favourite apps list
Patch1: gnome-shell-favourite-apps-firefox.patch
Patch2: 0001-appFavorites-Add-gnome-terminal-to-the-rename-list.patch
%define clutter_version 1.21.5
%define gnome_bluetooth_version 1:3.9.0
@ -119,7 +118,6 @@ easy to use experience.
%prep
%setup -q
%patch1 -p1 -b .firefox
%patch2 -p1 -b .terminal-renamed-desktop-file
%build
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
@ -185,6 +183,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
%exclude %{_datadir}/gtk-doc
%changelog
* Wed Nov 25 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.2-1
- Update to 3.19.2
* Tue Nov 10 2015 Ray Strode <rstrode@redhat.com> 3.19.1-3.20151110
- Update to git snapshot

View File

@ -1 +1 @@
d89bc6a3561eb7fa8596bb7c96340939 gnome-shell-3.19.1.tar.xz
f4ec623cb8503b967cbc8663e9a1b689 gnome-shell-3.19.2.tar.xz