File diff suppressed because it is too large
Load Diff
@ -10,7 +10,7 @@
|
|||||||
|
|||||||
Name: mutter
|
|||||||
Version: 40.9
|
|||||||
Release: 15%{?dist}.inferit
|
|||||||
Release: 15%{?dist}.inferit.1
|
|||||||
Summary: Window and compositing manager based on Clutter
|
|||||||
|
|||||||
License: GPLv2+
|
|||||||
@ -116,6 +116,9 @@ Patch47: 0001-core-Change-MetaWaylandTextInput-event-forwarding-to.patch
|
|||||||
# MSVSphere
|
|||||||
Patch100: 0001-Update-Russian-translation.patch
|
|||||||
|
|||||||
# Add scaling support using randr under x11.
|
|||||||
|
|||||||
Patch101: x11-Add-support-for-fractional-scaling-using-Randr.patch
|
|||||||
|
|||||||
BuildRequires: chrpath
|
|||||||
BuildRequires: pango-devel
|
|||||||
BuildRequires: startup-notification-devel
|
|||||||
@ -247,6 +250,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
|||||||
%{_libexecdir}/mutter-restart-helper
|
|||||||
%{_datadir}/GConf/gsettings/mutter-schemas.convert
|
|||||||
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
|
|||||||
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.x11.gschema.xml
|
|||||||
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.wayland.gschema.xml
|
|||||||
%{_datadir}/gnome-control-center/keybindings/50-mutter-*.xml
|
|||||||
%{_mandir}/man1/mutter.1*
|
|||||||
@ -263,6 +267,11 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
|||||||
%{_datadir}/mutter-%{mutter_api_version}/tests
|
|||||||
|
|||||||
%changelog
|
|||||||
tigro
commented 2 months ago
Review
40-9-15.inferit.1 - 40 . 9 |
|||||||
* Mon Sep 16 2024 Eduard Basov <ebasov@msvsphere-os.ru> - 40.9-15.inferit.1
|
|||||||
tigro
commented 2 months ago
Review
А что-нибудь информативное написать? Типа
ebasov
commented 2 months ago
Review
Понял,сейчас распишу подробнее. |
|||||||
- Added fractional scaling support for X11
|
|||||||
https://gitlab.gnome.org/3v1n0/mutter/commits/xrandr-scaling
|
|||||||
Scaling appears in the user interface ( 100%, 125%, 150%, 175%, 200% )
|
|||||||
|
|||||||
* Tue Oct 10 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 40.9-15.inferit
|
|||||||
- Rebuilt for MSVSphere 9.3
|
|||||||
|
|||||||
|
Loading…
Reference in new issue
Ну почему после патча 100 идёт патч 48? 101 же должен идти.
И добавь шапку перед патчем:
# Add scaling support using randr under x11.