[oe-commits] org.oe.dev xserver-common_1.16.bb : move Mode_switch to mod5 as per #2326 this combined

xora commit openembedded-commits at lists.openembedded.org
Wed Jun 27 12:15:29 UTC 2007


xserver-common_1.16.bb : move Mode_switch to mod5 as per #2326 this combined
with coming minimo patch means URL's become typeable.

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 78d8477a33f04fc9ccaeb43debedf857fc1a9eda
ViewMTN: http://monotone.openembedded.org/revision.psp?id=78d8477a33f04fc9ccaeb43debedf857fc1a9eda
Files:
1
packages/xserver-common/files/sl-cxx00-modmap.patch
packages/xserver-common/xserver-common_1.16.bb
Diffs:

#
# mt diff -r3c27d30eb3985ed1d5df878c035b179248d87433 -r78d8477a33f04fc9ccaeb43debedf857fc1a9eda
#
# 
# 
# patch "packages/xserver-common/files/sl-cxx00-modmap.patch"
#  from [efec9544ef6ca9105242d007c28ccf32226eaf24]
#    to [2ae0c25d71f56a47bdc9db7999903e3324b640b7]
# 
# patch "packages/xserver-common/xserver-common_1.16.bb"
#  from [e1d6b999690435387fed5305182426ab32d9a493]
#    to [9b45612b199969ca25be0af43cdfa40106676e4f]
# 
============================================================
--- packages/xserver-common/files/sl-cxx00-modmap.patch	efec9544ef6ca9105242d007c28ccf32226eaf24
+++ packages/xserver-common/files/sl-cxx00-modmap.patch	2ae0c25d71f56a47bdc9db7999903e3324b640b7
@@ -1,6 +1,8 @@
---- xserver-common-1.16/X11/slcXXXX.xmodmap.orig	2007-06-05 01:31:20.000000000 +0000
-+++ xserver-common-1.16/X11/slcXXXX.xmodmap	2007-06-05 01:31:29.000000000 +0000
-@@ -1,5 +1,106 @@
+Index: xserver-common-1.16/X11/slcXXXX.xmodmap
+===================================================================
+--- xserver-common-1.16.orig/X11/slcXXXX.xmodmap	2006-10-12 11:19:42.000000000 +0100
++++ xserver-common-1.16/X11/slcXXXX.xmodmap	2007-06-27 12:31:33.000000000 +0100
+@@ -1,5 +1,111 @@
 -keycode 88 = XF86Calendar
 -keycode 89 = telephone
 -keycode 40 = XF86Start
@@ -35,7 +37,7 @@
 +! These should be bound to Japanese keysims for use with Japanese
 +! IME's at a later date.
 +! =======================================================================
- 
++
 +! The Euro character is not printed as a label, but as
 +!   the 5 doesn't have a blue Fn label, this is a nice extra
 +!   as a normal European keyboard has it on the 5 as third level
@@ -111,3 +113,8 @@
 +keycode 107 = F12 F18 F18
 +! "Menu" label and icon:
 +keycode  96 = F11 F12 F12
++
++! Shift the Mode_switch definition to a different mod so mozilla stuff works
++add    mod5 = Mode_switch
++remove mod4 = Mode_switch
+ 
============================================================
--- packages/xserver-common/xserver-common_1.16.bb	e1d6b999690435387fed5305182426ab32d9a493
+++ packages/xserver-common/xserver-common_1.16.bb	9b45612b199969ca25be0af43cdfa40106676e4f
@@ -1,8 +1,8 @@ RDEPENDS_${PN} = "xmodmap xrandr xdpyinf
 DESCRIPTION = "Common X11 scripts and support files"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
-PR = "r6"
+PR = "r7"
 
 PACKAGE_ARCH = "all"
 






More information about the Openembedded-commits mailing list