aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xkbd
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2006-03-10 00:18:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-10 00:18:04 +0000
commit26c6cea0d76f63e0c7ed5b31351ec31aafe7c027 (patch)
tree0b97cf2361a03e31d341a0ba35e70b4b8f81b5ab /packages/xkbd
parent3399bbc1e63021b3d2ab673baaf0f7dbd5517e9a (diff)
downloadopenembedded-26c6cea0d76f63e0c7ed5b31351ec31aafe7c027.tar.gz
xkbd: fix circum key mapping. fixes (reopened) hh.org Bug #1512.
Diffstat (limited to 'packages/xkbd')
-rw-r--r--packages/xkbd/xkbd-0.8.15/fix-circumkey.patch18
-rw-r--r--packages/xkbd/xkbd_0.8.15.bb3
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"