Accepting request 252262 from home:pgajdos

- euro{,1,2}.map now produces correct unicode for Euro sign 
  [bnc#360993]
- added patches:
  * kbd-2.0.2-euro-unicode.patch

OBS-URL: https://build.opensuse.org/request/show/252262
OBS-URL: https://build.opensuse.org/package/show/Base:System/kbd?expand=0&rev=67
This commit is contained in:
Marcus Meissner 2014-09-25 11:15:33 +00:00 committed by Git OBS Bridge
parent 4608566f20
commit 194616dbd5
3 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,33 @@
Index: data/keymaps/i386/include/euro.map
===================================================================
--- data/keymaps/i386/include/euro.map.orig 2012-02-27 11:27:10.000000000 +0100
+++ data/keymaps/i386/include/euro.map 2014-09-25 12:31:37.594749095 +0200
@@ -2,5 +2,5 @@
# [Say: "loadkeys euro" to get Euro and cent with Alt on the positions
# where many keyboards have E and C.
# To get it displayed, use a latin0 (i.e., latin9) font.]
-alt keycode 18 = currency
+alt keycode 18 = euro
alt keycode 46 = cent
Index: data/keymaps/i386/include/euro1.map
===================================================================
--- data/keymaps/i386/include/euro1.map.orig 2012-02-27 11:27:10.000000000 +0100
+++ data/keymaps/i386/include/euro1.map 2014-09-25 12:31:20.218749689 +0200
@@ -2,5 +2,5 @@
# [Say: "loadkeys euro1" to get Euro and cent with AltGr (right alt)
# on the positions where many keyboards have 5 and C.
# To get it displayed, use a latin0 (i.e., latin9) font.]
-altgr keycode 6 = currency
+altgr keycode 6 = euro
altgr keycode 46 = cent
Index: data/keymaps/i386/include/euro2.map
===================================================================
--- data/keymaps/i386/include/euro2.map.orig 2012-02-27 11:27:10.000000000 +0100
+++ data/keymaps/i386/include/euro2.map 2014-09-25 12:31:52.098748600 +0200
@@ -2,5 +2,5 @@
# [Say: "loadkeys euro2" to get Euro and cent with AltGr (right alt)
# on the positions where many keyboards have E and C.
# To get it displayed, use a latin0 (i.e., latin9) font.]
-altgr keycode 18 = currency
+altgr keycode 18 = euro
altgr keycode 46 = cent

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Sep 25 10:33:55 UTC 2014 - pgajdos@suse.com
- euro{,1,2}.map now produces correct unicode for Euro sign
[bnc#360993]
- added patches:
* kbd-2.0.2-euro-unicode.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 18 10:54:51 UTC 2014 - pgajdos@suse.com Thu Sep 18 10:54:51 UTC 2014 - pgajdos@suse.com

View File

@ -51,6 +51,7 @@ Patch5: kbd-1.15.2-setfont-no-cruft.patch
Patch6: kbd-1.15.2-dumpkeys-C-opt.patch Patch6: kbd-1.15.2-dumpkeys-C-opt.patch
Patch9: kbd-2.0.2-comment-typo-qwerty.patch Patch9: kbd-2.0.2-comment-typo-qwerty.patch
Patch10: kbd-2.0.2-doshell-reference.patch Patch10: kbd-2.0.2-doshell-reference.patch
Patch11: kbd-2.0.2-euro-unicode.patch
BuildRequires: automake BuildRequires: automake
BuildRequires: bison BuildRequires: bison
@ -93,6 +94,7 @@ Authors:
%patch6 %patch6
%patch9 %patch9
%patch10 %patch10
%patch11
%build %build
for i in `find data/keymaps/mac -type f` ; do for i in `find data/keymaps/mac -type f` ; do