SHA256
1
0
forked from pool/mutter

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

OBS-URL: https://build.opensuse.org/request/show/48409
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=33
This commit is contained in:
Vincent Untz
2010-09-18 13:32:31 +00:00
committed by Git OBS Bridge
parent f76be8bac8
commit 07b3c6e788
4 changed files with 946 additions and 0 deletions

View File

@@ -38,6 +38,10 @@ Summary: Window and compositing manager based on Clutter
Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM mutter-gdk-cairo.patch dimstar@opensuse.org -- Replace GDK drawing API with cairo, upstream git commit 08cfdcd & 0839c1
Patch0: mutter-gdk-cairo.patch
# PATCH-FIX-UPSTREAM mutter-no-gdk_display.patch vuntz@opensuse.org -- Stop using gdk_display, taken from git
Patch1: mutter-no-gdk_display.patch
# PATCH-FIX-UPSTREAM mutter-gdk-keys.patch vuntz@opensuse.org -- Update for GDK 3 API changes, taken from git
Patch2: mutter-gdk-keys.patch
Url: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: zenity
@@ -66,6 +70,8 @@ to develop applications that require these.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
%configure \