From: Rene Wagner Date: Fri, 10 Mar 2006 00:18:04 +0000 (+0000) Subject: xkbd: fix circum key mapping. fixes (reopened) hh.org Bug #1512. X-Git-Tag: Release-2010-05/1~9453^2~2259 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26c6cea0d76f63e0c7ed5b31351ec31aafe7c027;p=openembedded.git xkbd: fix circum key mapping. fixes (reopened) hh.org Bug #1512. --- 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 + + + default 7 +@@ -438,4 +438,4 @@ + shift_ks Control_R + + +- +\ No newline at end of file ++ 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 " SECTION = "x11"