forked from pool/mutter
Accepting request 98830 from home:vuntz:branches:GNOME:Factory
Update to 3.3.3 OBS-URL: https://build.opensuse.org/request/show/98830 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=78
This commit is contained in:
parent
77c5a097db
commit
f932edebd7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37f66b17d6a0a479082a46fc9e2385fed5fc0342c8fd21c30c0df09be4efe2a0
|
||||
size 2010808
|
3
mutter-3.3.3.tar.xz
Normal file
3
mutter-3.3.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58079853f8bfa9aa4b7d3deae2c137960b30eafd0009ef83d4d93310009be81c
|
||||
size 1644884
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 5 07:34:46 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.3.3:
|
||||
+ Add keybindings for tiling to left or right [bgo#648700]
|
||||
+ Support GTK+'s hide-titlebar-when-maximized hint [bgo#665617]
|
||||
+ Load _DBUS_APPLICATION_ID, _DBUS_UNIQUE_NAME, _DBUS_OBJECT_PATH
|
||||
property [bgo#664851]
|
||||
+ Handle changes to workspaces-only-on-primary GSetting
|
||||
[bgo#664853]
|
||||
+ Don't use the Clutter default stage [bgo#664028]
|
||||
+ Fix compilation with --disable-introspection [bgo#661871]
|
||||
+ Fix problem where stage could end up mis-sized on startup with
|
||||
multiple monitors
|
||||
+ Misc bug fixes [bgo#666015]
|
||||
+ Updated translations.
|
||||
- Add xz BuildRequires because we can't build a package for a
|
||||
xz-compressed tarball without explicitly specifying that... See
|
||||
bnc#697467 for more details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 12 10:40:37 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
13
mutter.spec
13
mutter.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mutter
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: mutter
|
||||
BuildRequires: clutter-devel
|
||||
BuildRequires: fdupes
|
||||
@ -25,18 +26,20 @@ BuildRequires: intltool
|
||||
BuildRequires: startup-notification-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: zenity
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
BuildRequires: gnome-common
|
||||
%endif
|
||||
Version: 3.3.2
|
||||
Version: 3.3.3
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Source: http://download.gnome.org/sources/mutter/3.3/%{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/mutter/3.3/%{name}-%{version}.tar.xz
|
||||
Url: http://www.gnome.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: zenity
|
||||
@ -114,6 +117,10 @@ rm -rf %{buildroot}
|
||||
%dir %{_datadir}/gnome
|
||||
%dir %{_datadir}/gnome/wm-properties
|
||||
%{_datadir}/gnome/wm-properties/mutter-wm.desktop
|
||||
# Do not depend on g-c-c just for a directory
|
||||
%dir %{_datadir}/gnome-control-center
|
||||
%dir %{_datadir}/gnome-control-center/keybindings
|
||||
%{_datadir}/gnome-control-center/keybindings/50-mutter-windows.xml
|
||||
%doc %{_mandir}/man*/*
|
||||
%{_datadir}/GConf/gsettings/mutter-schemas.convert
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user