Compare commits
16 Commits
3.22.2-1ma
...
40.1-1mamb
Author | SHA1 | Date | |
---|---|---|---|
40468eda4b | |||
574f0c84b6 | |||
e5d0408a2e | |||
033360076c | |||
bb74b64b6c | |||
5baa4db28c | |||
17c8e02046 | |||
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 =
|
184
mutter.spec
184
mutter.spec
@ -1,26 +1,26 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1)
|
||||||
|
%define apiver 8
|
||||||
Name: mutter
|
Name: mutter
|
||||||
Version: 3.22.2
|
Version: 40.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A compositing window manager based on Metacity
|
Summary: A compositing window manager based on Metacity
|
||||||
Group: Graphical Desktop/Libraries/GNOME
|
Group: Graphical Desktop/Libraries/GNOME
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://live.gnome.org
|
URL: https://live.gnome.org
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/mutter/%{majver}/mutter-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/mutter/%{majver}/mutter-%{version}.tar.xz
|
||||||
Patch0: mutter-3.14.1-gcc-4.9.patch
|
Patch0: mutter-3.14.1-gcc-4.9.patch
|
||||||
Patch1: mutter-3.14.2-build-fix-x86.patch
|
Patch1: mutter-3.14.2-build-fix-x86.patch
|
||||||
Patch2: mutter-3.16.1.1-gcc-4.9.2.patch
|
Patch2: mutter-3.16.1.1-gcc-4.9.2.patch
|
||||||
Patch3: mutter-3.18.2-missing_math_header.patch
|
Patch3: mutter-3.18.2-missing_math_header.patch
|
||||||
Patch4: mutter-3.20.3-x86-longlong.patch
|
Patch4: mutter-3.20.3-x86-longlong.patch
|
||||||
|
Patch5: mutter-3.28.3-x86-printf-llx-type.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gnome-desktop-devel
|
BuildRequires: gnome-desktop-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
|
||||||
BuildRequires: gsettings-desktop-schemas-devel
|
BuildRequires: gsettings-desktop-schemas-devel
|
||||||
BuildRequires: libGL-devel
|
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libICE-devel
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
@ -28,66 +28,43 @@ BuildRequires: libXau-devel
|
|||||||
BuildRequires: libXcomposite-devel
|
BuildRequires: libXcomposite-devel
|
||||||
BuildRequires: libXcursor-devel
|
BuildRequires: libXcursor-devel
|
||||||
BuildRequires: libXdamage-devel
|
BuildRequires: libXdamage-devel
|
||||||
BuildRequires: libXdmcp-devel
|
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libXfixes-devel
|
BuildRequires: libXfixes-devel
|
||||||
BuildRequires: libXi-devel
|
BuildRequires: libXi-devel
|
||||||
BuildRequires: libXinerama-devel
|
BuildRequires: libXinerama-devel
|
||||||
BuildRequires: libXrandr-devel
|
BuildRequires: libXrandr-devel
|
||||||
BuildRequires: libXrender-devel
|
BuildRequires: libXtst-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
BuildRequires: libbsd-devel
|
|
||||||
BuildRequires: libbzip2-devel
|
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libcanberra-devel
|
BuildRequires: libcanberra-devel
|
||||||
BuildRequires: libcap-devel
|
|
||||||
BuildRequires: libclutter-devel
|
|
||||||
BuildRequires: libcogl-devel
|
|
||||||
BuildRequires: libdrm-devel
|
BuildRequires: libdrm-devel
|
||||||
BuildRequires: libdw-devel
|
|
||||||
BuildRequires: libevdev-devel
|
|
||||||
BuildRequires: libexpat-devel
|
|
||||||
BuildRequires: libffi-devel
|
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfribidi-devel
|
||||||
BuildRequires: libgbm-devel
|
|
||||||
BuildRequires: libgcrypt-devel
|
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libgraphite2-devel
|
BuildRequires: libgraphene-devel
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libgtk3-devel
|
||||||
BuildRequires: libgudev-devel
|
BuildRequires: libgudev-devel
|
||||||
BuildRequires: libharfbuzz-devel
|
|
||||||
BuildRequires: libinput-devel
|
BuildRequires: libinput-devel
|
||||||
BuildRequires: libjson-glib-devel
|
BuildRequires: libjson-glib-devel
|
||||||
BuildRequires: libltdl-devel
|
BuildRequires: libmesa-devel
|
||||||
BuildRequires: liblzma-devel
|
|
||||||
BuildRequires: libmtdev-devel
|
|
||||||
BuildRequires: libogg-devel
|
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpcre-devel
|
BuildRequires: libpipewire-devel
|
||||||
BuildRequires: libpng-devel
|
|
||||||
BuildRequires: libselinux-devel
|
|
||||||
BuildRequires: libsepol-devel
|
|
||||||
BuildRequires: libstartup-notification-devel
|
BuildRequires: libstartup-notification-devel
|
||||||
BuildRequires: libsystemd-devel
|
BuildRequires: libsystemd-devel
|
||||||
BuildRequires: libtdb-devel
|
|
||||||
BuildRequires: libthai-devel
|
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: libupower-devel
|
BuildRequires: libwacom-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libwayland-devel
|
||||||
BuildRequires: libvorbis-devel
|
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: libxkbcommon-devel
|
BuildRequires: libxkbcommon-devel
|
||||||
BuildRequires: libxkbfile-devel
|
BuildRequires: libxkbfile-devel
|
||||||
BuildRequires: libz-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libsysprof-devel
|
||||||
BuildRequires: libcogl-devel >= 1.18
|
BuildRequires: libcogl-devel >= 1.18
|
||||||
BuildRequires: libgnome-desktop-devel >= %{majver}
|
BuildRequires: libgnome-desktop-devel >= %{majver}
|
||||||
BuildRequires: upower-devel >= 0.99
|
BuildRequires: upower-devel >= 0.99
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mutter is a compositing window manager based on Metacity.
|
Mutter is a compositing window manager based on Metacity.
|
||||||
@ -121,23 +98,15 @@ This package includes the %{name} API documentation.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
#%patch4 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%meson
|
||||||
%ifnarch x86_64
|
|
||||||
CFLAGS="-Wno-error=sign-compare"
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%make
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
%find_lang %{name} || touch %{name}.lang
|
||||||
|
|
||||||
@ -161,45 +130,41 @@ fi
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/mutter
|
%{_bindir}/mutter
|
||||||
#%{_bindir}/mutter-message
|
|
||||||
#%{_bindir}/mutter-theme-viewer
|
|
||||||
#%{_bindir}/mutter-window-demo
|
|
||||||
%{_datadir}/applications/mutter.desktop
|
%{_datadir}/applications/mutter.desktop
|
||||||
#%{_datadir}/applications/mutter-wayland.desktop
|
|
||||||
#%{_datadir}/mutter/icons/mutter-window-demo.png
|
|
||||||
%{_datadir}/GConf/gsettings/mutter-schemas.convert
|
%{_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.wayland.gschema.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
|
||||||
%{_datadir}/gnome-control-center/keybindings/50-mutter-*.xml
|
%{_datadir}/gnome-control-center/keybindings/50-mutter-*.xml
|
||||||
#%{_datadir}/gnome/wm-properties/mutter-wm.desktop
|
%{_udevrulesdir}/61-mutter.rules
|
||||||
#%{_mandir}/man1/mutter-message.1.gz
|
|
||||||
#%{_mandir}/man1/mutter-theme-viewer.1.gz
|
|
||||||
#%{_mandir}/man1/mutter-window-demo.1.gz
|
|
||||||
%{_mandir}/man1/mutter.1*
|
%{_mandir}/man1/mutter.1*
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libmutter.so.*
|
%{_libdir}/libmutter-%{apiver}.so.*
|
||||||
%dir %{_libdir}/mutter
|
%dir %{_libdir}/mutter-%{apiver}
|
||||||
%dir %{_libdir}/mutter/plugins
|
%{_libdir}/mutter-%{apiver}/libmutter-*-%{apiver}.so.*
|
||||||
%{_libdir}/mutter/plugins/default.so
|
%dir %{_libdir}/mutter-%{apiver}/plugins
|
||||||
%{_libdir}/mutter/*.typelib
|
%{_libdir}/mutter-%{apiver}/plugins/libdefault.so
|
||||||
%{_libdir}/mutter/libmutter-*.la
|
%{_libdir}/mutter-%{apiver}/*.typelib
|
||||||
%{_libdir}/mutter/libmutter-*.so
|
%{_libdir}/mutter-%{apiver}/libmutter-*.so
|
||||||
%{_libexecdir}/mutter-restart-helper
|
%{_libexecdir}/mutter-restart-helper
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/mutter
|
%dir %{_includedir}/mutter-%{apiver}
|
||||||
%{_includedir}/mutter/*
|
%{_includedir}/mutter-%{apiver}/*
|
||||||
#%{_libdir}/libmutter.a
|
%{_libdir}/libmutter-%{apiver}.so
|
||||||
%{_libdir}/libmutter.la
|
%{_libdir}/mutter-%{apiver}/*.gir
|
||||||
%{_libdir}/libmutter.so
|
%dir %{_libexecdir}/installed-tests/mutter-%{apiver}
|
||||||
%{_libdir}/mutter/Meta-3.0.gir
|
%{_libexecdir}/installed-tests/mutter-%{apiver}/*
|
||||||
%{_libdir}/pkgconfig/libmutter.pc
|
%dir %{_datadir}/installed-tests/mutter-%{apiver}
|
||||||
%{_libdir}/mutter/*.gir
|
%{_datadir}/installed-tests/mutter-%{apiver}/*.test
|
||||||
%{_libdir}/pkgconfig/mutter*.pc
|
%dir %{_datadir}/mutter-%{apiver}/tests
|
||||||
|
%dir %{_datadir}/mutter-%{apiver}/tests/stacking
|
||||||
|
%{_datadir}/mutter-%{apiver}/tests/stacking/*
|
||||||
|
%{_libdir}/pkgconfig/libmutter-%{apiver}.pc
|
||||||
|
%{_libdir}/pkgconfig/mutter-*%{apiver}.pc
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
|
|
||||||
#%files apidocs
|
#%files apidocs
|
||||||
@ -207,6 +172,75 @@ fi
|
|||||||
#%{_datadir}/gtk-doc/html/meta/*
|
#%{_datadir}/gtk-doc/html/meta/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 15 2021 Automatic Build System <autodist@mambasoft.it> 40.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Apr 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 40.0-1mamba
|
||||||
|
- update to 40.0
|
||||||
|
|
||||||
|
* Wed Mar 17 2021 Automatic Build System <autodist@mambasoft.it> 3.38.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Feb 16 2021 Automatic Build System <autodist@mambasoft.it> 3.38.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Nov 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.38.1-1mamba
|
||||||
|
- update to 3.38.1
|
||||||
|
|
||||||
|
* Tue Sep 08 2020 Automatic Build System <autodist@mambasoft.it> 3.36.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Aug 16 2020 Automatic Build System <autodist@mambasoft.it> 3.36.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Jul 08 2020 Automatic Build System <autodist@mambasoft.it> 3.36.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Jun 03 2020 Automatic Build System <autodist@mambasoft.it> 3.36.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* 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
|
* Fri Nov 11 2016 Automatic Build System <autodist@mambasoft.it> 3.22.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user