kbd: added patch to make spanish keymap type the euro symbol correctly.

This commit is contained in:
Juan RP 2011-10-13 21:49:26 +02:00
parent 943f604137
commit f695f316e3
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,10 @@
--- data/keymaps/i386/qwerty/es.map.orig 2011-10-13 21:46:53.119563897 +0200
+++ data/keymaps/i386/qwerty/es.map 2011-10-13 21:47:10.406129770 +0200
@@ -10,6 +10,7 @@
keymaps 0-2,4,6,8-9,12
include "qwerty-layout"
include "linux-with-alt-and-altgr"
+include "euro.map"
strings as usual
keycode 1 = Escape

View file

@ -1,6 +1,7 @@
# Template file for 'kbd'
pkgname=kbd
version=1.15.3
revision=1
distfiles="${KERNEL_SITE}/utils/kbd/kbd-$version.tar.bz2"
build_style=configure
configure_args="--datadir=/lib/kbd --bindir=/sbin
@ -18,6 +19,6 @@ Add_dependency build gettext
post_install()
{
mkdir -p ${DESTDIR}/usr/share
vmkdir usr/share
mv ${DESTDIR}/lib/kbd/locale ${DESTDIR}/usr/share
}