From: Rene Wagner Date: Sat, 13 May 2006 16:14:58 +0000 (+0200) Subject: xserver-common: fix hx4700.xmodmap X-Git-Tag: familiar-v0.8.4-rc2.3-tag~11 X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=80dbbb23ef1f4171549143a157b8781e928f6570;p=familiar-h63xx-build.git xserver-common: fix hx4700.xmodmap --- 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"