SHA256
1
0
forked from pool/mutter

Accepting request 422494 from home:zhangxiaofei:branches:GNOME:Factory

SLE sync
- Add mutter-bsc984738-grab-display.patch (bsc#984738, bgo#769387).

- Drop mutter-grab-display.patch, it has been fixed by upstream
  differently.

- Update to GNOME 3.20  Fate#318572
- Remove upstream patches: mutter-bnc879109-no-monitors-crash.patch
- Refresh mutter-grab-display.patch, mutter-bell.patch,
  relax-some-constraints-on-CSD-windows-in-sle-classic.patch

- Update mutter-bell.patch so it works on all cases (bnc#889218)

- Add relax-some-constraints-on-CSD-windows-in-sle-classic.patch:
  CSD (Client Side Decoration) windows have invisible box wrapping
  around them, which leads to some positioning issues as in this
  bug report. Relax some constraints on window positioning for CSD
  windows s.t. they can be placed at the very top of the monitor.
  This fix works nicely for "sle-classic" as there is no top bar
  any more, and is NOT applied in other GNOME sessions for reasons
  stated in bgo#719772 (bnc#883491).

- Add mutter-bnc879109-no-monitors-crash.patch:
  Fixes a crash in Mutter when there are no usable monitors, such
  as when a laptop is booted with the lid closed while on a docking
  station, with the intent of plugging an external monitor later
  (bnc#879109).

- Added support for gnome-patch-translation (2 strings).

- Update mutter-grab-display.patch to fix (bnc#873763)

OBS-URL: https://build.opensuse.org/request/show/422494
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=203
This commit is contained in:
Bjørn Lie
2016-08-26 12:00:22 +00:00
committed by Git OBS Bridge
parent d0ee0f6020
commit bc9db1f782
5 changed files with 432 additions and 1 deletions

View File

@@ -30,6 +30,12 @@ License: GPL-2.0+
Group: System/GUI/GNOME
Url: http://www.gnome.org
Source: http://download.gnome.org/sources/mutter/3.20/%{name}-%{version}.tar.xz
# PATCH-FEATURE-SLE mutter-bell.patch FATE#316042 bnc#889218 idonmez@suse.com -- make audible bell work out of the box.
Patch1: mutter-bell.patch
# PATCH-FIX-SLE relax-some-constraints-on-CSD-windows-in-sle-classic.patch bnc#883491 cxiong@suse.com -- Relax some constraints on window positioning for CSD windows s.t. they can be placed at the very top of the monitor.
Patch2: relax-some-constraints-on-CSD-windows-in-sle-classic.patch
# PATCH-FIX-UPSTREAM mutter-bsc984738-grab-display.patch bsc#984738 bgo#769387 hpj@suse.com -- Revert a upstream commit to avoid X11 race condition that results in wrong dialog sizes.
Patch3: mutter-bsc984738-grab-display.patch
BuildRequires: fdupes
BuildRequires: gobject-introspection-devel >= 0.9.5
BuildRequires: intltool
@@ -140,7 +146,10 @@ to develop applications that require these.
%setup -q
%if !0%{?is_opensuse}
translation-update-upstream
%patch1 -p1
%patch2 -p1
%endif
%patch3 -p1
%build
%configure \