patched keymap file to prefer it over it2 for vconsole KEYMAP [release 3.2.61-2mamba;Fri Jan 27 2023]
This commit is contained in:
parent
ce0d67be30
commit
8f5f682f74
11
calamares-3.2.61-fix-plasma-session-x11.patch
Normal file
11
calamares-3.2.61-fix-plasma-session-x11.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- calamares-3.2.61/src/modules/displaymanager/tests/test-dm-sddm.py.orig 2023-01-27 11:33:16.100301974 +0100
|
||||||
|
+++ calamares-3.2.61/src/modules/displaymanager/tests/test-dm-sddm.py 2023-01-27 11:33:30.254213235 +0100
|
||||||
|
@@ -8,7 +8,7 @@
|
||||||
|
|
||||||
|
# Module prep-work
|
||||||
|
from src.modules.displaymanager import main
|
||||||
|
-default_desktop_environment = main.DesktopEnvironment("startplasma-x11", "kde-plasma.desktop")
|
||||||
|
+default_desktop_environment = main.DesktopEnvironment("startplasma-x11", "plasma.desktop")
|
||||||
|
|
||||||
|
# Specific DM test
|
||||||
|
d = main.DMsddm("/tmp")
|
19
calamares-3.2.61-prefer_vconsole_it_over_it2.patch
Normal file
19
calamares-3.2.61-prefer_vconsole_it_over_it2.patch
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
--- calamares-3.2.61/src/modules/keyboard/kbd-model-map.orig 2023-01-27 11:22:20.156713905 +0100
|
||||||
|
+++ calamares-3.2.61/src/modules/keyboard/kbd-model-map 2023-01-27 11:22:32.257650050 +0100
|
||||||
|
@@ -40,14 +40,14 @@
|
||||||
|
hu101 hu pc105 qwerty terminate:ctrl_alt_bksp
|
||||||
|
jp106 jp jp106 - terminate:ctrl_alt_bksp
|
||||||
|
croat hr pc105 - terminate:ctrl_alt_bksp
|
||||||
|
-it2 it pc105 - terminate:ctrl_alt_bksp
|
||||||
|
+it it pc105 - terminate:ctrl_alt_bksp
|
||||||
|
hu hu pc105 - terminate:ctrl_alt_bksp
|
||||||
|
sr-latin rs pc105 latin terminate:ctrl_alt_bksp
|
||||||
|
fi fi pc105 - terminate:ctrl_alt_bksp
|
||||||
|
fr_CH ch pc105 fr terminate:ctrl_alt_bksp
|
||||||
|
dk-latin1 dk pc105 - terminate:ctrl_alt_bksp
|
||||||
|
fr fr pc105 - terminate:ctrl_alt_bksp
|
||||||
|
-it it pc105 - terminate:ctrl_alt_bksp
|
||||||
|
+it2 it pc105 - terminate:ctrl_alt_bksp
|
||||||
|
ua-utf ua,us pc105 - terminate:ctrl_alt_bksp,grp:shifts_toggle,grp_led:scroll
|
||||||
|
fr-latin1 fr pc105 - terminate:ctrl_alt_bksp
|
||||||
|
sg-latin1 ch pc105 de_nodeadkeys terminate:ctrl_alt_bksp
|
@ -1,6 +1,6 @@
|
|||||||
Name: calamares
|
Name: calamares
|
||||||
Version: 3.2.61
|
Version: 3.2.61
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Distribution-independent installer framework
|
Summary: Distribution-independent installer framework
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -21,6 +21,8 @@ Patch9: calamares-3.2.32.1-skip-partition-if-minsize-less-than-available-
|
|||||||
Patch10: calamares-3.2.17.1-dont-backup-dotfiles.patch
|
Patch10: calamares-3.2.17.1-dont-backup-dotfiles.patch
|
||||||
Patch11: calamares-3.2.32.1-boost-python36-link-fix.patch
|
Patch11: calamares-3.2.32.1-boost-python36-link-fix.patch
|
||||||
Patch12: calamares-3.2.32.1-lxqt-0.16.0.patch
|
Patch12: calamares-3.2.32.1-lxqt-0.16.0.patch
|
||||||
|
Patch13: calamares-3.2.61-prefer_vconsole_it_over_it2.patch
|
||||||
|
Patch14: calamares-3.2.61-fix-plasma-session-x11.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -103,6 +105,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
|
# Don't clean build at the end
|
||||||
|
%global __spec_rmbuild_cmd /bin/true
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#-D -T
|
#-D -T
|
||||||
@ -112,6 +117,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
#%patch10 -p1
|
#%patch10 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
%patch12 -p1
|
%patch12 -p1
|
||||||
|
%patch13 -p1
|
||||||
|
%patch14 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
@ -322,6 +329,9 @@ install -D -m0755 src/branding/default/squid.png %{buildroot}%{_datadir}/pixmaps
|
|||||||
#%doc README.md
|
#%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 27 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.61-2mamba
|
||||||
|
- patched keymap file to prefer it over it2 for vconsole KEYMAP
|
||||||
|
|
||||||
* Fri Aug 26 2022 Automatic Build System <autodist@mambasoft.it> 3.2.61-1mamba
|
* Fri Aug 26 2022 Automatic Build System <autodist@mambasoft.it> 3.2.61-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user