[Lunar-commits] <moonbase> kbd: version bumped to 1.15.1.

Florin Braescu florin at lunar-linux.org
Tue Feb 16 01:03:05 CET 2010


commit d12528f0e14624b44210061b9760dbc164c6287c
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Feb 16 02:03:05 2010 +0200

    kbd: version bumped to 1.15.1.
    
    o Build system:
      - Add klibc support.
      - Fix errors when building with -Werror=format-security
        gcc option.
      - Fix cross-compiling problems.
    
    o Programs:
      - loadkeys: Auto-convert traditional/Unicode keysyms.
      - loadkeys: Support bidirectional conversion of keysyms.
      - loadkeys: Support Unicode compose tables.
      - showconsolefont: Print adequate space chars.
      - dumpkeys: Use U+ in compose lines if KDGKBDIACRUC is available.
      - Add support for Brl_dot9 and Brl_dot10.
      - Never handle plain ASCII characters as Unicode.
      - Enable UNUMBERs in compose definitions.
    
    o Keymaps:
      - bg_pho-utf8 keycode 38 assignment fix.
      - Add keymap for Colemak.
      - Add keymap for German Intel based Macs.
      - Add UK keymap for the Sun Type-6 keyboard.
      - Add French keymap Dvorak.
      - Add Kirghiz keymap.
    
    o Fonts:
      - Add U+2010, U+2012, U+2013, U+2018, U+2019, U+2212
        to the embedded character table.
---
 utils/kbd/BUILD   |    8 ++++++++
 utils/kbd/DEPENDS |    1 +
 utils/kbd/DETAILS |    6 +++---
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/utils/kbd/BUILD b/utils/kbd/BUILD
new file mode 100644
index 0000000..f047a01
--- /dev/null
+++ b/utils/kbd/BUILD
@@ -0,0 +1,8 @@
+(
+
+  aclocal   &&
+  autoconf  &&
+  automake --add-missing  &&
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/utils/kbd/DEPENDS b/utils/kbd/DEPENDS
new file mode 100644
index 0000000..2e0a52b
--- /dev/null
+++ b/utils/kbd/DEPENDS
@@ -0,0 +1 @@
+depends automake
diff --git a/utils/kbd/DETAILS b/utils/kbd/DETAILS
index 2e35217..8ab2bf5 100644
--- a/utils/kbd/DETAILS
+++ b/utils/kbd/DETAILS
@@ -1,11 +1,11 @@
           MODULE=kbd
-         VERSION=1.15
+         VERSION=1.15.1
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=ftp://devel.altlinux.org/legion/$MODULE
-      SOURCE_VFY=sha1:ecab5cbee268345b57fab8edec993a0726379d3b
+      SOURCE_VFY=sha1:a5750125be4ddff84cdcf37f5d5e320a7f3c4c35
         WEB_SITE=http://www.kernel.org/pub/linux/utils/$MODULE
          ENTERED=20040217
-         UPDATED=20081225
+         UPDATED=20100216
       MAINTAINER=florin at lunar-linux.org
            SHORT="kbd allows you to configure and manipulate Linux consoles"
 


More information about the Lunar-commits mailing list