summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-29 20:40:44 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-29 20:40:44 +0000
commitdef3aaab2bc94dbcc90ec127def6202e2e8e5df8 (patch)
treeeb291a58860f4207108ecb83c9469638a20856e0 /sys-apps/kbd/files
parentfixing 4.13c-r1 since noone else does it (Manifest recommit) (diff)
downloadgentoo-2-def3aaab2bc94dbcc90ec127def6202e2e8e5df8.tar.gz
gentoo-2-def3aaab2bc94dbcc90ec127def6202e2e8e5df8.tar.bz2
gentoo-2-def3aaab2bc94dbcc90ec127def6202e2e8e5df8.zip
Add patch by Tupone Alfredo for italian maps to support the euro #75970.
Diffstat (limited to 'sys-apps/kbd/files')
-rw-r--r--sys-apps/kbd/files/digest-kbd-1.12-r42
-rw-r--r--sys-apps/kbd/files/kbd-1.12-cz-qwerty-map.patch13
-rw-r--r--sys-apps/kbd/files/kbd-1.12-it-euro-map.patch18
-rw-r--r--sys-apps/kbd/files/kbd-1.12-kbd_repeat-v2.patch2
4 files changed, 35 insertions, 0 deletions
diff --git a/sys-apps/kbd/files/digest-kbd-1.12-r4 b/sys-apps/kbd/files/digest-kbd-1.12-r4
new file mode 100644
index 000000000000..97dbb48e0136
--- /dev/null
+++ b/sys-apps/kbd/files/digest-kbd-1.12-r4
@@ -0,0 +1,2 @@
+MD5 7892c7010512a9bc6697a295c921da25 kbd-1.12.tar.gz 884827
+MD5 c3bc810b784880c9bb5a6fe80d95a696 svorakln.tar.gz 3030
diff --git a/sys-apps/kbd/files/kbd-1.12-cz-qwerty-map.patch b/sys-apps/kbd/files/kbd-1.12-cz-qwerty-map.patch
index 8723b59e5999..a27c88a356f4 100644
--- a/sys-apps/kbd/files/kbd-1.12-cz-qwerty-map.patch
+++ b/sys-apps/kbd/files/kbd-1.12-cz-qwerty-map.patch
@@ -1,3 +1,16 @@
+kavol@email.cz writes:
+
+I wanted to use the keymap file /usr/share/keymaps/i386/qwerty/cz.map.gz,
+but I have found this to be qwertz so I think it should be placed in
+/usr/share/keymaps/i386/qwertz/ (or, much better, converted to qwerty -
+I don't understand the masochists who use us-qwerty and cz-qwertz together :-)
+
+http://bugs.gentoo.org/show_bug.cgi?id=19010
+
+Gentoo notes:
+We copy the qwerty/cz.map to qwertz/cz.map and then apply this patch ...
+that way we end up with both a qwerty and qwertz version of the cz.map
+
--- data/keymaps/i386/qwerty/cz.map.old 2004-06-21 00:03:22.000000000 +0200
+++ data/keymaps/i386/qwerty/cz.map 2004-10-24 16:04:44.471056808 +0200
@@ -1,6 +1,9 @@
diff --git a/sys-apps/kbd/files/kbd-1.12-it-euro-map.patch b/sys-apps/kbd/files/kbd-1.12-it-euro-map.patch
new file mode 100644
index 000000000000..bf426518209c
--- /dev/null
+++ b/sys-apps/kbd/files/kbd-1.12-it-euro-map.patch
@@ -0,0 +1,18 @@
+Tupone Alfredo writes:
+
+To make euro key work at console (not X) I had to modify the
+it.map.gz to include euro.
+
+http://bugs.gentoo.org/show_bug.cgi?id=75970
+
+--- data/keymaps/i386/qwerty/it.map.orig 2004-12-29 15:31:59.269844456 -0500
++++ data/keymaps/i386/qwerty/it.map 2004-12-29 15:32:49.049276832 -0500
+@@ -86,7 +86,7 @@
+ alt keycode 15 = Meta_Tab
+ keycode 16 = q
+ keycode 17 = w
+-keycode 18 = e
++keycode 18 = e E euro
+ keycode 19 = r
+ keycode 20 = t
+ keycode 21 = y
diff --git a/sys-apps/kbd/files/kbd-1.12-kbd_repeat-v2.patch b/sys-apps/kbd/files/kbd-1.12-kbd_repeat-v2.patch
index bc924b7d2176..3e7f11dc2358 100644
--- a/sys-apps/kbd/files/kbd-1.12-kbd_repeat-v2.patch
+++ b/sys-apps/kbd/files/kbd-1.12-kbd_repeat-v2.patch
@@ -1,3 +1,5 @@
+Linux is nice and changes around core structures :)
+
--- kbd-1.12/src/kbdrate.c Fri Jan 16 20:45:31 2004
+++ kbd-1.12.kbdrate/src/kbdrate.c Sun Feb 8 14:52:04 2004
@@ -164,10 +169,10 @@