Accepting request 103242 from home:vuntz:branches:GNOME:Factory
Update to 3.3.5 OBS-URL: https://build.opensuse.org/request/show/103242 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=83
This commit is contained in:
parent
d94aacb377
commit
95ba3892e7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:00238a58ad5b4a0fe5036afbe38ee4860ac2a77efa0998e4d1cc57ef1ffaecee
|
|
||||||
size 1645568
|
|
3
mutter-3.3.5.tar.xz
Normal file
3
mutter-3.3.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f56d7b3c238962162674af12edaf25da445485290069365ef60acb473c8e8780
|
||||||
|
size 1641496
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 8 06:45:44 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.3.5:
|
||||||
|
+ MetaShapedTexture no longer is a ClutterTexture subclass
|
||||||
|
[bgo#660941]
|
||||||
|
+ Add meta_shaped_texture_get_image() [bgo#660941]
|
||||||
|
+ Cleanups [bgo#657639]
|
||||||
|
+ Updated translations.
|
||||||
|
- Remove xz BuildRequires now that it comes for free in the build
|
||||||
|
system.
|
||||||
|
- Split non-essential tools to a mutter-tools subpackage.
|
||||||
|
- Stop checking for non-supported versions of openSUSE (<= 11.1).
|
||||||
|
- Stop passing --disable-schemas-install to configure: there is no
|
||||||
|
gconf schema anymore.
|
||||||
|
- Stop changing libexecdir in configure: there is no need for that.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 20 19:39:38 UTC 2012 - vuntz@opensuse.org
|
Fri Jan 20 19:39:38 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
45
mutter.spec
45
mutter.spec
@ -15,8 +15,9 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: mutter
|
Name: mutter
|
||||||
Version: 3.3.4
|
Version: 3.3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Window and compositing manager based on Clutter
|
Summary: Window and compositing manager based on Clutter
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -27,13 +28,11 @@ BuildRequires: clutter-devel
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gnome-doc-utils-devel
|
BuildRequires: gnome-doc-utils-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk3-devel >= 3.3.3
|
BuildRequires: gtk3-devel >= 3.3.7
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: startup-notification-devel
|
BuildRequires: startup-notification-devel
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
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: zenity
|
||||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0
|
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0
|
||||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||||
@ -50,6 +49,18 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Mutter is a window and compositing manager based on Clutter, forked
|
Mutter is a window and compositing manager based on Clutter, forked
|
||||||
from Metacity.
|
from Metacity.
|
||||||
|
|
||||||
|
%package tools
|
||||||
|
Summary: Window and compositing manager based on Clutter -- Tools
|
||||||
|
Group: System/GUI/GNOME
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
|
%description tools
|
||||||
|
Mutter is a window and compositing manager based on Clutter, forked
|
||||||
|
from Metacity.
|
||||||
|
|
||||||
|
This package contains tools related to mutter, including an utility to
|
||||||
|
test themes and a small application to test window managers.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
@ -71,19 +82,12 @@ translation-update-upstream
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--libexecdir=%{_libexecdir}/%{name} \
|
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-schemas-install \
|
|
||||||
--enable-compile-warnings=maximum
|
--enable-compile-warnings=maximum
|
||||||
%__make %{?jobs:-j%jobs} V=1
|
%__make %{?jobs:-j%jobs} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
%if 0%{?suse_version} <= 1110
|
|
||||||
%{__rm} %{buildroot}%{_datadir}/locale/ha/LC_MESSAGES/*
|
|
||||||
%{__rm} %{buildroot}%{_datadir}/locale/la/LC_MESSAGES/*
|
|
||||||
%{__rm} %{buildroot}%{_datadir}/locale/ig/LC_MESSAGES/*
|
|
||||||
%endif
|
|
||||||
%{__rm} %{buildroot}/%{_libdir}/*.la
|
%{__rm} %{buildroot}/%{_libdir}/*.la
|
||||||
%suse_update_desktop_file %{name}
|
%suse_update_desktop_file %{name}
|
||||||
%suse_update_desktop_file %{buildroot}%{_datadir}/gnome/wm-properties/mutter-wm.desktop
|
%suse_update_desktop_file %{buildroot}%{_datadir}/gnome/wm-properties/mutter-wm.desktop
|
||||||
@ -106,12 +110,12 @@ rm -rf %{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS rationales.txt README
|
%doc AUTHORS COPYING ChangeLog NEWS rationales.txt README
|
||||||
%{_bindir}/*
|
%{_bindir}/mutter
|
||||||
%{_libdir}/*.so.*
|
%{_bindir}/mutter-message
|
||||||
|
%{_libdir}/libmutter.so.*
|
||||||
%{_libdir}/mutter/
|
%{_libdir}/mutter/
|
||||||
%exclude %{_libdir}/mutter/Meta-3.0.gir
|
%exclude %{_libdir}/mutter/Meta-3.0.gir
|
||||||
%{_datadir}/applications/mutter.desktop
|
%{_datadir}/applications/mutter.desktop
|
||||||
%{_datadir}/mutter/
|
|
||||||
# Do not depend on libgnome just for a directory
|
# Do not depend on libgnome just for a directory
|
||||||
%dir %{_datadir}/gnome
|
%dir %{_datadir}/gnome
|
||||||
%dir %{_datadir}/gnome/wm-properties
|
%dir %{_datadir}/gnome/wm-properties
|
||||||
@ -120,10 +124,21 @@ rm -rf %{buildroot}
|
|||||||
%dir %{_datadir}/gnome-control-center
|
%dir %{_datadir}/gnome-control-center
|
||||||
%dir %{_datadir}/gnome-control-center/keybindings
|
%dir %{_datadir}/gnome-control-center/keybindings
|
||||||
%{_datadir}/gnome-control-center/keybindings/50-mutter-windows.xml
|
%{_datadir}/gnome-control-center/keybindings/50-mutter-windows.xml
|
||||||
%doc %{_mandir}/man*/*
|
%doc %{_mandir}/man1/mutter.1%{?ext_man}
|
||||||
|
%doc %{_mandir}/man1/mutter-message.1%{?ext_man}
|
||||||
%{_datadir}/GConf/gsettings/mutter-schemas.convert
|
%{_datadir}/GConf/gsettings/mutter-schemas.convert
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
|
||||||
|
|
||||||
|
%files tools
|
||||||
|
%defattr (-, root, root)
|
||||||
|
%{_bindir}/mutter-theme-viewer
|
||||||
|
%{_bindir}/mutter-window-demo
|
||||||
|
%dir %{_datadir}/mutter
|
||||||
|
%dir %{_datadir}/mutter/icons
|
||||||
|
%{_datadir}/mutter/icons/mutter-window-demo.png
|
||||||
|
%doc %{_mandir}/man1/mutter-theme-viewer.1%{?ext_man}
|
||||||
|
%doc %{_mandir}/man1/mutter-window-demo.1%{?ext_man}
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user