Accepting request 67437 from GNOME:Next
thanks OBS-URL: https://build.opensuse.org/request/show/67437 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=53
This commit is contained in:
parent
4c09f709fb
commit
1f019b7a24
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:898f91531010921381ac8c526e08ed1bafaf2d07dae217da5cf5df5b56d1fc2c
|
|
||||||
size 2027982
|
|
3
mutter-3.0.0.tar.bz2
Normal file
3
mutter-3.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2560c8b3b5d47f0f4d4440c3087da76765b6ad9de6010662983846a3fed87eb2
|
||||||
|
size 2000457
|
@ -1,3 +1,78 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 5 15:58:27 UTC 2011 - fcrozat@novell.com
|
||||||
|
|
||||||
|
- Update to version 3.0.0:
|
||||||
|
+ Avoid crashing when you have a single window and try to move it
|
||||||
|
between workspaces. bgo#642957.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 29 08:23:06 UTC 2011 - fcrozat@novell.com
|
||||||
|
|
||||||
|
- Update to version 2.91.93:
|
||||||
|
+ bgo#645408: Fix bug where, when a monitor was hot-plugged, all
|
||||||
|
workspaces would collapse to a single workspace. (There are
|
||||||
|
still issues when a secondary monitor is hot-plugged to the
|
||||||
|
left of the primary monitor).
|
||||||
|
+ bgo#645843: Fix a crash for the cycle_group action
|
||||||
|
+ bgo#636904: Fix misdrawing of window shadows on some focus
|
||||||
|
changes.
|
||||||
|
+ bgo#645590: Export meta_get_replace_current_wm() to allow
|
||||||
|
fixing a GNOME Shell bug with --replace.
|
||||||
|
+ Updated translations.
|
||||||
|
- Changes from version 2.91.92:
|
||||||
|
+ Add a workspaces_only_on_primary preferences. When set, this
|
||||||
|
makes workspaces switching only apply to windows on the primary
|
||||||
|
monitor, while windows on other monitors are unaffected.
|
||||||
|
+ Export API for monitor handling:
|
||||||
|
MetaScreen::monitors-changed signal
|
||||||
|
meta_screen_get_primary_monitor()
|
||||||
|
meta_window_is_on_primary_monitor()
|
||||||
|
meta_window_get_monitor()
|
||||||
|
MetaWindow::window-entered-monitor,
|
||||||
|
MetaWindow::window-left-monitor.
|
||||||
|
meta_window_move_to_monitor()
|
||||||
|
+ Behavior improvemnts for attached modal dialogs:
|
||||||
|
- Allow dragging dragging on the titlebar to move the parent
|
||||||
|
- Allow resizing
|
||||||
|
- Constrain to be on the current monitor
|
||||||
|
+ Don't turn on XSMP autorestart
|
||||||
|
+ Combine libmutter-wm and libmutter-private into a single
|
||||||
|
libmutter.
|
||||||
|
+ Export methods to move and resize windows
|
||||||
|
meta_window_move(), meta_window_resize(),
|
||||||
|
meta_window_move_frame().
|
||||||
|
+ Add a MUTTER_WM_CLASS_FILTER environment variable to allow
|
||||||
|
existing windows to be ignored when performance testing.
|
||||||
|
+ Add a new compositor-based flash for visual bell
|
||||||
|
+ Fix bug where application specified values for properties like
|
||||||
|
"skip taskbar" were sometimes ignored.
|
||||||
|
+ Bug fixes.
|
||||||
|
+ Build fixes
|
||||||
|
- Changes from version 2.91.91:
|
||||||
|
+ Build a libmutter-wm that contains all of the logic and that
|
||||||
|
can be linked to to create custom executables. The mutter
|
||||||
|
executable becomes a small stub linked to this library.
|
||||||
|
+ Move installed headers files into a meta/ subdirectory instead
|
||||||
|
of polluting the toplevel namespace.
|
||||||
|
+ Remove various unused complications:
|
||||||
|
- Ability to set the set of plugins via GConf
|
||||||
|
- Plugin 'params'
|
||||||
|
- meta_restart() and "mutter-message restart"
|
||||||
|
+ Don't exit when we are requested to exit via XSMP, assume we'll
|
||||||
|
be killed along with the X server; this avoids visual artifacts
|
||||||
|
from unmanaging windows when logging out.
|
||||||
|
+ Build fixes
|
||||||
|
- Changes from version 2.91.90:
|
||||||
|
+ Change <Alt>Above_Tab from being a cycle_group binding to
|
||||||
|
a switch_group binding
|
||||||
|
+ Make plugin-loading failure fatal
|
||||||
|
+ Add 'position-changed' signal to MetaWindowActor
|
||||||
|
+ When 'live_hidden_previews' is enabled, position hidden
|
||||||
|
windows to allow the creation of workspace previews
|
||||||
|
+ Fix bug with opacity of MetaBackgroundActor
|
||||||
|
- Fix BuildRequires to use pkgconfig(libcanberra-gtk3)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 14 19:49:23 CET 2011 - sbrabec@suse.cz
|
Mon Feb 14 19:49:23 CET 2011 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
13
mutter.spec
13
mutter.spec
@ -30,15 +30,14 @@ BuildRequires: startup-notification-devel
|
|||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: zenity
|
BuildRequires: zenity
|
||||||
BuildRequires: pkgconfig(libcanberra-gtk)
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||||
%if 0%{?BUILD_FROM_VCS}
|
%if 0%{?BUILD_FROM_VCS}
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
%endif
|
%endif
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Version: 2.91.6
|
Version: 3.0.0
|
||||||
Release: 5
|
Release: 1
|
||||||
# FIXME: add libcanberra-devel BuildRequires when it has support for gtk3
|
|
||||||
Summary: Window and compositing manager based on Clutter
|
Summary: Window and compositing manager based on Clutter
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
@ -77,7 +76,7 @@ translation-update-upstream
|
|||||||
--libexecdir=%{_libexecdir}/%{name} \
|
--libexecdir=%{_libexecdir}/%{name} \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-schemas-install
|
--disable-schemas-install
|
||||||
%__make %{?jobs:-j%jobs}
|
%__make %{?jobs:-j%jobs} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
@ -115,7 +114,7 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_libdir}/mutter/
|
%{_libdir}/mutter/
|
||||||
%exclude %{_libdir}/mutter/Meta-2.91.gir
|
%exclude %{_libdir}/mutter/Meta-3.0.gir
|
||||||
%{_datadir}/applications/mutter.desktop
|
%{_datadir}/applications/mutter.desktop
|
||||||
%{_datadir}/mutter/
|
%{_datadir}/mutter/
|
||||||
# Do not depend on libgnome just for a directory
|
# Do not depend on libgnome just for a directory
|
||||||
@ -130,7 +129,7 @@ rm -rf %{buildroot}
|
|||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%{_includedir}/mutter/
|
%{_includedir}/mutter/
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/mutter/Meta-2.91.gir
|
%{_libdir}/mutter/Meta-3.0.gir
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user