]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
xserver-common: fix hx4700.xmodmap
authorRene Wagner <rw@handhelds.org>
Sat, 13 May 2006 16:14:58 +0000 (18:14 +0200)
committerRene Wagner <rw@handhelds.org>
Sat, 13 May 2006 16:14:58 +0000 (18:14 +0200)
org.handhelds.familiar/packages/xserver-common/xserver-common-1.8/hx4700.patch [new file with mode: 0644]
org.handhelds.familiar/packages/xserver-common/xserver-common_1.8.bb

diff --git a/org.handhelds.familiar/packages/xserver-common/xserver-common-1.8/hx4700.patch b/org.handhelds.familiar/packages/xserver-common/xserver-common-1.8/hx4700.patch
new file mode 100644 (file)
index 0000000..7e286de
--- /dev/null
@@ -0,0 +1,10 @@
+--- xserver-common-1.8/X11/hx4700.xmodmap.orig 2006-05-13 01:18:59.000000000 +0200
++++ xserver-common-1.8/X11/hx4700.xmodmap      2006-05-13 01:19:02.000000000 +0200
+@@ -1,6 +1,6 @@
+ keycode 75 = XF86Calendar
+ keycode 76 = telephone
+ keycode 95 = XF86Mail
+-keycode 96 = XF86Record
++keycode 96 = XF86AudioRecord
+ keycode 110 = XF86Start
+ keycode 124 = XF86PowerDown
index 3a298621f4542a99dbb84cbe51dc46ba99e718fd..1925392b80884b8865857dd9ff848f37dc472f10 100644 (file)
@@ -2,6 +2,8 @@ MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
 DESCRIPTION = "Common X11 scripts and support files"
 LICENSE = "GPL"
 SECTION = "x11"
+PR = "r1"
+
 DEPENDS = "xmodmap xrandr xdpyinfo xtscal"
 RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
 
@@ -9,4 +11,5 @@ RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
 # we are using a gpe-style Makefile
 inherit gpe
 
-SRC_URI += "file://100dpi.patch;patch=1"
+SRC_URI += "file://100dpi.patch;patch=1 \
+            file://hx4700.patch;patch=1"