[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[andoni@lpsat.net: XF-4.2.0 patch: xkbcomp us_intl comp error]



Forwarding this to debian-x so I don't forget about it.

-- 
G. Branden Robinson                |
Debian GNU/Linux                   |       kernel panic -- causal failure
branden@debian.org                 |       universe will now reboot
http://people.debian.org/~branden/ |
--- Begin Message ---
Hello!

I've been testing the pre package of XFree 4.2.0 and it compiles, made
the packages just fine. The upgrade from my previous version 
(XFree 4.1.0-14) just go without any problems. The only problem I've got
was that when I try to start an X session, the XFree complains about
a compilation error in the us_intl keyboard description.

The error was just some missing "," in xc/programs/xkbcomp/symbols/us_intl.
After that patch, everything went fine... 

I'm sending you the patch I've made. 

Keep up the great work, and thank you for your great effort to package
XFree.

Kind regards,

					Andoni Zubimendi

--- xc/programs/xkbcomp/symbols/us_intl	Fri Nov  2 20:29:34 2001
+++ xc/programs/xkbcomp/symbols/us_intl	Wed Jun 19 14:14:48 2002
@@ -41,21 +41,21 @@
     key <AC11> {	[ dead_acute,	dead_diaeresis	],
 			[ apostrophe,	quotedbl	]	};
 			
-    key <AE09> {	[	  9,	parenleft	]
+    key <AE09> {	[	  9,	parenleft	],
 			[      dead_breve,	dead_breve	]	};
-    key <AE10> {	[	  0,	parenright	]
+    key <AE10> {	[	  0,	parenright	],
 			[      dead_abovering, dead_abovering	]	};
     key <AE11> {	[     minus,	underscore	],
 			[      dead_macron,	dead_belowdot	]	};
     key <AE12> {	[     equal,	plus		],
 			[      dead_doubleacute,	dead_horn	]	};
-    key <AC10> {	[ semicolon,	colon		]
+    key <AC10> {	[ semicolon,	colon		],
 			[      dead_ogonek,	dead_diaeresis	]	};
-    key <AB08> {	[     comma,	less		]
+    key <AB08> {	[     comma,	less		],
 			[      dead_cedilla,	dead_caron	]	};
-    key <AB09> {	[    period,	greater		]
+    key <AB09> {	[    period,	greater		],
 			[      dead_abovedot,	dead_circumflex	]	};
-    key <AB10> {	[     slash,	question	]
+    key <AB10> {	[     slash,	question	],
 			[      dead_hook,	dead_hook	]	};
 
 

--- End Message ---

Attachment: pgpQGYZF9Zuku.pgp
Description: PGP signature


Reply to: