Update to 2.91.93
This commit is contained in:
parent
7e9be7cd70
commit
e5d0dd9ac4
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ gnome-shell-2.31.5.tar.bz2
|
|||||||
/gnome-shell-2.91.90.tar.bz2
|
/gnome-shell-2.91.90.tar.bz2
|
||||||
/gnome-shell-2.91.91.tar.bz2
|
/gnome-shell-2.91.91.tar.bz2
|
||||||
/gnome-shell-2.91.92.tar.bz2
|
/gnome-shell-2.91.92.tar.bz2
|
||||||
|
/gnome-shell-2.91.93.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: gnome-shell
|
Name: gnome-shell
|
||||||
Version: 2.91.92
|
Version: 2.91.93
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Window management and application launching for GNOME
|
Summary: Window management and application launching for GNOME
|
||||||
|
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
@ -8,12 +8,10 @@ License: GPLv2+
|
|||||||
URL: http://live.gnome.org/GnomeShell
|
URL: http://live.gnome.org/GnomeShell
|
||||||
#VCS: git:git://git.gnome.org/gnome-shell
|
#VCS: git:git://git.gnome.org/gnome-shell
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.91/%{name}-%{version}.tar.bz2
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.91/%{name}-%{version}.tar.bz2
|
||||||
Patch0: 0001-Account-for-nm_client_activate_connection-API-change.patch
|
|
||||||
Patch1: fix-vpn-indicator.patch
|
|
||||||
|
|
||||||
%define clutter_version 1.4.0
|
%define clutter_version 1.4.0
|
||||||
%define gobject_introspection_version 0.10.1
|
%define gobject_introspection_version 0.10.1
|
||||||
%define mutter_version 2.91.92
|
%define mutter_version 2.91.93
|
||||||
%define gjs_version 0.7.5
|
%define gjs_version 0.7.5
|
||||||
%define eds_version 2.91.6
|
%define eds_version 2.91.6
|
||||||
|
|
||||||
@ -76,8 +74,6 @@ easy to use experience.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .nm09-api
|
|
||||||
%patch1 -p1 -b .fix-vpn-indicator
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
||||||
|
Loading…
Reference in New Issue
Block a user