- xkeyboard-config-1.4-jp-tilde.patch: TLDE in jp is Zenkaku/Hankaku, and

BKSL should be bracket right/brace right.
This commit is contained in:
Peter Hutterer 2008-11-12 23:27:48 +00:00
parent 64a3301c02
commit 8273817625
2 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,17 @@
diff -up xkeyboard-config-1.4/symbols/jp.orig xkeyboard-config-1.4/symbols/jp
--- xkeyboard-config-1.4/symbols/jp.orig 2008-11-11 11:19:41.000000000 +1000
+++ xkeyboard-config-1.4/symbols/jp 2008-11-11 11:37:53.000000000 +1000
@@ -24,6 +24,13 @@ xkb_symbols "common" {
symbols[Group1]= [ Zenkaku_Hankaku, Kanji ]
};
+ key <TLDE> {
+ type[Group1]="PC_ALT_LEVEL2",
+ symbols[Group1]= [ Zenkaku_Hankaku, Kanji ]
+ };
+
+ key <BKSL> { [ bracketright, braceright ] };
+
key <AE01> { [ 1, exclam ] };
key <AE02> { [ 2, quotedbl ] };
key <AE03> { [ 3, numbersign ] };

View File

@ -4,7 +4,7 @@
Summary: xkeyboard-config alternative xkb data files Summary: xkeyboard-config alternative xkb data files
Name: xkeyboard-config Name: xkeyboard-config
Version: 1.4 Version: 1.4
Release: 4%{?dist} Release: 5%{?dist}
License: MIT License: MIT
Group: User Interface/X Group: User Interface/X
URL: http://www.x.org URL: http://www.x.org
@ -17,6 +17,8 @@ Patch2: usinet.patch
Patch3: xkeyboard-config-1.4-tj-variant.patch Patch3: xkeyboard-config-1.4-tj-variant.patch
# Sent to svu, not committed yet (he's waiting for libX11 release) # Sent to svu, not committed yet (he's waiting for libX11 release)
Patch4: xkeyboard-config-1.4-battery.patch Patch4: xkeyboard-config-1.4-battery.patch
# Sent to svu
Patch5: xkeyboard-config-1.4-jp-tilde.patch
BuildArch: noarch BuildArch: noarch
@ -50,6 +52,7 @@ xkeyboard-config alternative xkb data files
%patch2 -p1 -b .usinet %patch2 -p1 -b .usinet
%patch3 -p1 -b .tj-variants %patch3 -p1 -b .tj-variants
%patch4 -p1 -b .battery %patch4 -p1 -b .battery
%patch5 -p1 -b .jp-tilde
%build %build
%configure \ %configure \
@ -89,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/X11/xkb/rules/xorg.xml %{_datadir}/X11/xkb/rules/xorg.xml
%changelog %changelog
* Tue Nov 13 2008 Peter Hutterer <peter.hutterer@redhat.com> - 1.4-5
- xkeyboard-config-1.4-jp-tilde.patch: TLDE in jp is Zenkaku/Hankaku, and BKSL
should be bracket right/brace right.
* Fri Oct 24 2008 Peter Hutterer <peter.hutterer@redhat.com> - 1.4-4 * Fri Oct 24 2008 Peter Hutterer <peter.hutterer@redhat.com> - 1.4-4
- xkeyboard-config-1.4-battery.patch: add XF86 syms for Battery, Bluetooth, - xkeyboard-config-1.4-battery.patch: add XF86 syms for Battery, Bluetooth,
Wlan and UWB to usinet. Wlan and UWB to usinet.