Compare commits
9 Commits
3.22.2-1ma
...
3.36.2-1ma
Author | SHA1 | Date | |
---|---|---|---|
ac0f53f671 | |||
56ed2721c8 | |||
a0463e3142 | |||
cfaf0b62fe | |||
5910008ce5 | |||
add9aa4336 | |||
3cbae38067 | |||
04ef859da1 | |||
4de0a8b793 |
11
mutter-3.28.3-x86-printf-llx-type.patch
Normal file
11
mutter-3.28.3-x86-printf-llx-type.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- mutter-3.28.3/src/backends/meta-input-settings.c.orig 2018-08-16 10:52:09.588761885 +0200
|
||||
+++ mutter-3.28.3/src/backends/meta-input-settings.c 2018-08-16 10:52:24.214825217 +0200
|
||||
@@ -1299,7 +1299,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
- path = g_strdup_printf ("/org/gnome/desktop/peripherals/stylus/%lx/", serial);
|
||||
+ path = g_strdup_printf ("/org/gnome/desktop/peripherals/stylus/%llx/", serial);
|
||||
}
|
||||
|
||||
tool_settings =
|
149
mutter.spec
149
mutter.spec
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: mutter
|
||||
Version: 3.22.2
|
||||
Version: 3.36.2
|
||||
Release: 1mamba
|
||||
Summary: A compositing window manager based on Metacity
|
||||
Group: Graphical Desktop/Libraries/GNOME
|
||||
@ -14,13 +14,16 @@ 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
|
||||
Patch5: mutter-3.28.3-x86-printf-llx-type.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gnome-desktop-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gsettings-desktop-schemas-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libEGL-devel
|
||||
BuildRequires: libGL-devel
|
||||
BuildRequires: libGLESv2-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
@ -28,61 +31,38 @@ BuildRequires: libXau-devel
|
||||
BuildRequires: libXcomposite-devel
|
||||
BuildRequires: libXcursor-devel
|
||||
BuildRequires: libXdamage-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libXinerama-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libXtst-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: libfribidi-devel
|
||||
BuildRequires: libgbm-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgraphene-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: libpipewire-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: libwacom-devel
|
||||
BuildRequires: libwayland-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: libxkbfile-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libsysprof-devel
|
||||
BuildRequires: libcogl-devel >= 1.18
|
||||
BuildRequires: libgnome-desktop-devel >= %{majver}
|
||||
BuildRequires: upower-devel >= 0.99
|
||||
@ -121,23 +101,15 @@ This package includes the %{name} API documentation.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
#%patch4 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
%ifnarch x86_64
|
||||
CFLAGS="-Wno-error=sign-compare"
|
||||
%endif
|
||||
%meson
|
||||
|
||||
%make
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name} || touch %{name}.lang
|
||||
|
||||
@ -161,45 +133,44 @@ fi
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/mutter
|
||||
#%{_bindir}/mutter-message
|
||||
#%{_bindir}/mutter-theme-viewer
|
||||
#%{_bindir}/mutter-window-demo
|
||||
%{_datadir}/applications/mutter.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
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
|
||||
%{_datadir}/gnome-control-center/keybindings/50-mutter-*.xml
|
||||
#%{_datadir}/gnome/wm-properties/mutter-wm.desktop
|
||||
#%{_mandir}/man1/mutter-message.1.gz
|
||||
#%{_mandir}/man1/mutter-theme-viewer.1.gz
|
||||
#%{_mandir}/man1/mutter-window-demo.1.gz
|
||||
%{_mandir}/man1/mutter.1*
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libmutter.so.*
|
||||
%dir %{_libdir}/mutter
|
||||
%dir %{_libdir}/mutter/plugins
|
||||
%{_libdir}/mutter/plugins/default.so
|
||||
%{_libdir}/mutter/*.typelib
|
||||
%{_libdir}/mutter/libmutter-*.la
|
||||
%{_libdir}/mutter/libmutter-*.so
|
||||
%{_libdir}/libmutter-6.so.*
|
||||
%dir %{_libdir}/mutter-6
|
||||
%{_libdir}/mutter-6/libmutter-*-6.so.*
|
||||
%dir %{_libdir}/mutter-6/plugins
|
||||
%{_libdir}/mutter-6/plugins/libdefault.so
|
||||
%{_libdir}/mutter-6/*.typelib
|
||||
%{_libdir}/mutter-6/libmutter-*.so
|
||||
%{_libexecdir}/mutter-restart-helper
|
||||
%doc COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/mutter
|
||||
%{_includedir}/mutter/*
|
||||
#%{_libdir}/libmutter.a
|
||||
%{_libdir}/libmutter.la
|
||||
%{_libdir}/libmutter.so
|
||||
%{_libdir}/mutter/Meta-3.0.gir
|
||||
%{_libdir}/pkgconfig/libmutter.pc
|
||||
%{_libdir}/mutter/*.gir
|
||||
%{_libdir}/pkgconfig/mutter*.pc
|
||||
%dir %{_includedir}/mutter-6
|
||||
%{_includedir}/mutter-6/*
|
||||
%{_libdir}/libmutter-6.so
|
||||
%{_libdir}/pkgconfig/libmutter-6.pc
|
||||
%{_libdir}/pkgconfig/mutter-clutter-6.pc
|
||||
%{_libdir}/pkgconfig/mutter-clutter-x11-6.pc
|
||||
%{_libdir}/pkgconfig/mutter-cogl-6.pc
|
||||
%{_libdir}/pkgconfig/mutter-cogl-pango-6.pc
|
||||
%{_libdir}/pkgconfig/mutter-cogl-path-6.pc
|
||||
%{_libdir}/mutter-6/*.gir
|
||||
%dir %{_libexecdir}/installed-tests/mutter-6
|
||||
%{_libexecdir}/installed-tests/mutter-6/*
|
||||
%dir %{_datadir}/installed-tests/mutter-6
|
||||
%{_datadir}/installed-tests/mutter-6/*.test
|
||||
%dir %{_datadir}/mutter-6/tests
|
||||
%dir %{_datadir}/mutter-6/tests/stacking
|
||||
%{_datadir}/mutter-6/tests/stacking/*
|
||||
%doc NEWS
|
||||
|
||||
#%files apidocs
|
||||
@ -207,6 +178,48 @@ fi
|
||||
#%{_datadir}/gtk-doc/html/meta/*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 30 2020 Automatic Build System <autodist@mambasoft.it> 3.36.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 31 2020 Automatic Build System <autodist@mambasoft.it> 3.36.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 21 2020 Automatic Build System <autodist@mambasoft.it> 3.36.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 17 2020 Automatic Build System <autodist@mambasoft.it> 3.34.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 05 2020 Automatic Build System <autodist@mambasoft.it> 3.34.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 13 2019 Automatic Build System <autodist@mambasoft.it> 3.34.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 02 2019 Automatic Build System <autodist@mambasoft.it> 3.34.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.32.2-1mamba
|
||||
- update to 3.32.2
|
||||
|
||||
* Wed Nov 14 2018 Automatic Build System <autodist@mambasoft.it> 3.30.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 09 2018 Automatic Build System <autodist@mambasoft.it> 3.30.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 23 2018 Automatic Build System <autodist@mambasoft.it> 3.30.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 12 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 3.28.3-1mamba
|
||||
- update to 3.28.3
|
||||
|
||||
* Mon Aug 14 2017 Automatic Build System <autodist@mambasoft.it> 3.24.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 03 2017 Automatic Build System <autodist@mambasoft.it> 3.22.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 11 2016 Automatic Build System <autodist@mambasoft.it> 3.22.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user