diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-07-31 15:44:23 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-08-03 14:50:28 +0200 |
commit | 3c6c036a1f3a04669aade14337200f7d55e050cf (patch) | |
tree | d3d3034461951e54633ab3b035c753128d0096c5 /recipes/xserver-common/xserver-common-1.30/0020-keymap-fixed-machine-names-again.patch | |
parent | c4817a241ca5df93f36647edae9206ecd1ec74b8 (diff) |
xserver-common: added 1.30 + patches
This will be 1.31 ;)
Diffstat (limited to 'recipes/xserver-common/xserver-common-1.30/0020-keymap-fixed-machine-names-again.patch')
-rw-r--r-- | recipes/xserver-common/xserver-common-1.30/0020-keymap-fixed-machine-names-again.patch | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/recipes/xserver-common/xserver-common-1.30/0020-keymap-fixed-machine-names-again.patch b/recipes/xserver-common/xserver-common-1.30/0020-keymap-fixed-machine-names-again.patch new file mode 100644 index 0000000000..f14f5ae3b2 --- /dev/null +++ b/recipes/xserver-common/xserver-common-1.30/0020-keymap-fixed-machine-names-again.patch @@ -0,0 +1,50 @@ +From f216da13941685575786e617c2cc072edd5b210c Mon Sep 17 00:00:00 2001 +From: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> +Date: Mon, 20 Jul 2009 19:01:08 +0200 +Subject: [PATCH 20/22] keymap: fixed machine names again + + +Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> +--- + X11/Xinit.d/12keymap | 10 +++++----- + 1 files changed, 5 insertions(+), 5 deletions(-) + +diff --git a/X11/Xinit.d/12keymap b/X11/Xinit.d/12keymap +index cfa9750..7eac296 100644 +--- a/X11/Xinit.d/12keymap ++++ b/X11/Xinit.d/12keymap +@@ -6,26 +6,26 @@ + xmodmap - </etc/X11/xmodmap/default.xmodmap + + case `machine_id` in +- "sharp shepherd" | "sharp husky" | "sharp corgi") ++ "sharp_shepherd" | "sharp_husky" | "sharp_corgi") + xmodmap - < /etc/X11/xmodmap/shepherd.xmodmap + ;; +- "sharp akita" | "sharp borzoi" | "sharp spitz") ++ "sharp_akita" | "sharp_borzoi" | "sharp_spitz") + xmodmap - < /etc/X11/xmodmap/slcXXXX.xmodmap + ;; +- "sharp poodle") ++ "sharp_poodle") + xmodmap - < /etc/X11/xmodmap/poodle.xmodmap + ;; + "sharp-collie") + xmodmap - < /etc/X11/xmodmap/collie.xmodmap + ;; +- "hp ipaq h6300") ++ "hp_ipaq_h6300") + xmodmap - < /etc/X11/xmodmap/h6300.xmodmap + ;; + "ti-osk") + xmodmap - < /etc/X11/xmodmap/omap5912osk.xmodmap + ;; + # All the rest of keyboardless PDA machines use common buttonmap +- "simpad" | "hp ipaq"* | "asus mypal"*) ++ "simpad" | "hp_ipaq"* | "asus_mypal"*) + xmodmap - < /etc/X11/xmodmap/keyboardless.xmodmap + ;; + esac +-- +1.6.3.3 + |