SHA256
1
0
forked from pool/mutter

Accepting request 597765 from home:iznogood:branches:GNOME:Factory

- Update to version 3.28.1+20180416.d3d5eb8e1:
  + idle-monitor: Add ResetIdletime API, for testing purposes
  + backend: Reset idle when lid is opened or resuming from suspend
  + idle-monitor: Take idle inhibition into account
  + x11: Allow XTest and core events to reset idletime
  + backends: Remove X11 idle-monitor backend
  + wayland: Plug surface pending state contents leak
  + monitor-manager: fix output ids returned by GetResources
  + native: Disable the use of KMS modifiers by default
  + Updated translations.
- Switch back to using git-checkout via source-service, upstream
  seems unable to produce tarballs.
- Following the above, add libtool BuildRequires and pass
  autogen.sh to bootstrap.

OBS-URL: https://build.opensuse.org/request/show/597765
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=288
This commit is contained in:
2018-04-19 15:10:51 +00:00
committed by Git OBS Bridge
parent bdcdc45f4d
commit a0d3c45f69
6 changed files with 45 additions and 6 deletions

View File

@@ -19,13 +19,14 @@
%define mutter_major 2
%define mutter_minor 0
Name: mutter
Version: 3.28.0
Version: 3.28.1+20180416.d3d5eb8e1
Release: 0
Summary: Window and compositing manager based on Clutter
License: GPL-2.0-or-later
Group: System/GUI/GNOME
URL: https://www.gnome.org
Source0: http://download.gnome.org/sources/mutter/3.28/%{name}-%{version}.tar.xz
#Source0: http://download.gnome.org/sources/mutter/3.28/%%{name}-%%{version}.tar.xz
Source: %{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM mutter-fix-startup.patch bgo#768531 zaitor@opensuse.org -- Fix slow startup notification on wayland
Patch0: mutter-fix-startup.patch
# PATCH-FEATURE-UPSTREAM mutter-iconcache-Support-RGB16_565-format-for-16-bit-color-.patch FATE#323412 bgo#781704 bsc#1024748 vliaskovitis@suse.com -- iconcache: Support RGB16_565 format for 16-bit sessions
@@ -44,6 +45,7 @@ Patch1002: mutter-SLE-bsc984738-grab-display.patch
BuildRequires: Mesa-libGLESv3-devel
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: translation-update-upstream
BuildRequires: zenity
@@ -106,8 +108,8 @@ Requires: %{name}-data >= %{version}
# We need to obsolete the old mutter libs, as otherwise upgrading is impossible
# This makes me believe we should probably fold libmutter into the main package
# with the next update (3.30)
Obsoletes: libmutter0
Obsoletes: libmutter-1-0
Obsoletes: libmutter0
%description -n libmutter-%{mutter_major}-%{mutter_minor}
Mutter is a window and compositing manager based on Clutter, forked
@@ -154,6 +156,7 @@ translation-update-upstream
%build
# FIXME add --enable-remote-desktop when libpipewire-0.1 is available
NOCONFIGURE=1 ./autogen.sh
%configure \
--enable-wayland \
--enable-native-backend \