Accepting request 200006 from GNOME:Factory
Push GNOME 3.9.92 OBS-URL: https://build.opensuse.org/request/show/200006 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-session?expand=0&rev=141
This commit is contained in:
commit
4bad63d58b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03bdbf6baa12054491a27f277e10e5c224dbfd35a8f1fa7943aee5f14d75a603
|
||||
size 774584
|
3
gnome-session-3.9.92.tar.xz
Normal file
3
gnome-session-3.9.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49cc0d455768eb823e2482bf0b4064e11017ecb270d1beb24f937385a6111cc9
|
||||
size 767760
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 19:35:02 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.92:
|
||||
+ Add basic support for running Wayland sessions.
|
||||
+ Updated translations.
|
||||
- Create new subpackage gnome-session-wayland, containing the
|
||||
wayland support. As we don't have wayland in running state in
|
||||
openSUSE 13.1, there is no need to pull this in for everybody,
|
||||
but we also do not want to make it extra difficult to start
|
||||
exploring wayland features.
|
||||
- Clean up spec file, drop old language hacks, dating back to
|
||||
openSUSE <= 11.2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 15:45:20 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define with_systemd 1
|
||||
|
||||
Name: gnome-session
|
||||
Version: 3.9.91
|
||||
Version: 3.9.92
|
||||
Release: 0
|
||||
Summary: Session Tools for the GNOME Desktop
|
||||
License: GPL-2.0+
|
||||
@ -43,7 +43,7 @@ BuildRequires: pkgconfig(gconf-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.35.0
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.35.0
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.7.90
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.9.91
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.7
|
||||
BuildRequires: pkgconfig(ice)
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= 0.10
|
||||
@ -89,6 +89,16 @@ Requires: gnome-shell
|
||||
%description default-session
|
||||
This package contains the definition of the default GNOME session.
|
||||
|
||||
%package wayland
|
||||
Summary: Session Manager for GNOME -- Wayland session
|
||||
Group: System/GUI/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
Requires: gnome-settings-daemon
|
||||
Requires: gnome-shell
|
||||
|
||||
%description wayland
|
||||
This package contains the definition of the default GNOME session on Wayland.
|
||||
|
||||
%package core
|
||||
Summary: Session Manager for GNOME -- Minimal Version
|
||||
Group: System/GUI/GNOME
|
||||
@ -119,13 +129,6 @@ NOCONFIGURE=1 gnome-autogen.sh
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%if 0%{?suse_version} <= 1110
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/ha/LC_MESSAGES/*
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/ig/LC_MESSAGES/*
|
||||
%endif
|
||||
%if 0%{?suse_version} <= 1120
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||
%endif
|
||||
# install startup script and xsession file
|
||||
install -d -m755 %{buildroot}%{_bindir}
|
||||
install -m755 %SOURCE1 %{buildroot}%{_bindir}/gnome
|
||||
@ -171,6 +174,11 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/gnome-session/sessions/gnome.session
|
||||
%{_datadir}/gnome-session/sessions/gnome-dummy.session
|
||||
|
||||
%files wayland
|
||||
%defattr (-, root, root)
|
||||
%{_datadir}/gnome-session/sessions/gnome-wayland.session
|
||||
%{_datadir}/xsessions/gnome-wayland.desktop
|
||||
|
||||
%files core
|
||||
%defattr (-, root, root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
|
Loading…
Reference in New Issue
Block a user