enable sddm with wayland by default, will unset in nvidia_470 which has broken wayland support [release 6.3.1-2mamba;Sun Feb 23 2025]

This commit is contained in:
Silvan Calarco 2025-02-23 21:14:31 +01:00
parent 0c4a6f8601
commit 56f6d8eafb

View File

@ -2,7 +2,7 @@
%define plasmaver %(echo %version | cut -d. -f1-3) %define plasmaver %(echo %version | cut -d. -f1-3)
Name: kwin Name: kwin
Version: 6.3.1 Version: 6.3.1
Release: 1mamba Release: 2mamba
Summary: KDE Plasma window manager Summary: KDE Plasma window manager
Group: Graphical Desktop/Applications/Environment Group: Graphical Desktop/Applications/Environment
Vendor: openmamba Vendor: openmamba
@ -144,18 +144,16 @@ This package contains libraries and header files for developing applications tha
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%cmake_install %cmake_install
install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sddm.conf.d/10-wayland.conf.example install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sddm.conf.d/10-wayland.conf
%find_lang %{name} --with-qt --with-html --all-name || touch %{name}.lang %find_lang %{name} --with-qt --with-html --all-name || touch %{name}.lang
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_sysconfdir}/sddm.conf.d/10-wayland.conf.example %{_sysconfdir}/sddm.conf.d/10-wayland.conf
%{_bindir}/kwin_wayland %{_bindir}/kwin_wayland
%{_bindir}/kwin_wayland_wrapper %{_bindir}/kwin_wayland_wrapper
%{_bindir}/kwin_x11 %{_bindir}/kwin_x11
@ -225,6 +223,9 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sddm.conf.d/10-wayland.c
%{_libdir}/cmake/KWinDBusInterface/KWinDBusInterface*.cmake %{_libdir}/cmake/KWinDBusInterface/KWinDBusInterface*.cmake
%changelog %changelog
* Sun Feb 23 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3.1-2mamba
- enable sddm with wayland by default, will unset in nvidia_470 which has broken wayland support
* Thu Feb 20 2025 Automatic Build System <autodist@openmamba.org> 6.3.1-1mamba * Thu Feb 20 2025 Automatic Build System <autodist@openmamba.org> 6.3.1-1mamba
- automatic version update by autodist - automatic version update by autodist