Accepting request 230236 from GNOME:Next

Disable wayland for now

OBS-URL: https://build.opensuse.org/request/show/230236
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=205
This commit is contained in:
Dominique Leuenberger 2014-04-15 17:34:56 +00:00 committed by Git OBS Bridge
parent acc5302bcc
commit f72e5d8574
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Tue Apr 15 15:29:49 UTC 2014 - dimstar@opensuse.org
- Add wayland support (conditional, based on build_wayland_backend
defines):
defines, currently set to 0 - disabled):
+ Add pkgconfig(libmutter-wayland) BuildRequires.
+ Create gnome-shell-wayland subpackage.

View File

@ -16,7 +16,7 @@
#
%define build_wayland_backend 1
%define build_wayland_backend 0
Name: gnome-shell
Version: 3.12.0
@ -114,6 +114,7 @@ The GNOME Shell redefines user interactions with the GNOME desktop. In
particular, it offers new paradigms for launching applications, accessing
documents, and organizing open windows in GNOME.
%if %{build_wayland_backend}
%package wayland
Summary: GNOME Shell -- Wayland session
Group: System/GUI/GNOME
@ -122,6 +123,7 @@ Requires: gnome-settings-daemon
%description wayland
This package contains the definition of the default GNOME Shell on Wayland.
%endif
%package devel
Summary: GNOME Shell -- Development Files
@ -215,10 +217,12 @@ rm -rf %{buildroot}
%{_datadir}/gnome-shell/
%doc %{_mandir}/man?/gnome-shell.*
%if %{build_wayland_backend}
%files wayland
%defattr(-,root,root)
%{_bindir}/gnome-shell-wayland
%{_datadir}/applications/gnome-shell-wayland.desktop
%endif
%files devel
%defattr(-,root,root)