From 80dbbb23ef1f4171549143a157b8781e928f6570 Mon Sep 17 00:00:00 2001 From: Rene Wagner Date: Sat, 13 May 2006 18:14:58 +0200 Subject: [PATCH] xserver-common: fix hx4700.xmodmap --- .../xserver-common/xserver-common-1.8/hx4700.patch | 10 ++++++++++ .../packages/xserver-common/xserver-common_1.8.bb | 5 ++++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 org.handhelds.familiar/packages/xserver-common/xserver-common-1.8/hx4700.patch 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 index 0000000..7e286de --- /dev/null +++ b/org.handhelds.familiar/packages/xserver-common/xserver-common-1.8/hx4700.patch @@ -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 diff --git a/org.handhelds.familiar/packages/xserver-common/xserver-common_1.8.bb b/org.handhelds.familiar/packages/xserver-common/xserver-common_1.8.bb index 3a29862..1925392 100644 --- a/org.handhelds.familiar/packages/xserver-common/xserver-common_1.8.bb +++ b/org.handhelds.familiar/packages/xserver-common/xserver-common_1.8.bb @@ -2,6 +2,8 @@ MAINTAINER = "Florian Boor " 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" -- 2.41.0