Accepting request 100549 from home:vuntz:branches:GNOME:Factory

Add patch to fix build with GTK+ 3.3.8; better to get things building asap

OBS-URL: https://build.opensuse.org/request/show/100549
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=80
This commit is contained in:
2012-01-18 17:02:17 +00:00
committed by Git OBS Bridge
parent f932edebd7
commit d8a433a261
3 changed files with 53 additions and 8 deletions

View File

@@ -17,6 +17,15 @@
Name: mutter
Version: 3.3.3
Release: 0
Summary: Window and compositing manager based on Clutter
License: GPL-2.0+
Group: System/GUI/GNOME
Url: http://www.gnome.org
Source: http://download.gnome.org/sources/mutter/3.3/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM mutter-fix-build-latest-gtk3.patch vuntz@opensuse.org -- Fix build with gtk+ 3.3.8, taken from git
Patch0: mutter-fix-build-latest-gtk3.patch
BuildRequires: clutter-devel
BuildRequires: fdupes
BuildRequires: gnome-doc-utils-devel
@@ -34,17 +43,10 @@ BuildRequires: pkgconfig(libcanberra-gtk3)
%if 0%{?BUILD_FROM_VCS}
BuildRequires: gnome-common
%endif
Version: 3.3.3
Release: 0
Summary: Window and compositing manager based on Clutter
License: GPL-2.0+
Group: System/GUI/GNOME
Source: http://download.gnome.org/sources/mutter/3.3/%{name}-%{version}.tar.xz
Url: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: zenity
Recommends: %{name}-lang
Provides: windowmanager
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%glib2_gsettings_schema_requires
%description
@@ -65,6 +67,7 @@ to develop applications that require these.
%prep
%setup -q
translation-update-upstream
%patch0 -p1
%if 0%{?BUILD_FROM_VCS}
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh