Accepting request 55899 from home:dimstar:branches:GNOME:Factory

thanks

OBS-URL: https://build.opensuse.org/request/show/55899
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=43
This commit is contained in:
Vincent Untz
2010-12-15 14:45:05 +00:00
committed by Git OBS Bridge
parent cefefd434c
commit 7b2037542c
5 changed files with 351 additions and 0 deletions

View File

@@ -36,6 +36,12 @@ Version: 2.91.3
Release: 1
Summary: Window and compositing manager based on Clutter
Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM mutter-gdk_functions.patch dimstar@opensuse.org -- Replace GDK macro usage with proper function name, taken from git.
Patch0: mutter-gdk_functions.patch
# PATCH-FIX-UPSTREAM mutter-gtk_states.patch dimstar@opensuse.org -- theme: Handle new GTK+ states, taken from git.
Patch1: mutter-gtk_states.patch
# PATCH-FIX-UPSTREAM mutter-port-testgradients-to-gtk3.patch dimstar@opensuse.org -- ui: Port testgradient example to GTK3, taken from git.
Patch2: mutter-port-testgradients-to-gtk3.patch
Url: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: zenity
@@ -61,6 +67,9 @@ to develop applications that require these.
%lang_package
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
%configure \