Dominique Leuenberger 2014-04-15 15:28:04 +00:00 committed by Git OBS Bridge
parent 526cf652dc
commit d045f068b2

View File

@ -16,6 +16,8 @@
#
%define build_wayland_backend 1
Name: gnome-shell
Version: 3.12.0
Release: 0
@ -71,6 +73,9 @@ BuildRequires: pkgconfig(polkit-agent-1) >= 0.100
BuildRequires: pkgconfig(telepathy-glib) >= 0.17.5
BuildRequires: pkgconfig(telepathy-logger-0.2) >= 0.2.4
BuildRequires: pkgconfig(xtst)
%if %{build_wayland_backend}
BuildRequires: pkgconfig(libmutter-wayland) >= 3.12.0
%endif
# The clock / calendar applet in the panel requires e-d-s (bnc#795793).
Requires: evolution-data-server
Requires: gdk-pixbuf-loader-rsvg
@ -109,6 +114,15 @@ 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.
%package wayland
Summary: GNOME Shell -- Wayland session
Group: System/GUI/GNOME
Requires: %{name} = %{version}
Requires: gnome-settings-daemon
%description wayland
This package contains the definition of the default GNOME Shell on Wayland.
%package devel
Summary: GNOME Shell -- Development Files
Group: Development/Libraries/GNOME
@ -201,6 +215,11 @@ rm -rf %{buildroot}
%{_datadir}/gnome-shell/
%doc %{_mandir}/man?/gnome-shell.*
%files wayland
%defattr(-,root,root)
%{_bindir}/gnome-shell-wayland
%{_datadir}/applications/gnome-shell-wayland.desktop
%files devel
%defattr(-,root,root)
%doc %{_datadir}/gtk-doc/html/st/