diff options
author | Rene Wagner <rw@handhelds.org> | 2006-03-10 00:18:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-10 00:18:04 +0000 |
commit | 26c6cea0d76f63e0c7ed5b31351ec31aafe7c027 (patch) | |
tree | 0b97cf2361a03e31d341a0ba35e70b4b8f81b5ab | |
parent | 3399bbc1e63021b3d2ab673baaf0f7dbd5517e9a (diff) |
xkbd: fix circum key mapping. fixes (reopened) hh.org Bug #1512.
-rw-r--r-- | packages/xkbd/xkbd-0.8.15/fix-circumkey.patch | 18 | ||||
-rw-r--r-- | packages/xkbd/xkbd_0.8.15.bb | 3 |
2 files changed, 20 insertions, 1 deletions
diff --git a/packages/xkbd/xkbd-0.8.15/fix-circumkey.patch b/packages/xkbd/xkbd-0.8.15/fix-circumkey.patch new file mode 100644 index 0000000000..b23a2a3f9f --- /dev/null +++ b/packages/xkbd/xkbd-0.8.15/fix-circumkey.patch @@ -0,0 +1,18 @@ +--- xkbd-0.8.15.orig/data/en_GB.qwerty.xkbd.in 2006-03-09 14:48:09.000000000 +0100 ++++ xkbd-0.8.15/data/en_GB.qwerty.xkbd.in 2006-03-09 14:52:36.000000000 +0100 +@@ -95,7 +95,7 @@ + default 6 + default_ks 6 + shift ^ +- shift_ks numbersign ++ shift_ks asciicircum + </key> + <key> + default 7 +@@ -438,4 +438,4 @@ + shift_ks Control_R + </key> + </row> +-</layout> +\ No newline at end of file ++</layout> diff --git a/packages/xkbd/xkbd_0.8.15.bb b/packages/xkbd/xkbd_0.8.15.bb index d27ee5f9e2..7272c9d04d 100644 --- a/packages/xkbd/xkbd_0.8.15.bb +++ b/packages/xkbd/xkbd_0.8.15.bb @@ -1,9 +1,10 @@ SRC_URI = "http://handhelds.org/~mallum/xkbd/xkbd-${PV}-CVS.tar.gz \ file://libtool-lossage.patch;patch=1;pnum=1 \ file://fix-equalsign.patch;patch=1 \ + file://fix-circumkey.patch;patch=1 \ file://xkbd.png" LICENSE = "GPL" -PR = "r1" +PR = "r2" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "x11" |