- xkeyboard-config-1.3-AC11-mapping-is.patch: fix AC11 mapping for
icelandic keyboard layout (#241564)
This commit is contained in:
parent
34e185dddb
commit
6adac9bfb9
13
xkeyboard-config-1.3-AC11-mapping-is.patch
Normal file
13
xkeyboard-config-1.3-AC11-mapping-is.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/symbols/is b/symbols/is
|
||||
index ce03b3b..d68ae95 100644
|
||||
--- a/symbols/is
|
||||
+++ b/symbols/is
|
||||
@@ -22,7 +22,7 @@ xkb_symbols "basic" {
|
||||
key <AD12> { [apostrophe, question, asciitilde, dead_macron ] };
|
||||
|
||||
key <AC10> { [ ae, AE, asciicircum, dead_doubleacute ] };
|
||||
- key <AC11> { [dead_acute, Adiaeresis, dead_circumflex, dead_caron] };
|
||||
+ key <AC11> { [dead_acute, dead_circumflex, dead_circumflex ] };
|
||||
key <TLDE> { [ degree, diaeresis, notsign, notsign ] };
|
||||
|
||||
key <BKSL> { [ plus, asterisk, grave, dead_breve ] };
|
@ -4,7 +4,7 @@
|
||||
Summary: xkeyboard-config alternative xkb data files
|
||||
Name: xkeyboard-config
|
||||
Version: 1.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
Group: User Interface/X
|
||||
URL: http://www.x.org
|
||||
@ -13,6 +13,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Source0: http://xlibs.freedesktop.org/xkbdesc/%{name}-%{version}.tar.bz2
|
||||
Patch1: olpc-xkeyboard-config-kz-group.patch
|
||||
Patch2: usinet.patch
|
||||
# Bug 241564, FDO bug 17786 (resolved, fixed)
|
||||
Patch3: xkeyboard-config-1.3-AC11-mapping-is.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -43,6 +45,7 @@ xkeyboard-config alternative xkb data files
|
||||
%setup -q
|
||||
%patch1 -p1 -b .kzgroup
|
||||
%patch2 -p1 -b .usinet
|
||||
%patch3 -p1 -b .AC11-mapping-is
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -82,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/X11/xkb/rules/xorg.xml
|
||||
|
||||
%changelog
|
||||
* Mon Sep 29 2008 Peter Hutterer <peter.hutterer@redhat.com> - 1.3-2
|
||||
- xkeyboard-config-1.3-AC11-mapping-is.patch: fix AC11 mapping for icelandic
|
||||
keyboard layout (#241564)
|
||||
|
||||
* Wed May 28 2008 Matthias Clasen <mclasen@redhat.com> - 1.3-1
|
||||
- Update to 1.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user