diff options
Diffstat (limited to 'packages/xkbd')
-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" |