Accepting request 50768 from GNOME:Factory

checked in (request 50768)

OBS-URL: https://build.opensuse.org/request/show/50768
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=37
This commit is contained in:
OBS User autobuild
2010-10-15 14:53:40 +00:00
committed by Git OBS Bridge
parent 27bbfcce25
commit 24aaff9baa
7 changed files with 2063 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package mutter (Version 2.91.0)
# spec file for package mutter (Version 2.31.5)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -32,10 +32,16 @@ BuildRequires: update-desktop-files
BuildRequires: zenity
License: GPLv2+
Group: System/GUI/GNOME
Version: 2.91.0
Release: 1
Version: 2.31.5
Release: 2
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
@@ -52,6 +58,8 @@ License: GPLv2+
Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/GNOME
Requires: %{name} = %{version}
Requires: clutter-devel
Requires: gtk2-devel
%description devel
This package contains all necessary include files and libraries needed
@@ -61,6 +69,9 @@ to develop applications that require these.
%lang_package
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
%configure \