Compare commits
7 Commits
3.16.1.1-1
...
3.22.1-1ma
Author | SHA1 | Date | |
---|---|---|---|
e88068bf2c | |||
7657f70946 | |||
c56c33cc7c | |||
178dadf42e | |||
fabe7a8400 | |||
00a511ffba | |||
ab7c8be434 |
10
mutter-3.18.2-missing_math_header.patch
Normal file
10
mutter-3.18.2-missing_math_header.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- mutter-3.18.2/src/backends/meta-cursor-renderer.c.orig 2015-12-13 13:57:50.161557488 +0100
|
||||
+++ mutter-3.18.2/src/backends/meta-cursor-renderer.c 2015-12-13 13:56:43.415124424 +0100
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <clutter/clutter.h>
|
||||
|
||||
#include "meta-stage.h"
|
||||
+#include <math.h>
|
||||
|
||||
struct _MetaCursorRendererPrivate
|
||||
{
|
11
mutter-3.20.3-x86-longlong.patch
Normal file
11
mutter-3.20.3-x86-longlong.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- mutter-3.20.3/src/core/startup-notification.c.orig 2016-07-08 23:09:06.728564374 +0200
|
||||
+++ mutter-3.20.3/src/core/startup-notification.c 2016-07-08 23:09:56.925482612 +0200
|
||||
@@ -418,7 +418,7 @@
|
||||
elapsed = ctod->now - timestamp;
|
||||
|
||||
meta_topic (META_DEBUG_STARTUP,
|
||||
- "Sequence used %ld ms vs. %d max: %s\n",
|
||||
+ "Sequence used %lld ms vs. %d max: %s\n",
|
||||
elapsed, STARTUP_TIMEOUT,
|
||||
meta_startup_notification_sequence_get_id (sequence));
|
||||
|
66
mutter.spec
66
mutter.spec
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: mutter
|
||||
Version: 3.16.1.1
|
||||
Version: 3.22.1
|
||||
Release: 1mamba
|
||||
Summary: A compositing window manager based on Metacity
|
||||
Group: Graphical Desktop/Libraries/GNOME
|
||||
@ -12,6 +12,8 @@ Source: ftp://ftp.gnome.org/pub/gnome/sources/mutter/%{majver}/mutter-%{v
|
||||
Patch0: mutter-3.14.1-gcc-4.9.patch
|
||||
Patch1: mutter-3.14.2-build-fix-x86.patch
|
||||
Patch2: mutter-3.16.1.1-gcc-4.9.2.patch
|
||||
Patch3: mutter-3.18.2-missing_math_header.patch
|
||||
Patch4: mutter-3.20.3-x86-longlong.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -34,38 +36,52 @@ BuildRequires: libXinerama-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libclutter-devel
|
||||
BuildRequires: libcogl-devel
|
||||
BuildRequires: libdrm-devel
|
||||
BuildRequires: libdw-devel
|
||||
BuildRequires: libevdev-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgbm-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libgudev-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libinput-devel
|
||||
BuildRequires: libjson-glib-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libmtdev-devel
|
||||
BuildRequires: libogg-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsepol-devel
|
||||
BuildRequires: libstartup-notification-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libtdb-devel
|
||||
BuildRequires: libthai-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libupower-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: libxkbfile-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: upower-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libcogl-devel >= 1.18
|
||||
BuildRequires: libgnome-desktop-devel >= %{majver}
|
||||
@ -87,8 +103,7 @@ This package contains shared libraries for %{name}.
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
## note: you can add this requirement if .pc files are provided by this package
|
||||
#Requires: pkg-config
|
||||
Requires: pkg-config
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
@ -109,6 +124,8 @@ This package includes the %{name} API documentation.
|
||||
#%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
#%patch4 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -148,7 +165,7 @@ fi
|
||||
#%{_bindir}/mutter-theme-viewer
|
||||
#%{_bindir}/mutter-window-demo
|
||||
%{_datadir}/applications/mutter.desktop
|
||||
%{_datadir}/applications/mutter-wayland.desktop
|
||||
#%{_datadir}/applications/mutter-wayland.desktop
|
||||
#%{_datadir}/mutter/icons/mutter-window-demo.png
|
||||
%{_datadir}/GConf/gsettings/mutter-schemas.convert
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.wayland.gschema.xml
|
||||
@ -166,28 +183,51 @@ fi
|
||||
%dir %{_libdir}/mutter
|
||||
%dir %{_libdir}/mutter/plugins
|
||||
%{_libdir}/mutter/plugins/default.so
|
||||
%{_libdir}/mutter/Meta-3.0.typelib
|
||||
%{_libdir}/mutter/*.typelib
|
||||
%{_libexecdir}/mutter-restart-helper
|
||||
%doc COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/mutter
|
||||
%dir %{_includedir}/mutter/meta
|
||||
%{_includedir}/mutter/meta/*.h
|
||||
%{_includedir}/mutter/*
|
||||
#%{_libdir}/libmutter.a
|
||||
%{_libdir}/libmutter.la
|
||||
%{_libdir}/libmutter.so
|
||||
%{_libdir}/mutter/Meta-3.0.gir
|
||||
%{_libdir}/pkgconfig/libmutter.pc
|
||||
#%{_libdir}/pkgconfig/mutter-plugins.pc
|
||||
%{_libdir}/mutter/*.gir
|
||||
%{_libdir}/mutter/libmutter-*.la
|
||||
%{_libdir}/mutter/libmutter-*.so
|
||||
%{_libdir}/pkgconfig/mutter*.pc
|
||||
%doc NEWS
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/meta/*
|
||||
#%files apidocs
|
||||
#%defattr(-,root,root)
|
||||
#%{_datadir}/gtk-doc/html/meta/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 17 2016 Automatic Build System <autodist@mambasoft.it> 3.22.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 29 2016 Automatic Build System <autodist@mambasoft.it> 3.20.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 16 2016 Automatic Build System <autodist@mambasoft.it> 3.20.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 06 2016 Automatic Build System <autodist@mambasoft.it> 3.18.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 23 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.18.2-1mamba
|
||||
- update to 3.18.2
|
||||
|
||||
* Thu Jul 02 2015 Automatic Build System <autodist@mambasoft.it> 3.16.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 15 2015 Automatic Build System <autodist@mambasoft.it> 3.16.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 30 2015 Automatic Build System <autodist@mambasoft.it> 3.16.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user