SHA256
1
0
forked from pool/kbd
kbd/kbd-1.15.2-defkeymap.patch
Anna Maresova 2de49b3048 - update to 1.15.2
* Use automake to build translations.
  * loadkeys -u: Switch to Unicode mode, if necessary
  * Never handle plain ASCII characters as Unicode
  * Enable UNUMBERs in compose definitions
  * Use automake.
  * Add --enable-strip configure option.
  * unicode_start: Without any arguments utility will only set
    unicode mode.
  * Add qwerty/cz.map keymap.
- remove upstreamed and obsolete patches (-remove-kbio, -Makefile, 
  -2d01989f, -no-strip)
- retain original behavior of unicode_start script
- remove manpages for programs that are not installed

OBS-URL: https://build.opensuse.org/package/show/Base:System/kbd?expand=0&rev=19
2010-09-06 15:36:50 +00:00

23 lines
645 B
Diff

Revert commit 743cbc3ca11301598ad7da503b2238041082bb75
---
src/paths.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: kbd-1.15.2/src/paths.h
===================================================================
--- kbd-1.15.2.orig/src/paths.h
+++ kbd-1.15.2/src/paths.h
@@ -18,10 +18,10 @@
* Default keymap, and where the kernel copy of it lives.
*/
#ifdef __sparc__
-# define DEFMAP "sunkeymap.kmap"
+# define DEFMAP "sunkeymap.map"
# define KERNDIR "/usr/src/linux/drivers/sbus/char"
#else
-# define DEFMAP "defkeymap.kmap"
+# define DEFMAP "defkeymap.map"
# define KERNDIR "/usr/src/linux/drivers/char"
#endif