Accepting request 60582 from home:fcrozat:gnome3

thanks

OBS-URL: https://build.opensuse.org/request/show/60582
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=48
This commit is contained in:
Vincent Untz 2011-02-13 22:26:31 +00:00 committed by Git OBS Bridge
parent fb5e8385e3
commit 11f1873600
5 changed files with 35 additions and 7 deletions

6
_service Normal file
View File

@ -0,0 +1,6 @@
<services>
<!--
<service name="tar_scm"><param name="versionprefix">2.91.5git</param><param name="url">git://git.gnome.org/mutter</param><param name="scm">git</param></service>
<service name="recompress"><param name="file">*.tar</param><param name="compression">bz2</param></service><service name="set_version"/>
-->
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c667475183f7e6a1b7b065adc0eddaed0ee5846e5ad7f58f5902a35daaa5bea5
size 2030362

3
mutter-2.91.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:898f91531010921381ac8c526e08ed1bafaf2d07dae217da5cf5df5b56d1fc2c
size 2027982

View File

@ -1,4 +1,20 @@
-------------------------------------------------------------------
Fri Feb 11 12:31:50 UTC 2011 - fcrozat@novell.com
- Update to version 2.91.6:
+ Add meta_screen_override_window_layout() to let a plugin set
the workspace layout
+ Add a 'size-changed' signal to MetaWindowActor
+ Add meta_window_actor_is_destroyed()
+ Fix problems with window tile previews when cancelling a move
+ Port theme elements that use GTK+ drawing to use
GtkStyleContext instead of the deprecated GtkStyle.
+ Fix compiler warnings that were causing compilation failures
+ Misc bug fixes
+ Updated translations.
-------------------------------------------------------------------
Fri Jan 14 15:12:29 CET 2011 - vuntz@opensuse.org
- Update to version 2.91.5:

View File

@ -26,13 +26,16 @@ BuildRequires: gnome-doc-utils-devel
BuildRequires: gobject-introspection-devel
BuildRequires: gtk3-devel
BuildRequires: intltool
BuildRequires: libcanberra-devel
BuildRequires: pkgconfig(libcanberra-gtk)
BuildRequires: startup-notification-devel
BuildRequires: update-desktop-files
BuildRequires: zenity
%if 0%{?BUILD_FROM_VCS}
BuildRequires: gnome-common
%endif
License: GPLv2+
Group: System/GUI/GNOME
Version: 2.91.5
Version: 2.91.6
Release: 1
# FIXME: add libcanberra-devel BuildRequires when it has support for gtk3
Summary: Window and compositing manager based on Clutter
@ -63,12 +66,15 @@ to develop applications that require these.
%prep
%setup -q
%if 0%{?BUILD_FROM_VCS}
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
%endif
%build
%configure \
--libexecdir=%{_libexecdir}/%{name} \
--disable-static \
--disable-schemas-install \
--with-gtk=3.0
--disable-schemas-install
%__make %{?jobs:-j%jobs}
%install