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

View File

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