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

X Strike Force X.Org X11 SVN commit: r3030 - in trunk/data/xkb-data/debian: . patches



Author: barbier
Date: 2006-08-26 08:55:17 -0400 (Sat, 26 Aug 2006)
New Revision: 3030

Added:
   trunk/data/xkb-data/debian/patches/fix_symbols_hr.diff
Modified:
   trunk/data/xkb-data/debian/changelog
   trunk/data/xkb-data/debian/patches/series
Log:
* debian/patches/fix_symbols_hr.diff: New patch to fix Croatian layout,
  some differences with previous XFree86 keymap had been introduced
  in xkeyboard-config.  Closes: #379292  Thanks Josip Rodin


Modified: trunk/data/xkb-data/debian/changelog
===================================================================
--- trunk/data/xkb-data/debian/changelog	2006-08-26 11:16:01 UTC (rev 3029)
+++ trunk/data/xkb-data/debian/changelog	2006-08-26 12:55:17 UTC (rev 3030)
@@ -1,3 +1,11 @@
+xkeyboard-config (0.8-8) UNRELEASED; urgency=low
+
+  * debian/patches/fix_symbols_hr.diff: New patch to fix Croatian layout,
+    some differences with previous XFree86 keymap had been introduced
+    in xkeyboard-config.  Closes: #379292  Thanks Josip Rodin
+
+ -- Denis Barbier <barbier@debian.org>  Sat, 26 Aug 2006 14:54:51 +0200
+
 xkeyboard-config (0.8-7) unstable; urgency=low
 
   * debian/patches/macintosh-gb.diff: New patch to fix <LSGT> and <TLDE> keys.

Added: trunk/data/xkb-data/debian/patches/fix_symbols_hr.diff
===================================================================
--- trunk/data/xkb-data/debian/patches/fix_symbols_hr.diff	2006-08-26 11:16:01 UTC (rev 3029)
+++ trunk/data/xkb-data/debian/patches/fix_symbols_hr.diff	2006-08-26 12:55:17 UTC (rev 3030)
@@ -0,0 +1,17 @@
+Index: symbols/hr
+===================================================================
+--- symbols/hr.orig
++++ symbols/hr
+@@ -5,6 +5,12 @@
+     name[Group1]="Croatia";
+ 
+     include "cs(latin)"
++    // Redefine these keys to match XFree86 Croatian layout
++    key <AE01> { [         1,     exclam,   asciitilde,   dead_tilde ] };
++    key <AE03> { [         3, numbersign,  asciicircum, dead_circumflex ] };
++    key <AE05> { [         5,    percent,       degree, dead_abovering ] };
++    key <TLDE> { [dead_cedilla, dead_diaeresis, notsign,     notsign ] };
++    key <AB10> { [     minus, underscore, dead_belowdot, dead_abovedot ] };
+ };
+ 
+ partial alphanumeric_keys 

Modified: trunk/data/xkb-data/debian/patches/series
===================================================================
--- trunk/data/xkb-data/debian/patches/series	2006-08-26 11:16:01 UTC (rev 3029)
+++ trunk/data/xkb-data/debian/patches/series	2006-08-26 12:55:17 UTC (rev 3030)
@@ -4,3 +4,4 @@
 update-bt.diff
 macintosh-gb.diff
 macintosh.diff
+fix_symbols_hr.diff -p0



Reply to: