- xkeyboard-config-1.4-abnt2.patch: fix , and . mixup in abnt2 (#470153)
This commit is contained in:
parent
a926a4cbd3
commit
7541b0de0b
25
xkeyboard-config-1.4-abnt2.patch
Normal file
25
xkeyboard-config-1.4-abnt2.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From b67326a9b271332c5bef23115d9c4ac7e7b2e6d9 Mon Sep 17 00:00:00 2001
|
||||
From: Sergey V. Udaltsov <svu@gnome.org>
|
||||
Date: Wed, 26 Nov 2008 23:19:41 +0000
|
||||
Subject: [PATCH] fixed abnt2 keycodes, b.fd.o#18712
|
||||
|
||||
---
|
||||
ChangeLog | 5 +++++
|
||||
keycodes/evdev | 1 +
|
||||
2 files changed, 6 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/keycodes/evdev b/keycodes/evdev
|
||||
index 760e2d0..9da2cd5 100644
|
||||
--- a/keycodes/evdev
|
||||
+++ b/keycodes/evdev
|
||||
@@ -311,6 +311,7 @@ xkb_keycodes "jp106" {
|
||||
// For brazilian ABNT2 keyboard.
|
||||
xkb_keycodes "abnt2" {
|
||||
include "evdev(evdev)"
|
||||
+ <KPPT> = 129;
|
||||
};
|
||||
|
||||
// PC98
|
||||
--
|
||||
1.6.0.6
|
||||
|
@ -4,7 +4,7 @@
|
||||
Summary: X Keyboard Extension configuration data
|
||||
Name: xkeyboard-config
|
||||
Version: 1.4
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: MIT
|
||||
Group: User Interface/X
|
||||
URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
|
||||
@ -19,6 +19,8 @@ Patch3: xkeyboard-config-1.4-tj-variant.patch
|
||||
Patch4: xkeyboard-config-1.4-battery.patch
|
||||
# Sent to svu
|
||||
Patch5: xkeyboard-config-1.4-jp-tilde.patch
|
||||
# RH 470153, FDO Bug 18712 (fixed), taken from git
|
||||
Patch6: xkeyboard-config-1.4-abnt2.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -100,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/X11/xkb/rules/xorg.xml
|
||||
|
||||
%changelog
|
||||
* Mon Jan 05 2009 Peter Hutterer <peter.hutterer@redhat.com> - 1.4-8
|
||||
- xkeyboard-config-1.4-abnt2.patch: fix , and . mixup in abnt2 (#470153)
|
||||
|
||||
* Mon Nov 24 2008 Peter Hutterer <peter.hutterer@redhat.com> - 1.4-7
|
||||
- Switch to using git patches, modelled after xorg-x11-server.
|
||||
- CVS remove unused patches.
|
||||
|
Loading…
Reference in New Issue
Block a user