xkeyboard-config 2.14

This commit is contained in:
Peter Hutterer 2015-01-29 11:35:01 +10:00
parent 019d3341e1
commit e7a1ee3553
4 changed files with 7 additions and 45 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ xkeyboard-config-1.9.tar.bz2
/xkeyboard-config-2.11.tar.bz2
/xkeyboard-config-2.12.tar.bz2
/xkeyboard-config-2.13.tar.bz2
/xkeyboard-config-2.14.tar.bz2

View File

@ -1,38 +0,0 @@
From 16d42ec2e2126b40d4b94368ede8e4f3ed9de594 Mon Sep 17 00:00:00 2001
From: Peter Hutterer <peter.hutterer@who-t.net>
Date: Tue, 11 Nov 2014 13:10:51 +1000
Subject: [PATCH] symbols/il: add HOLAM HASER FOR VAV on shift+5 to
il(biblical)
From the reporter in
https://bugzilla.redhat.com/show_bug.cgi?id=1132511
The "il biblical" layout does not allow to type the Unicode character
U+05BA. However, according to the documentation of the layout (Tiro layout
version 1.5), available on the link provided below, U+05BA should be
accessible with the combination shift+5 (see page 7 and/or the attached
screenshot).
http://www.sbl-site.org/Fonts/BiblicalHebrewTiroManual.pdf
See also: http://codepoints.net/U+05BA
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
---
symbols/il | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/symbols/il b/symbols/il
index 48452d6..67487c1 100644
--- a/symbols/il
+++ b/symbols/il
@@ -205,7 +205,7 @@ xkb_symbols "biblical" {
key <AE02> { [ 2, U0599, VoidSymbol, at ] };
key <AE03> { [ 3, U0592, VoidSymbol, numbersign ] };
key <AE04> { [ 4, U05AF, NewSheqelSign, dollar ] };
- key <AE05> { [ 5, VoidSymbol, U200D, percent ] };
+ key <AE05> { [ 5, U05BA, U200D, percent ] };
key <AE06> { [ 6, U05B9, U200C, asciicircum ] };
key <AE07> { [ 7, U05BF, U034F, ampersand ] };
key <AE08> { [ 8, U05C2, U200E, asterisk ] };
--
2.1.0

View File

@ -1 +1 @@
a415775ca8ecf4dfafc9488b8cbd7114 xkeyboard-config-2.13.tar.bz2
2869c03d85b606f929aab054ef6e1b60 xkeyboard-config-2.14.tar.bz2

View File

@ -6,8 +6,8 @@
Summary: X Keyboard Extension configuration data
Name: xkeyboard-config
Version: 2.13
Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
Version: 2.14
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
License: MIT
URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
@ -19,10 +19,6 @@ Source2: commitid
Source0: http://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-%{version}.tar.bz2
%endif
# Bug 1132511 - Missing U+05BA (point holam haser for vav) on the biblical
# hebrew layout (il biblical)
Patch01: 0001-symbols-il-add-HOLAM-HASER-FOR-VAV-on-shift-5-to-il-.patch
BuildArch: noarch
BuildRequires: gettext
@ -111,6 +107,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled
%{_datadir}/pkgconfig/xkeyboard-config.pc
%changelog
* Thu Jan 29 2015 Peter Hutterer <peter.hutterer@redhat.com> 2.14-1
- xkeyboard-config 2.14
* Tue Nov 11 2014 Peter Hutterer <peter.hutterer@redhat.com> 2.13-3
- Add U+05BA (point holam haser for vav) on il(biblical) (#1132511)