Update to 1.218
This commit is contained in:
parent
edc292077d
commit
d3b4416451
@ -1,7 +1,7 @@
|
|||||||
diff -up console-setup-1.201/Keyboard/ckbcomp.orig console-setup-1.201/Keyboard/ckbcomp
|
diff -up console-setup/Keyboard/ckbcomp.orig console-setup/Keyboard/ckbcomp
|
||||||
--- console-setup-1.201/Keyboard/ckbcomp.orig 2021-03-10 09:35:05.639847205 +0100
|
--- console-setup/Keyboard/ckbcomp.orig 2023-01-05 09:43:41.059205282 +0100
|
||||||
+++ console-setup-1.201/Keyboard/ckbcomp 2021-03-10 09:35:05.641847229 +0100
|
+++ console-setup/Keyboard/ckbcomp 2023-01-05 09:44:49.789082563 +0100
|
||||||
@@ -196,10 +196,6 @@ my %acmtable; # Unicode -> legacy code (
|
@@ -204,10 +204,6 @@ my %acmtable; # Unicode -> legacy code (
|
||||||
|
|
||||||
my $KEYMAP = ''; # This variable contains the generated keymap
|
my $KEYMAP = ''; # This variable contains the generated keymap
|
||||||
|
|
||||||
@ -12,17 +12,17 @@ diff -up console-setup-1.201/Keyboard/ckbcomp.orig console-setup-1.201/Keyboard/
|
|||||||
my %keycodes_table; # x keysym -> x key code
|
my %keycodes_table; # x keysym -> x key code
|
||||||
my %aliases; # x keysym -> x keysym
|
my %aliases; # x keysym -> x keysym
|
||||||
|
|
||||||
@@ -4376,9 +4372,6 @@ sub print_vector {
|
@@ -4400,9 +4396,6 @@ sub print_vector {
|
||||||
my $u = ord (uc (pack ("U", $v)));
|
my $u = ord (uc (pack ("U", $v)));
|
||||||
my $c = ($v == $l ? $u : $l);
|
my $c = ($v == $l ? $u : $l);
|
||||||
$capsvector[$mask] = $1 ."U+". sprintf ("%04x", $c);
|
$capsvector[$mask] = $1 ."U+". sprintf ("%04x", $c);
|
||||||
- if ($v != $c && $v gt 0x7f) {
|
- if ($v != $c && $v > 0x7f) {
|
||||||
- $broken_caps = 1;
|
- $broken_caps = 1;
|
||||||
- }
|
- }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($no_NoSymbol) {
|
if ($no_NoSymbol) {
|
||||||
@@ -4776,10 +4769,6 @@ keycode 127 =
|
@@ -4800,10 +4793,6 @@ keycode 127 =
|
||||||
die "$0: Unsupported keyboard type $arch\n";
|
die "$0: Unsupported keyboard type $arch\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -32,4 +32,4 @@ diff -up console-setup-1.201/Keyboard/ckbcomp.orig console-setup-1.201/Keyboard/
|
|||||||
-
|
-
|
||||||
print $KEYMAP;
|
print $KEYMAP;
|
||||||
|
|
||||||
if ($freebsd) {
|
if (!$compose_charmap && $charmap) {
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
Name: console-setup
|
Name: console-setup
|
||||||
Version: 1.207
|
Version: 1.218
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Console font and keymap setup program
|
Summary: Console font and keymap setup program
|
||||||
License: GPLv2+ and MIT and Public Domain
|
License: GPLv2+ and MIT and Public Domain
|
||||||
URL: https://packages.debian.org/cs/sid/console-setup
|
URL: https://packages.debian.org/cs/sid/console-setup
|
||||||
Source0: http://sourcearchive.raspbian.org/main/c/console-setup/console-setup_1.207.tar.xz
|
Source0: http://ftp.de.debian.org/debian/pool/main/c/%{name}/%{name}_%{version}.tar.xz
|
||||||
Patch0: console-setup-1.76-paths.patch
|
Patch0: console-setup-1.76-paths.patch
|
||||||
Patch1: console-setup-1.76-fsf-address.patch
|
Patch1: console-setup-1.76-fsf-address.patch
|
||||||
Patch2: console-setup-1.84-ctrll-lock.patch
|
Patch2: console-setup-1.84-ctrll-lock.patch
|
||||||
@ -49,6 +49,9 @@ make prefix=%{buildroot} install-linux
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 17 2023 yaoxin <yao_xin001@hoperun.com> - 1.218-1
|
||||||
|
- Update to 1.218
|
||||||
|
|
||||||
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.207-1
|
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.207-1
|
||||||
- Upgrade to version 1.207
|
- Upgrade to version 1.207
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
console-setup_1.218.tar.xz
Normal file
BIN
console-setup_1.218.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user