2.91.90
This commit is contained in:
parent
825282620f
commit
aa56f9fcc6
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ gnome-shell-2.31.5.tar.bz2
|
|||||||
/gnome-shell-2.91.4.tar.bz2
|
/gnome-shell-2.91.4.tar.bz2
|
||||||
/gnome-shell-2.91.5.tar.bz2
|
/gnome-shell-2.91.5.tar.bz2
|
||||||
/gnome-shell-2.91.6.tar.bz2
|
/gnome-shell-2.91.6.tar.bz2
|
||||||
|
/gnome-shell-2.91.90.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: gnome-shell
|
Name: gnome-shell
|
||||||
Version: 2.91.6
|
Version: 2.91.90
|
||||||
Release: 6%{?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
|
||||||
@ -9,8 +9,6 @@ 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
|
||||||
|
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
||||||
|
|
||||||
%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.3
|
%define mutter_version 2.91.3
|
||||||
@ -26,6 +24,8 @@ BuildRequires: glib2-devel
|
|||||||
BuildRequires: gnome-menus-devel
|
BuildRequires: gnome-menus-devel
|
||||||
BuildRequires: gnome-desktop3-devel
|
BuildRequires: gnome-desktop3-devel
|
||||||
BuildRequires: gobject-introspection >= %{gobject_introspection_version}
|
BuildRequires: gobject-introspection >= %{gobject_introspection_version}
|
||||||
|
BuildRequires: upower-devel
|
||||||
|
BuildRequires: polkit-devel
|
||||||
# for screencast recorder functionality
|
# for screencast recorder functionality
|
||||||
BuildRequires: gstreamer-devel
|
BuildRequires: gstreamer-devel
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
@ -59,9 +59,6 @@ Requires: mutter >= %{mutter_version}
|
|||||||
#Requires: xorg-x11-server-Xephyr
|
#Requires: xorg-x11-server-Xephyr
|
||||||
#Requires: xorg-x11-xauth
|
#Requires: xorg-x11-xauth
|
||||||
|
|
||||||
# upstream fix
|
|
||||||
Patch0: gnome-shell-gtk3.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
|
||||||
@ -71,7 +68,6 @@ easy to use experience.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .gtk3
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
||||||
@ -133,6 +129,9 @@ 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
|
||||||
|
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
|
||||||
|
- Update to 2.91.90
|
||||||
|
|
||||||
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-6
|
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-6
|
||||||
- Rebuild against newer gtk
|
- Rebuild against newer gtk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user