kbd: added patch to make spanish keymap type the euro symbol correctly.
This commit is contained in:
parent
943f604137
commit
f695f316e3
2 changed files with 12 additions and 1 deletions
10
srcpkgs/kbd/patches/fix-euro-symbol-es-keymap.patch
Normal file
10
srcpkgs/kbd/patches/fix-euro-symbol-es-keymap.patch
Normal 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
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'kbd'
|
# Template file for 'kbd'
|
||||||
pkgname=kbd
|
pkgname=kbd
|
||||||
version=1.15.3
|
version=1.15.3
|
||||||
|
revision=1
|
||||||
distfiles="${KERNEL_SITE}/utils/kbd/kbd-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}/utils/kbd/kbd-$version.tar.bz2"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--datadir=/lib/kbd --bindir=/sbin
|
configure_args="--datadir=/lib/kbd --bindir=/sbin
|
||||||
|
@ -18,6 +19,6 @@ Add_dependency build gettext
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/usr/share
|
vmkdir usr/share
|
||||||
mv ${DESTDIR}/lib/kbd/locale ${DESTDIR}/usr/share
|
mv ${DESTDIR}/lib/kbd/locale ${DESTDIR}/usr/share
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue