Update to 2.91.0
This commit is contained in:
parent
742b85b20f
commit
d981d41d5f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
gnome-shell-2.31.5.tar.bz2
|
gnome-shell-2.31.5.tar.bz2
|
||||||
|
/gnome-shell-2.91.0.tar.bz2
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
diff -up gnome-shell-2.31.5/src/gnome-shell.in.jx gnome-shell-2.31.5/src/gnome-shell.in
|
|
||||||
--- gnome-shell-2.31.5/src/gnome-shell.in.jx 2010-06-25 12:47:26.000000000 -0400
|
|
||||||
+++ gnome-shell-2.31.5/src/gnome-shell.in 2010-08-12 14:44:39.000000000 -0400
|
|
||||||
@@ -213,6 +213,7 @@ def start_shell(perf_output=None):
|
|
||||||
env = dict(os.environ)
|
|
||||||
env.update({'GNOME_SHELL_JS' : '@GJS_JS_DIR@:@GJS_JS_NATIVE_DIR@:' + js_dir,
|
|
||||||
'PATH' : '@MUTTER_BIN_DIR@:' + os.environ.get('PATH', ''),
|
|
||||||
+ 'CLUTTER_VBLANK' : 'none',
|
|
||||||
'XDG_CONFIG_DIRS' : '@sysconfdir@/xdg:' + (os.environ.get('XDG_CONFIG_DIRS') or '/etc/xdg'),
|
|
||||||
'GNOME_DISABLE_CRASH_DIALOG' : '1'})
|
|
||||||
|
|
@ -1,18 +1,18 @@
|
|||||||
Name: gnome-shell
|
Name: gnome-shell
|
||||||
Version: 2.31.5
|
Version: 2.91.0
|
||||||
Release: 7%{?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
|
||||||
License: GPLv2+
|
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.27/%{name}-%{version}.tar.bz2
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.91/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
%define clutter_version 1.2.8
|
%define clutter_version 1.4.0
|
||||||
%define gobject_introspection_version 0.9.2
|
%define gobject_introspection_version 0.9.8
|
||||||
%define mutter_version 2.31.5
|
%define mutter_version 2.91.0
|
||||||
%define gjs_version 0.7
|
%define gjs_version 0.7
|
||||||
|
|
||||||
BuildRequires: clutter-devel >= %{clutter_version}
|
BuildRequires: clutter-devel >= %{clutter_version}
|
||||||
@ -54,8 +54,6 @@ Requires: mutter >= %{mutter_version}
|
|||||||
#Requires: xorg-x11-server-Xephyr
|
#Requires: xorg-x11-server-Xephyr
|
||||||
#Requires: xorg-x11-xauth
|
#Requires: xorg-x11-xauth
|
||||||
|
|
||||||
Patch0: 0001-workaround-Disable-vblank-until-we-update-to-clutter.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNOME Shell provides core user interface functions for the GNOME 3 desktop,
|
GNOME Shell provides core user interface functions for the GNOME 3 desktop,
|
||||||
like switching to windows and launching applications. GNOME Shell takes
|
like switching to windows and launching applications. GNOME Shell takes
|
||||||
@ -65,7 +63,6 @@ easy to use experience.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
||||||
@ -129,6 +126,10 @@ gconftool-2 --makefile-install-rule \
|
|||||||
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
|
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 4 2010 Owen Taylor <otaylor@redhat.com> - 2.91.0-1
|
||||||
|
- Update to 2.91.0
|
||||||
|
- Remove patch to disable VBlank syncing
|
||||||
|
|
||||||
* Thu Aug 12 2010 Colin Walters <walters@verbum.org> - 2.31.5-7
|
* Thu Aug 12 2010 Colin Walters <walters@verbum.org> - 2.31.5-7
|
||||||
- Add patch to disable vblank syncing
|
- Add patch to disable vblank syncing
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user